summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Keep track of the CSS IDBenjamin Otte2015-01-201-1/+3
* widget: Free the controller list on finalize()Carlos Garnacho2015-01-141-10/+10
* Some formatting cleanupsMatthias Clasen2014-12-211-8/+8
* widget: Set the allocation via gtk_widget_set_allocation()Benjamin Otte2014-12-201-1/+1
* widget: Handle setting clip differentlyBenjamin Otte2014-12-191-45/+10
* widget: add helpers to resolve GActionGroups available to GtkWidgetChristian Hergert2014-12-111-6/+37
* gtkwindow: Use actions from focused widget to activate accelCarlos Soriano2014-12-081-25/+34
* GtkWidget: Don't return FALSE as a pointerMatthias Clasen2014-12-081-1/+1
* Add a note to the ::destroy docsMatthias Clasen2014-12-071-0/+2
* gtkwidget: Fix a typo preventing the CSD input shape from applyingJasper St. Pierre2014-12-011-2/+2
* widget: Clarify some corner casesBenjamin Otte2014-11-291-0/+8
* gtkwidget: Remove unnecessary code in get_state_flagsJasper St. Pierre2014-11-251-8/+1
* Remove a redundant callMatthias Clasen2014-10-291-1/+0
* Drop an unused variableMatthias Clasen2014-10-291-2/+0
* Fix toplevel input shape for csd windowsMatthias Clasen2014-10-281-25/+65
* wayland: Make window opacity workMatthias Clasen2014-10-281-3/+5
* Add private API to query tick callbacksMatthias Clasen2014-10-241-0/+6
* gtkwidget: Fix typo in commentBastien Nocera2014-10-211-1/+1
* Improve tooltip-text/markup docsMatthias Clasen2014-10-191-0/+6
* GtkTooltip: Move nonexported API to a private headerMatthias Clasen2014-10-191-1/+1
* Add gdk_window_mark_paint_from_clip and call from widget drawingAlexander Larsson2014-10-131-0/+2
* Deprecate GtkWidget override APIsMatthias Clasen2014-09-301-0/+10
* widget: Don't assume opacity is 100%Benjamin Otte2014-09-071-12/+9
* Fix various compiler warningsMatthias Clasen2014-09-051-1/+1
* widget: Don't connect to GtkModifierStyle::changedBenjamin Otte2014-08-271-10/+0
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+7
* Revert "docs: Fix broken gtk-doc formatting"Matthias Clasen2014-08-181-5/+5
* docs: Fix broken gtk-doc formattingRico Tzschichholz2014-08-181-5/+5
* GtkWidget: fix up docs minimallyMatthias Clasen2014-08-161-5/+5
* widget: Add checks for setting state flagsBenjamin Otte2014-08-161-0/+2
* css: Add a :checked pseudoclassBenjamin Otte2014-08-161-1/+1
* widget: Include event controllers' event mask on gtk_widget_get_events()Carlos Garnacho2014-08-121-1/+7
* Trivial: Use g_clear_object moreMatthias Clasen2014-08-091-2/+1
* widget: Add widget state when appending to widget pathBenjamin Otte2014-07-191-0/+2
* widget: Remove special case for clippingBenjamin Otte2014-07-101-16/+0
* docs: make GtkWidget:margin-start and margin-end clearerSébastien Wilmet2014-07-031-2/+4
* docs: Show examples of how to use templates APIEmmanuele Bassi2014-06-261-0/+80
* gtkwidget: Actually mark set_double_buffered as deprecatedJasper St. Pierre2014-06-231-0/+4
* Revert "gtkwidget: Widgets are now always double-buffered"Jasper St. Pierre2014-06-231-8/+42
* Docs: Reword deprecation notesMatthias Clasen2014-06-221-3/+3
* gtkwidget: Add a warning about set_double_bufferedJasper St. Pierre2014-06-211-0/+2
* gtkwidget: Widgets are now always double-bufferedJasper St. Pierre2014-06-201-40/+9
* stylecontext: Remove state from _peek_style_property()Benjamin Otte2014-06-111-6/+2
* GtkWidget: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-38/+46
* widget: reset all controllers when the widget becomes insensitiveCarlos Garnacho2014-06-051-0/+13
* widget: Set GDK_BUTTON1_MASK on emulated pointer eventsCarlos Garnacho2014-06-041-1/+4
* widget: Ensure all gestures outside a grab scope are cancelledCarlos Garnacho2014-06-031-30/+5
* widget: Only deny a sequence if it was previously claimedCarlos Garnacho2014-06-031-0/+3
* Update GtkImage icons when the direction is changedDebarshi Ray2014-05-311-5/+5
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-2/+2