summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* menubutton: clear arrow_widget on remove()Cosimo Cecchi2012-09-041-4/+14
* entry: fix requisition width/height to use the current pango layoutCosimo Cecchi2012-09-032-49/+40
* Make spinbutton orientablePaolo Borelli2012-09-033-65/+260
* Improve CSS styling of touch text selection handlesCarlos Garnacho2012-09-032-19/+28
* cssvalue: Implement transitioning arraysBenjamin Otte2012-09-031-1/+193
* cssvalue: Pass property ID to transition functionBenjamin Otte2012-09-0322-17/+40
* cssvalue: Don't allow empty arrays anymoreBenjamin Otte2012-09-031-4/+1
* cssvalue: Make the array parser no longer parse "none"Benjamin Otte2012-09-033-18/+12
* css: Redo bindings parsingBenjamin Otte2012-09-031-8/+22
* gtkliststore: fix documentation typoClaudio Saavedra2012-09-031-1/+1
* Add a way to test touch featuresMatthias Clasen2012-09-032-6/+14
* Implement touch text selection in GtkTextViewCarlos Garnacho2012-09-031-19/+282
* Implement touch text selection in GtkEntryCarlos Garnacho2012-09-031-22/+290
* Add GtkTextHandleCarlos Garnacho2012-09-037-2/+793
* scrolledwindow: don't capture events meant for non-child windowsCarlos Garnacho2012-09-021-0/+3
* Revert "menubutton: make it work with custom content in .ui file"Matthias Clasen2012-08-311-18/+4
* GtkMenuButton: Override addMatthias Clasen2012-08-311-0/+18
* menubutton: make it work with custom content in .ui fileDavid Zeuthen2012-08-311-4/+18
* window: Add a delay before automatically showing mnemonicsRui Matos2012-08-313-1/+48
* Fix positioning of file format radiosMatthias Clasen2012-08-311-2/+13
* Fix mnemonic activation for some printer option widgetsMatthias Clasen2012-08-311-5/+10
* Improve print to file options in print dialogSebastian Geiger2012-08-311-129/+171
* Allow setting Pango attributes on entriesMatthias Clasen2012-08-313-7/+93
* [GtkFileChooserButton] bgo#645065 - Restore the previously-selected file when...Sebastian Geiger2012-08-311-6/+6
* Move entry completion code where it belongsMatthias Clasen2012-08-313-619/+587
* GtkEntry: pack GtkEntryPrivate a bit betterMatthias Clasen2012-08-301-1/+12
* Also compile gtkdbusgenerated.c on non-UNIX environmentsErik van Pienbroek2012-08-301-0/+2
* Always make primary headings bold in message dialogsWilliam Jon McCann2012-08-301-9/+6
* Remove unintentional symbol exportMatthias Clasen2012-08-291-1/+1
* Revert "gtk: Fix exports for new symbols"Matthias Clasen2012-08-291-1/+0
* gtk: Fix exports for new symbolsRico Tzschichholz2012-08-291-0/+1
* scrolled-window: fix rendering of scrolled window backgroundCosimo Cecchi2012-08-281-21/+40
* css: Remove unused macroBenjamin Otte2012-08-281-3/+0
* cssimage: Implement dependencies for imagesBenjamin Otte2012-08-285-23/+40
* cssvalue: Implement dependency tracking for gradientsBenjamin Otte2012-08-283-8/+28
* cssvalue: Handle dependencies for typed valuesBenjamin Otte2012-08-283-18/+29
* css: Make color lookup handle dependenciesBenjamin Otte2012-08-286-40/+76
* css: Handle some more simple cases of dependenciesMatthias Clasen2012-08-284-17/+47
* cssvalue: First step of proper dependency trackingBenjamin Otte2012-08-287-22/+35
* stylecontext: Update computed values when dependencies changeBenjamin Otte2012-08-281-2/+39
* stylecontext: Refactor some codeBenjamin Otte2012-08-281-30/+29
* css: Pass relevant properties to css lookup codeBenjamin Otte2012-08-283-6/+16
* computedvalues: Pass dependencies to set_value()Benjamin Otte2012-08-285-22/+19
* stylecontext: Compute correct changesBenjamin Otte2012-08-281-11/+19
* stylecontext: Split out a function for simplicityBenjamin Otte2012-08-281-25/+38
* cssomputedvalues: Track dependenciesBenjamin Otte2012-08-283-4/+44
* stylecontext: Pass the changes in the parent to validation functionBenjamin Otte2012-08-284-7/+19
* css: Introduce dependencies for value computationsBenjamin Otte2012-08-2824-85/+153
* css: Move computing of initial and inherit valuesBenjamin Otte2012-08-285-82/+25
* cssstyleproperty: Get rid of unused APIBenjamin Otte2012-08-285-84/+25