summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo correction, s/hilding/holdingChristian Dywan2009-03-251-1/+1
* Bug 574283 – unused assignment and dead code inClaudio Saavedra2009-03-191-10/+6
* add static function gtk_scale_button_set_orientation_private() and use itMichael Natterer2009-03-181-47/+54
* Newer mingw-w64 uses an underscore-prefixed identification macro.Tor Lillqvist2009-03-171-1/+1
* Fix problems with window positioningMatthias Clasen2009-03-111-5/+9
* Bug 574561 – gtk_style_get "shadows" g_object_getMatthias Clasen2009-03-103-18/+18
* ::icon-press and ::icon-release are not action signals. Pointed out byMatthias Clasen2009-03-101-3/+3
* Fixed regression reported in bug #574059. (search button not available inMichael Hasselmann2009-03-101-7/+9
* Clear all optionally created widget pointer in priv. Initially priv isAlexander Larsson2009-03-101-0/+4
* don't call gtk_orientable_set_orientation() because that callsMichael Natterer2009-03-061-1/+1
* Improve the drawing of progress in entries, using fg/bg[SELECTED]. Add aMatthias Clasen2009-03-022-82/+245
* If additional areas got invalidated, don't try to add them to the paintMatthias Clasen2009-03-021-14/+0
* Switch to the newly created folder on success.Matthias Clasen2009-03-011-1/+1
* Make gtk-doc pick up deprecation notesMatthias Clasen2009-02-281-5/+5
* Avoid warningsMatthias Clasen2009-02-281-0/+18
* Keep popups on the right screen. Pointed out by Morten WelinderMatthias Clasen2009-02-282-1/+5
* Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when draggingMatthias Clasen2009-02-281-17/+13
* Handle widget being NULL. Pointed out by Wouter Bolsterlee.Matthias Clasen2009-02-281-1/+1
* Don't leak a GtkRecentInfo. Found by Tommi RantalaMatthias Clasen2009-02-281-0/+1
* Copy the right string. Pointed out by Tommi RantalaMatthias Clasen2009-02-281-1/+1
* Bug 573383 – GtkMountOperation fixes for ask_password()David Zeuthen2009-02-271-5/+28
* Bug 573383 – Setting a textview's buffer to NULL doesn't do a completeMichael Natterer2009-02-271-3/+3