summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Don't queue redraws for properties that don't affect anythingJasper St. Pierre2015-08-021-3/+6
* Code cleanupMatthias Clasen2015-07-311-2/+1
* GtkWidget: Fix set_font_map docsTimm Bäder2015-07-231-1/+1
* GtkWidget: Add custom font map supportMatthias Clasen2015-07-191-4/+77
* Fix warnings in the font options codeMatthias Clasen2015-07-011-2/+2
* Improve the font options supportMatthias Clasen2015-07-011-3/+7
* widget: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-6/+0
* GtkWindow: don't increase the preferred size for empty windows if there is a ...Christoph Reiter2015-07-011-0/+17
* Add gtk_widget_set_font_options and gtk_widget_get_font_optionsArc Riley2015-07-011-9/+65
* docs: Fix some minor typos in comments in GtkWidgetPiotr Drąg2015-06-111-42/+42
* widget: Clarify docs on gtk_widget_set_double_buffered()Benjamin Otte2015-06-081-5/+10
* widget: Fix compiler warningsMatthias Clasen2015-06-021-10/+18
* GtkBuilder: Export the template parsing entry pointMatthias Clasen2015-04-301-1/+1
* GtkWidget: Use _gtk_builder_lookup_objectMatthias Clasen2015-04-271-21/+20
* GtkWidget: Use the new helpersMatthias Clasen2015-04-271-162/+163
* docs: Add an cross-reference to template docsMatthias Clasen2015-04-261-1/+1
* cssnode: Clear widget path more aggressivelyBenjamin Otte2015-03-241-1/+5
* Stop using GDK_POINTER_MOTION_HINT_MASK in widgetsMatthias Clasen2015-03-221-4/+2
* csswidgetnode: Avoid creating a stylecontextBenjamin Otte2015-03-181-0/+7
* 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