summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* dying document needs to delete its perspectivebuliabyak2013-09-281-0/+5
| | | (bzr r12611)
* Fix percentage document size handling.Matthew Petroff2013-09-231-34/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-5/+0
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Use viewBox for new documents.Matthew Petroff2013-09-201-0/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/171203 - https://launchpad.net/bugs/168261 (bzr r12557)
* Merge from trunk.Matthew Petroff2013-09-201-2/+16
|\ | | | | (bzr r12475.1.29)
| * Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-1/+1
| | | | | | (bzr r11608.1.124)
| * Merged from trunk (r12488).Markus Engel2013-08-301-22/+23
| |\ | | | | | | (bzr r11608.1.120)
| * \ Merged from trunk (r12419).Markus Engel2013-07-141-0/+5
| |\ \ | | | | | | | | (bzr r11608.1.107)
| * | | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-2/+3
| | | | | | | | | | | | (bzr r11608.1.94)
| * | | Removed old SPObject factory.Markus Engel2013-04-101-2/+15
| | | | | | | | | | | | (bzr r11608.1.91)
* | | | Improve code readability.Matthew Petroff2013-08-281-1/+1
| | | | | | | | | | | | (bzr r12475.1.9)
* | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-12/+27
| |_|/ |/| | | | | (bzr r12475.1.2)
* | | Switched to global UnitTable.Matthew Petroff2013-08-041-2/+1
| | | | | | | | | (bzr r12380.1.62)
* | | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | | | | | | | (bzr r12380.1.54)
* | | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-12/+8
| | | | | | | | | (bzr r12380.1.28)
* | | Merge from trunk.Matthew Petroff2013-07-171-0/+5
|\ \ \ | | |/ | |/| (bzr r12380.1.17)
| * | Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-101-0/+5
| | | | | | | | | (bzr r12411)
* | | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-061-16/+18
| | | | | | | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)
* | | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-14/+18
|/ / | | | | (bzr r12380.1.4)
* | Reverting fix for Bug #1022543.Nicolas Dufour2013-05-251-9/+7
| | | | | | (bzr r12341)
* | Fix for bug #1022543 (Ctrl+C increments the documents count) by Maggio.Nicolas Dufour2013-05-211-7/+9
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1022543 (bzr r12340)
* Fix -Wcast-align issues with SPItemCtxAlex Valavanis2013-03-181-1/+1
| | | (bzr r12222)
* Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output ↵Nicolas Dufour2013-01-291-4/+6
| | | | | extensions or crashes when quitting while clipboard not empty). (bzr r12071)
* revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-231-1/+1
| | | (bzr r12058)
* direct use of Glib::ustringKris De Gussem2013-01-221-1/+1
| | | (bzr r12053)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-1/+34
| | | (bzr r11782)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-6/+6
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-3/+26
| | | (bzr r11677)
* Fix for 1051434 : occasional crash when selecting disjoint path with markersJohn Smith2012-09-181-0/+3
| | | (bzr r11673)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-0/+3
| | | | | after reloading the file (bzr r11588)
* do not allow sodipodi:docname to have a temporary filename (partial fix for ↵Alvin Penner2012-07-281-4/+5
| | | | | | | | Bug 243162) Fixed bugs: - https://launchpad.net/bugs/243162 (bzr r11574)
* refresh sodipodi:docname when saving (Bug 1024690)Alvin Penner2012-07-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1024690 (bzr r11562)
* variousKris De Gussem2012-06-051-7/+5
| | | (bzr r11461)
* cppcheck stuffKris De Gussem2012-04-091-1/+1
| | | (bzr r11201)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-051-0/+22
| | | | | thread "Some clipboard functions") (bzr r11153)
* eek-preview: Cairo drawingAlex Valavanis2012-04-031-2/+1
| | | (bzr r11142)
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵Nicolas Dufour2012-03-071-0/+8
| | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
* cppcheckKris De Gussem2012-03-071-2/+6
| | | (bzr r11052)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-0/+1
| | | (bzr r10986)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* when resizing page, move the origin of the grids too. This way all objects ↵Johan B. C. Engelen2011-12-201-0/+1
| | | | | will stay aligned to the grids. (bzr r10787)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-25/+19
| | | (bzr r10582.1.5)
* 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)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-7/+7
|\ | | | | (bzr r10579)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-7/+7
| | | | | | (bzr r10347.1.21)
* | Refactored createnewDocFromMem() to be C++ instead of C, removing potential ↵Jon A. Cruz2011-07-311-18/+14
| | | | | | | | | | for memory leaks. (bzr r10523)
* | Added overload for getObjectById(). Added safety by zeroing out invalid ↵Jon A. Cruz2011-07-311-0/+8
| | | | | | | | | | points (prevents accidental use of stale pointers). (bzr r10521)
* | Memory leaks fix / code cleanupKris De Gussem2011-07-301-1/+10
|/ | | (bzr r10519)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+2
| | | (bzr r10347.1.2)