summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gail-util: Move into toplevel directoryBenjamin Otte2011-07-058-2134/+1
* gail: Copy gail-util functions into gailBenjamin Otte2011-07-0515-12/+2048
* gail: Move from modules/other/gail to gtk/a11yBenjamin Otte2011-07-05139-1/+42349
* box: Remove cache for sibling pathsBenjamin Otte2011-07-021-25/+17
* toolbar: don't leak the sibling pathCosimo Cecchi2011-07-011-0/+6
* toolbar: don't count invisible widgets when building the sibling pathCosimo Cecchi2011-07-011-13/+39
* toolbar: invalidate order when an item visibility changesCosimo Cecchi2011-07-011-0/+17
* toolbar: nth-child support for GtkToolbarMatthias Clasen2011-07-011-3/+108
* box: follow children visibility when building the sibling pathCosimo Cecchi2011-07-011-7/+19
* Revert "gtkbox: Invalidate order on changes, even if the child is not visible"Cosimo Cecchi2011-07-011-5/+2
* Fix up docs for predefined style classes.Matthias Clasen2011-06-302-183/+169
* gtkbox: Invalidate order on changes, even if the child is not visibleVincent Untz2011-06-301-2/+5
* [gi] add more annotations to force drag and drop api to be methodsJohn (J5) Palmieri2011-06-291-14/+14
* [gi] make sure gtk_drag_dest_unset is annotated as a methodJohn (J5) Palmieri2011-06-291-1/+1
* Make GtkBuilder do not delay construct properties that can be resolvedJuan Pablo Ugarte2011-06-291-10/+10
* gtk/gtkmenuitem: Remove reference to deprecated and removed GtkItemJavier Jardon2011-06-291-1/+1
* Use a PAGE_STEP macro instead of a magic numberClaudio Saavedra2011-06-281-4/+5
* Don't forget to initialize a variableMatthias Clasen2011-06-271-0/+2
* [gi] correct annotation for GtkMenuPositionFunc callbacksJohn (J5) Palmieri2011-06-271-1/+1
* bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.cMike Gorse2011-06-271-1/+1
* Speed up page insertionPaolo Borelli2011-06-261-4/+4
* Add headers required by gtk/gtkwin32embedwidget.cChun-wei Fan2011-06-241-0/+2
* GtkPaned docs: Remove sentence saying see GtkPaned.Murray Cumming2011-06-241-1/+1
* Avoid GApplication being released twice on gtk_application_remove_window() callsClaudio Saavedra2011-06-211-1/+1
* Add sibling information to widget path string representationsMatthias Clasen2011-06-181-0/+6
* Fix css syntax in exampleMatthias Clasen2011-06-181-2/+2
* Remove an unused variableMatthias Clasen2011-06-171-2/+0
* Update keybinding docsMatthias Clasen2011-06-161-18/+18
* Remove unnecessary includesMatthias Clasen2011-06-162-2/+0
* Remove unused includesMatthias Clasen2011-06-169-9/+0
* Silence a warningMatthias Clasen2011-06-161-3/+5
* GtkBox: don't reset styles too oftenMatthias Clasen2011-06-161-4/+5
* info_bar: call style_updated at the end of info_bar_initJosé Aliste2011-06-161-0/+1
* toolbar: Better fix for animationsBenjamin Otte2011-06-151-13/+3
* toolbar: Handle the fact that size_allocate() != get_allocation()Benjamin Otte2011-06-151-0/+12
* themingengine: shrink the background size to the padding-boxCosimo Cecchi2011-06-151-5/+14
* themingengine: plug a couple of leaksXan Lopez2011-06-151-0/+2
* border-image: Fix leakageXan Lopez2011-06-151-0/+2
* css: Make font property a shorthandBenjamin Otte2011-06-154-8/+302
* Add a missing break statementMatthias Clasen2011-06-141-0/+1
* Remove a redundant NULL checkMatthias Clasen2011-06-141-3/+2
* Avoid a dereference-before-null-checkMatthias Clasen2011-06-141-2/+1
* Give this code a chance to workMatthias Clasen2011-06-141-1/+3
* Don't forget to cleanup varargsMatthias Clasen2011-06-141-5/+7
* image: Initialize variableJuan A. Suarez Romero2011-06-141-1/+1
* GtkAssistant: improve button labelsMatthias Clasen2011-06-131-3/+9
* docs: Add Since tag to GtkWidget::drawBenjamin Otte2011-06-131-0/+2
* cssparser: Actually send an error in an error caseBenjamin Otte2011-06-131-0/+1
* themingengine: Improve handling of different colorsBenjamin Otte2011-06-131-10/+27
* themingengine: Implement support for multiple border colorsBenjamin Otte2011-06-133-54/+247