summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: TypedSPIThomas Holder2019-10-281-1/+1
|
* Reduce memory leak on editing text, etc.Nathan Lee2019-10-111-6/+17
|
* Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2019-08-191-2/+29
|
* Retrieve pattern object from ID before castingKarl Cheng2019-05-121-14/+18
| | | | | | | | | The actual pattern object itself needs to be retrieved before casting as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*. Also move SP_IS_PATTERN() check to before it is used. Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595
* Minor style fixesMarc Jeanmougin2019-01-011-1/+1
|
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-3/+3
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-081-8/+7
| | | | | | - 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
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Removal of code but breaks gradientsMartin Owens2018-10-051-2/+2
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* adding gtk-themeJabier Arraiza2018-07-211-4/+4
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-56/+56
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-16/+22
| | | | A lot of header clean-up.
* Name a few more widgets.Tavmjong Bah2017-12-111-0/+1
|
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* First batchMarc Jeanmougin2017-10-011-52/+22
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-4/+3
|
* Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-24/+300
| | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah2016-10-131-22/+80
| | | (bzr r15165)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-2/+2
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-46/+8
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-46/+8
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/ | | (bzr r15025)
* [Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.Nicolas Dufour2016-06-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1590171 (bzr r14960)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-4/+4
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Fix typo in a comment s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
| | | (bzr r14364.1.2)
* fixed color selector not remembering it's last open tabTomasz Boczkowski2015-05-111-0/+3
| | | (bzr r14059.1.25)
* fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-091-4/+14
| | | (bzr r14059.1.23)
* Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵Tomasz Boczkowski2015-05-091-8/+6
| | | | | MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22)
* merged trunkTomasz Boczkowski2015-05-091-0/+13
|\ | | | | (bzr r14059.1.21)
| * going from swatch to flat color should start with previous swatch colorRaphael Rosch2015-05-041-2/+16
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1450112 (bzr r14109)
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
| | | | | | (bzr r14059.1.20)
* | merge with trunkTomasz Boczkowski2015-05-021-4/+0
|\| | | | | (bzr r14059.1.12)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | merged gtk3 compile fixTomasz Boczkowski2015-04-261-3/+3
|\ \ | | | | | | (bzr r14059.1.11)
| * | fixed updating drawing when dragging a color sliderTomasz Boczkowski2014-06-011-3/+3
| | | | | | | | | (bzr r13341.6.53)
* | | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-46/+44
|\| | | | | | | | (bzr r14059.1.10)
| * | ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-1/+3
| | | | | | | | | (bzr r13341.6.52)
| * | moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-1/+1
| | | | | | | | | (bzr r13341.6.51)
| * | using ColorSelector in SPPaintSelectorTomasz Boczkowski2014-06-011-44/+40
| | | | | | | | | (bzr r13341.6.49)
* | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
|\| | | |/ |/| (bzr r14059.1.2)
| * SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-2/+2
| | | | | | (bzr r13341.6.21)
* | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-3/+3
| | | | | | | | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)