summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-4/+4
* | I can't really understand why, but i can now launch inkscape without it segfa...mc2015-02-181-6/+6
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-13/+15
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-8/+7
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-2/+2
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-18/+18
* Update to trunk r13766Liam P. White2014-11-261-1/+1
|\
| * Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-1/+1
* | Update to trunk r13690Liam P. White2014-11-091-1/+1
|\|
| * export dialog, small code cleanup, should be a noop. (check if pointer is nul...Johan B. C. Engelen2014-11-081-1/+1
* | Update to experimental r13598Liam P. White2014-10-081-1/+1
|\|
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| * Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+1
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/
* Fix for Bug #1158506 (Batch export DPI always at 90).Nicolas Dufour2014-03-171-1/+1
* static code analysis: references for string classes that are function input p...Kris De Gussem2014-03-041-249/+253
* Give the selection id a default just in case every selected item has no id. F...Martin Owens2014-01-101-1/+1
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-2/+2
* Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).Nicolas Dufour2013-12-061-1/+9
* fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen2013-10-301-20/+21
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-2/+2
* Merge from trunk.Matthew Petroff2013-09-121-1/+1
|\
| * Fix PNG export with non-px default unit [Bug #1215104].Matthew Petroff2013-09-011-1/+1
* | Added viewBox implement document unit support.Matthew Petroff2013-08-271-3/+3
|/
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+2
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-4/+3
* Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-4/+2
* Ported "ui/dialog/export.*".Matthew Petroff2013-07-171-46/+28
* Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-2/+2
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Win32. Adding missing include (failed with the gtk3 devlibs).Nicolas Dufour2013-05-141-0/+1
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-0/+2
* cppcheckKris De Gussem2013-03-171-3/+2
* Warning cleanupAlex Valavanis2013-03-161-0/+9
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-5/+12
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-2/+36
* Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour2013-02-051-0/+5
* UI. Fix for Bug #1071104 (Failure to open a browse window when choosing Expor...Nicolas Dufour2012-11-181-0/+8
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-7/+7
* Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - Rev...John Smith2012-11-011-4/+8
* Export dialog: change markup formatting of labels to be consistent with other...su_v2012-09-021-3/+3
* Fix for 656591 : Export dialog improve access to export filenameJohn Smith2012-09-011-0/+7
* Fix for 618668 : Change dialog wordingJohn Smith2012-09-011-8/+6
* Fix for 168446 : rename menu item Export to PNG ImageJohn Smith2012-08-271-1/+1