summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* noop: Address string-literal-to-char* warning.Peter Moulder2008-05-041-2/+2
| | | (bzr r5596)
* i18n patch from MarcinAlexandre Prokoudine2008-02-131-1/+1
| | | (bzr r4719)
* Reverted earlier edit - export bitmap dialog is now sizeable once againJoel Holdsworth2008-01-171-1/+1
| | | (bzr r4538)
* Stopped the export bitmap dialog from being sizeableJoel Holdsworth2008-01-161-1/+1
| | | (bzr r4528)
* Corrected the parenting of the browse dialog, so that it cannot fall ↵Joel Holdsworth2008-01-161-1/+1
| | | | | underneath the export dialog on Windows (bzr r4527)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-6/+6
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-3/+2
| | | (bzr r4490)
* Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535Johan B. C. Engelen2007-11-161-5/+6
| | | (bzr r4091)
* warning cleanupJon A. Cruz2007-11-081-95/+95
| | | (bzr r4043)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-211-1/+6
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* move extension adding to the right place so it's added on export, not on browsebulia byak2007-03-251-38/+41
| | | (bzr r2754)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-2/+2
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-101-19/+15
| | | (bzr r2596)
* add 'hide all except selected' checkboxbulia byak2007-02-251-5/+28
| | | (bzr r2429)
* batch export checkboxbulia byak2007-02-121-71/+186
| | | (bzr r2369)
* fix warningbulia byak2007-02-111-1/+1
| | | (bzr r2367)
* Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips2007-02-111-0/+4
| | | | | | GNOME-VFS URIs. We could do before on commandline, but this allows us to with the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library. (bzr r2357)
* Fixed [ 1628085 ] PNG file not created/not recognized by WINXP, where the ↵Johan B. C. Engelen2007-01-041-3/+34
| | | | | actual problem was that Windows defaults to not displaying extensions >< (bzr r2129)
* Export dialog is now always shown in view (not outside of screen)Johan B. C. Engelen2006-12-281-10/+8
| | | (bzr r2107)
* string fixes from bug 1516157bulia byak2006-11-191-1/+1
| | | (bzr r1991)
* factor out retrieving export hints from selection and document; use that for ↵bulia byak2006-11-131-54/+4
| | | | | create_bitmap if no resolution/minsize specified in prefs; for default 90dpi, snap the bitmap to pixel grid; move deleting objects when clipping/masking to the end of function (bzr r1943)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-10/+10
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-0/+2
| | | (bzr r1430)
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-221-1/+1
| | | (bzr r1262)
* remove deprecation warningsBob Jamison2006-06-011-2/+2
| | | (bzr r1113)
* remove deprecation warningsBob Jamison2006-06-011-13/+20
| | | (bzr r1112)
* replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, ↵Ralf Stephan2006-05-191-1/+1
| | | | | fixes #1489610 (bzr r894)
* partial GTKmmfication and HIGification by Jonathon Jongsmabulia byak2006-05-091-91/+131
| | | (bzr r786)
* expand the range of dpi to fix 1476741bulia byak2006-04-271-3/+3
| | | (bzr r594)
* patch by Osei Poku to use the new file dialog on Browse in Exportbulia byak2006-04-171-37/+19
| | | (bzr r535)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-20/+20
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Allow setting bitmap size by adjusting height as well as widthAaron Spike2006-04-101-3/+67
| | | (bzr r472)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+3
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-95/+95
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1753
(bzr r1)