| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-01 | Update internal extensions for latest .inx format changes | Patrick Storz | 1 | -2/+2 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -4/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -3/+4 | |
| - 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-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-09 | Reset old code to reaply fixed | Jabier Arraiza | 1 | -1/+0 | |
| 2018-05-09 | fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271 | Jabier Arraiza | 1 | -11/+1 | |
| 2018-05-09 | Start migrating 0.92 patch to master | Jabier Arraiza | 1 | -1/+12 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -5/+5 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -5/+5 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+1 | |
| A lot of header clean-up. | |||||
| 2017-11-07 | Misc. typos | Unknown | 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 ``` | |||||
| 2017-04-09 | Remove unused field "scope" | Eduard Braun | 1 | -2/+2 | |
| (bzr r15633.1.2) | |||||
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 1 | -1/+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) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.10) | |||||
| 2016-06-11 | Extensions: Use underscored variants of parameters / attribute names in ↵ | Eduard Braun | 1 | -2/+2 | |
| internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979) | |||||
| 2015-12-09 | Remove unused header file. | Tavmjong Bah | 1 | -2/+0 | |
| (bzr r14522) | |||||
| 2015-04-27 | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 1 | -1/+0 | |
| (bzr r13922.1.16) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -4/+3 | |
| 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) | |||||
| 2013-08-12 | Allow Object to Path verb from non-GUI (DBus) interface | Eric Greveson | 1 | -1/+1 | |
| (bzr r12473.1.1) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -2/+3 | |
| 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) | |||||
| 2011-10-15 | cppcheck | Kris De Gussem | 1 | -1/+1 | |
| (bzr r10678) | |||||
| 2011-04-17 | add new preference widget for a number with a unit. | Johan B. C. Engelen | 1 | -4/+4 | |
| change Preferences > Steps to this new widget (bzr r10177) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -3/+3 | |
| (bzr r10067) | |||||
| 2010-09-03 | Extensions. UI consistency fixes and UI improvements (new help tabs when ↵ | Nicolas Dufour | 1 | -2/+2 | |
| needed, and new tooltips). (bzr r9739) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -5/+6 | |
| (bzr r6885) | |||||
| 2008-09-20 | release reprs properly | bulia byak | 1 | -0/+1 | |
| (bzr r6855) | |||||
| 2008-08-14 | Remove further instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 1 | -7/+7 | |
| (bzr r6628) | |||||
| 2008-04-21 | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 1 | -1/+1 | |
| Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | |||||
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -3/+3 | |
| (bzr r4052) | |||||
| 2007-10-30 | r16677@shi: ted | 2007-10-17 19:31:04 -0700 | Ted Gould | 1 | -2/+2 | |
| Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977) | |||||
| 2007-06-27 | r15481@tres: ted | 2007-05-22 09:56:22 -0700 | Ted Gould | 1 | -1/+1 | |
| Switching to sigc::signal so it actually works. (bzr r3126) | |||||
| 2007-06-27 | r15480@tres: ted | 2007-05-20 23:51:34 -0700 | Ted Gould | 1 | -2/+2 | |
| The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125) | |||||
| 2007-03-20 | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 1 | -1/+1 | |
| (bzr r2723) | |||||
| 2007-01-22 | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 1 | -1/+2 | |
| (bzr r2257) | |||||
| 2006-11-24 | rename the effect | bulia byak | 1 | -3/+3 | |
| (bzr r2025) | |||||
| 2006-05-09 | more vectorization, this time in bluredge | MenTaLguY | 1 | -7/+3 | |
| (bzr r785) | |||||
| 2006-05-02 | r11569@tres: ted | 2006-04-29 08:55:02 -0700 | Ted Gould | 1 | -1/+1 | |
| Pushing the document and node deeper into the code. This way parameters can be placed and edited on those. Mostly, this commit involves getting them into the autogui. (bzr r689) | |||||
| 2006-05-02 | r11464@tres: ted | 2006-04-19 09:03:15 -0700 | Ted Gould | 1 | -2/+2 | |
| Adding descriptions and scopes for the parameters. (bzr r672) | |||||
| 2006-02-10 | rearrange effect submenus, rename some effects, fix capitalization | bulia byak | 1 | -1/+1 | |
| (bzr r109) | |||||
| 2006-01-30 | r10820@tres: ted | 2006-01-29 16:56:50 -0800 | Ted Gould | 1 | -3/+8 | |
| Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55) | |||||
