summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 572904 – GtkRadioAction broken in trunkTristan Van Berkom2009-02-261-1/+1
* Bug 495320 - GtkRange does not use gdk_event_request_motionsXan Lopez2009-02-251-5/+4
* Never scroll the places horizontally. Instead, ellipsize the text.Matthias Clasen2009-02-241-1/+2
* Added a check to not emit a "changed" signal when an already invalidMichael Hasselmann2009-02-221-1/+11
* Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,Matthias Clasen2009-02-2215-226/+229
* Add a function to get the default window icon nameMatthias Clasen2009-02-203-1/+23
* sort functions so their order is more "standard", some cosmetic cleanupMichael Natterer2009-02-191-60/+38
* make the orientation flipping much simpler by using the GtkOrientableMichael Natterer2009-02-191-158/+102
* Require GLib 2.19.7 for GMountOperation::aborted.Matthias Clasen2009-02-171-0/+19
* Set the object name to the page title. Proposed by Eitan IsaacsonMatthias Clasen2009-02-171-0/+6
* Set focus when the current page changes. Pointed out by Eitan IsaacsonMatthias Clasen2009-02-171-0/+22
* Bug 570824 – [a11y] TreeView is not keyboard (re)focusable afterMatthias Clasen2009-02-111-1/+1
* Move the _GtkVolumeButton definition into the header to make it possibleMatthias Clasen2009-02-112-4/+5
* Undeprecate gtk_binding_entry_add_signallMatthias Clasen2009-02-113-8/+6
* Fix rendering of icons in some casesMatthias Clasen2009-02-111-8/+22
* Fix emission of file-set signalMatthias Clasen2009-02-111-1/+6
* Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed toMatthias Clasen2009-02-111-1/+1
* Make the new GtkAction code work with PolicyKit-gnome's use of actions.Matthias Clasen2009-02-076-31/+11
* Accept a NULL string.Matthew Barnes2009-02-061-2/+1
* Set the root coordinates in the event correctly. Patch by KristianMatthias Clasen2009-02-041-0/+7
* 2.15.3GTK_2_15_3Matthias Clasen2009-02-031-5/+11
* Change the "gtk-fontconfig-timestamp" property from int to uint. Doesn'tBehdad Esfahbod2009-02-011-5/+5
* Bug 569635 – fontchooser should reload list of families/styles on themeBehdad Esfahbod2009-02-011-59/+148
* Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcutsMatthias Clasen2009-01-311-5/+83
* Be more careful with the beepsMatthias Clasen2009-01-311-7/+10
* Avoid a compiler warning. Patch by Magnus Boman.Matthias Clasen2009-01-311-1/+1
* Make sure we queue at least one resize. This fixes a problem withMatthias Clasen2009-01-311-0/+2
* Always show images.Matthias Clasen2009-01-311-0/+3
* Bug 145058 - Inputting "^^" requires four keystrokes on Win32, differsTor Lillqvist2009-01-291-14/+106
* Small documentation fix.Philip Withnall2009-01-281-1/+1
* Fix alignment and icons in spin buttonsMatthias Clasen2009-01-271-5/+26
* Don't chain up blindlyMatthias Clasen2009-01-271-1/+2