summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-01Fix PNG export with non-px default unit [Bug #1215104].Matthew Petroff1-1/+1
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+2
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-4/+3
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-4/+2
2013-07-17Ported "ui/dialog/export.*".Matthew Petroff1-46/+28
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-2/+2
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-05-14Win32. Adding missing include (failed with the gtk3 devlibs).Nicolas Dufour1-0/+1
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-0/+2
2013-03-19Fixing regressionjtx1-5/+21
2013-03-17cppcheckKris De Gussem1-3/+2
2013-03-17Working with widjetsJabier Arraiza Cenoz1-21/+5
2013-03-16Warning cleanupAlex Valavanis1-0/+9
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-5/+12
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-2/+36
2013-02-05Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour1-0/+5
2012-11-18UI. Fix for Bug #1071104 (Failure to open a browse window when choosing Expor...Nicolas Dufour1-0/+8
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-7/+7
2012-11-01Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - Rev...John Smith1-4/+8
2012-09-02Export dialog: change markup formatting of labels to be consistent with other...su_v1-3/+3
2012-09-01Fix for 656591 : Export dialog improve access to export filenameJohn Smith1-0/+7
2012-09-01Fix for 618668 : Change dialog wordingJohn Smith1-8/+6
2012-08-27Fix for 168446 : rename menu item Export to PNG ImageJohn Smith1-1/+1
2012-07-24Fix for 620568 : Changes to 'Hide all except selected' in Export BitmapJohn Smith1-5/+5
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-15/+0
2012-07-01Reduce horizontal width of export bitmap dialog. This makes the GTK+ 3 versio...Alex Valavanis1-6/+6
2012-05-25Improve progress granularity when exporting multiple items.Jon A. Cruz1-10/+22
2012-05-24Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz1-0/+22
2012-05-24Added progress to export dialog and disabling export button while busy. Parti...Jon A. Cruz1-11/+38
2012-05-24Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz1-28/+94
2012-05-22Drop deprecated progress bar orientationAlex Valavanis1-1/+0
2012-05-06UI messageKris De Gussem1-0/+1
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+41
2012-04-23Export: fix crash when removing last character in a selection (Bug #960980)Kris De Gussem1-6/+14
2012-04-22export dialog: c++ification and compile warning fixKris De Gussem1-49/+39
2012-04-21Fixed non working cancel button in export dialogKris De Gussem1-6/+12
2012-04-21C++ification of progress dialog / documentationKris De Gussem1-69/+34
2012-04-16some more string class usage as opposed to c-strings to prevent issuesKris De Gussem1-193/+173
2012-04-14export dialog: type fixKris De Gussem1-2/+2
2012-04-14more c++ification in export dialog / fixing warning for in case of new and un...Kris De Gussem1-54/+47
2012-04-13probably this was intendedKris De Gussem1-1/+1
2012-04-13probably this was intendedKris De Gussem1-1/+1
2012-04-13better memleak fix than rev. 11148Kris De Gussem1-11/+4
2012-04-04png export dialog: memory leak fixKris De Gussem1-6/+12
2012-04-04Warning cleanup.Jon A. Cruz1-4/+4
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-0/+1825
2008-07-01dead code removalMenTaLguY1-56/+0
2007-11-22The dialog to panel refactoring:gustav_b1-6/+4
2007-08-29Dockable dialogs patch applied gustav_b1-2/+2