| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: TypedSPI | Thomas Holder | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | Reduce memory leak on editing text, etc. | Nathan Lee | 2019-10-11 | 1 | -6/+17 |
| | | |||||
| * | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 2019-08-19 | 1 | -2/+29 |
| | | |||||
| * | Retrieve pattern object from ID before casting | Karl Cheng | 2019-05-12 | 1 | -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 fixes | Marc Jeanmougin | 2019-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 1 | -3/+3 |
| | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Removal of code but breaks gradients | Martin Owens | 2018-10-05 | 1 | -2/+2 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -4/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -16/+22 |
| | | | | | A lot of header clean-up. | ||||
| * | Name a few more widgets. | Tavmjong Bah | 2017-12-11 | 1 | -0/+1 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -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 batch | Marc Jeanmougin | 2017-10-01 | 1 | -52/+22 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -4/+3 |
| | | |||||
| * | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 2016-11-08 | 1 | -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 Bah | 2016-10-13 | 1 | -22/+80 |
| | | | | (bzr r15165) | ||||
| * | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 2016-09-27 | 1 | -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 fork | Alex Valavanis | 2016-08-04 | 1 | -46/+8 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -46/+8 |
| | | | | | | | (bzr r15023.2.8) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| |/ | | | (bzr r15025) | ||||
| * | [Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient. | Nicolas Dufour | 2016-06-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1590171 (bzr r14960) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 |
| | | | | (bzr r14907) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -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 Rizzolo | 2015-09-14 | 1 | -1/+1 |
| | | | | (bzr r14364.1.2) | ||||
| * | fixed color selector not remembering it's last open tab | Tomasz Boczkowski | 2015-05-11 | 1 | -0/+3 |
| | | | | (bzr r14059.1.25) | ||||
| * | fixed crash in paint selector when changing from gradient to solid color | Tomasz Boczkowski | 2015-05-09 | 1 | -4/+14 |
| | | | | (bzr r14059.1.23) | ||||
| * | Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵ | Tomasz Boczkowski | 2015-05-09 | 1 | -8/+6 |
| | | | | | | MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22) | ||||
| * | merged trunk | Tomasz Boczkowski | 2015-05-09 | 1 | -0/+13 |
| |\ | | | | | (bzr r14059.1.21) | ||||
| | * | going from swatch to flat color should start with previous swatch color | Raphael Rosch | 2015-05-04 | 1 | -2/+16 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1450112 (bzr r14109) | ||||
| * | | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -2/+2 |
| | | | | | | | (bzr r14059.1.20) | ||||
| * | | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -4/+0 |
| |\| | | | | | (bzr r14059.1.12) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | merged gtk3 compile fix | Tomasz Boczkowski | 2015-04-26 | 1 | -3/+3 |
| |\ \ | | | | | | | (bzr r14059.1.11) | ||||
| | * | | fixed updating drawing when dragging a color slider | Tomasz Boczkowski | 2014-06-01 | 1 | -3/+3 |
| | | | | | | | | | | (bzr r13341.6.53) | ||||
| * | | | Using SelectedColor instead of SPColorSelector | Tomasz Boczkowski | 2015-04-26 | 1 | -46/+44 |
| |\| | | | | | | | | (bzr r14059.1.10) | ||||
| | * | | ColorNotebook is Gtk::Widget and uses ColorSelector | Tomasz Boczkowski | 2014-06-01 | 1 | -1/+3 |
| | | | | | | | | | | (bzr r13341.6.52) | ||||
| | * | | moved ColorNotebook to ui/widget | Tomasz Boczkowski | 2014-06-01 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r13341.6.51) | ||||
| | * | | using ColorSelector in SPPaintSelector | Tomasz Boczkowski | 2014-06-01 | 1 | -44/+40 |
| | | | | | | | | | | (bzr r13341.6.49) | ||||
| * | | | merged SPPattern c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 1 | -2/+2 |
| |\| | | |/ |/| | (bzr r14059.1.2) | ||||
| | * | SPPattern c++-sification: replaced function by methods | Tomasz Boczkowski | 2014-05-28 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.6.21) | ||||
| * | | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 1 | -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) | ||||
