| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | ||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -42/+68 |
| | | |||||
| * | Realign "Search and Replace" dialog | Patrick Storz | 2019-03-22 | 1 | -33/+37 |
| | | |||||
| * | fix #141 Find/Replace with empty string | Thomas Holder | 2019-03-19 | 1 | -1/+1 |
| | | |||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+0 |
| | | |||||
| * | Remove unused header file. | Tavmjong Bah | 2019-01-08 | 1 | -2/+0 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -18/+18 |
| | | |||||
| * | Rm deprecated budget widgets | Alexander Valavanis | 2018-12-29 | 1 | -27/+101 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -21/+21 |
| | | | | | | 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 | -27/+28 |
| | | | | | A lot of header clean-up. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -8/+1 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -8/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+9 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -9/+1 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -1/+1 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -5/+5 |
| | | | | | | | (bzr r14954.1.19) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -2/+2 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -8/+8 |
| | | | | (bzr r14463) | ||||
| * | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15) | ||||
| * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -9/+9 |
| | | | | (bzr r13922.1.11) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | (bzr r13922.1.10) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -27/+27 |
| | | | | (bzr r13922.1.5) | ||||
| * | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -46/+46 |
| | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Fix for Bug #1417752 (Find & Replace ignores Flowed text objects). | Nicolas Dufour | 2015-02-06 | 1 | -1/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1417752 (bzr r13903) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13809) | ||||
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -34/+59 |
| | | | | (bzr r13700) | ||||
| * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.247) | ||||
| * | Remove misleading dialogs directory | Liam P. White | 2014-09-02 | 1 | -1/+1 |
| | | | | (bzr r13341.1.192) | ||||
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 2013-10-08 | 1 | -1/+1 |
| | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670) | ||||
| * | Fix missing Gtkmm/Glib headers for Gtk+ 3 build | Alex Valavanis | 2013-03-15 | 1 | -0/+1 |
| | | | | (bzr r12209) | ||||
| * | Fix even more forward declaration tags | Alex Valavanis | 2013-03-15 | 1 | -0/+3 |
| | | | | (bzr r12206) | ||||
| * | Fix for 980520 : Conflicting accelerator keys | John Smith | 2012-08-29 | 1 | -5/+5 |
| | | | | (bzr r11631) | ||||
| * | UI fix find dialog | Kris De Gussem | 2012-06-03 | 1 | -42/+26 |
| | | | | (bzr r11456) | ||||
| * | a few UI message fixes | Kris De Gussem | 2012-05-14 | 1 | -1/+1 |
| | | | | (bzr r11363) | ||||
| * | Find dialog: taking plurals into account for UI translation | Kris De Gussem | 2012-05-07 | 1 | -2/+2 |
| | | | | (bzr r11343) | ||||
| * | Find dialog: better user message | Kris De Gussem | 2012-05-02 | 1 | -3/+3 |
| | | | | (bzr r11315) | ||||
| * | Find dialog UI: | Kris De Gussem | 2012-05-02 | 1 | -7/+14 |
| | | | | | | | - some message fixes (capitals and spaces) - simplify translation (bzr r11314) | ||||
| * | Fix for 169888 : HIG Style frame | John Smith | 2012-04-17 | 1 | -3/+3 |
| | | | | (bzr r11260) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-04-04 | 1 | -2/+2 |
| | | | | (bzr r11144) | ||||
| * | Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with ↵ | John Smith | 2012-03-23 | 1 | -18/+7 |
| | | | | | | Entry to fix build error with gtkmm2.4 (bzr r11119) | ||||
