summaryrefslogtreecommitdiff
path: root/gtk/deprecated
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'no-objc' into 'gtk-3-24'Matthias Clasen2019-11-271-1/+3
|\
| * Hide Objective-C from outside GdkQuartz.John Ralls2019-06-221-1/+3
* | deprecated/gtkstatusicon.c: Fix compilation in waylandJavier Jardón2019-11-241-9/+2
* | statusicons: Improve code readability and remove dead codeVictor Kareh2019-11-131-18/+37
* | statusicon: Render as cairo surfaceVictor Kareh2019-11-131-9/+14
* | docs: Clarify when to replace old boxes with GridEmmanuele Bassi2019-11-082-14/+19
* | GtkStatusIcon/w32: Also set the tooltip on taskbar_created_msgLuca Bacci2019-08-021-19/+19
|/
* gtk: rely on default marshallersChristian Hergert2019-05-312-2/+2
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-294-4/+4
* meson: Sync build files with master and update to 3.24Nirbheek Chauhan2019-04-111-1/+46
* Import meson build files from an 3.22Nirbheek Chauhan2019-04-111-0/+42
* gtk: Remove all gtk_widget_set_redraw_on_allocate() callsBenjamin Otte2019-03-272-2/+0
* statusicon: Create pixbuf at correct sizeAlberts Muktupāvels2018-12-121-1/+3
* Add gdk_x11_display_get_parent_relative_pattern().Szunti2018-12-121-1/+2
* gtk: Fix reserved pointersBenjamin Otte2018-05-072-8/+8
* Stock: Emphasise deprecation; explain alternativesDaniel Boles2018-04-221-2/+6
* UIManager: Document deprecation; link replacementsDaniel Boles2018-04-181-1/+7
* docs: Add proper deprecation text for GtkStatusIconEmmanuele Bassi2018-02-171-60/+132
* Do not use deprecated error trap APIEmmanuele Bassi2018-02-111-19/+25
* deprecated: Cast g_object_ref() to the right typeEmmanuele Bassi2018-02-111-1/+1
* docs: Update the deprecation annotation for gtk_paint_spinner()Emmanuele Bassi2017-10-101-1/+2
* Avoid deprecation warningsMatthias Clasen2016-11-071-0/+4
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-224-13/+13
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-296-11/+11
* uimanager: Correctly indent codeBenjamin Otte2016-08-251-10/+10
* gtktable: don't try to propagate expand related child props in compute_expand()Christoph Reiter2016-08-011-61/+2
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-42/+11
* Try to delete any existing W32 status icons when DPI changesРуслан Ижбулатов2016-07-181-0/+6
* Avoid emitting ::style-set by nameMatthias Clasen2016-05-061-2/+0
* Ensure we initialize a quark firstMatthias Clasen2016-05-061-2/+3
* GtkTrayIcon: fix uninitialised variableBalló György2016-04-111-0/+1
* Assign a recent manager if one is setEmmanuele Bassi2016-04-101-3/+3
* ui-manager: Fix "format not a string literal" errorsBastien Nocera2016-04-051-47/+82
* dnd: Move GtkDragDest to a separate fileMatthias Clasen2016-03-251-0/+1
* styleproperties: Really don't use 'i' in inner loopBenjamin Otte2016-03-201-1/+1
* styleproperties: Don't use the same loop variable in nested loopsBenjamin Otte2016-03-201-3/+3
* builder: Allow 'primary' as a modifier valueMatthias Clasen2016-03-051-0/+1
* status icon: Prevent size ditheringMatthias Clasen2016-03-051-1/+1
* Don't use g_print for debug outputMatthias Clasen2016-02-281-25/+22
* Drop some unused debug printfsMatthias Clasen2016-02-282-21/+0
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-284-11/+8
* win32: Remove unused functions / header includesBenjamin Otte2016-02-111-1/+0
* Mention GtkIconSize in all docs where the argument/return is annotated as tak...Christoph Reiter2016-01-043-16/+17
* Fix include path for gtkiconfactoryprivate.hРуслан Ижбулатов2015-12-301-1/+1
* statusicon: Avoid criticalsMatthias Clasen2015-12-281-2/+7
* menuitem: really ignore horizontal-paddingCosimo Cecchi2015-12-191-6/+5
* iconhelper: Require passing a cssnode to the constructorBenjamin Otte2015-12-151-1/+2
* statusicon: plug memory leakCosimo Cecchi2015-12-091-0/+1
* iconhelper: Remove the context argumentBenjamin Otte2015-12-091-3/+1
* iconhelper: Require a widget as construction argumentBenjamin Otte2015-12-091-1/+1