| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bug #1241501, improve tooltip text on path parameter | Jabier Arraiza Cenoz | 2014-08-06 | 1 | -1/+1 |
| | | | | (bzr r13494) | ||||
| * | Don't update path effects on document load (#1299948) | Liam P. White | 2014-07-28 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13479) | ||||
| * | Bugged powerstroke point array tried accessing points on a quickly diverging ↵ | Liam P. White | 2014-07-08 | 1 | -1/+4 |
| | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13447) | ||||
| * | fixes to LPEKnot, now usable again. | Johan B. C. Engelen | 2014-06-16 | 2 | -12/+13 |
| | | | | | | | | | knotholder: if knot coords are non-finite, hide knot. used for hiding the lpeknot switcher knot if there are no crossings Fixed bugs: - https://launchpad.net/bugs/781893 (bzr r13428) | ||||
| * | fix C++11 compilation | Johan B. C. Engelen | 2014-05-15 | 1 | -2/+1 |
| | | | | (bzr r13385) | ||||
| * | Make experimental feature enabling more unified/easy. | Josh Andler | 2014-05-05 | 1 | -2/+0 |
| | | | | (bzr r13336) | ||||
| * | Removed some operator keywords. | Markus Engel | 2014-03-30 | 2 | -3/+3 |
| | | | | (bzr r13237) | ||||
| * | powerstroke: fix bad coding bug! | Johan B. C. Engelen | 2014-03-23 | 1 | -2/+1 |
| | | | | (bzr r13188) | ||||
| * | LPE strings consistency fix. | Nicolas Dufour | 2014-01-19 | 2 | -3/+3 |
| | | | | (bzr r12957) | ||||
| * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -2/+2 |
| | | | | (bzr r12921) | ||||
| * | LPE: rename function getHelperPaths --> getCanvasIndicators (the function is ↵ | Johan B. C. Engelen | 2014-01-12 | 2 | -14/+8 |
| | | | | | | not yet called by anyone, but the naming was confusing) (bzr r12920) | ||||
| * | lpe knot: code cleanup. mostly adding parens to if-statement predicates that ↵ | Johan B. C. Engelen | 2014-01-12 | 1 | -34/+37 |
| | | | | | | relied on operator precedence (bzr r12919) | ||||
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 2 | -5/+7 |
| | | | | (bzr r12868) | ||||
| * | typo | Kris De Gussem | 2013-11-24 | 1 | -3/+3 |
| | | | | (bzr r12831) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 3 | -3/+3 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 3 | -4/+4 |
| | | | | (bzr r12782) | ||||
| * | fix code (clang complains) | Johan B. C. Engelen | 2013-11-05 | 1 | -2/+2 |
| | | | | (bzr r12778) | ||||
| * | UI message generalisation | Kris De Gussem | 2013-10-13 | 1 | -3/+3 |
| | | | | (bzr r12683) | ||||
| * | 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) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 3 | -3/+3 |
| | | | | (bzr r12660) | ||||
| * | fix hiding overloaded virtual | Johan B. C. Engelen | 2013-10-04 | 6 | -6/+6 |
| | | | | (bzr r12657) | ||||
| * | LPE: add some const correctness, remove unused function, and fix potential ↵ | Johan B. C. Engelen | 2013-10-04 | 1 | -0/+1 |
| | | | | | | crash bug (bzr r12656) | ||||
| * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 5 | -144/+151 |
| |\ | | | | | (bzr r11608.1.120) | ||||
| | * | Merge Google Summer of Code unit refactor. | Matthew Petroff | 2013-08-06 | 4 | -24/+29 |
| | |\ | | | | | | | (bzr r12471) | ||||
| | | * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r12380.1.62) | ||||
| | | * | Ported away from and removed "sp-metrics.*". | Matthew Petroff | 2013-07-20 | 1 | -1/+0 |
| | | | | | | | | | | (bzr r12380.1.47) | ||||
| | | * | Ported "live_effects/parameter/unit.*". | Matthew Petroff | 2013-07-19 | 4 | -22/+28 |
| | | | | | | | | | | (bzr r12380.1.41) | ||||
| | | * | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*". | Matthew Petroff | 2013-07-17 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r12380.1.21) | ||||
| | * | | code cleanup (cppcheck) | Johan B. C. Engelen | 2013-08-05 | 1 | -120/+122 |
| | |/ | | | | | (bzr r12469) | ||||
| * | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 2 | -43/+29 |
| | | | | | | | (bzr r11608.1.111) | ||||
| * | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 2 | -3/+14 |
| |\| | | | | | (bzr r11608.1.107) | ||||
| | * | LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton. | Johan B. C. Engelen | 2013-07-01 | 1 | -3/+6 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616198 (bzr r12398) | ||||
| | * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | | | | (bzr r12355) | ||||
| | * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | | | | | | has it. (bzr r12353) | ||||
| | * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 2 | -9/+6 |
| | | | | | | | (bzr r11608.1.86) | ||||
| * | | Merged more classes. | Markus Engel | 2013-04-06 | 2 | -97/+18 |
| | | | | | | | (bzr r11608.1.84) | ||||
| * | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 2013-04-02 | 1 | -0/+10 |
| | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69) | ||||
| * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 2 | -8/+15 |
| | | | | | | | (bzr r11608.1.67) | ||||
| * | | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.64) | ||||
| * | | 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 | 2 | -12/+12 |
| | | | | | | | (bzr r11608.1.57) | ||||
| * | | merged from trunk | Markus Engel | 2013-03-29 | 79 | -486/+469 |
| |\| | | | | | (bzr r11608.1.56) | ||||
| | * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 16 | -23/+17 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| | * | Fix -Wunused-function warnings | Alex Valavanis | 2013-03-18 | 1 | -24/+0 |
| | | | | | | | (bzr r12221) | ||||
| | * | Warning cleanup | Alex Valavanis | 2013-03-16 | 1 | -1/+2 |
| | | | | | | | (bzr r12211) | ||||
| | * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -2/+2 |
| | | | | | | | (bzr r12204) | ||||
| | * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | forward declarations (bzr r12203) | ||||
| | * | cppcheck | Kris De Gussem | 2013-03-13 | 5 | -14/+8 |
| | | | | | | | (bzr r12201) | ||||
| | * | const .... | Johan B. C. Engelen | 2013-01-17 | 35 | -84/+84 |
| | | | | | | | (bzr r12039) | ||||
