summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Header cleaningAlex Valavanis2012-02-121-0/+1
| | | | | | | | | (bzr r10963)
* | | file saving: fix appending of extension for files in directories with ↵Johan B. C. Engelen2012-01-021-1/+22
| |/ |/| | | | | | | | | | | | | periods in name. (patch by David Xiong) Fixed bugs: - https://launchpad.net/bugs/408566 (bzr r10821)
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* | Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | | | | (bzr r10659)
* | Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-3/+3
| | | | | | (bzr r10559)
* | Merge from trunkKrzysztof Kosi??ski2011-06-191-11/+23
|\ \ | | | | | | (bzr r9508.1.89)
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-3/+3
| | | | | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * | Adding initial cut of resource manager.Jon A. Cruz2011-05-061-8/+20
| | | | | | | | | (bzr r10198)
* | | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-14/+0
| | | | | | | | | (bzr r9508.1.82)
* | | Merge from trunkKrzysztof Kosi??ski2011-04-071-8/+8
|\| | | | | | | | (bzr r9508.1.73)
| * | Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), ↵Nicolas Dufour2011-03-141-1/+1
| |/ | | | | | | | | | | | | | | by Johannes Lipp. Fixed bugs: - https://launchpad.net/bugs/716362 (bzr r10104)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-6/+6
| | | | | | (bzr r10067)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-54/+46
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-54/+46
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-6/+6
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+5
| | | | | | | | | | | | | | | 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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-22/+11
|\| | | | | | | | (bzr r9508.1.70)
| * | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-22/+11
| | | | | | | | | (bzr r9828)
* | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-1/+0
|/ / | | | | (bzr r9508.1.67)
* | Fix build failure when DBus is not enabledKrzysztof Kosi??ski2010-07-161-1/+8
| | | | | | (bzr r9618)
* | Merging in from trunkTed Gould2009-11-291-95/+126
|\| | | | | (bzr r8254.1.37)
| * Patch by Adib for 429529Josh Andler2009-10-181-0/+4
| | | | | | (bzr r8792)
| * Fixed leaking memory and added proper name fallback. Applies modified patch ↵Jon A. Cruz2009-09-291-17/+34
| | | | | | | | | | and addresses bug #436151. (bzr r8672)
| * Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler2009-09-271-5/+7
| | | | | | | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
| * Fix by Adib for 353847Josh Andler2009-09-161-2/+13
| | | | | | (bzr r8601)
| * Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes ↵Maximilian Albert2009-08-091-3/+4
| | | | | | | | | | when trying to export files, dunno why) (bzr r8457)
| * Put #ifdefs around all code related to the so-called "new" ExportDialog ↵Maximilian Albert2009-08-091-4/+1
| | | | | | | | | | (whatever that is) (bzr r8456)
| * Cleanup (remove unused variable; use generic function to determine the file ↵Maximilian Albert2009-08-091-1/+0
| | | | | | | | | | extension) (bzr r8455)
| * Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-88/+69
| | | | | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
| * Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-071-23/+42
| | | | | | | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
| * Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-160/+19
| | | | | | | | | | which cannot be fixed easily. (bzr r8422)
| * SPDocument->Documentjohnce2009-08-051-1/+1
| | | | | | (bzr r8416)
| * SPDocument->Documentjohnce2009-08-051-18/+159
| | | | | | (bzr r8404)
* | Added code to add a DBus interface for every desktop created.Soren Berg2009-07-121-0/+2
|/ | | (bzr r8254.1.5)
* save/restore initial dir when importingbulia byak2009-06-281-4/+23
| | | (bzr r8180)
* remove temporary prefs hackThomas Holder2009-05-171-7/+2
| | | (bzr r7895)
* parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder2009-05-131-0/+6
| | | (bzr r7876)
* FIX for BUG 368879: crash on 'save a copy as' when document has no filename yettheAdib2009-04-291-2/+6
| | | (bzr r7796)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-97/+2
| | | | | | | | | xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643)
* remove more static dialogs.Johan B. C. Engelen2009-03-011-23/+36
| | | (bzr r7399)
* fix crash bug #241390Johan B. C. Engelen2009-03-011-11/+14
| | | (bzr r7398)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-34/+28
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* set waiting cursor while loading a filebulia byak2009-01-281-1/+7
| | | (bzr r7203)
* i guess this is better but doesn't fix crashJohan B. C. Engelen2009-01-141-5/+7
| | | (bzr r7134)
* fix possible crashJohan B. C. Engelen2009-01-041-1/+3
| | | (bzr r7072)
* Merge from fe-movedTed Gould2008-11-211-1/+4
| | | (bzr r6891)