summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm deprecated budget widgetsAlexander Valavanis2018-12-291-5/+4
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* antialiasing options on exportMarc Jeanmougin2017-01-041-0/+2
| | | (bzr r15391)
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-2/+0
| | | (bzr r15366)
* minor fix (+ satisfy build bots (?))Marc Jeanmougin2016-09-251-1/+1
| | | (bzr r15132)
* Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin2016-09-251-0/+14
| | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-40/+0
| | | (bzr r15023.2.7)
* Reduce header bloatAlex Valavanis2014-08-301-9/+0
| | | (bzr r13341.1.184)
* static code analysis: references for string classes that are function input ↵Kris De Gussem2014-03-041-19/+29
| | | | | parameters (bzr r13114)
* fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen2013-10-301-4/+5
| | | (bzr r12753)
* Ported "ui/dialog/export.*".Matthew Petroff2013-07-171-1/+7
| | | (bzr r12380.1.22)
* Warning cleanupAlex Valavanis2013-03-161-11/+0
| | | (bzr r12211)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+7
| | | (bzr r12206)
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-1/+1
| | | (bzr r12199)
* Migrate Object Properties dialog to Gtk::GridAlex Valavanis2013-03-091-1/+0
| | | (bzr r12188)
* Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - ↵John Smith2012-11-011-0/+5
| | | | | Revert changes from r11569 (bzr r11857)
* Fix for 618668 : Change dialog wordingJohn Smith2012-09-011-1/+1
| | | (bzr r11636)
* Improve progress granularity when exporting multiple items.Jon A. Cruz2012-05-251-1/+1
| | | (bzr r11415)
* Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz2012-05-241-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11409)
* Added progress to export dialog and disabling export button while busy. ↵Jon A. Cruz2012-05-241-3/+11
| | | | | | | | Partially fixes bug #43730. Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11408)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+41
| | | (bzr r11308)
* export dialog: c++ification and compile warning fixKris De Gussem2012-04-221-2/+2
| | | (bzr r11280)
* Fixed non working cancel button in export dialogKris De Gussem2012-04-211-4/+1
| | | (bzr r11272)
* C++ification of progress dialog / documentationKris De Gussem2012-04-211-10/+48
| | | (bzr r11271)
* some more string class usage as opposed to c-strings to prevent issuesKris De Gussem2012-04-161-4/+4
| | | (bzr r11259)
* export dialog: type fixKris De Gussem2012-04-141-1/+1
| | | (bzr r11246)
* more c++ification in export dialog / fixing warning for in case of new and ↵Kris De Gussem2012-04-141-2/+2
| | | | | unsaved document (bzr r11245)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-0/+300
| | | (bzr r11042)
* dead code removalMenTaLguY2008-07-011-59/+0
| | | (bzr r6112)
* The dialog to panel refactoring:gustav_b2007-11-221-5/+4
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Dockable dialogs patch applied gustav_b2007-08-291-2/+3
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+59
(bzr r1)