summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged from gtk-2-6:Federico Mena Quintero2005-04-151-4/+6
* Avoid unaligned access. (#172947)Matthias Clasen2005-04-071-4/+4
* Make the preview label ellipsize so the dialog layout stays constant.Jeroen Zwartepoorte2005-03-281-0/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+2
* Implement bookmark renaming (#136216, Sean Middleditch)Matthias Clasen2005-03-221-1/+201
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-3/+3
* Unset "focus-on-click" for the save folder combo. (#168688, Sven Neumann)Matthias Clasen2005-02-281-1/+4
* Don't leak parent_path. (#168435, Morten Welinder)Matthias Clasen2005-02-241-0/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-02-021-1/+15
* Merged from gtk-2-6:Federico Mena Quintero2005-02-021-1/+6
* Merged from gtk-2-6:Federico Mena Quintero2005-02-011-2/+2
* Merged from gtk-2-6:Federico Mena Quintero2005-01-271-2/+1
* Removed leftover comments.Federico Mena Quintero2005-01-251-2/+0
* Merged from gtk-2-6:Federico Mena Quintero2005-01-251-135/+245