summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for pasting filenames into the filechooser. (#153212, BastianMatthias Clasen2006-06-121-0/+61
* Turn off profilingMatthias Clasen2006-06-081-1/+1
* put the newly selected row(s) the in the middle of the view,Kristian Rietveld2006-05-161-0/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Fix some typos in messages. (#341091, Tino Meinen)Matthias Clasen2006-05-091-1/+1
* Merged the federico-filename-entry branch, to fix bug #136541. CombinedAFTER_FEDERICO_FILENAME_ENTRY_MERGEFederico Mena Quintero2006-05-031-345/+484
* Boilerplate reductionMatthias Clasen2006-05-021-66/+19
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-449/+1229
* Handle double queuing, rather than asserting that it does not happen.Matthias Clasen2006-03-291-10/+10
* Cancel drags when the grabs get broken. Fixes bug #333056:Federico Mena Quintero2006-03-071-0/+23
* Make the column header visible, and make it be "_Places". Changed theFederico Mena Quintero2006-02-251-22/+35
* Fixes bug #328820:Federico Mena Quintero2006-01-271-0/+6
* On "unix", pop up the "Open Location" window on "~" as well as "/".Dan Winship2006-01-201-12/+21
* "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