summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* Use style values directlyMatthias Clasen2020-01-291-32/+18
* stylecontext: Get rid of gtk_style_context_get()Benjamin Otte2020-01-281-168/+12
* stylecontext: Remove gtk_style_context_get_section()Benjamin Otte2020-01-281-39/+0
* cssnode: Convert name + id from interned string to GQuarkBenjamin Otte2020-01-281-3/+3
* Remove GtkWidgetPathBenjamin Otte2020-01-281-78/+5
* stylecontext: Remove excess gtk_css_node_invalidate() callBenjamin Otte2020-01-211-1/+0
* stylecontext: Change semantics of gtk_style_context_get_path()Benjamin Otte2020-01-211-3/+15
* Remove GtkCssRgbaValueTimm Bäder2020-01-181-2/+2
* gtkstyleprovider: Rename -gtk-style-changed signal to have a valid namePhilip Withnall2019-11-121-1/+1
* stylecontext: Stop exporting _resolve_colorTimm Bäder2019-09-091-5/+5
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-1/+1
* Fix up the border/background-color removalMatthias Clasen2019-03-311-4/+6
* Drop deprecated style context apiMatthias Clasen2019-03-311-61/+0
* Stop using deprecated style context apiMatthias Clasen2019-03-311-3/+1
* stylecontext: Use new snapshot transformsBenjamin Otte2019-02-211-4/+6
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* Remove icon extents APITimm Bäder2018-07-171-22/+0
* GtkStyleContext: Remove the frame clockTimm Bäder2018-06-181-61/+0
* StyleContext: Don't advise using invalidate()Daniel Boles2018-05-211-5/+2
* Fixes to the gtk docsMatthias Clasen2018-05-051-0/+1
* stylecontext: Draw arrow-less insertion cursors as color nodesTimm Bäder2018-05-051-7/+31
* stylecontext: Remove outdated commentTimm Bäder2018-05-051-4/+0
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-3/+1
* gtkstylecontext: guard against gtk_css_widget_node_get_widget() returning NUL...Christoph Reiter2018-03-201-1/+5
* The big versioning cleanupMatthias Clasen2018-02-061-74/+0
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-2/+2
* stylecontext: Make first property name explicitBenjamin Otte2017-11-101-3/+9
* Fix a typoMatthias Clasen2017-11-011-1/+1
* docs: Fix up some places that still said screen instead of displayBenjamin Otte2017-10-311-3/+3
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-4/+4
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-72/+74
* StyleContext: Add CSS snippet language commentsDaniel Boles2017-10-121-2/+2
* stylecontext: Fix doc commentTimm Bäder2017-10-101-1/+1
* stylecontext: Drop priv pointerTimm Bäder2017-10-011-69/+91
* GtkStyleContext: Create path node in _newTimm Bäder2017-07-191-8/+13
* GtkStyleContext: Remove property cacheTimm Bäder2017-07-191-23/+0
* Remove all widget style property codeTimm Bäder2017-07-191-277/+0
* snapshot: Rename gtk_snapshot_translate_2d()Benjamin Otte2017-01-131-4/+4
* snapshot: Rename append APIsBenjamin Otte2017-01-131-3/+3
* gtk: Remove GtkJunctionSidesBenjamin Otte2016-12-201-45/+0
* stylecontext: Remove a bunch of unneeded headersBenjamin Otte2016-12-031-5/+0
* style context: Don't leak a widget pathMatthias Clasen2016-11-171-0/+2
* snapshot: Convert GtkLabel and GtkAccelLabelBenjamin Otte2016-11-151-1/+146
* Drop support for symbolic colorsMatthias Clasen2016-11-071-30/+0
* Drop support for -gtk-gradientMatthias Clasen2016-11-071-1/+0
* gtkstylecontext: Clarify memory allocation behaviour of gettersPhilip Withnall2016-11-051-0/+12
* gtk: Update path references from gtk-3.0 to gtk-4.0Rico Tzschichholz2016-10-231-1/+1
* stylecontext: Remove deprecated APIRico Tzschichholz2016-10-231-126/+0
* css: Stop parsing GdkColor valuesTimm Bäder2016-10-221-19/+4
* gtk+: Fix GI warnings about missing parametersGarrett Regier2016-10-171-6/+1