summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Header cleaningAlex Valavanis2012-02-121-0/+1
* | | file saving: fix appending of extension for files in directories with periods...Johan B. C. Engelen2012-01-021-1/+22
| |/ |/|
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* | Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* | Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-3/+3
* | Merge from trunkKrzysztof Kosi??ski2011-06-191-11/+23
|\ \
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-3/+3
| * | Adding initial cut of resource manager.Jon A. Cruz2011-05-061-8/+20
* | | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-14/+0
* | | Merge from trunkKrzysztof Kosi??ski2011-04-071-8/+8
|\| |
| * | Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), b...Nicolas Dufour2011-03-141-1/+1
| |/
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-6/+6
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-54/+46
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-54/+46
| |\
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-6/+6
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+5
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-22/+11
|\| |
| * | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-22/+11
* | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-1/+0
|/ /
* | Fix build failure when DBus is not enabledKrzysztof Kosi??ski2010-07-161-1/+8
* | Merging in from trunkTed Gould2009-11-291-95/+126
|\|
| * Patch by Adib for 429529Josh Andler2009-10-181-0/+4
| * Fixed leaking memory and added proper name fallback. Applies modified patch a...Jon A. Cruz2009-09-291-17/+34
| * Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dia...Josh Andler2009-09-271-5/+7
| * Fix by Adib for 353847Josh Andler2009-09-161-2/+13
| * Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...Maximilian Albert2009-08-091-3/+4
| * Put #ifdefs around all code related to the so-called "new" ExportDialog (what...Maximilian Albert2009-08-091-4/+1
| * Cleanup (remove unused variable; use generic function to determine the file e...Maximilian Albert2009-08-091-1/+0
| * Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert2009-08-091-88/+69
| * Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert2009-08-071-23/+42
| * Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-160/+19
| * SPDocument->Documentjohnce2009-08-051-1/+1
| * SPDocument->Documentjohnce2009-08-051-18/+159
* | Added code to add a DBus interface for every desktop created.Soren Berg2009-07-121-0/+2
|/
* save/restore initial dir when importingbulia byak2009-06-281-4/+23
* remove temporary prefs hackThomas Holder2009-05-171-7/+2
* parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder2009-05-131-0/+6
* FIX for BUG 368879: crash on 'save a copy as' when document has no filename yettheAdib2009-04-291-2/+6
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder2009-04-071-97/+2
* remove more static dialogs.Johan B. C. Engelen2009-03-011-23/+36
* fix crash bug #241390Johan B. C. Engelen2009-03-011-11/+14
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-34/+28
* set waiting cursor while loading a filebulia byak2009-01-281-1/+7
* i guess this is better but doesn't fix crashJohan B. C. Engelen2009-01-141-5/+7
* fix possible crashJohan B. C. Engelen2009-01-041-1/+3
* Merge from fe-movedTed Gould2008-11-211-1/+4