summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Document signals. (#163319, Murray Cumming)Matthias Clasen2005-01-101-0/+27
* Don't pass NULL to pango_context_get_metrics. UseAnders Carlsson2005-01-093-3/+4
* 2.6.1GTK_2_6_1Matthias Clasen2005-01-081-0/+4
* Make markup_column work, and fix some layout issues when either icon orMatthias Clasen2005-01-061-14/+35
* Add an "Open _Location" item. Fixes #148839.Federico Mena Quintero2005-01-061-0/+16
* Use default title if NULL is passed.James M. Cape2005-01-061-5/+6
* Fix #161409:Federico Mena Quintero2005-01-061-0/+1
* Don't call button_data_free() explicitly; the button is weak-reffed andFederico Mena Quintero2005-01-062-31/+20
* Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fixMatthias Clasen2005-01-051-8/+27
* Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fixMatthias Clasen2005-01-051-6/+6
* Set the background of the windows to None instead of adding EXPOSURE_MASK,Søren Sandmann2005-01-052-2/+6
* only reorder on button 1, part of #141937Jonathan Blandford2005-01-041-1/+2
* Bug 162112.Søren Sandmann2005-01-042-2/+2
* Some clarification regarding modality. (#112903, Dave Bordoley)Matthias Clasen2005-01-031-0/+6
* Forgotten file.Matthias Clasen2005-01-031-1/+4
* Make gtk_icon_theme_load_icon() work independent of icon factoryMatthias Clasen2005-01-033-4/+8
* Don't add a shortcut here. (#162752, Tor Lillqvist)Matthias Clasen2005-01-031-1/+1
* Add -lole32, needed for CoTaskMemFree in get_special_folder() below.Tor Lillqvist2005-01-027-279/+514
* Allow unsetting the custom image by passing NULL. (gtk_button_init):Matthias Clasen2005-01-021-1/+2
* gtk/gtkmodules.c (get_module_path) With g_getenv() now returning UTF-8 onTor Lillqvist2005-01-012-53/+0
* Don't sort a list of values as if it was a list of entries. This fixesMatthias Clasen2004-12-311-5/+15
* Fix state propagation when making an insensitive combo box sensitiveMatthias Clasen2004-12-301-2/+9
* Use secondary text for error dialogs.Matthias Clasen2004-12-301-65/+71
* Clean up some cases of errno handling (#162496, noted by Tor Lillqvist),Matthias Clasen2004-12-301-8/+8
* Clean up some cases of errno handling (#162496, noted by Tor Lillqvist),Matthias Clasen2004-12-301-33/+35
* Use g_value_get_boolean() for ellipsize_set. (#162447, Brian Tarricone)Matthias Clasen2004-12-301-1/+1
* Use /usr/share/pixmaps only on Unix.Tor Lillqvist2004-12-301-1/+6
* Inherit submenu direction from the parent menu.Matthias Clasen2004-12-281-3/+1
* Return a boolean indicating whether an item in the submenu was selected.Matthias Clasen2004-12-281-22/+25
* Make the clipboard image API more robust (#162357, Torsten Schoenfeld):Matthias Clasen2004-12-282-19/+21
* Fix a typo. (#162339, Alessio Dessi)Matthias Clasen2004-12-271-1/+1
* Document properties as new since 2.4. (#156101, Billy Biggs)Matthias Clasen2004-12-271-0/+48
* Typo fix. (#162278, Torsten Schoenfeld)Matthias Clasen2004-12-271-1/+1
* Typo fix. (#162219, Masao Mutoh)Matthias Clasen2004-12-261-1/+1
* Typo fix. (#162219, Masao Mutoh)Matthias Clasen2004-12-261-1/+1
* Return TRUE if there are children. (#162134, Iñigo Serna, patch by JohnMatthias Clasen2004-12-241-1/+1
* Transfer state from the button to the cell view to get prelighting right.Matthias Clasen2004-12-241-0/+27
* Don't forget to null the mnemonic_menu when unsetting a mnemonic, reportedMatthias Clasen2004-12-221-1/+2
* Bug #147497, make menu items activate immediately when you release theSøren Sandmann2004-12-221-0/+76
* Fix sorting of list stores. (#161886, Marcin Krzyzanowski)Matthias Clasen2004-12-222-4/+16
* print out the version and binary name in the header comment. ProblemJonathan Blandford2004-12-221-2/+7
* Pass a root path to gtk_tree_model_rows_reordered(). (#161720, MarcinMatthias Clasen2004-12-201-6/+7
* Don't translate NULL messages. (#161789, Morten Welinder)Matthias Clasen2004-12-201-0/+3
* Don't show the secondary label on show_all(). (#161707, Christian Persch)Matthias Clasen2004-12-201-1/+2
* Add missing GDK_THREADS_ENTER/LEAVE.Matthias Clasen2004-12-192-7/+33
* Add missing initializations. (#161646, Torsten Schoenfeld)Matthias Clasen2004-12-191-2/+3
* 2.6.0 second tryGTK_2_6_0Matthias Clasen2004-12-162-1/+2
* 2.6.0Matthias Clasen2004-12-161-0/+4
* Forgotten commit.Matthias Clasen2004-12-161-1/+1
* Only unblock the handlers if they are blocked.Matthias Clasen2004-12-161-7/+11