summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-2/+2
| | | (bzr r12868)
* Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).Nicolas Dufour2013-12-061-1/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1257007 (bzr r12840)
* fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen2013-10-301-20/+21
| | | (bzr r12753)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-2/+2
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Merge from trunk.Matthew Petroff2013-09-121-1/+1
|\ | | | | (bzr r12475.1.16)
| * Fix PNG export with non-px default unit [Bug #1215104].Matthew Petroff2013-09-011-1/+1
| | | | | | (bzr r12495)
* | Added viewBox implement document unit support.Matthew Petroff2013-08-271-3/+3
|/ | | (bzr r12475.1.2)
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+2
| | | (bzr r12380.1.62)
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-4/+3
| | | (bzr r12380.1.54)
* Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-4/+2
| | | (bzr r12380.1.28)
* Ported "ui/dialog/export.*".Matthew Petroff2013-07-171-46/+28
| | | (bzr r12380.1.22)
* Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-2/+2
| | | (bzr r12380.1.8)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Win32. Adding missing include (failed with the gtk3 devlibs).Nicolas Dufour2013-05-141-0/+1
| | | (bzr r12335)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-0/+2
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* cppcheckKris De Gussem2013-03-171-3/+2
| | | (bzr r12218)
* Warning cleanupAlex Valavanis2013-03-161-0/+9
| | | (bzr r12211)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-5/+12
| | | (bzr r12206)
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-2/+36
| | | (bzr r12199)
* Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour2013-02-051-0/+5
| | | (bzr r12100)
* UI. Fix for Bug #1071104 (Failure to open a browse window when choosing ↵Nicolas Dufour2012-11-181-0/+8
| | | | | Export As...). (bzr r11882)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-7/+7
| | | (bzr r11874)
* Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - ↵John Smith2012-11-011-4/+8
| | | | | Revert changes from r11569 (bzr r11857)
* Export dialog: change markup formatting of labels to be consistent with ↵su_v2012-09-021-3/+3
| | | | | other dialogs (bzr r11642)
* Fix for 656591 : Export dialog improve access to export filenameJohn Smith2012-09-011-0/+7
| | | (bzr r11637)
* Fix for 618668 : Change dialog wordingJohn Smith2012-09-011-8/+6
| | | (bzr r11636)
* Fix for 168446 : rename menu item Export to PNG ImageJohn Smith2012-08-271-1/+1
| | | (bzr r11623)