summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-2070/+0
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+5
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis1-1/+2
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-09Backward compat fix for Gtkmm 2.20Alex Valavanis1-1/+13
2012-02-06export: replace deprecated Gtk::ALIGN_LEFT symbolAlex Valavanis1-3/+3
2012-01-11A few GSEAL issuesKris De Gussem1-1/+1
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-25/+18
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+2
2012-01-01Replace deprecated GTK_SIGNAL_FUNC macroAlex Valavanis1-1/+1
2011-10-03Doxygen cleanup.Jon A. Cruz1-190/+183
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-14/+15
2011-07-19Remove deprecated Glib symbolsKrzysztof Kosi??ski1-5/+9
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-51/+51
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-30/+30
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-9/+9
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-5/+3
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-3/+4
2010-12-29Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem1-3/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-29Dropped not working accelator key (r9858 Bug #170765)Kris De Gussem1-1/+1
2010-10-27UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-6/+6
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-4/+4
2010-04-10fix bug 166659. precisely calculate bbox when exporting to pngJohan B. C. Engelen1-6/+6
2010-03-05Patch from Fridrich - LP #520532Krzysztof Kosi??ski1-1/+1
2010-03-02Cleanup on id access.Jon A. Cruz1-39/+39
2009-09-23Better patch by Adib for 431022. Appears safe, however, I am unable to test a...Josh Andler1-2/+6
2009-09-22Patch by Adib for 431022. Appears safe, however, I am unable to test as it is...Josh Andler1-1/+1
2009-08-21absolutize user-entered path from doc locationbulia byak1-19/+30
2009-08-17fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...bulia byak1-6/+22
2009-08-09Cleanup (remove unused variable; use generic function to determine the file e...Maximilian Albert1-1/+1
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert1-2/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-8/+8
2009-08-05SPDocument->Documentjohnce1-8/+8
2009-08-03FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also so...theAdib1-2/+53
2009-03-11gtk adjustment fixJon A. Cruz1-6/+6
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-2/+4
2009-02-02remove mnemonic which does not work anywaybulia byak1-1/+1
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-1/+1
2008-11-21Merge from fe-movedTed Gould1-38/+35
2008-10-27From trunkTed Gould1-14/+14
2008-10-11Merging from trunkTed Gould1-5/+5
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-31/+30
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-25/+24
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-4/+4