| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+5 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+1 |
| | | | | (bzr r15025) | ||||
| * | Fix guide placement when guides are generated by a template with ↵ | Tavmjong Bah | 2016-06-03 | 1 | -0/+1 |
| | | | | | | width/height/viewBox different from default SVG file. (bzr r14947) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -1/+1 |
| | | | | (bzr r14907) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 1 | -1/+1 |
| | | | | (bzr r14639) | ||||
| * | Header cleanup | Liam P. White | 2016-01-16 | 1 | -1/+0 |
| | | | | (bzr r14585.1.3) | ||||
| * | Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵ | Liam P. White | 2016-01-16 | 1 | -2/+3 |
| | | | | | | | | | fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1) | ||||
| * | Fix crash on hidden guides | Jabier Arraiza Cenoz | 2015-12-11 | 1 | -1/+6 |
| | | | | (bzr r14527) | ||||
| * | Clean up some code, only init the SPKnot in one place. | Martin Owens | 2015-12-11 | 1 | -1/+3 |
| | | | | (bzr r14526) | ||||
| * | hide/show handle with guide | Marc Jeanmougin | 2015-12-10 | 1 | -0/+2 |
| | | | | (bzr r14524) | ||||
| * | Remove CtrlPoint and replace with SPKnot | Martin Owens | 2015-12-10 | 1 | -2/+0 |
| | | | | (bzr r14523) | ||||
| * | update to trunk + resolve conflicts | Marc Jeanmougin | 2015-12-08 | 1 | -0/+28 |
| |\ | | | | | (bzr r14504.1.9) | ||||
| | * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -4/+1 |
| | | | | | | | (bzr r14500.1.8) | ||||
| | * | Add global lock guides to the rulers | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -1/+3 |
| | | | | | | | (bzr r14500.1.5) | ||||
| | * | Added no highlight and cross icon on locked guides | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -0/+1 |
| | | | | | | | (bzr r14500.1.4) | ||||
| | * | Add lock to guides | Jabier Arraiza Cenoz | 2015-12-02 | 1 | -0/+28 |
| | | | | | | | (bzr r14500.1.1) | ||||
| * | | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | | cppification: GSList replaced by vectors (mostly related to guides and grids) | Marc Jeanmougin | 2015-12-05 | 1 | -29/+27 |
| |/ | | | (bzr r14504.1.1) | ||||
| * | Fix for bug #1498444 (Guides flicker under the mouse after changing the ↵ | Nicolas Dufour | 2015-10-21 | 1 | -2/+2 |
| | | | | | | | | | | label of any guide) and bug #1469514 (Crash when renaming a guideline label in a new session). Fixed bugs: - https://launchpad.net/bugs/1498444 - https://launchpad.net/bugs/1469514 (bzr r14426) | ||||
| * | Read inkscape:color attribute in more places | Geoff Lankow | 2015-07-15 | 1 | -0/+1 |
| | | | | (bzr r14228.1.4) | ||||
| * | Read attribute after setting the default | Geoff Lankow | 2015-07-11 | 1 | -2/+3 |
| | | | | (bzr r14228.1.2) | ||||
| * | Read inkscape:color attribute on guides | Geoff Lankow | 2015-07-07 | 1 | -0/+5 |
| | | | | (bzr r14228.1.1) | ||||
| * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -10/+0 |
| | | | | (bzr r13939.1.1) | ||||
| * | for snapping to grids and guides, reduce numerical error for the case of ↵ | Alvin Penner | 2015-01-29 | 1 | -2/+9 |
| | | | | | | uniform scaling of viewbox (bzr r13881) | ||||
| * | improved precision in placing grids and guides. (Bug 1373311) | Alvin Penner | 2015-01-23 | 1 | -4/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13868) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13820) | ||||
| * | Correct guide placement when created by dragging onto canvas or by creating ↵ | Tavmjong Bah | 2014-11-26 | 1 | -1/+11 |
| | | | | | | guides around object/page. (bzr r13771) | ||||
| * | Use SVG width/height and viewBox to correct guide position. | Tavmjong Bah | 2014-11-26 | 1 | -1/+18 |
| | | | | (bzr r13769) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -2/+2 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | Fix annoying formatting in sp-guide.cpp | Liam P. White | 2014-10-04 | 1 | -65/+68 |
| | | | | (bzr r13341.1.242) | ||||
| * | Refactor SPGuide to use more C++ | Liam P. White | 2014-10-04 | 1 | -137/+66 |
| | | | | (bzr r13341.1.241) | ||||
| * | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -1/+1 |
| | | | | (bzr r13341.1.189) | ||||
| * | Guides: Clean up memory a bit better and move color changed to OK so we ↵ | Martin Owens | 2014-03-28 | 1 | -0/+2 |
| | | | | | | don't set the colour before OK (bzr r13228) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -2/+2 |
| | | | | | | 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) | ||||
| * | Fix format security errors | Alex Valavanis | 2013-09-21 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -116/+128 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -5/+4 |
| | |\ | | | | | | | (bzr r11608.1.120) | ||||
| | * | | Fixed more mismatched-tags; replaced GObject-properties in SPGuide | Markus Engel | 2013-08-01 | 1 | -34/+54 |
| | | | | | | | | | | (bzr r11608.1.115) | ||||
| | * | | Replacement of unnecessary variables. | Markus Engel | 2013-07-31 | 1 | -32/+24 |
| | | | | | | | | | | (bzr r11608.1.114) | ||||
| | * | | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r11608.1.94) | ||||
| | * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -7/+4 |
| | | | | | | | | | | (bzr r11608.1.86) | ||||
| | * | | Merged more classes. | Markus Engel | 2013-04-06 | 1 | -58/+43 |
| | | | | | | | | | | (bzr r11608.1.84) | ||||
| | * | | Merged FlowX classes. | Markus Engel | 2013-04-05 | 1 | -0/+10 |
| | | | | | | | | | | (bzr r11608.1.79) | ||||
| | * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -3/+12 |
| | | | | | | | | | | (bzr r11608.1.67) | ||||
| | * | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | | | | | | | (bzr r11608.1.63) | ||||
| | * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -6/+6 |
| | | | | | | | | | | (bzr r11608.1.57) | ||||
| | * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -159/+7 |
| | |\ \ | | | | | | | | | (bzr r11608.1.56) | ||||
| | * | | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| | * | | | Added "virtual pads" to | Markus Engel | 2013-03-29 | 1 | -9/+133 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49) | ||||
