| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| | * | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 2013-01-17 | 30 | -33/+33 |
| | | | | | | | (bzr r12038) | ||||
| | * | const methods | Johan B. C. Engelen | 2013-01-17 | 15 | -32/+30 |
| | | | | | | | (bzr r12037) | ||||
| | * | update cmake files & make function static. | Campbell Barton | 2012-10-22 | 1 | -1/+1 |
| | | | | | | | (bzr r11821) | ||||
| | * | UI uniformisation | Kris De Gussem | 2012-10-21 | 12 | -38/+38 |
| | | | | | | | (bzr r11817) | ||||
| | * | Do not show console debug messages for dynastroke lpe | Kris De Gussem | 2012-10-20 | 1 | -17/+17 |
| | | | | | | | (bzr r11813) | ||||
| | * | UI uniformisation | Kris De Gussem | 2012-10-20 | 2 | -11/+11 |
| | | | | | | | (bzr r11811) | ||||
| | * | Fix "shift disables snapping" for LPEs and for editing objects | Diederik van Lierop | 2012-10-14 | 11 | -36/+36 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800) | ||||
| | * | Don't try to set infinite bounds on SpinButtons in LPE Scalar | Alex Valavanis | 2012-10-14 | 1 | -2/+2 |
| | | | | | | | (bzr r11794) | ||||
| | * | powerstroke: fix stuff! (apparently commit didn't work yesterday) | Johan B. C. Engelen | 2012-10-10 | 1 | -68/+61 |
| | | | | | | | (bzr r11774) | ||||
| | * | UI consistency fix (pointed Bug #955060, comment #24). | Nicolas Dufour | 2012-10-09 | 1 | -1/+1 |
| | | | | | | | (bzr r11768) | ||||
| | * | powerstroke: arc extrp. corner case handling | Johan B. C. Engelen | 2012-10-07 | 1 | -7/+28 |
| | | | | | | | (bzr r11751) | ||||
| | * | powerstroke: arc extrapolate fix | Johan B. C. Engelen | 2012-10-07 | 1 | -3/+5 |
| | | | | | | | (bzr r11748) | ||||
| | * | powerstroke: add arc-extrapolation, but disable it for release | Johan B. C. Engelen | 2012-10-06 | 1 | -1/+140 |
| | | | | | | | (bzr r11742) | ||||
| | * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 5 | -18/+20 |
| | | | | | | | (bzr r11736) | ||||
| | * | Translations. Adding new LPE to the translation template, UI consistency ↵ | Nicolas Dufour | 2012-10-01 | 2 | -10/+10 |
| | | | | | | | | | | | fixes and unstable tag removed. (bzr r11720) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -4/+4 |
| | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| * | | Added "virtual pads" for | Markus Engel | 2013-03-29 | 2 | -13/+156 |
| | | | | | | | | | | | | | | | - ColorProfile - LivePathEffectObject - Persp3D (bzr r11608.1.51) | ||||
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -3/+4 |
| |/ | | | (bzr r11608.1.48) | ||||
| * | Warnings cleanup (see Bug #1034663). | Nicolas Dufour | 2012-08-09 | 1 | -1/+1 |
| | | | | (bzr r11602) | ||||
| * | Fix missing glibmm header | Alex Valavanis | 2012-06-21 | 1 | -0/+2 |
| | | | | (bzr r11510) | ||||
| * | Removed unneeded header style filename #defines | Jon A. Cruz | 2012-06-17 | 33 | -51/+0 |
| | | | | (bzr r11503) | ||||
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 31 | -0/+64 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
