summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* css: Move computing of initial and inherit valuesBenjamin Otte2012-08-285-82/+25
* cssstyleproperty: Get rid of unused APIBenjamin Otte2012-08-285-84/+25
* csscustomproperty: Move compute code to GtkCssTypedValueBenjamin Otte2012-08-282-14/+4
* cssstyleproperty: Don't set print or compute vfuncs anymoreBenjamin Otte2012-08-281-114/+0
* cssstyleproperty: Remove all useless compute vfuncsBenjamin Otte2012-08-281-147/+35
* cssstyleproperty: Call _compute() in the compute functionBenjamin Otte2012-08-281-1/+1
* css: Move special case for 0px bordersBenjamin Otte2012-08-282-14/+38
* css: Fold color value computation into gtksymboliccolor.cBenjamin Otte2012-08-286-80/+63
* css: Pass property_id to compute functionBenjamin Otte2012-08-2826-30/+58
* css: Introduce _gtk_css_value_compute()Benjamin Otte2012-08-2831-275/+355
* gkimmulticontext: Remove left over debug printAdel Gadllah2012-08-261-2/+0
* Fix a typo in the the commentsWilliam Jon McCann2012-08-266-8/+8
* Docs: GtkAspectFrame: use top/bottom for vertical alignmentThomas Hindoe Paaboel Andersen2012-08-261-4/+4
* GtkIMMultcontext: Propagate input purpose and hintsMatthias Clasen2012-08-251-3/+36
* Add GTK_INPUT_HINT_INHIBIT_OSK to GtkInputHintsCarlos Garnacho2012-08-251-1/+4
* Trivial: Fix a whitespace messupMatthias Clasen2012-08-252-4/+4
* Improve the layout of the mount operation dialogWilliam Jon McCann2012-08-241-73/+79
* GtkWidget: fix insert_action_group(NULL)Ryan Lortie2012-08-231-1/+4
* Protect pasteboard GtkTargetPair flag values from being out of rangeJohn Ralls2012-08-221-0/+1
* Copy in annotations missing from gtkdnd-quartz and gtkclipboard-quartzJohn Ralls2012-08-222-25/+314
* GtkActionHelper: two small fixups in _set_target_value()Ryan Lortie2012-08-221-1/+8
* Don't left align label in check buttons when they have no indicatorWilliam Jon McCann2012-08-211-1/+14
* modelmenu: fix a GCC warningCosimo Cecchi2012-08-211-1/+1
* textview: fix a typo in method gtk-doc annotationCosimo Cecchi2012-08-211-1/+1
* menubutton: use consistent parameter namesCosimo Cecchi2012-08-211-1/+1
* Fix the doc buildMatthias Clasen2012-08-201-1/+2
* Fix exports for new symbolsMatthias Clasen2012-08-201-0/+4
* Add documentationMatthias Clasen2012-08-202-3/+126
* GtkTextView: Add input purpose and hintsMatthias Clasen2012-08-203-3/+118
* GtkEntry: Add input purpose and hintsMatthias Clasen2012-08-203-1/+116
* GtkIMContext: Add purpose and hintsMatthias Clasen2012-08-201-1/+93
* enums: Add purpose enum and hints flags.Krzesimir Nowak2012-08-201-0/+84
* GtkMenuButton: rename _set_menu() to _set_popup()Ryan Lortie2012-08-205-64/+99
* icon-view: emit selection-changed when changing the modelWilliam Jon McCann2012-08-201-0/+7
* gtkmodelmenu: add support for action namespacesLars Uebernickel2012-08-204-11/+74
* GtkApplicationWindow: drop GActionMuxer useRyan Lortie2012-08-201-14/+0
* Drop GSimpleActionObserverRyan Lortie2012-08-203-339/+0
* Remove private appwindow observer creation APIRyan Lortie2012-08-202-25/+0
* ApplicationWindow: setup accels with widget muxerLars Uebernickel2012-08-201-14/+5
* Remove #include for muxer from gtkapplication.cRyan Lortie2012-08-201-1/+0
* Action helper support in Mac OS menus.William Hua2012-08-203-214/+76
* gtkmodelmenu: move to new action regimeRyan Lortie2012-08-205-284/+75
* GtkMenuItem: implement GtkActionableRyan Lortie2012-08-202-4/+77
* port GtkButton to GtkActionHelperRyan Lortie2012-08-202-100/+20
* port GtkSwitch to GtkActionHelperRyan Lortie2012-08-201-92/+15
* Add two users of gtk_widget_insert_action_groupLars Uebernickel2012-08-202-0/+5
* introduce private GtkActionHelperRyan Lortie2012-08-203-0/+704
* GtkWidget: Add gtk_widget_insert_action_group()Lars Uebernickel2012-08-205-0/+80
* GtkApplication: add 'active-window' propertyRyan Lortie2012-08-203-1/+46
* GActionMuxer: add support for parent muxersLars Uebernickel2012-08-202-94/+371