| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 1 | -0/+2 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-21 | 1 | -1/+1 |
| | | | | (bzr r10687) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -1/+1 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -17/+17 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | 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) | ||||
| | * | UI fixes (a.o. Bug #560751 ) | Kris De Gussem | 2010-10-02 | 1 | -16/+16 |
| | | | | | | | (bzr r9807) | ||||
| * | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -6/+6 |
| |/ | | | (bzr r9508.1.48) | ||||
| * | * [INTL:*] fixed typos (by Yuri Chornoivan) | Ivan Mas??r | 2009-05-06 | 1 | -1/+1 |
| | | | | (bzr r7827) | ||||
| * | ok, restored construction lines! with a minimalist improvement of placement ↵ | JF Barraud | 2009-04-22 | 1 | -2/+49 |
| | | | | | | control... (bzr r7758) | ||||
| * | unhide lpe-sketch. removed "construction lines" feature of this effect + ↵ | JF Barraud | 2009-04-20 | 1 | -9/+27 |
| | | | | | | minor bug fix. (bzr r7743) | ||||
| * | Ctor fixes and misc warning cleanups | Jon A. Cruz | 2009-04-07 | 1 | -29/+29 |
| | | | | (bzr r7650) | ||||
| * | bug fix (was broken since 2geom sbasis refactor). | JF Barraud | 2009-03-20 | 1 | -5/+6 |
| | | | | (bzr r7530) | ||||
| * | fix LPE Sketch with new 2geom | Johan B. C. Engelen | 2008-12-13 | 1 | -3/+3 |
| | | | | (bzr r7000) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -13/+15 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -11/+12 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -0/+4 |
| | | | | (bzr r6884) | ||||
| * | fixed another typo | Alexandre Prokoudine | 2008-06-14 | 1 | -2/+2 |
| | | | | (bzr r5930) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+0 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | copyediting | bulia byak | 2008-05-01 | 1 | -15/+15 |
| | | | | (bzr r5568) | ||||
| * | remove split_at_discontinuities from LPE code, because it has been moved to ↵ | Johan B. C. Engelen | 2008-04-13 | 1 | -21/+1 |
| | | | | | | 2geom. (bzr r5419) | ||||
| * | Several different i18n issues fixed following report from a_b (adresses bug ↵ | Marcin Floryan | 2008-04-12 | 1 | -1/+1 |
| | | | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) | ||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 1 | -2/+2 |
| | | | | (bzr r5394) | ||||
| * | lpe-sketch: deal with empty input. fix bug #201735. | JF Barraud | 2008-03-16 | 1 | -5/+6 |
| | | | | (bzr r5105) | ||||
| * | lpe-sketch: fixed a bug about construction lines being all stacked on a ↵ | JF Barraud | 2008-03-16 | 1 | -38/+19 |
| | | | | | | single component. (bzr r5104) | ||||
| * | stupid bug fix (crash upon big stroke length variation) + some parameters ↵ | JF Barraud | 2008-03-02 | 1 | -12/+22 |
| | | | | | | renamed (bzr r4927) | ||||
| * | Whitespace cleanup | Jon A. Cruz | 2008-02-25 | 1 | -347/+347 |
| | | | | (bzr r4843) | ||||
| * | 3 new lpe gadgets: sketch, knot and vonkoch. | JF Barraud | 2008-02-25 | 1 | -0/+347 |
| (bzr r4842) | |||||
