summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.cMichael Natterer2008-06-171-2/+3
* Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables.Matthias Clasen2008-02-161-107/+47
* More default property value correctionsMatthias Clasen2007-12-281-1/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-14/+7
* Call setlocale().Matthias Clasen2007-01-021-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+0
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-18/+15
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+4
* Avoid relocationMatthias Clasen2006-04-041-1/+1
* Oops. (#336784)Behdad Esfahbod2006-04-021-1/+0
* Use a GString instead of static buffer to reduce .bss by 8kb. (#336784)Behdad Esfahbod2006-04-011-3/+7
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+1
* Stylistic improvements and clarifications for some blurbs. (#315520,Matthias Clasen2005-09-091-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use g_get_host_name().Tor Lillqvist2005-07-081-12/+6
* Prevent an infinite loop when G_FILENAME_ENCODING is invalid. (#309280,Matthias Clasen2005-07-011-2/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-3/+3
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-21/+76
* fix unselect in multiple selection (#156805)Erwann Chenede -2004-11-151-2/+10
* Add a public setting for button ordering (#74669, Owen Taylor)Matthias Clasen2004-10-251-1/+6
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #138807.Federico Mena Quintero2004-06-021-3/+3
* Tell the user to use G_FILENAME_ENCODING, not G_BROKEN_FILENAMES. FixesFederico Mena Quintero2004-04-151-2/+2
* Use a single OK button, not a Close button, as per the HIG.Federico Mena Quintero2004-03-111-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Use 0777 as the mode for mkdir() and let the umask do the right thing.Federico Mena Quintero2004-01-061-1/+1
* Removed space that proceeded the end-of-sentence punctuation. Fixes:Alexander Winston2004-01-061-1/+1
* Deprecate. Ditto.Kristian Rietveld2003-10-101-1/+4
* Don't reposition the cursor when we aren't trying to complete. (FixesOwen Taylor2003-08-141-6/+12
* If getting the current directory fails because of encoding conversionOwen Taylor2003-08-141-9/+42
* Always return an absolute path (#115590), fix a problem where you couldOwen Taylor2003-08-011-29/+15
* Fix obvious reallocation bug in rarely or never hit code path (#118071,Owen Taylor2003-08-011-1/+1
* (gtk_file_selection_set_filename): Add a hint about openingMatthias Clasen2003-05-221-0/+4
* Some keynav improvements for the "Rename File" and "Create Directory"Matthias Clasen2003-05-211-22/+12
* Fix capitalization of UTF-8. (#106419, Roozbeh Pournader)Owen Taylor2003-04-221-1/+1
* Use GetDriveType() to recognize removable drives (in order to avoidTor Lillqvist2003-02-091-1/+1
* Merge from stable:Tor Lillqvist2003-01-191-36/+85
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-4/+4
* Use g_utf8_collate_key() to sort in human-friendly order. (#94473)Owen Taylor2002-12-131-3/+10
* System fnmatch wasn't going to be UTF-8 clean, neither was our version.Owen Taylor2002-12-131-14/+7
* Const warning fix.Owen Taylor2002-12-131-2/+2
* Include "." and ".." in the list of entries; they are needed for correctOwen Taylor2002-12-131-7/+10