summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add link support to GtkLabelMatthias Clasen2009-05-113-221/+1284
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-043-1/+7
* GTK+ 2.17.02.17.0Matthias Clasen2009-05-042-2/+3
* Avoid double browser windows from the about dialog.Matthias Clasen2009-05-031-2/+0
* Make GtkAssistant keep its padding when built with GtkBuilderMatthias Clasen2009-05-031-3/+3
* Don't leak RequiresInfo when parsing GtkBuilder filesMatthias Clasen2009-05-031-1/+2
* Fix handling of child widgets in the presence of bidi textItay Perl2009-05-031-15/+35
* Handle translated combobox models betterMatthias Clasen2009-05-031-1/+17
* Make GtkHandleBox work on multiple displaysMatthias Clasen2009-05-031-0/+1
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-037-36/+75
* Support scale marks in builder markupMatthias Clasen2009-05-031-2/+254
* Fix a shadowed variable and a few other compiler warningsMatthias Clasen2009-05-031-6/+6
* Make an internal function staticMatthias Clasen2009-05-031-1/+1
* Add a GtkEntry::invisible-char style propertyMatthias Clasen2009-04-301-1/+29
* Fix casting problem in gmodule code.Brian Cameron2009-04-241-2/+9
* Adds authentication support of CUPS backendMarek Kasik2009-04-214-3/+201
* Allow the custom widget to actualize on a printer changeMarek Kasik2009-04-215-3/+55
* Add default URL and Email hooks to GtkAboutDialogChristian Persch2009-04-201-13/+113
* Display invalid accelerators as "Invalid" in GTK mode.Christian Persch2009-04-201-1/+10
* Deselect all other selected items when clicking a selected oneClaudio Saavedra2009-04-181-8/+5
* Add a GtkBuildable implementation to GtkAssistantMatthias Clasen2009-04-181-17/+85
* Fix a resizing problem with marks on scalesMatthias Clasen2009-04-161-0/+4
* Display localised accelerator keys also in OTHER modeChristian Persch2009-04-111-1/+4
* Fix a small leak in GtkFileSelectorMichael Chudobiak2009-04-111-1/+3
* Improve dialog handling in gtk-builder-convertMOROHOSHI Akihiko2009-04-111-3/+3
* Send the print job title to the previewerCarlos Garcia Campos2009-04-101-0/+2
* Save PageSetup into print settings file used by the print previewerCarlos Garcia Campos2009-04-101-2/+21
* Improve accessible nameMatthias Clasen2009-04-101-1/+1
* Allow empty passwords in GtkMountOperationMatthias Clasen2009-04-081-2/+7
* Support links in licensesMatthias Clasen2009-04-081-81/+74
* Remove a non-effective style-set handlerMatthias Clasen2009-04-081-11/+0
* Improve accessibility of the print dialogMatthias Clasen2009-04-081-31/+31
* Improve focus handling in the print dialogMatthias Clasen2009-04-071-0/+3
* Fix --help output of gtk-builder-convertMatthias Clasen2009-04-071-1/+1
* Avoid warnings when unrealizing a text viewMatthias Clasen2009-04-071-11/+12
* Fix a memory leak in GtkAccelGroupMatthias Clasen2009-04-071-0/+3
* Convert GtkComboBox items propertlyJohan Dahlin2009-04-071-0/+2
* Merge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+Alexander Larsson2009-04-079-66/+155
|\
| * clarify bugfix in 2.14 for gtk_expander_get_labelBjörn Lindqvist2009-04-071-0/+6
| * Fix a GtkBuilder crashMatthias Clasen2009-04-061-1/+8
| * Trivial formatting fixMatthias Clasen2009-04-061-2/+2
| * Improve gtk-builder-convert error reportingMatthias Clasen2009-04-061-0/+2
| * Improve GtkBuilder error reportingMatthias Clasen2009-04-063-10/+31
| * Better i18n support in GtkBuilderMatthias Clasen2009-04-062-52/+106
| * Move G_END_DECLS before the #endif in gtkitemfactory.hChristian Dywan2009-04-041-3/+2
* | Set user_time from startup_id if window realizedAlexander Larsson2009-04-071-7/+10
* | Set errno to 0 before calling strtoulAlexander Larsson2009-04-071-1/+2
|/
* fix slist/list confusionMatthias Clasen2009-04-021-2/+2
* Bug 577224 – crash when setting new icon after setting icon inChristian Persch2009-03-291-1/+5
* Use gtk_entry_xxx functions rather than using GtkEntry structure directly.Stefan Walter2009-03-272-10/+12