summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-3/+3
| | | (bzr r14126)
* Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-1/+0
| | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.10)
* Merge, resolved conflictsMarc Jeanmougin2015-02-231-0/+6
|\ | | | | (bzr r13922.1.8)
| * on a File->Open, set the viewBox if it did not previously exist, same as was ↵Alvin Penner2015-02-231-0/+6
| | | | | | | | | | | | | | | | done for File->New. (Bug 1239682) Fixed bugs: - https://launchpad.net/bugs/1239682 (bzr r13938)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-4/+2
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
| | | (bzr r13809)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-1/+1
| | | | | by function. (bzr r13774)
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\ | | | | (bzr r13341.5.17)
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.247)
* | Update to experimental r13527Liam P. White2014-08-301-7/+9
|\| | | | | (bzr r13341.5.15)
| * update to trunk lp:inkscape 13530 (fixes Windows build)Johan B. C. Engelen2014-08-231-4/+6
| |\ | | | | | | (bzr r13341.1.155)
| | * Clear the waiting cursor on the old desktop after creating a new oneLiam P. White2014-08-191-4/+6
| | | | | | | | | (bzr r13528)
| * | Update to trunk r13525Liam P. White2014-08-171-3/+3
| |\| | | | | | | (bzr r13341.1.142)
| | * Fix shift of transformation center on pastingDiederik van Lierop2014-08-161-3/+3
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13521)
* | | Update to experimental r13440Liam P. White2014-07-241-5/+5
|\| | | | | | | | (bzr r13341.5.13)
| * | noop: fix bool type (C to C++)Johan B. C. Engelen2014-06-291-5/+5
| |/ | | | | (bzr r13341.1.71)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
| | | | | | (bzr r13341.5.7)
* | 1. make it compileLiam P. White2014-06-251-2/+2
|/ | | (bzr r13341.5.1)
* string class usageKris De Gussem2014-03-161-7/+5
| | | (bzr r13157)
* Saving. Fix for Bug #529843 (save a copy reverts to save as) by Tomasz ↵penginsbacon2014-03-151-1/+1
| | | | | | | | Boczkowski. Fixed bugs: - https://launchpad.net/bugs/529843 (bzr r13154)
* string class usageKris De Gussem2014-03-141-7/+4
| | | (bzr r13150)
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-5/+2
| | | (bzr r12915)
* c-string buffer > Glib::ustring usageKris De Gussem2014-01-061-8/+3
| | | (bzr r12885)
* memory leak fix (doc_title) + code readabilityKris De Gussem2014-01-021-14/+10
| | | (bzr r12867)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-1/+1
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* properly protect the undo stack from deleting templates and setting viewboxbuliabyak2013-10-031-1/+4
| | | (bzr r12651)
* Fix for Bug #1229605 (inkscape crashes when canceled import pdf).Nicolas Dufour2013-09-261-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1229605 (bzr r12595)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+5
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Merge gsoc procedural templates work.Slagvi Public2013-09-211-18/+12
|\ | | | | (bzr r12570)
| * Change paths storage to std::string.Slagvi Public2013-09-201-1/+3
| | | | | | (bzr r12481.1.12)
| * Opening new documents behaviour fixed.Slagvi Public2013-09-181-16/+9
| | | | | | (bzr r12481.1.9)
* | Merge from trunk.Matthew Petroff2013-09-121-10/+38
|\| | | | | (bzr r12475.1.16)
| * fix build with dbusapi enabledsu_v2013-08-141-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1212355 (bzr r12477)
| * NewFromTemplate GSoC project for static templatesSlagvi Public2013-08-141-9/+37
| |\ | | | | | | (bzr r12476)
| | * Adapted sp_file_new for use with templatesSlagvi Public2013-08-061-17/+33
| | | | | | | | | (bzr r12379.2.19)
| | * Removing template data from XML tree addedSlagvi Public2013-08-041-4/+14
| | | | | | | | | (bzr r12379.2.18)
| | * Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-041-7/+0
| | | | | | | | | (bzr r12379.2.7)
| | * Templates menu item fixedSlagvi Public2013-07-031-0/+8
| | | | | | | | | (bzr r12379.2.6)
* | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+1
|/ / | | | | (bzr r12475.1.2)
* / Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-13/+20
|/ | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
* Fix for Bug #503712 (Personal default template not used) by Slagvi.Nicolas Dufour2013-04-151-2/+2
| | | (bzr r12277)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-1/+3
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Drop a couple of unused variables and a pixmapAlex Valavanis2013-03-151-3/+0
| | | (bzr r12210)
* Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-4/+0
| | | (bzr r12173)
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| | | (bzr r12119)