| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -111/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | finally removed all GSList from main folder .h files | Marc Jeanmougin | 2015-12-08 | 1 | -1/+0 |
| | | | | (bzr r14504.1.15) | ||||
| * | update to trunk + resolve conflicts | Marc Jeanmougin | 2015-12-08 | 1 | -0/+4 |
| |\ | | | | | (bzr r14504.1.9) | ||||
| | * | Add lock to guides | Jabier Arraiza Cenoz | 2015-12-02 | 1 | -0/+4 |
| | | | | | | | (bzr r14500.1.1) | ||||
| * | | cppification: GSList replaced by vectors (mostly related to guides and grids) | Marc Jeanmougin | 2015-12-05 | 1 | -2/+2 |
| |/ | | | (bzr r14504.1.1) | ||||
| * | Refactor SPGuide to use more C++ | Liam P. White | 2014-10-04 | 1 | -28/+45 |
| | | | | (bzr r13341.1.241) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -1/+1 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -2/+5 |
| | | | | (bzr r13341.1.189) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Fixed more mismatched-tags; replaced GObject-properties in SPGuide | Markus Engel | 2013-08-01 | 1 | -0/+5 |
| | | | | (bzr r11608.1.115) | ||||
| * | Replacement of unnecessary variables. | Markus Engel | 2013-07-31 | 1 | -0/+1 |
| | | | | (bzr r11608.1.114) | ||||
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -1/+1 |
| | | | | (bzr r11608.1.86) | ||||
| * | Merged more classes. | Markus Engel | 2013-04-06 | 1 | -27/+3 |
| | | | | (bzr r11608.1.84) | ||||
| * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | (bzr r11608.1.67) | ||||
| * | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -5/+2 |
| | | | | (bzr r11608.1.64) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -3/+3 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -0/+4 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -0/+1 |
| | | | | | | | | | | | forward declarations (bzr r12203) | ||||
| | * | Cleanup more GObject type definitions | Alex Valavanis | 2013-01-17 | 1 | -0/+3 |
| | | | | | | | (bzr r12034) | ||||
| * | | Added "virtual pads" to | Markus Engel | 2013-03-29 | 1 | -0/+19 |
| |/ | | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49) | ||||
| * | 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) | ||||
| * | remove some unnecessary inkscape_active_desktop() calls | Johan B. C. Engelen | 2011-07-19 | 1 | -2/+2 |
| | | | | (bzr r10477) | ||||
| * | Adding a "Remove All Guides" option to the Edit menu. | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -0/+1 |
| | | | | (bzr r10343) | ||||
| * | user interface for selecting colors of guidelines | Felipe Corr??a da Silva Sanches | 2011-06-18 | 1 | -0/+1 |
| | | | | (bzr r10315) | ||||
| * | add entry widget to guideline dialog to change guide's label | Johan B. C. Engelen | 2011-05-26 | 1 | -1/+1 |
| | | | | | | (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 | -0/+2 |
| | | | | | | 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 | -2/+2 |
| | | | | (bzr r10067) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -1/+3 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -14/+17 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | Yet mor in c++ification | Abhishek Sharma public | 2010-07-24 | 1 | -8/+16 |
| | | | | | | | (bzr r9546.1.11) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 1 | -1/+1 |
| | | | | (bzr r8293) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+3 |
| | | | | (bzr r6885) | ||||
| * | try to use consistent document for creating guides | MenTaLguY | 2008-07-07 | 1 | -2/+2 |
| | | | | (bzr r6212) | ||||
| * | New menu command to quickly create guides around page | Maximilian Albert | 2008-03-05 | 1 | -0/+1 |
| | | | | (bzr r4970) | ||||
| * | Add possibility to convert objects (only rectangles and 3D boxes currently) ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+3 |
| | | | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462) | ||||
| * | fix angle description of guides | Johan B. C. Engelen | 2007-12-23 | 1 | -0/+1 |
| | | | | (bzr r4288) | ||||
| * | guidelines: add methods to check horizontal/vertical, small fixes | Johan B. C. Engelen | 2007-12-21 | 1 | -0/+3 |
| | | | | (bzr r4271) | ||||
| * | correctly handle orientation changes of guidelines | Johan B. C. Engelen | 2007-12-19 | 1 | -0/+1 |
| | | | | (bzr r4261) | ||||
| * | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2007-12-19 | 1 | -3/+4 |
| | | | | (bzr r4258) | ||||
| * | rename guide parameters to match snapping code naming convention. | Johan B. C. Engelen | 2007-12-19 | 1 | -2/+3 |
| | | | | | | start conversion to use point_on_line instead of position. (bzr r4257) | ||||
| * | start of getting angled guidelines. | Johan B. C. Engelen | 2007-12-16 | 1 | -0/+1 |
| | | | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+64 |
| (bzr r1) | |||||
