| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| | * | | | Various changes. | Markus Engel | 2013-03-14 | 1 | -4/+5 |
| | | | | | | | | | | | | | (bzr r11608.1.48) | ||||
| * | | | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -1/+1 |
| | |_|/ |/| | | | | | (bzr r12475.1.2) | ||||
| * | | | Ported away from and removed "sp-metrics.*". | Matthew Petroff | 2013-07-20 | 1 | -5/+4 |
| | |/ |/| | | | (bzr r12380.1.47) | ||||
| * | | Fix build with C++11 | Alex Valavanis | 2013-03-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/858814 (bzr r12166) | ||||
| * | | Cleanup more GObject type definitions | Alex Valavanis | 2013-01-17 | 1 | -32/+7 |
| |/ | | | (bzr r12034) | ||||
| * | fix XML output of guideline color | Johan B. C. Engelen | 2012-04-01 | 1 | -1/+1 |
| | | | | | | | | | (this does not fix loading of guide color) Fixed bugs: - https://launchpad.net/bugs/823739 (bzr r11138) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -9/+9 |
| | | | | (bzr r10582.1.6) | ||||
| * | fix for bad argument crash for guides | Johan B. C. Engelen | 2011-08-21 | 1 | -15/+19 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/829947 (bzr r10562) | ||||
| * | Fix memory leak. | Jon A. Cruz | 2011-07-23 | 1 | -1/+3 |
| | | | | (bzr r10497) | ||||
| * | Fix issue with deleted guides and gtk warnings. | Jon A. Cruz | 2011-07-23 | 1 | -29/+32 |
| | | | | (bzr r10496) | ||||
| * | fix crash when guideline is deleted by dragging it off-canvas | Johan B. C. Engelen | 2011-07-22 | 1 | -0/+4 |
| | | | | (bzr r10488) | ||||
| * | another case of SP_ACTIVE_DESKTOP removed | Johan B. C. Engelen | 2011-07-19 | 1 | -3/+4 |
| | | | | (bzr r10478) | ||||
| * | remove some unnecessary inkscape_active_desktop() calls | Johan B. C. Engelen | 2011-07-19 | 1 | -6/+8 |
| | | | | (bzr r10477) | ||||
| * | revert unnecessary complicated change | Johan B. C. Engelen | 2011-07-18 | 1 | -23/+3 |
| | | | | (bzr r10472) | ||||
| * | refactor the guideline drawing. now it obeys desktop transforms a lot better. | Johan B. C. Engelen | 2011-07-18 | 1 | -3/+23 |
| | | | | (bzr r10471) | ||||
| * | Adding a "Remove All Guides" option to the Edit menu. | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -0/+20 |
| | | | | (bzr r10343) | ||||
| * | The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ↵ | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -1/+1 |
| | | | | | | | | | | Page’ what? 'Create Guides Around the Page' :-D http://cuts.thinking-garment.com/144 (bzr r10340) | ||||
| * | user interface for selecting colors of guidelines | Felipe Corr??a da Silva Sanches | 2011-06-18 | 1 | -0/+17 |
| | | | | (bzr r10315) | ||||
| * | add entry widget to guideline dialog to change guide's label | Johan B. C. Engelen | 2011-05-26 | 1 | -2/+2 |
| | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234) | ||||
| * | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵ | Felipe Corr??a da Silva Sanches | 2011-05-18 | 1 | -1/+24 |
| | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -6/+6 |
| | | | | (bzr r10067) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -0/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -34/+34 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | Yet mor in c++ification | Abhishek Sharma public | 2010-07-24 | 1 | -21/+22 |
| | | | | | | | (bzr r9546.1.11) | ||||
| | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
