| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -5/+0 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -30/+24 | |
| 2019-01-01 | Move Preview to Inkscape namespace | Alexander Valavanis | 1 | -22/+22 | |
| 2019-01-01 | C++ify EekPreview | Alexander Valavanis | 1 | -5/+3 | |
| 2018-12-29 | Fix namespace naming consistency | Alexander Valavanis | 1 | -3/+3 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-10-22 | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-06-21 | Move global functions into SPGradient methods. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -42/+42 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-12 | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -9/+9 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -9/+9 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -2/+5 | |
| A lot of header clean-up. | |||||
| 2018-01-18 | Remove unused abstract class PreviewFillable | Stefano Facchini | 1 | -31/+24 | |
| PreviewHolder is the only implementation. | |||||
| 2018-01-18 | swatches: Code cleanup | Stefano Facchini | 1 | -310/+158 | |
| Now that all our code in a single file, it can be consolidated and cleaned up. The widgetry should be functionally identical to the previous one, with one exception: a Gtk::MenuButton replaces the old menu popper made up with an EventBox. | |||||
| 2018-01-17 | Properly support palettes without color names | Eduard Braun | 1 | -2/+10 | |
| - use hexadecimal color code as a replacement in this case. - do not attempt to translate empty string / color name - fix an issue in the custom trim() function returning early for strings only consisting of a single whitespace character, e.g. "\n" Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1743708 | |||||
| 2018-01-17 | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 1 | -4/+434 | |
| panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup. | |||||
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 | |
| 2018-01-16 | panel: remove the "apply_label" API | Stefano Facchini | 1 | -1/+1 | |
| It was used only by the Memory dialog, which can very well add the "Recalculate" button itself. | |||||
| 2017-07-09 | Update popup menu usage | Alexander Valavanis | 1 | -1/+5 | |
| 2017-07-02 | Move directory scanners to new get_filenames(...) calls | Martin Owens | 1 | -47/+12 | |
| 2017-06-28 | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 1 | -3/+4 | |
| get_filename methods | |||||
| 2016-08-30 | [Bug #1447971] User palettes not available if all shared system palettes are ↵ | Nicolas Dufour | 1 | -1/+1 | |
| deleted from installation. Fixed bugs: - https://launchpad.net/bugs/1447971 (bzr r15093) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -9/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -4/+0 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+11 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -11/+0 | |
| (bzr r15025) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.10) | |||||
| 2016-05-21 | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 1 | -8/+8 | |
| (bzr r14907) | |||||
| 2016-05-18 | GTK3: Give even more widgets names. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r14901) | |||||
| 2016-03-10 | Displays filename instead of blank string in unnamed palettes | Adrian Boguszewski | 1 | -5/+6 | |
| Fixed bugs: - https://launchpad.net/bugs/780659 (bzr r14697) | |||||
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 1 | -14/+13 | |
| std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.5) | |||||
| 2015-02-18 | Just... | mc | 1 | -3/+3 | |
| some... more... lines... (bzr r13922.1.2) | |||||
| 2014-12-25 | Remove sp_style_new(). | Tavmjong Bah | 1 | -13/+11 | |
| (bzr r13822.1.6) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -2/+2 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 | |
| (bzr r13809) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -73/+30 | |
| (bzr r13341.5.16) | |||||
| 2014-06-26 | Convert accidental member accesses into static function accesses | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.7) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.1) | |||||
| 2014-03-30 | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 1 | -1/+1 | |
| (bzr r13236) | |||||
| 2014-03-12 | Reverted swatches | Liam P. White | 1 | -2046/+870 | |
| Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23) | |||||
| 2014-03-09 | Remove all trace of the Tags dialog | Liam P. White | 1 | -0/+1 | |
| Fixed Attach Path and Fill Between Many LPEs Enabled Gradient Meshes (bzr r13090.1.21) | |||||
| 2014-03-07 | Start cleanup for merge into trunk | Liam P. White | 1 | -1/+0 | |
| (bzr r13090.1.20) | |||||
| 2014-03-06 | Fixed size of swatches widget | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.19) | |||||
| 2014-03-06 | Makefile fix | Liam P. White | 1 | -1/+4 | |
| (bzr r13090.1.18) | |||||
| 2014-03-05 | Fixed some swatch sizes (what about the table?) | Liam P. White | 1 | -8/+8 | |
| (bzr r13090.1.17) | |||||
| 2014-03-05 | Added new swatches dialog | Liam P. White | 1 | -30/+18 | |
| (bzr r13090.1.16) | |||||
