summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Don't select the first row if the chooser is not mapped. This happens whenFederico Mena Quintero2005-02-021-1/+15
* Look for icons in XDG_DATA_DIRS/pixmaps. (#165950, Thomas Zajic)Matthias Clasen2005-02-021-7/+4
* Set info->icon_list to NULL after freeing it. (#165800, Damon Chaplin)Matthias Clasen2005-02-021-0/+1
* Don't g_assert_not_reached() if we are in any other state. Another codeFederico Mena Quintero2005-02-021-1/+6
* Fix #165770:Federico Mena Quintero2005-02-011-2/+2
* Remove debug printf. (#165877, Carlos Garnacho Parro)Matthias Clasen2005-02-011-1/+0
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-0112-16/+16
* Add a --quiet option.Matthias Clasen2005-02-011-4/+7
* Oops, don't assert that we can't reach the end of the function; thisFederico Mena Quintero2005-01-271-2/+1
* Some visual tweaks to the about dialog, obey HIG spacing a bit more, add aMatthias Clasen2005-01-271-3/+71
* Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model):Matthias Clasen2005-01-262-4/+12
* Make sure the license dialog is initially displayed without a horizontalMatthias Clasen2005-01-261-3/+13
* Fix docs. (#165180, Jeff Franks)Matthias Clasen2005-01-251-1/+1
* Use the correct setter for a string GValue. (#165203, Damon Chaplin)Matthias Clasen2005-01-251-1/+1
* Removed leftover comments.Federico Mena Quintero2005-01-251-2/+0
* Fix #147785 and clean up the loading code:Federico Mena Quintero2005-01-251-135/+245
* Document GtkWidget::style-set. (#164222, Alex Graveley)Matthias Clasen2005-01-241-0/+10
* Avoid spurious drags. (#164884)Matthias Clasen2005-01-231-2/+3
* Handle Greek tonos dead accent key. (#164859, reported and fix verified byTor Lillqvist2005-01-231-0/+2
* Don't call GetVolumeInformation() for network drives. They might beTor Lillqvist2005-01-231-1/+4
* Don't loop forever here, even if the only focusable widgets are labels.Matthias Clasen2005-01-201-0/+6
* Don't reverse the order of modules when putting them in gtk_modules.Matthias Clasen2005-01-201-1/+1
* Don't crash if the tree is empty. (#164669, Priit Laes)Matthias Clasen2005-01-201-1/+2
* In save mode, don't return paths containing nonexisting directories.Matthias Clasen2005-01-191-1/+13
* Use GLib limit macros to avoid sparse warnings. Pointed out by KjartanMatthias Clasen2005-01-191-4/+4
* Actually assign PENDING_OP_NONE.Manish Singh2005-01-181-1/+1
* Don't queue an operation to select the first file if we are in SAVE orFederico Mena Quintero2005-01-181-0/+7
* Add some more NULL checks, patch by Michael Natterer.Matthias Clasen2005-01-181-4/+4
* Check for NULL detail and NULL widget.Søren Sandmann2005-01-181-4/+4
* Remove debug output. (#164376, Jens Finke)Matthias Clasen2005-01-181-1/+1
* Merged from HEAD:Federico Mena Quintero2005-01-181-119/+229
* Save and restore the selected row in the bookmark list and the save folderMatthias Clasen2005-01-171-9/+68
* Fix argument order in docs.Matthias Clasen2005-01-171-1/+1
* Prefer LTR over RTL if the keymap is neutral. (#164125, Phil Blundell)Matthias Clasen2005-01-162-6/+6
* Add an OS_LINUX conditional.Matthias Clasen2005-01-131-1/+1
* Make the headers-visible property readwrite instead of just writable, andMatthias Clasen2005-01-131-2/+1
* 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