| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -105/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Post-merge cleanup. | Jon A. Cruz | 2014-10-15 | 1 | -4/+4 |
| | | | | (bzr r13615) | ||||
| * | Merged hatch pdf and png export code | Tomasz Boczkowski | 2014-10-14 | 1 | -1/+1 |
| | | | | (bzr r13611.1.9) | ||||
| * | Merged hatch rendering code | Tomasz Boczkowski | 2014-10-14 | 1 | -1/+56 |
| | | | | (bzr r13611.1.8) | ||||
| * | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+1 |
| | | | | (bzr r13611.1.1) | ||||
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 1 | -1/+0 |
| | | | | (bzr r13132) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -9/+4 |
| | | | | (bzr r11608.1.117) | ||||
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -1/+1 |
| | | | | (bzr r11608.1.86) | ||||
| * | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 1 | -23/+4 |
| | | | | (bzr r11608.1.82) | ||||
| * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | (bzr r11608.1.67) | ||||
| * | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -4/+2 |
| | | | | (bzr r11608.1.64) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -1/+1 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -8/+3 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -6/+3 |
| | | | | | | | (bzr r12064) | ||||
| * | | Replaced calls to "pattern_new". | Markus Engel | 2013-03-29 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.54) | ||||
| * | | Added "virtual pad" to | Markus Engel | 2012-08-21 | 1 | -1/+19 |
| |/ | | | | | | | | | | | | | | | - SPPaintServer - SPPattern - SPGradient - SPStop - SPLinearGradient - SPMeshGradient - SPMeshPatch - SPMeshRow - SPRadialGradient As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style. (bzr r11608.1.35) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+0 |
| | | | | (bzr r10582.1.5) | ||||
| * | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+3 |
| | | | | (bzr r10582.1.4) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -13/+0 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 1 | -19/+4 |
| | | | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (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) | ||||
| * | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -3/+10 |
| |\| | | | | | (bzr r9508.1.52) | ||||
| | * | Cleanup of gradient swatch property and collection policy. | Jon A. Cruz | 2010-07-09 | 1 | -3/+10 |
| | | | | | | | (bzr r9602) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -28/+2 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns | Krzysztof Kosi??ski | 2010-06-22 | 1 | -0/+4 |
| |/ | | | (bzr r9508.1.1) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -25/+40 |
| | | | | (bzr r9153) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -2/+2 |
| | | | | (bzr r6887) | ||||
| * | add SPPaintServerReference for use in SPStyle | bulia byak | 2007-07-04 | 1 | -3/+13 |
| | | | | (bzr r3179) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+66 |
| (bzr r1) | |||||
