summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-2070/+0
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+5
* Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis2012-02-151-1/+2
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-091-1/+13
* export: replace deprecated Gtk::ALIGN_LEFT symbolAlex Valavanis2012-02-061-3/+3
* A few GSEAL issuesKris De Gussem2012-01-111-1/+1
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-25/+18
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
* Replace deprecated GTK_SIGNAL_FUNC macroAlex Valavanis2012-01-011-1/+1
* Doxygen cleanup.Jon A. Cruz2011-10-031-190/+183
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-14/+15
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-5/+9
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-51/+51
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-30/+30
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-9/+9
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-5/+3
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-3/+4
* Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-3/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-27/+30
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-6/+6
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-4/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Dropped not working accelator key (r9858 Bug #170765)Kris De Gussem2010-10-291-1/+1
* | UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem2010-10-271-1/+1
|/
* fix bug 166659. precisely calculate bbox when exporting to pngJohan B. C. Engelen2010-04-101-6/+6
* Patch from Fridrich - LP #520532Krzysztof Kosi??ski2010-03-051-1/+1
* Cleanup on id access.Jon A. Cruz2010-03-021-39/+39
* Better patch by Adib for 431022. Appears safe, however, I am unable to test a...Josh Andler2009-09-231-2/+6
* Patch by Adib for 431022. Appears safe, however, I am unable to test as it is...Josh Andler2009-09-221-1/+1
* absolutize user-entered path from doc locationbulia byak2009-08-211-19/+30
* fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...bulia byak2009-08-171-6/+22
* Cleanup (remove unused variable; use generic function to determine the file e...Maximilian Albert2009-08-091-1/+1
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert2009-08-091-2/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-8/+8
* SPDocument->Documentjohnce2009-08-051-8/+8
* FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also so...theAdib2009-08-031-2/+53
* gtk adjustment fixJon A. Cruz2009-03-111-6/+6
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-2/+4
* remove mnemonic which does not work anywaybulia byak2009-02-021-1/+1
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
* Merge from fe-movedTed Gould2008-11-211-38/+35
* From trunkTed Gould2008-10-271-14/+14
* Merging from trunkTed Gould2008-10-111-5/+5
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-31/+30
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-25/+24
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1