summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-gtkmm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-8/+8
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-12/+0
2012-11-25Fix for 1036059 : Keyboard shortcut editorJohn Smith1-1/+20
2012-10-31Fix for Bug #1069806 (Inkscape crash in File>Open).Nicolas Dufour1-6/+5
2012-07-15Fix for 1023655 : Improvments to Embedded script UIJohn Smith1-0/+20
2012-06-12cppcheckKris De Gussem1-1/+1
2012-05-27file dialog fixes for GTK+ 3Alex Valavanis1-11/+79
2012-04-11i18n. Adding some context tags (disambiguation).Nicolas Dufour1-1/+1
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-0/+7
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-0/+8
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+2
2011-10-18cppcheckKris De Gussem1-3/+3
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-08-14Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ...Jon A. Cruz1-5/+10
2011-02-21Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally d...Nicolas Dufour1-103/+121
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-04-14Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah1-4/+4
2010-02-13File preview max size increased to 10Mio.Nicolas Dufour1-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-11/+7
2009-08-07Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert1-8/+22
2009-08-07Fix buglet: In the Save dialog the file extension should be automatically upd...Maximilian Albert1-1/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-02-06add All Vectors and All Bitmaps filters (todo: port this to the win32 dialog)bulia byak1-0/+33
2008-10-27From trunkTed Gould1-30/+27
2008-09-11First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...Jeff Schiller1-1/+4
2008-05-24this hack does not seem to be needed with modern gtk, and it prevents remembe...bulia byak1-4/+0
2008-02-24Only add to favorites if path is absoluteJon A. Cruz1-14/+21
2008-02-23Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth1-1/+1
2008-02-23Merged in Native File Dialogs for Windows BranchJoel Holdsworth1-92/+26
2007-11-18further work on the gtkmm exception problems in the file dialog/filedialogimp...Johan B. C. Engelen1-2/+7
2007-11-17Fix exception catching, to allow polymorphism. Note to all: always catch by r...Johan B. C. Engelen1-2/+2
2007-11-08warning cleanupJon A. Cruz1-10/+10
2007-11-08attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ...Johan B. C. Engelen1-1/+15
2007-10-11trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-1624/+1624
2007-08-19Relocated the code that adds a link to the example folder inside from file.cp...Joel Holdsworth1-3/+13
2007-08-19Separated the OCAL import and export dialogs into their own source file - oca...Joel Holdsworth1-691/+4
2007-08-18few changes in import from ocal dialogBruno Dilly1-1/+3
2007-08-16add import from ocal featureBruno Dilly1-4/+369
2007-08-14Fix for bug #1752113; added set_preview_widget_active(false) to FileSaveDialo...gorodish1-24/+25
2007-08-10capitalizationbulia byak1-1/+1
2007-08-09changes export to ocal dialogBruno Dilly1-0/+305
2007-08-02fix compilebulia byak1-1/+1
2007-08-01Renamed various classes:Joel Holdsworth1-30/+30
2007-08-01These files were separated out from filedialog.cpp and filedialog.h, so to fa...Joel Holdsworth1-0/+1628