| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Strip trailing whitespace | Ondřej Čertík | 2019-03-27 | 1 | -5/+5 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -6/+6 |
| | | |||||
| * | 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 | ||||
| * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -15/+15 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 1 | -3/+127 |
| | | |||||
| * | Reset code to reaply | Jabier Arraiza | 2018-05-09 | 1 | -1/+0 |
| | | |||||
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 1 | -121/+2 |
| | | |||||
| * | Add patch to branch https://inkscape.org/en/paste/10993/ | Jabier Arraiza | 2018-05-09 | 1 | -76/+77 |
| | | |||||
| * | fix compiling problems on selection | Jabiertxo Arraiza Cenoz | 2018-05-09 | 1 | -4/+5 |
| | | |||||
| * | Start migrating 0.92 patch to master | Jabier Arraiza | 2018-05-09 | 1 | -2/+120 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -4/+5 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix signals | Marc Jeanmougin | 2016-10-25 | 1 | -10/+0 |
| | | | | (bzr r15191) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -9/+1 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -2/+3 |
| | | | | (bzr r14954.1.22) | ||||
| * | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -6/+6 |
| |\ | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -15/+3 |
| | | | | | | | (bzr r14954.1.10) | ||||
| * | | Moved most functions from Selection to ObjectSet | Adrian Boguszewski | 2016-06-16 | 1 | -277/+23 |
| |\| | | | | | (bzr r14954.1.7) | ||||
| * | | Replaced old selection containers | Adrian Boguszewski | 2016-06-12 | 1 | -132/+52 |
| |/ | | | (bzr r14954.1.6) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 1 | -1/+1 |
| | | | | (bzr r14639) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-07 | 1 | -25/+27 |
| | | | | (bzr r14450) | ||||
| * | forgot a line; had weird consequences on filters | Marc Jeanmougin | 2015-05-12 | 1 | -0/+1 |
| | | | | (bzr r14150) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+2 |
| | | | | (bzr r14126) | ||||
| * | fix crash due to logic error in Selection::_removeObjectDescendants | Marc Jeanmougin | 2015-05-06 | 1 | -1/+5 |
| | | | | (bzr r14117) | ||||
| * | unsigned int -> size_t | Marc Jeanmougin | 2015-04-29 | 1 | -2/+2 |
| | | | | (bzr r14076) | ||||
| * | uint -> unsigned int | Marc Jeanmougin | 2015-04-29 | 1 | -1/+1 |
| | | | | (bzr r14075) | ||||
| * | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 1 | -2/+2 |
| | | | | (bzr r13922.1.17) | ||||
| * | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 1 | -15/+15 |
| | | | | | | | | | | | 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 | -1/+1 |
| | | | | (bzr r13922.1.11) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -8/+8 |
| | | | | (bzr r13922.1.10) | ||||
| * | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -6/+17 |
| | | | | (bzr r13922.1.6) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -29/+27 |
| | | | | (bzr r13922.1.5) | ||||
| * | I can't really understand why, but i can now launch inkscape without it ↵ | mc | 2015-02-18 | 1 | -6/+4 |
| | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4) | ||||
| * | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -86/+73 |
| | | | | | | | | | 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) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -2/+2 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | (bzr r13341.5.3) | ||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -2/+2 |
| | | | | (bzr r13341.5.1) | ||||
| * | Change my mind on the solution to the bug, protect all selection additions. | Martin Owens | 2014-01-08 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12894) | ||||
| * | Remove warning on bbox and allow empty bound selection to clear existing ↵ | Martin Owens | 2013-10-31 | 1 | -8/+6 |
| | | | | | | | | | selection. Fixed bugs: - https://launchpad.net/bugs/1243408 (bzr r12755) | ||||
| * | Make sure selection->setList checks for dupes by routing to selection->addList. | Martin Owens | 2013-09-24 | 1 | -11/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1229678 (bzr r12586) | ||||
| * | reduce variable scope | Johan B. C. Engelen | 2013-08-03 | 1 | -3/+3 |
| | | | | (bzr r12464) | ||||
| * | Use Jon Cruz info about OptRect to correctly get area height and width | Martin Owens | 2013-07-12 | 1 | -5/+5 |
| | | | | (bzr r12417) | ||||
| * | Change small to sml to fix windows compile problem | Martin Owens | 2013-07-11 | 1 | -3/+3 |
| | | | | (bzr r12415) | ||||
| * | Remove align point, not required any more | Martin Owens | 2013-07-11 | 1 | -1/+0 |
| | | | | (bzr r12414) | ||||
| * | Step 2 refactoring the align functions, added some functionality to selection. | Martin Owens | 2013-07-11 | 1 | -0/+30 |
| | | | | (bzr r12413) | ||||
| * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -7/+7 |
| | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -8/+8 |
| | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
