summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth2008-02-231-1/+3
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-231-4/+99
* Separated the OCAL import and export dialogs into their own source file - oca...Joel Holdsworth2007-08-191-35/+0
* add import from ocal featureBruno Dilly2007-08-161-0/+16
* changes export to ocal dialogBruno Dilly2007-08-091-1/+20
* Renamed various classes:Joel Holdsworth2007-08-011-2/+2
* Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation for...Joel Holdsworth2007-08-011-2132/+3
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ...Joel Holdsworth2007-07-281-25/+35
* make all-inkscape-files the default filter instead of all-images (do we need ...bulia byak2007-07-181-10/+9
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...Peter Moulder2007-06-211-9/+21
* Corrected case where extension would not be added for opened filetypes not in...Jon A. Cruz2007-04-061-6/+5
* comment out debugbulia byak2007-03-251-1/+1
* More progress with preview and opening of files with non-ascii filenames. St...Bob Jamison2007-03-221-1/+5
* use <errno.h> instead of assuming extern intBob Jamison2007-03-221-1/+1
* Make sure there is a decl for "errno"Bob Jamison2007-03-211-5/+5
* Do some cleanupBob Jamison2007-03-211-35/+48
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...Jon A. Cruz2007-03-051-157/+120
* Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz2007-03-031-45/+57
* i18n cleanup and adding extension in more casesJon A. Cruz2007-03-031-13/+29
* Add the file extension even when the prior name has no extension alreadyJon A. Cruz2007-03-031-0/+3
* Speedup when switching types by avoiding setting to a directory we are alread...Jon A. Cruz2007-03-031-1/+3
* Switched from deferred extension appending to live extension swapping in the ...Jon A. Cruz2007-03-021-29/+86
* Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips2007-02-111-0/+40
* text fixesbulia byak2007-01-181-5/+5
* enable Enter to activate filedialogsbulia byak2006-11-181-3/+3
* Remove our "fake" location field from the open dialog. Gtk's FileChooser has...Bob Jamison2006-11-171-84/+0
* patch 1590039, whitespacebulia byak2006-11-031-9/+8
* Fixes path memory issues with the save dialog. (Closes: #1089414)Kees Cook2006-10-011-5/+21
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-221-0/+9
* Add property getters to FileExportDialogBob Jamison2006-07-191-47/+143
* Create first mockup for export dialog panelBob Jamison2006-07-171-13/+146
* more string cleanupBob Jamison2006-07-161-12/+15
* Base all 3 dialogs from a common FileDialogBase to share behavioursBob Jamison2006-07-131-16/+56
* clean up redundancies. add a placeholder for Export dialogBob Jamison2006-07-121-90/+523
* move filedialog to its new homeBob Jamison2006-07-121-0/+1448