summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-gtkmm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-3/+3
| | | | get_filename methods
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
| | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414)
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-7/+6
| | | (bzr r15367)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-74/+12
| | | (bzr r15023.2.7)
* UI. Fix for Bug #1485831 (Preview of bitmap image in file chooser no longer ↵Nicolas Dufour2015-08-201-28/+40
| | | | | | | | displays its dimensions). Fixed bugs: - https://launchpad.net/bugs/1485831 (bzr r14310)
* Update to experimental r13598Liam P. White2014-10-081-3/+41
|\ | | | | (bzr r13341.5.17)
| * Attempt to fix build breakage reported by su_v (but not seen locally).Tavmjong Bah2014-10-051-1/+3
| | | | | | (bzr r13341.1.252)
| * Use actual SVG width and height property values in preview image text.Tavmjong Bah2014-10-051-2/+38
| | | | | | (bzr r13341.1.251)
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.247)
| * Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| | | | | | (bzr r13341.1.192)
| * Reduce header bloatAlex Valavanis2014-08-301-0/+1
| | | | | | (bzr r13341.1.184)
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | (bzr r13341.5.16)
* | Update to experimental r13527Liam P. White2014-08-301-0/+1
|\| | | | | (bzr r13341.5.15)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+2
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | Move constructor/destructor into private section, remove protected section. ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | Rename init(). Add to-do list. (bzr r13341.5.8)
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
| | | | | | (bzr r13341.5.7)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-1/+1
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/ | | (bzr r13341.5.1)
* better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issuesJohan B. C. Engelen2014-03-301-614/+549
| | | (bzr r13241)
* imageicon: clean up unnecessary file existance check introduced in rev ↵Johan B. C. Engelen2014-03-301-16/+15
| | | | | | | 12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240)
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem2013-04-031-1/+1
| | | | | freezes at opening) (bzr r12263)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-0/+5
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* cppcheckKris De Gussem2013-03-171-4/+4
| | | (bzr r12218)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-8/+8
| | | | | christmas\!) (bzr r11986)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-12/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-1/+20
| | | (bzr r11895)
* Fix for Bug #1069806 (Inkscape crash in File>Open).Nicolas Dufour2012-10-311-6/+5
| | | (bzr r11856)
* Fix for 1023655 : Improvments to Embedded script UIJohn Smith2012-07-151-0/+20
| | | (bzr r11549)
* cppcheckKris De Gussem2012-06-121-1/+1
| | | (bzr r11492)
* file dialog fixes for GTK+ 3Alex Valavanis2012-05-271-11/+79
| | | (bzr r11423)
* i18n. Adding some context tags (disambiguation).Nicolas Dufour2012-04-111-1/+1
| | | (bzr r11224)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-0/+7
| | | (bzr r11018)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-0/+8
| | | (bzr r10957)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+2
| | | (bzr r10940)
* cppcheckKris De Gussem2011-10-181-3/+3
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ↵Jon A. Cruz2011-08-141-5/+10
| | | | | | | | bug #826027. Fixed bugs: - https://launchpad.net/bugs/826027 (bzr r10541)
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-211-103/+121
| | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+7
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-6/+6
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah2010-04-141-4/+4
| | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328)
* File preview max size increased to 10Mio.Nicolas Dufour2010-02-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/499310 (bzr r9086)
* Put #ifdefs around all code related to the so-called "new" ExportDialog ↵Maximilian Albert2009-08-091-0/+4
| | | | | (whatever that is) (bzr r8456)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-11/+7
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-071-8/+22
| | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
* Fix buglet: In the Save dialog the file extension should be automatically ↵Maximilian Albert2009-08-071-1/+2
| | | | | updated when it is changed from the dropdown box. (bzr r8431)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8408)