summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-gtkmm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-311-5/+5
* Remove unused code for NEW_EXPORT_DIALOGPatrick Storz2019-03-271-343/+0
* Put SVGPreview into it's own file.Tavmjong Bah2019-02-191-417/+0
* Fix preview for large fileNathan Lee2019-02-161-2/+1
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
* modernize loopsMarc Jeanmougin2019-01-021-14/+5
* Add some SVG 2 fallbacks:Tavmjong Bah2018-12-071-1/+15
* Clarify licensesMax Gaukler2018-11-081-1/+2
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-061-218/+154
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-6/+3
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
* Improve FileSave dialogMarc Jeanmougin2018-01-071-1/+21
* Misc. typosUnknown2017-11-071-3/+3
* Remove deprecated GNOME VFSStefano Facchini2017-10-131-34/+16
* 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