summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* cssnode: Add API to query the timestampBenjamin Otte2015-03-181-0/+4
* cssnode: Add visibility conceptBenjamin Otte2015-03-181-0/+4
* widget: Add gtk_widget_get_css_node()Benjamin Otte2015-03-181-4/+7
* widget: Create widget path classes from proper styleBenjamin Otte2015-03-181-2/+2
* widget: Use correct type for widgetpath creationBenjamin Otte2015-03-181-1/+1
* widget: Create the CssNodeBenjamin Otte2015-03-181-10/+20
* stylecontext: Don't queue animate tick callbacks anymoreBenjamin Otte2015-03-181-6/+0
* stylecontext: Export gtk_style_context_get_root()Benjamin Otte2015-03-181-1/+1
* stylecontext: Handle parent in CssNode codeBenjamin Otte2015-03-181-2/+2
* unrealize: Don't ref twiceMatthias Clasen2015-03-161-4/+0
* widget: Take a ref during ::unrealize emissionCarlos Garnacho2015-03-161-0/+2
* widget: Take a ref during ::unmap emissionCarlos Garnacho2015-03-161-0/+2
* docs: Reword the deprecation notice for gtk_widget_override_*Emmanuele Bassi2015-03-081-4/+18
* Avoid calling g_object_ref on NULLMatthias Clasen2015-03-071-5/+4
* widget: Improve hack to ignore drags from widgets using motion eventsCarlos Garnacho2015-03-041-5/+7
* Fix 7c4bf742e82d812ecc5b0c3280db86d2689eb093Matthias Clasen2015-03-021-2/+4
* gtkwindow: Move window dragging to a standalone drag gestureCarlos Garnacho2015-03-021-0/+28
* eventcontroller, widget: Don't crash if destroyed before the otherDebarshi Ray2015-03-021-0/+2
* docs: Expand input handling documentation to cover event masksPhilip Withnall2015-02-191-4/+4
* gtk: Remove documentation references to the GTK_NO_WINDOW flagPhilip Withnall2015-02-191-15/+14
* css: Add -gtk-dpi CSS property hackBenjamin Otte2015-02-051-2/+6
* Fix VA marshaller for GtkWidget's "event-after" signalGarrett Regier2015-01-281-1/+1
* Fix a typoMatthias Clasen2015-01-281-1/+1
* css: Remove _gtk_css_style_property_changes_affect_size()Benjamin Otte2015-01-271-1/+6
* widget: Compute clip of children properlyBenjamin Otte2015-01-221-4/+20
* widget: Correctly handle which widgets to include in the clipBenjamin Otte2015-01-221-1/+2
* widget: Add debug spew for setting the clipBenjamin Otte2015-01-221-0/+23
* 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