summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Bug 643805 - Allow GtkExpander to resize the toplevel upon expanding/collpasingMichael Natterer2011-03-212-29/+142
* themingengine: don't hardcode white to draw insensitive labels shadowCosimo Cecchi2011-03-211-1/+7
* filechooserdefault: fix a build warningCosimo Cecchi2011-03-211-1/+0
* Fix leaking calls to gdk_device_manager_list_devices()Garrett Regier2011-03-212-0/+4
* window: Export theme variant to X11Florian Müllner2011-03-211-0/+47
* gtkentry: Add hinting to GtkEntryCarlos Garcia Campos2011-03-214-10/+153
* radiobutton: exclude states we set manually from the previous stateCosimo Cecchi2011-03-181-1/+3
* radiobutton: build the new state flags from the previous flags on clickCosimo Cecchi2011-03-181-0/+2
* gtk: Make region argument to gtk_widget_queue_draw_region() constBenjamin Otte2011-03-182-3/+3
* switch: fix boundaries for the switch motionCosimo Cecchi2011-03-181-3/+16
* notebook: don't forget to reset the style after setting show-tabsCosimo Cecchi2011-03-171-0/+1
* treeview: add the separator style class to the tree view separator linesCosimo Cecchi2011-03-171-5/+12
* filechooser: use the sidebar style class for the file chooser sidebarWilliam Jon McCann2011-03-171-1/+3
* stylecontext: add a sidebar style classCosimo Cecchi2011-03-171-0/+7
* set initial pane positionWilliam Jon McCann2011-03-171-1/+1
* filechooser: add the inline-toolbar style class to the bottom toolbarCosimo Cecchi2011-03-171-3/+4
* stylecontext: add an inline-toolbar style classCosimo Cecchi2011-03-171-0/+7
* styleproperties: don't force replacing the font descriptionCosimo Cecchi2011-03-171-1/+1
* notebook: Don't set notebook style with hidden tabsBastien Nocera2011-03-171-0/+5
* widget: Don't override state data when recursing to childrenBenjamin Otte2011-03-171-5/+7
* widget: Fix typo in docsBenjamin Otte2011-03-171-1/+1
* widget: Queue a resize when setting widget to insensitive.Benjamin Otte2011-03-171-2/+1
* style: Move private function into private headerBenjamin Otte2011-03-174-5/+35
* paned: Remove unused variableBenjamin Otte2011-03-171-1/+0
* Don't only use ch != 0 to check if a character is a control char.Jasper St. Pierre2011-03-162-2/+2
* range: allow stepper-spacing > 0 and trough-under-steppers = TRUECosimo Cecchi2011-03-161-11/+1
* widget: reset widget style after applying style classes from GtkBuilderCosimo Cecchi2011-03-161-0/+2
* [gi] add Virtual annotation for gtk_container_forall vfuncJohn (J5) Palmieri2011-03-161-1/+3
* notebook: make GtkNotebook respect the focus-padding style propertyCosimo Cecchi2011-03-141-24/+24
* Add annotations to gtk_window_get_positionMatthias Clasen2011-03-121-6/+8
* Fix annotations for gtk_accelerator_parseMatthias Clasen2011-03-121-2/+4
* Formatting fixesMatthias Clasen2011-03-121-390/+396
* paned: don't set the "pane-separator" style class to all the containerCosimo Cecchi2011-03-121-3/+1
* themingengine: Use render_background_internal() to render handle backgroundCarlos Garcia Campos2011-03-121-13/+4
* GtkAboutDialog: keep toggle button state in syncMatthias Clasen2011-03-121-2/+6
* gtk: Queue a resize after state changesBenjamin Otte2011-03-111-2/+1
* Include gdkquartz.h so GDK_IS_QUARTZ_SCREEN is actually definedKristian Rietveld2011-03-101-0/+4
* notebook: add an 'initial-gap' style propertyCosimo Cecchi2011-03-091-0/+22
* Fixed GtkTreeModel::row-deleted documentationTristan Van Berkom2011-03-091-6/+3
* stylecontext: add a raised style classCosimo Cecchi2011-03-081-0/+8
* gtksettings: plug a leakCarlos Garnacho2011-03-071-1/+1
* cssprovider: Reset the scope before skipping to the next rule after an error ...Carlos Garnacho2011-03-071-0/+2
* cssprovider: plug two more leak fixesCarlos Garnacho2011-03-071-0/+5
* cssprovider: return immediately if there's remaining data behind a parsed valueCarlos Garnacho2011-03-071-0/+4
* Finish making the GtkSettings object identical on all backends so that it doe...John Ralls2011-03-071-2/+0
* treeview: propagate the selected state from the rowCosimo Cecchi2011-03-071-1/+9
* entry: Do not clobber state when rendering the default icons.Carlos Garnacho2011-03-071-26/+35
* notebook: flip the render orderCosimo Cecchi2011-03-071-1/+37
* notebook: fixup the last commitCosimo Cecchi2011-03-061-4/+9
* notebook: make sure the label widget allocation not exceeds the overlapCosimo Cecchi2011-03-061-1/+34