summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some people reported crashes when adding nonexisting dirs to dialog - though ↵bulia byak2007-04-061-2/+6
| | | | | it did not crash for me (bzr r2825)
* allow easy access to templates profile dir from save dialogbulia byak2007-04-011-0/+5
| | | (bzr r2797)
* allow easy access to our examples folder from Open dialogbulia byak2007-03-301-0/+3
| | | (bzr r2786)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+4
| | | (bzr r2723)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-2/+2
| | | (bzr r2720)
* add fixupHrefs right after import, so that images get correct relative ↵bulia byak2007-03-111-0/+3
| | | | | xlink:href at once and not only after save as before (fixes 1267081) (bzr r2609)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-2/+5
| | | | | recent bbox regressions. (bzr r2604)
* Switched from deferred extension appending to live extension swapping in the ↵Jon A. Cruz2007-03-021-21/+20
| | | | | dialog (bzr r2494)
* dead code removalMenTaLguY2007-02-261-11/+0
| | | (bzr r2443)
* Reverting patchBryce Harrington2007-02-041-4/+1
| | | (bzr r2328)
* Patch from Debian bug tracker from Daniel Kahn GillmorBryce Harrington2007-02-041-1/+4
| | | | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343840 Allows individual users to keep their preferred default template in ~/.inkscape/templates/default.svg. This allows them to keep custom page settings, etc. locally. (bzr r2327)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* display 'Saving document...' visible when saving takes a long timebulia byak2007-01-171-0/+4
| | | (bzr r2233)
* separate updating window from updating layersbulia byak2006-11-181-2/+2
| | | (bzr r1984)
* undo annotationsbulia byak2006-10-051-2/+2
| | | (bzr r1768)
* Fixes path memory issues with the save dialog. (Closes: #1089414)Kees Cook2006-10-011-2/+5
| | | (bzr r1747)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-3/+3
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-3/+3
| | | | | one major janitorial task we identified.... (bzr r1633)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-221-3/+11
| | | | | Now it all works quite well! Great! (bzr r1630)
* I added a key configuration for this command, changed a variable name and ↵Jon Phillips2006-08-221-3/+3
| | | | | added the patch's author to the AUTHORS file.... (bzr r1629)
* Committed a great patch which adds a Save A Copy menu function. This is the ↵Jon Phillips2006-08-221-11/+28
| | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628)
* Fix a null pointer bug I made myself. Sorry.Bob Jamison2006-07-241-2/+5
| | | (bzr r1469)
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-174/+108
| | | (bzr r1430)
* more string cleanupBob Jamison2006-07-161-261/+166
| | | (bzr r1423)
* move filedialog to its new homeBob Jamison2006-07-121-10/+10
| | | (bzr r1398)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-2/+4
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-3/+0
| | | (bzr r1268)
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-221-3/+3
| | | (bzr r1262)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-2/+3
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-4/+4
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* ensure document up-to-date if it's being loaded into a virgin desktopbulia byak2006-03-171-0/+2
| | | (bzr r258)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-6/+6
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1337
(bzr r1)