summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply Sas' patch to improve import of SVG as in LP#227472 and the bugs ↵Mike Pittman2008-05-091-56/+55
| | | | | mentioned in that bug's description. (bzr r5641)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-1/+1
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* Warning cleanupJon A. Cruz2008-03-081-29/+28
| | | (bzr r4995)
* Fix for bug #167364 - "Win2k: file dialog uses wrong home directory"Joel Holdsworth2008-03-061-1/+35
| | | (bzr r4976)
* Warning and space cleanupJon A. Cruz2008-02-231-0/+1
| | | (bzr r4833)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-231-50/+49
| | | (bzr r4830)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-3/+3
| | | | | | | | | 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-10/+6
| | | (bzr r4490)
* Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth2007-12-231-15/+1
| | | (bzr r4279)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-221-4/+4
| | | | | main inkscape desktop window (bzr r4278)
* fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen2007-11-161-1/+6
| | | (bzr r4092)
* Partial fix for bug #1824387 [Still asks to save after complete undo]Maximilian Albert2007-11-131-0/+1
| | | (bzr r4078)
* Warning cleanupJon A. Cruz2007-11-041-43/+43
| | | (bzr r4025)
* warning cleanupJon A. Cruz2007-11-021-8/+8
| | | (bzr r4012)
* Preserve current zoom and view for reverted documentsMaximilian Albert2007-09-111-0/+9
| | | (bzr r3724)
* small fix in export to ocal gnome_vfs function callsBruno Dilly2007-08-201-6/+1
| | | (bzr r3554)
* merge of dialog and impl classes of ocaldialogsBruno Dilly2007-08-201-4/+4
| | | (bzr r3546)
* search and reset buttons added to ocal related features. fixed signals in ↵Bruno Dilly2007-08-201-22/+13
| | | | | import from ocal dialog. (bzr r3544)
* Removed left-in debug stuff which caused frenzymiklosh2007-08-191-3/+1
| | | (bzr r3539)
* Relocated the code that adds a link to the example folder inside from ↵Joel Holdsworth2007-08-191-4/+0
| | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525)
* fixing the ocal dialogs bugBruno Dilly2007-08-191-8/+29
| | | (bzr r3518)
* few changes in import from ocal dialogBruno Dilly2007-08-181-1/+1
| | | (bzr r3502)
* fixing export to ocal uriBruno Dilly2007-08-171-0/+1
| | | (bzr r3487)
* add import from ocal featureBruno Dilly2007-08-161-63/+50
| | | (bzr r3476)
* changes export to ocal dialogBruno Dilly2007-08-091-6/+3
| | | (bzr r3435)
* prevent file_save_remote to break build on system without GNOME_VFSAdib Taraben2007-08-081-2/+6
| | | (bzr r3426)
* export to ocal bug fixBruno Dilly2007-08-081-17/+38
| | | (bzr r3418)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-061-0/+268
| | | (bzr r3398)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-281-16/+20
| | | | | they are correctly parented (bzr r3328)
* 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)