summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-27Remove unused code for NEW_EXPORT_DIALOGPatrick Storz1-21/+0
2019-01-02modernize loopsMarc Jeanmougin1-4/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-3/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2016-08-04Fix Win32 buildAlex Valavanis1-1/+5
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
2015-02-25Isolate components of libgcLiam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2013-05-16Win32. More include fixes for glibmm 2.36 (file dialog).Nicolas Dufour1-1/+1
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-0/+2
2012-11-25Fix for 1036059 : Keyboard shortcut editorJohn Smith1-0/+3
2012-03-21Preferences. New desktop integration preference for Windows users (native/gtk...Nicolas Dufour1-2/+15
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+2
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-08-09Put #ifdefs around all code related to the so-called "new" ExportDialog (what...Maximilian Albert1-0/+4
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert1-3/+3
2009-08-07Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert1-6/+7
2008-10-27From trunkTed Gould1-5/+5
2008-09-11First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...Jeff Schiller1-6/+12
2008-02-23Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth1-1/+3
2008-02-23Merged in Native File Dialogs for Windows BranchJoel Holdsworth1-4/+99
2007-08-19Separated the OCAL import and export dialogs into their own source file - oca...Joel Holdsworth1-35/+0
2007-08-16add import from ocal featureBruno Dilly1-0/+16
2007-08-09changes export to ocal dialogBruno Dilly1-1/+20
2007-08-01Renamed various classes:Joel Holdsworth1-2/+2
2007-08-01Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation for...Joel Holdsworth1-2132/+3
2007-07-28Gtkmm-ified the desktop window object, and modified the file dialogs so that ...Joel Holdsworth1-25/+35
2007-07-18make all-inkscape-files the default filter instead of all-images (do we need ...bulia byak1-10/+9
2007-06-21Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...Peter Moulder1-9/+21
2007-04-06Corrected case where extension would not be added for opened filetypes not in...Jon A. Cruz1-6/+5
2007-03-25comment out debugbulia byak1-1/+1
2007-03-22More progress with preview and opening of files with non-ascii filenames. St...Bob Jamison1-1/+5
2007-03-22use <errno.h> instead of assuming extern intBob Jamison1-1/+1
2007-03-21Make sure there is a decl for "errno"Bob Jamison1-5/+5
2007-03-21Do some cleanupBob Jamison1-35/+48
2007-03-18fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY1-1/+1
2007-03-05Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...Jon A. Cruz1-157/+120
2007-03-03Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz1-45/+57
2007-03-03i18n cleanup and adding extension in more casesJon A. Cruz1-13/+29
2007-03-03Add the file extension even when the prior name has no extension alreadyJon A. Cruz1-0/+3
2007-03-03Speedup when switching types by avoiding setting to a directory we are alread...Jon A. Cruz1-1/+3
2007-03-02Switched from deferred extension appending to live extension swapping in the ...Jon A. Cruz1-29/+86