summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-2070/+0
| | | (bzr r11042)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
| | | (bzr r11030)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+5
| | | (bzr r10992)
* Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-151-1/+2
| | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-091-1/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956)
* export: replace deprecated Gtk::ALIGN_LEFT symbolAlex Valavanis2012-02-061-3/+3
| | | (bzr r10942)
* A few GSEAL issuesKris De Gussem2012-01-111-1/+1
| | | (bzr r10872)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-25/+18
| | | (bzr r10860)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
| | | (bzr r10826)
* Replace deprecated GTK_SIGNAL_FUNC macroAlex Valavanis2012-01-011-1/+1
| | | (bzr r10817)
* Doxygen cleanup.Jon A. Cruz2011-10-031-190/+183
| | | (bzr r10660)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-14/+15
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-5/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-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)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-51/+51
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-30/+30
| | | (bzr r10350.1.5)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-9/+9
| | | (bzr r10282.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-5/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-3/+4
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-3/+3
| | | (bzr r9989)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-27/+30
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-6/+6
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Dropped not working accelator key (r9858 Bug #170765)Kris De Gussem2010-10-291-1/+1
| | | | | | (bzr r9865)
* | UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem2010-10-271-1/+1
|/ | | (bzr r9858)
* fix bug 166659. precisely calculate bbox when exporting to pngJohan B. C. Engelen2010-04-101-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/166659 (bzr r9309)
* Patch from Fridrich - LP #520532Krzysztof Kosi??ski2010-03-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/520532 (bzr r9149)
* Cleanup on id access.Jon A. Cruz2010-03-021-39/+39
| | | (bzr r9127)
* Better patch by Adib for 431022. Appears safe, however, I am unable to test ↵Josh Andler2009-09-231-2/+6
| | | | | as it is/was a win32 issue only. (bzr r8635)
* Patch by Adib for 431022. Appears safe, however, I am unable to test as it ↵Josh Andler2009-09-221-1/+1
| | | | | is/was a win32 issue only. (bzr r8631)
* absolutize user-entered path from doc locationbulia byak2009-08-211-19/+30
| | | (bzr r8514)
* fix 396851: move absolutizing relative path (added by Ted) out of ↵bulia byak2009-08-171-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)
* Cleanup (remove unused variable; use generic function to determine the file ↵Maximilian Albert2009-08-091-1/+1
| | | | | extension) (bzr r8455)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-2/+1
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-8/+8
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-8/+8
| | | (bzr r8405)
* FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also ↵theAdib2009-08-031-2/+53
| | | | | solved the case where filename is emphty (bzr r8399)
* gtk adjustment fixJon A. Cruz2009-03-111-6/+6
| | | (bzr r7469)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-2/+4
| | | (bzr r7380)
* remove mnemonic which does not work anywaybulia byak2009-02-021-1/+1
| | | (bzr r7215)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-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)
* Merge from fe-movedTed Gould2008-11-211-38/+35
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-14/+14
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-5/+5
| | | (bzr r6884)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-31/+30
| | | (bzr r6840)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-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)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)