summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-2/+4
|
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-1/+2
| | | | get_filename methods
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-8/+1
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* fixing to new trunkJabiertxof2017-01-241-13/+17
|\ | | | | (bzr r15142.1.38)
| * antialiasing options on exportMarc Jeanmougin2017-01-041-3/+12
| | | | | | (bzr r15391)
| * Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-10/+5
| | | | | | (bzr r15366)
* | Add exportersJabier Arraiza Cenoz2016-11-051-3/+0
| | | | | | (bzr r15142.1.32)
* | Update to trunkJabier Arraiza Cenoz2016-10-251-1/+1
|\| | | | | (bzr r15142.1.26)
| * CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* | Doc rotate startJabier Arraiza Cenoz2016-10-021-1/+11
|/ | | (bzr r15142.1.1)
* minor fix (+ satisfy build bots (?))Marc Jeanmougin2016-09-251-3/+4
| | | (bzr r15132)
* Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin2016-09-251-5/+56
| | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
* Merged trunkAdrian Boguszewski2016-08-091-90/+6
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-90/+6
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-5/+0
| | | | | | | | | (bzr r15023.2.8)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-84/+6
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-14/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-14/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+15
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-15/+1
| |/ | | | | (bzr r15025)
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-1/+1
| | | | | | (bzr r14954.1.28)
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+8
|\| | | | | (bzr r14954.1.13)
* | Added xmlNodes as range functionAdrian Boguszewski2016-07-011-5/+4
| | | | | | (bzr r14954.1.12)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-7/+7
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-11-051-3/+3
| | | (bzr r14446)
* Export. Fix for bug #170295 (default export image name for not-saved drawings).Nicolas Dufour2015-09-121-0/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/170295 (bzr r14357)
* Force PNG bitmap export to always write with PNG extensionJabier Arraiza Cenoz2015-07-101-3/+5
| | | (bzr r14238)
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\ | | | | (bzr r13922.1.19)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-4/+4
| | | | | | (bzr r13922.1.5)
* | I can't really understand why, but i can now launch inkscape without it ↵mc2015-02-181-6/+6
| | | | | | | | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-13/+15
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-8/+7
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-2/+2
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-18/+18
| | | (bzr r13809)
* Update to trunk r13766Liam P. White2014-11-261-1/+1
|\ | | | | (bzr r13341.5.24)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-1/+1
| | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* | Update to trunk r13690Liam P. White2014-11-091-1/+1
|\| | | | | (bzr r13341.5.22)
| * export dialog, small code cleanup, should be a noop. (check if pointer is ↵Johan B. C. Engelen2014-11-081-1/+1
| | | | | | | | | | nullptr, instead of checking the pre-condition for newing into the pointer) (bzr r13687)
* | Update to experimental r13598Liam P. White2014-10-081-1/+1
|\| | | | | (bzr r13341.5.17)
| * 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)
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | (bzr r13341.5.16)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
| | | | | | (bzr r13341.5.3)
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/ | | (bzr r13341.5.1)
* Fix for Bug #1158506 (Batch export DPI always at 90).Nicolas Dufour2014-03-171-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1158506 (bzr r13160)
* static code analysis: references for string classes that are function input ↵Kris De Gussem2014-03-041-249/+253
| | | | | parameters (bzr r13114)
* Give the selection id a default just in case every selected item has no id. ↵Martin Owens2014-01-101-1/+1
| | | | | | | | Fixes crash in bug #1257417 Fixed bugs: - https://launchpad.net/bugs/1257417 (bzr r12910)