summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* "event->state & modifiers", not "event->state && modifiers". Patch byFederico Mena Quintero2005-12-061-1/+1
* Fixes the critical warnings from bug #317999, thus fixing the bugFederico Mena Quintero2005-11-291-1/+1
* Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):Federico Mena Quintero2005-11-281-71/+30
* Make F2 work for renaming bookmarks. (#320822, Jaap A. Haitsma, patch byMatthias Clasen2005-11-281-2/+16
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-12/+9
* Do not check whether the path is a folder. It is useful to bookmark filesFederico Mena Quintero2005-11-111-15/+4
* Only get the base path of the volume if it is mounted.Federico Mena Quintero2005-11-111-8/+13
* Improve navigation to parent folders. (#318444, Andrei Yurkevich)Matthias Clasen2005-11-101-1/+13
* Don't looks the bookmark label when reordering. (#320720, Jeremy Cook)Matthias Clasen2005-11-071-2/+9
* Fixes bug #317999:Federico Mena Quintero2005-10-191-1/+16
* Add ALREADY_EXISTS error code. Return an error code when the shortcutTommi Komulainen2005-10-101-0/+17
* fix includesMatthias Clasen2005-10-071-4/+5
* remove some explicit #defines of PROFILE_FILE_CHOOSER because they breakMichael Natterer2005-10-071-4/+0
* Remove a redundant (and unconditional) include of unistd.h (#318211,Matthias Clasen2005-10-071-1/+0
* Take a shortcut position, not a ShortcutsIndex, to make the function moreFederico Mena Quintero2005-10-051-8/+46
* Don't special-case Home and Desktop; just use their real names on the fileFederico Mena Quintero2005-10-041-13/+44
* New file with a set of tests for GtkCellRendererText. The idea is to run aFederico Mena Quintero2005-09-291-2/+20
* Don't reload the current folder unnecessarily on ::map().Federico Mena Quintero2005-09-271-2/+39
* Mark the entry/exit of this function for profiling. (check_icon_theme):Federico Mena Quintero2005-09-271-2/+32
* Do not create the save mode-specific widgets in the open modes, so that weFederico Mena Quintero2005-09-271-18/+38
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-151-116/+1
* Add an easy-to-find profiling marker when starting to create a fileFederico Mena Quintero2005-09-151-0/+8
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-2/+2
* Handle base_path being null in the rest of the cases (#310270)Alexander Larsson2005-09-021-8/+14
* Intern some more strings.Matthias Clasen2005-09-011-6/+6
* 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
* Fix a C99ism. (#314262, Robert Jeff Mitchell)Matthias Clasen2005-08-231-1/+2
* When using gtk_dialog_run() for modal dialogs, make sure to inherit theMatthias Clasen2005-08-151-0/+10
* Work around some problems with the gnome-vfs backends which could lead toMatthias Clasen2005-08-121-2/+6
* Fix up includes on Win32. (#311630, Kazuki Iwamoto)Matthias Clasen2005-07-261-0/+10
* Clarify the usage of this function. (gtk_file_chooser_set_uri): Likewise.Federico Mena Quintero2005-07-221-1/+9
* Added a few utility functions for profiling; instrument the code, make itFederico Mena Quintero2005-07-201-11/+166
* Take the parent folder path instead of the display name, to avoid doingFederico Mena Quintero2005-07-151-69/+54
* Take the display name of the folder as well so that we can present aFederico Mena Quintero2005-07-151-22/+102
* Use header capitalization for the buttons, per the HIG.Federico Mena Quintero2005-07-151-2/+2
* Add overwrite confirmation for SAVE mode. Fixes bug #152850:Federico Mena Quintero2005-07-151-11/+177
* Implement Drag-and-Drop to the file list. (#145121, Sven Neumann)Matthias Clasen2005-07-071-0/+145
* Fix #157787, reported by Jonathan Blandford:Matthias Clasen2005-07-071-2/+15
* remove unused variable.Manish Singh2005-06-161-1/+1
* Simplify the code and respect the show-button-images setting. (#307941,Matthias Clasen2005-06-161-18/+4
* Merged from gtk-2-6:Federico Mena Quintero2005-06-151-1/+5
* Merged from gtk-2-6:Federico Mena Quintero2005-06-141-32/+78
* Merged from gtk-2-6:Federico Mena Quintero2005-06-101-46/+150
* Don't grab the focus away from the file list when operating the filterMatthias Clasen2005-05-231-0/+2
* Remove the no longer needed workaround.Matthias Clasen2005-05-181-2/+0
* Add a bug referenceMatthias Clasen2005-05-181-0/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-05-031-16/+22
* Merged from gtk-2-6:Federico Mena Quintero2005-04-181-3/+0