summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* Move GtkWidgetAuxInfo struct to private headersMatthias Clasen2015-09-121-20/+0
* GtkWidget: Fix set_font_map docsTimm Bäder2015-07-231-1/+1
* GtkWidget: Add custom font map supportMatthias Clasen2015-07-191-3/+9
* Add gtk_widget_set_font_options and gtk_widget_get_font_optionsArc Riley2015-07-011-0/+5
* widget: add helpers to resolve GActionGroups available to GtkWidgetChristian Hergert2014-12-111-0/+7
* Deprecate GtkWidget override APIsMatthias Clasen2014-09-301-5/+5
* gtkwidget: Actually mark set_double_buffered as deprecatedJasper St. Pierre2014-06-231-2/+2
* Documentation fixesMatthias Clasen2014-05-271-2/+2
* API: widget: Add gtk_widget_set_clip() APIBenjamin Otte2014-05-241-0/+6
* Drop an unneeded includeMatthias Clasen2014-05-231-1/+0
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-8/+0
* widget: refactor gesture integrationCarlos Garnacho2014-05-231-20/+5
* widget: Add gtk_widget_set_gesture_state()Carlos Garnacho2014-05-231-0/+4
* widget: Make helper gesture API take GtkGesturesCarlos Garnacho2014-05-231-6/+6
* widget: Add widget-level handling of touch sequence state.Carlos Garnacho2014-05-231-0/+8
* widget: Hook GtkEventController to widget event processing.Carlos Garnacho2014-05-231-0/+12
* API: Deprecate gtk_widget_region_intersect()Benjamin Otte2014-05-181-1/+1
* API: Deprecate gtk_widget_reparent()Benjamin Otte2014-05-171-1/+1
* Work around gcc stupidityMatthias Clasen2014-03-121-1/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-0/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-31/+31
* docs: use links instead of <xref>William Jon McCann2014-02-071-2/+4
* docs: remove <emphasis>William Jon McCann2014-02-071-6/+6
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-2/+2
* Deprecate gtk_widget_get_root_windowMatthias Clasen2014-01-241-1/+1
* docs: fix duplicate symbols in docsWilliam Jon McCann2014-01-211-32/+30
* docs: fix typo in function nameWilliam Jon McCann2014-01-211-1/+1
* docs: add docs for GtkWidgetHelpTypeWilliam Jon McCann2014-01-211-0/+7
* docs: add docs for GtkWidgetAuxInfoWilliam Jon McCann2014-01-211-0/+9
* docs: add docs for GtkWidgetClassWilliam Jon McCann2014-01-211-0/+144
* GtkWidget: Add margin-start and margin-end propertiesYosef Or Boczko2013-11-141-4/+14
* Another round of template binding api changesMatthias Clasen2013-07-261-7/+54
* Some documentation fixesMatthias Clasen2013-07-261-3/+5
* One forgotten renameMatthias Clasen2013-07-261-2/+2
* Rename the widget template APIEmmanuele Bassi2013-07-261-38/+53
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-6/+6
* gtk: add gtk_widget_get_scale_factor()Michael Natterer2013-07-031-0/+2
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-1/+1
* API: Don't export gtk_widget_preferred_size_and_baseline()Benjamin Otte2013-05-111-6/+0
* GtkWidget: Add a vfunc for queue_draw_regionAlexander Larsson2013-05-071-1/+2
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+189
* Initial support for baselinesAlexander Larsson2013-04-231-3/+32
* Add GTK_ALIGN_BASELINE to GtkAlignAlexander Larsson2013-04-231-0/+1
* Add Composite Child machinery and APIs to GtkWidgetTristan Van Berkom2013-04-081-0/+73
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-0/+4
* GtkWidget: add missing deprecation marksSébastien Wilmet2013-03-241-0/+4
* docs: add some missing gtk-doc blocks and Since tags for new APICosimo Cecchi2013-02-181-0/+3
* GtkTickCallback: document use of G_SOURCE_CONTINUE/REMOVE for return valueOwen W. Taylor2013-02-141-2/+2