summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-gtkmm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-281-3/+3
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-7/+6
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-74/+12
* UI. Fix for Bug #1485831 (Preview of bitmap image in file chooser no longer d...Nicolas Dufour2015-08-201-28/+40
* Update to experimental r13598Liam P. White2014-10-081-3/+41
|\
| * Attempt to fix build breakage reported by su_v (but not seen locally).Tavmjong Bah2014-10-051-1/+3
| * Use actual SVG width and height property values in preview image text.Tavmjong Bah2014-10-051-2/+38
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| * Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| * Reduce header bloatAlex Valavanis2014-08-301-0/+1
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
* | Update to experimental r13527Liam P. White2014-08-301-0/+1
|\|
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+2
* | Move constructor/destructor into private section, remove protected section. R...Liam P. White2014-06-271-1/+1
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
* | 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-1/+1
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/
* better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issuesJohan B. C. Engelen2014-03-301-614/+549
* imageicon: clean up unnecessary file existance check introduced in rev 12263....Johan B. C. Engelen2014-03-301-16/+15
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem2013-04-031-1/+1
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-0/+5
* cppcheckKris De Gussem2013-03-171-4/+4
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-8/+8
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-12/+0
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-1/+20
* Fix for Bug #1069806 (Inkscape crash in File>Open).Nicolas Dufour2012-10-311-6/+5
* Fix for 1023655 : Improvments to Embedded script UIJohn Smith2012-07-151-0/+20
* cppcheckKris De Gussem2012-06-121-1/+1
* file dialog fixes for GTK+ 3Alex Valavanis2012-05-271-11/+79
* i18n. Adding some context tags (disambiguation).Nicolas Dufour2012-04-111-1/+1
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-0/+7
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-0/+8
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+2
* cppcheckKris De Gussem2011-10-181-3/+3
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ...Jon A. Cruz2011-08-141-5/+10
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally d...Nicolas Dufour2011-02-211-103/+121
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+7
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-6/+6
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah2010-04-141-4/+4
* File preview max size increased to 10Mio.Nicolas Dufour2010-02-131-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-11/+7
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert2009-08-071-8/+22
* Fix buglet: In the Save dialog the file extension should be automatically upd...Maximilian Albert2009-08-071-1/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-3/+3