summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix PNG export with non-px default unit [Bug #1215104].Matthew Petroff2013-09-011-1/+1
| | | (bzr r12495)
* 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)
* Fix for 620568 : Changes to 'Hide all except selected' in Export BitmapJohn Smith2012-07-241-5/+5
| | | (bzr r11569)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-15/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Reduce horizontal width of export bitmap dialog. This makes the GTK+ 3 ↵Alex Valavanis2012-07-011-6/+6
| | | | | version more usable on small screens (bzr r11520)
* Improve progress granularity when exporting multiple items.Jon A. Cruz2012-05-251-10/+22
| | | (bzr r11415)
* Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz2012-05-241-0/+22
| | | | | | 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-11/+38
| | | | | | | | Partially fixes bug #43730. Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11408)
* Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-241-28/+94
| | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407)
* Drop deprecated progress bar orientationAlex Valavanis2012-05-221-1/+0
| | | (bzr r11402)
* UI messageKris De Gussem2012-05-061-0/+1
| | | (bzr r11327)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+41
| | | (bzr r11308)
* Export: fix crash when removing last character in a selection (Bug #960980)Kris De Gussem2012-04-231-6/+14
| | | (bzr r11288)
* export dialog: c++ification and compile warning fixKris De Gussem2012-04-221-49/+39
| | | (bzr r11280)
* Fixed non working cancel button in export dialogKris De Gussem2012-04-211-6/+12
| | | (bzr r11272)
* C++ification of progress dialog / documentationKris De Gussem2012-04-211-69/+34
| | | (bzr r11271)
* some more string class usage as opposed to c-strings to prevent issuesKris De Gussem2012-04-161-193/+173
| | | (bzr r11259)
* export dialog: type fixKris De Gussem2012-04-141-2/+2
| | | (bzr r11246)
* more c++ification in export dialog / fixing warning for in case of new and ↵Kris De Gussem2012-04-141-54/+47
| | | | | unsaved document (bzr r11245)
* probably this was intendedKris De Gussem2012-04-131-1/+1
| | | (bzr r11238)
* probably this was intendedKris De Gussem2012-04-131-1/+1
| | | (bzr r11237)
* better memleak fix than rev. 11148Kris De Gussem2012-04-131-11/+4
| | | (bzr r11236)
* png export dialog: memory leak fixKris De Gussem2012-04-041-6/+12
| | | (bzr r11148)
* Warning cleanup.Jon A. Cruz2012-04-041-4/+4
| | | (bzr r11144)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-0/+1825
| | | (bzr r11042)
* dead code removalMenTaLguY2008-07-011-56/+0
| | | (bzr r6112)
* The dialog to panel refactoring:gustav_b2007-11-221-6/+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/+2
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+58
(bzr r1)