| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | try to add some const-correctness | Johan B. C. Engelen | 2013-10-24 | 1 | -1/+1 |
| | | | | (bzr r12719) | ||||
| * | fix bad style | Johan B. C. Engelen | 2013-10-24 | 1 | -1/+1 |
| | | | | (bzr r12718) | ||||
| * | fix bug "some of the locale-based templates cause objects to be resized when ↵ | Johan B. C. Engelen | 2013-10-24 | 1 | -0/+7 |
| | | | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717) | ||||
| * | fix crash bug 1237676 | Johan B. C. Engelen | 2013-10-24 | 1 | -3/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1237676 (bzr r12716) | ||||
| * | Fix for Bug #1022543 (Ctrl+C increments the documents count). | Nicolas Dufour | 2013-10-22 | 1 | -7/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1022543 (bzr r12712) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -18/+17 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | collectOrphans moved to the end of destructor to prevent leaking of ↵ | buliabyak | 2013-09-29 | 1 | -2/+3 |
| | | | | | | uncollected stuff (bzr r12625) | ||||
| * | dying document needs to delete its perspective | buliabyak | 2013-09-28 | 1 | -0/+5 |
| | | | | (bzr r12611) | ||||
| * | Fix percentage document size handling. | Matthew Petroff | 2013-09-23 | 1 | -34/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577) | ||||
| * | Fix adding viewBox to new documents. | Matthew Petroff | 2013-09-22 | 1 | -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 Petroff | 2013-09-20 | 1 | -0/+5 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171203 - https://launchpad.net/bugs/168261 (bzr r12557) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -2/+16 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Removed TypeInfo; adjusted Factory to meet code style conventions. | Markus Engel | 2013-09-16 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.124) | ||||
| | * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -22/+23 |
| | |\ | | | | | | | (bzr r11608.1.120) | ||||
| | * \ | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -0/+5 |
| | |\ \ | | | | | | | | | (bzr r11608.1.107) | ||||
| | * | | | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -2/+3 |
| | | | | | | | | | | | | | (bzr r11608.1.94) | ||||
| | * | | | Removed old SPObject factory. | Markus Engel | 2013-04-10 | 1 | -2/+15 |
| | | | | | | | | | | | | | (bzr r11608.1.91) | ||||
| * | | | | Improve code readability. | Matthew Petroff | 2013-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r12475.1.9) | ||||
| * | | | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -12/+27 |
| | |_|/ |/| | | | | | (bzr r12475.1.2) | ||||
| * | | | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -2/+1 |
| | | | | | | | | | | (bzr r12380.1.62) | ||||
| * | | | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r12380.1.54) | ||||
| * | | | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 1 | -12/+8 |
| | | | | | | | | | | (bzr r12380.1.28) | ||||
| * | | | Merge from trunk. | Matthew Petroff | 2013-07-17 | 1 | -0/+5 |
| |\ \ \ | | |/ | |/| | (bzr r12380.1.17) | ||||
| | * | | Small refactor of align and distribute to reduce complexity. | Martin Owens | 2013-07-10 | 1 | -0/+5 |
| | | | | | | | | | | (bzr r12411) | ||||
| * | | | Switch setWidth and setHeight to use Quantity and switch to forward ↵ | Matthew Petroff | 2013-07-06 | 1 | -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 Petroff | 2013-07-02 | 1 | -14/+18 |
| |/ / | | | | | (bzr r12380.1.4) | ||||
| * | | Reverting fix for Bug #1022543. | Nicolas Dufour | 2013-05-25 | 1 | -9/+7 |
| | | | | | | | (bzr r12341) | ||||
| * | | Fix for bug #1022543 (Ctrl+C increments the documents count) by Maggio. | Nicolas Dufour | 2013-05-21 | 1 | -7/+9 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/1022543 (bzr r12340) | ||||
| * | Fix -Wcast-align issues with SPItemCtx | Alex Valavanis | 2013-03-18 | 1 | -1/+1 |
| | | | | (bzr r12222) | ||||
| * | Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output ↵ | Nicolas Dufour | 2013-01-29 | 1 | -4/+6 |
| | | | | | | extensions or crashes when quitting while clipboard not empty). (bzr r12071) | ||||
| * | revert my revision 12053 (Bug #1103248 ) | Kris De Gussem | 2013-01-23 | 1 | -1/+1 |
| | | | | (bzr r12058) | ||||
| * | direct use of Glib::ustring | Kris De Gussem | 2013-01-22 | 1 | -1/+1 |
| | | | | (bzr r12053) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -1/+34 |
| | | | | (bzr r11782) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -6/+6 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fix for 643150 : Auto-palette swatches duplicated on copy and paste | John Smith | 2012-09-19 | 1 | -3/+26 |
| | | | | (bzr r11677) | ||||
| * | Fix for 1051434 : occasional crash when selecting disjoint path with markers | John Smith | 2012-09-18 | 1 | -0/+3 |
| | | | | (bzr r11673) | ||||
| * | Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵ | John Smith | 2012-08-04 | 1 | -0/+3 |
| | | | | | | after reloading the file (bzr r11588) | ||||
| * | do not allow sodipodi:docname to have a temporary filename (partial fix for ↵ | Alvin Penner | 2012-07-28 | 1 | -4/+5 |
| | | | | | | | | | Bug 243162) Fixed bugs: - https://launchpad.net/bugs/243162 (bzr r11574) | ||||
| * | refresh sodipodi:docname when saving (Bug 1024690) | Alvin Penner | 2012-07-21 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1024690 (bzr r11562) | ||||
| * | various | Kris De Gussem | 2012-06-05 | 1 | -7/+5 |
| | | | | (bzr r11461) | ||||
| * | cppcheck stuff | Kris De Gussem | 2012-04-09 | 1 | -1/+1 |
| | | | | (bzr r11201) | ||||
| * | Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵ | Kris De Gussem | 2012-04-05 | 1 | -0/+22 |
| | | | | | | thread "Some clipboard functions") (bzr r11153) | ||||
| * | eek-preview: Cairo drawing | Alex Valavanis | 2012-04-03 | 1 | -2/+1 |
| | | | | (bzr r11142) | ||||
| * | UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵ | Nicolas Dufour | 2012-03-07 | 1 | -0/+8 |
| | | | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -2/+6 |
| | | | | (bzr r11052) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -0/+1 |
| | | | | (bzr r10986) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | when resizing page, move the origin of the grids too. This way all objects ↵ | Johan B. C. Engelen | 2011-12-20 | 1 | -0/+1 |
| | | | | | | will stay aligned to the grids. (bzr r10787) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -25/+19 |
| | | | | (bzr r10582.1.5) | ||||
