summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* StyleProviderPrivate: mark internal variable as staticGiovanni Campagna2012-04-231-1/+1
* Beginning of keyhash testsMatthias Clasen2012-04-222-0/+210
* quartz: fix coordinates for synthesized eventKristian Rietveld2012-04-221-2/+19
* Fix a cornercase of menu parsingMatthias Clasen2012-04-201-4/+4
* CosmeticMatthias Clasen2012-04-191-1/+1
* stylecontext: add a define for an OSD style classCosimo Cecchi2012-04-191-0/+8
* stylecontext: reorder style classes definesCosimo Cecchi2012-04-191-20/+19
* GtkAppplication docs: Fix small typo.Murray Cumming2012-04-191-1/+1
* messagedialog: also set GtkMisc alignment to zero for dialog labelsCosimo Cecchi2012-04-181-0/+3
* messagedialog: don't use gtk_widget_override_font()Cosimo Cecchi2012-04-181-18/+18
* container: fix wrong branching logicCosimo Cecchi2012-04-181-0/+1
* container: Redo style validation handlingBenjamin Otte2012-04-173-24/+64
* container: needs_resize is a container flag, not a widget flagBenjamin Otte2012-04-173-30/+10
* cssvalue: Remove GObject macrosBenjamin Otte2012-04-171-5/+0
* stylecontext: Avoid style_context_save() callsBenjamin Otte2012-04-171-12/+20
* stylecontext: Pull all the animation code togetherBenjamin Otte2012-04-171-8/+109
* stylecontext: Add GtkCssAnimatedValuesBenjamin Otte2012-04-173-0/+373
* animation: Add CSS transition objectBenjamin Otte2012-04-173-0/+200
* stylecontext: Add new class for animation handlingBenjamin Otte2012-04-173-0/+151
* button: Remove _gtk_button_paint()Benjamin Otte2012-04-173-61/+9
* menuitem: Don't set menubar style class randomlyBenjamin Otte2012-04-171-7/+0
* widget: Set .default class when widget is defaultBenjamin Otte2012-04-172-2/+9
* stylecontext: Shuffle around codeBenjamin Otte2012-04-171-8/+13
* stylecontext: Add style_info_set_data()Benjamin Otte2012-04-171-30/+35
* stylecontext: Make StyleInfo keep the next pointerBenjamin Otte2012-04-171-71/+41
* stylecontext: Make StyleData refcountedBenjamin Otte2012-04-171-45/+75
* stylecontext: Add public API to stop animationsBenjamin Otte2012-04-173-1/+19
* stylecontext: Add an animating frameworkBenjamin Otte2012-04-173-3/+89
* computedvalues: Split out a functionBenjamin Otte2012-04-171-8/+12
* stylecontext: Don't queue a resize when none is neededBenjamin Otte2012-04-171-2/+3
* container: Split out a functionBenjamin Otte2012-04-172-33/+45
* container: Remove duplicated flagBenjamin Otte2012-04-174-32/+2
* container: Simplify codeBenjamin Otte2012-04-171-37/+18
* stylecontext: Listen to the new changed signalBenjamin Otte2012-04-173-16/+65
* styleprovider: Make all implementors emit the new signalBenjamin Otte2012-04-175-3/+48
* styleprovider: Add a private signal for when things changeBenjamin Otte2012-04-172-0/+31
* stylecontext: Pass time to style_context_validate()Benjamin Otte2012-04-173-3/+11
* stylecontext: Compute if things changed before invalidatingBenjamin Otte2012-04-173-2/+46
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-1710-37/+53
* stylecontext: Remove theming_engine cache variableBenjamin Otte2012-04-171-93/+80
* stylecontext: Split out a functionBenjamin Otte2012-04-171-17/+23
* styleproperty: Remove equal_func vfuncBenjamin Otte2012-04-173-96/+0
* cssvalue: Split out old value handling to new typed valueBenjamin Otte2012-04-178-454/+205
* themingengine: Fix outline-widthBenjamin Otte2012-04-171-1/+1
* shorthand: Fix border query functionsBenjamin Otte2012-04-171-13/+16
* symboliccolor: Treat it as a CssValueBenjamin Otte2012-04-1714-77/+68
* cssprovider: Add an empty line when printingBenjamin Otte2012-04-171-1/+1
* symboliccolor: Parse 'currentColor' everywhereBenjamin Otte2012-04-175-44/+16
* symboliccolor: Pass the current color to the resolve functionBenjamin Otte2012-04-175-28/+39
* cssparser: Move symbolic color parser to gtksymboliccolor.cBenjamin Otte2012-04-177-255/+257