summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-1/+1
* Fix typo in message.Abigail Brady2002-04-141-1/+1
* Initialize error to NULL.Anders Carlsson2002-04-091-1/+1
* when encountering non-UTF-8 file names, alert the user with g_message()Tim Janik2002-03-281-3/+10
* Some packing tweaks.Owen Taylor2002-03-081-3/+15
* Fix memory leak. (#73370, Paolo Maggi).Owen Taylor2002-03-041-2/+5
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-3/+15
* Add missing NULL check.Darin Adler2002-02-281-1/+2
* new fileHans Breuer2002-02-271-1/+1
* Move inclusion of <windows.h> before inclusion of <winsock.h>, to actuallyTor Lillqvist2002-02-241-36/+36
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-181-3/+22
* Added multiple selection APIManish Singh2002-02-171-35/+287