summaryrefslogtreecommitdiffstats
path: root/src/object/sp-paint-server.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2014-10-15Post-merge cleanup.Jon A. Cruz1-4/+4
(bzr r13615)
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-1/+1
(bzr r13611.1.9)
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-1/+56
(bzr r13611.1.8)
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-0/+1
(bzr r13611.1.1)
2014-09-27Update to experimental r13565Liam P. White1-1/+3
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-1/+3
GThread deprecation errors. (bzr r13341.1.190)
2014-05-16fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski1-0/+1
(bzr r13341.1.34)
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-1/+0
(bzr r13132)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-03Cleaned up.Markus Engel1-9/+4
(bzr r11608.1.117)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+1
(bzr r11608.1.86)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-23/+4
(bzr r11608.1.82)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-1/+1
(bzr r11608.1.57)
2013-03-29Replaced calls to "pattern_new".Markus Engel1-1/+1
(bzr r11608.1.54)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-6/+3
(bzr r12064)
2012-08-21Added "virtual pad" toMarkus Engel1-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)
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-2/+0
(bzr r10582.1.5)
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-2/+3
(bzr r10582.1.4)
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-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)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-28/+2
(bzr r9508.1.44)
2010-07-09Cleanup of gradient swatch property and collection policy.Jon A. Cruz1-3/+10
(bzr r9602)
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-0/+4
(bzr r9508.1.1)
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-25/+40
(bzr r9153)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2008-10-31Merge from trunkTed Gould1-2/+2
(bzr r6887)
2007-07-04add SPPaintServerReference for use in SPStylebulia byak1-3/+13
(bzr r3179)