summaryrefslogtreecommitdiffstats
path: root/src/sp-star.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-627/+0
A lot of header clean-up.
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-4/+5
2017-10-09Fixes for transforms in LPE shapesJabiertxo Arraiza Cenoz1-8/+22
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza1-0/+2
powerstroke path
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-2/+8
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713)
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-2/+8
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2015-12-07static code analysisKris De Gussem1-6/+7
(bzr r14508)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-08-07Redo the fix for bug #1348375Liam P. White1-2/+3
(bzr r13500)
2014-08-06Fix another mistake introduced in r13495Liam P. White1-3/+2
(bzr r13499)
2014-08-06Fix mistake introduced in r13495Liam P. White1-2/+1
(bzr r13498)
2014-08-06Fix for bug #1348375 (randomized stars change on translation)Liam P. White1-3/+5
Fixed bugs: - https://launchpad.net/bugs/1348375 (bzr r13495)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13441)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13341.1.69)
2014-06-11Fix for bug #1241902Jabier Arraiza Cenoz1-0/+2
(bzr r13418)
2014-06-07Fix for Bug #1241902 -Jabier Arraiza Cenoz1-0/+2
(bzr r13341.1.52)
2014-01-06Fix transforming shapes with path effect applied (bug #1247324)Jabier Arraiza Cenoz1-0/+5
Fixed bugs: - https://launchpad.net/bugs/1247324 (bzr r12884)
2013-10-26Added some consts.Markus Engel1-3/+3
(bzr r12729)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12660)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12659)
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen1-4/+3
slowly slowly... (bzr r12593)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-1/+1
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-9/+8
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-09-02Fix bug that added transforms to new objects.Matthew Petroff1-0/+56
(bzr r12475.1.11)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-1/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-1/+0
(bzr r11608.1.78)
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-7/+6
(bzr r11608.1.76)
2013-04-04Combined some classes.Markus Engel1-163/+166
(bzr r11608.1.75)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-12/+0
(bzr r11608.1.72)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-15/+15
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-3/+3
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-41/+15
(bzr r12059)
2013-01-17const ....Johan B. C. Engelen1-1/+1
(bzr r12039)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-2/+2
(bzr r11608.1.46)
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-2/+2
(bzr r11608.1.45)
2012-08-18Added "virtual pad" to SPStar.Markus Engel1-33/+96
(bzr r11608.1.11)
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-3/+3
add some const stuff (bzr r10900)
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-15/+7
(bzr r10860)
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop1-8/+3
a single array, instead of each having its own member variable (bzr r10569)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-2/+2
item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop1-1/+1
had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It ↵Johan B. C. Engelen1-0/+2
was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142)