summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-2070/+0
(bzr r11042)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
(bzr r11030)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+5
(bzr r10992)
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis1-1/+2
Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-02-09Backward compat fix for Gtkmm 2.20Alex Valavanis1-1/+13
Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956)
2012-02-06export: replace deprecated Gtk::ALIGN_LEFT symbolAlex Valavanis1-3/+3
(bzr r10942)
2012-01-11A few GSEAL issuesKris De Gussem1-1/+1
(bzr r10872)
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-25/+18
(bzr r10860)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+2
(bzr r10826)
2012-01-01Replace deprecated GTK_SIGNAL_FUNC macroAlex Valavanis1-1/+1
(bzr r10817)
2011-10-03Doxygen cleanup.Jon A. Cruz1-190/+183
(bzr r10660)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-14/+15
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-07-19Remove deprecated Glib symbolsKrzysztof Kosi??ski1-5/+9
Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-1/+1
item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-51/+51
(bzr r10350.1.8)
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-30/+30
(bzr r10350.1.5)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-9/+9
(bzr r10282.1.1)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-5/+3
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-3/+4
SP_ROOT() gtk type function/macro. (bzr r10254)
2010-12-29Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem1-3/+3
(bzr r9989)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-29Dropped not working accelator key (r9858 Bug #170765)Kris De Gussem1-1/+1
(bzr r9865)
2010-10-27UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem1-1/+1
(bzr r9858)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-6/+6
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-4/+4
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2010-04-10fix bug 166659. precisely calculate bbox when exporting to pngJohan B. C. Engelen1-6/+6
Fixed bugs: - https://launchpad.net/bugs/166659 (bzr r9309)
2010-03-05Patch from Fridrich - LP #520532Krzysztof Kosi??ski1-1/+1
Fixed bugs: - https://launchpad.net/bugs/520532 (bzr r9149)
2010-03-02Cleanup on id access.Jon A. Cruz1-39/+39
(bzr r9127)
2009-09-23Better patch by Adib for 431022. Appears safe, however, I am unable to test ↵Josh Andler1-2/+6
as it is/was a win32 issue only. (bzr r8635)
2009-09-22Patch by Adib for 431022. Appears safe, however, I am unable to test as it ↵Josh Andler1-1/+1
is/was a win32 issue only. (bzr r8631)
2009-08-21absolutize user-entered path from doc locationbulia byak1-19/+30
(bzr r8514)
2009-08-17fix 396851: move absolutizing relative path (added by Ted) out of ↵bulia byak1-6/+22
sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode (bzr r8500)
2009-08-09Cleanup (remove unused variable; use generic function to determine the file ↵Maximilian Albert1-1/+1
extension) (bzr r8455)
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert1-2/+1
remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-8/+8
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-8/+8
(bzr r8405)
2009-08-03FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also ↵theAdib1-2/+53
solved the case where filename is emphty (bzr r8399)
2009-03-11gtk adjustment fixJon A. Cruz1-6/+6
(bzr r7469)
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-2/+4
(bzr r7380)
2009-02-02remove mnemonic which does not work anywaybulia byak1-1/+1
(bzr r7215)
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-1/+1
sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
2008-11-21Merge from fe-movedTed Gould1-38/+35
(bzr r6891)
2008-10-27From trunkTed Gould1-14/+14
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-5/+5
(bzr r6884)
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-31/+30
(bzr r6840)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-25/+24
the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
(bzr r6593)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-4/+4
(bzr r6569)