summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code for NEW_EXPORT_DIALOGPatrick Storz2019-03-271-21/+0
* modernize loopsMarc Jeanmougin2019-01-021-4/+2
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-3/+3
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-0/+2
|\
* | Fix Win32 buildAlex Valavanis2016-08-041-1/+5
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
|/
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
* Isolate components of libgcLiam P. White2015-02-251-1/+1
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
* Win32. More include fixes for glibmm 2.36 (file dialog).Nicolas Dufour2013-05-161-1/+1
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-0/+2
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-0/+3
* Preferences. New desktop integration preference for Windows users (native/gtk...Nicolas Dufour2012-03-211-2/+15
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Put #ifdefs around all code related to the so-called "new" ExportDialog (what...Maximilian Albert2009-08-091-0/+4
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert2009-08-091-3/+3
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert2009-08-071-6/+7
* From trunkTed Gould2008-10-271-5/+5
* First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...Jeff Schiller2008-09-111-6/+12
* 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