summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-4/+4
* Escape invalid filename before printing it out, since it isn't a validOwen Taylor2002-11-071-1/+3
* Remove check for winsock.h since it might show up on Linux+Wine. InsteadOwen Taylor2002-11-031-1/+1
* Add a mnemonic to the "selection" label. (More of #74267)Owen Taylor2002-11-021-4/+23
* small doc fixes.Matthias Clasen2002-10-291-2/+2
* Fix sensitivity of file operation buttons and buttons inside fileopOwen Taylor2002-10-251-3/+49
* Deprecation cleanupManish Singh2002-10-091-71/+74
* check if last_selected is valid before doing a strcmp on it, which mayManish Singh2002-09-251-1/+2
* preserve ordering from gtk_tree_selection_foreach when returning filenamesManish Singh2002-09-251-5/+11
* Use cygwin_conv_to_posix_path(). (gtk_file_selection_dir_activate): CallTor Lillqvist2002-08-311-40/+26
* Don't include <winsock.h> on Cygwin (#91654, Masahiro Sakai).Tor Lillqvist2002-08-251-1/+1
* Minor documentation fixesSoren Sandmann2002-08-101-3/+3
* Actually use the UTF-8 filename, so we actually fix #83386.Owen Taylor2002-06-161-4/+4
* Fix backwards asssertion. (#85434)Owen Taylor2002-06-161-1/+1
* Fix so that the encoding of the filename is handled properly in the caseOwen Taylor2002-06-131-3/+31
* gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typosVitaly Tishkov2002-05-131-1/+1
* Doc fixes.Owen Taylor2002-04-301-3/+5