| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13819) | ||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13816) | ||||
| * | for rubberband outline, add shading instead of XOR (Bug 1266308) | Alvin Penner | 2014-01-15 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -4/+4 |
| | | | | (bzr r11469.1.1) | ||||
| * | Initial C++ification of SPCanvas. | Jon A. Cruz | 2012-01-12 | 1 | -3/+5 |
| | | | | (bzr r10873) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -2/+1 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -1/+1 |
| | | | | (bzr r10686) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -1/+1 |
| | | | | (bzr r10659) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -2/+2 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | 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) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| | | | | (bzr r6891) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -11/+10 |
| | | | | (bzr r6839) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -1/+1 |
| | | | | (bzr r6793) | ||||
| * | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 2008-08-14 | 1 | -5/+4 |
| | | | | (bzr r6630) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| | | | | (bzr r6569) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -1/+1 |
| | | | | (bzr r6339) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -5/+5 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | fix 1721790 | bulia byak | 2007-06-26 | 1 | -1/+2 |
| | | | | (bzr r3105) | ||||
| * | add touchpath mode | bulia byak | 2007-04-12 | 1 | -14/+79 |
| | | | | (bzr r2863) | ||||
| * | rearrange code to make rubberband a bit more interruptibility-proof | bulia byak | 2006-11-22 | 1 | -3/+4 |
| | | | | (bzr r2004) | ||||
| * | Add interface to check whether or not rubberband operation has been started | John Bintz | 2006-10-04 | 1 | -1/+9 |
| | | | | (bzr r1763) | ||||
| * | Added forced redraws to other tools | John Bintz | 2006-09-24 | 1 | -0/+3 |
| | | | | (bzr r1719) | ||||
| * | Initial reworking of forced redraw to work better with interruptible display | John Bintz | 2006-09-06 | 1 | -4/+0 |
| | | | | (bzr r1696) | ||||
| * | Force non-interruptible canvas redraws to ensure accurate display while ↵ | John Bintz | 2006-09-04 | 1 | -0/+4 |
| | | | | | | creating objects (bzr r1679) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -1/+1 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | _desktop was not init'ed, sometimes leading to crashes on doubleclick | Ralf Stephan | 2006-04-12 | 1 | -1/+2 |
| | | | | (bzr r498) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -1/+1 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+82 |
| (bzr r1) | |||||
