| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-31 | cleanup includes a bit | Patrick Storz | 1 | -5/+5 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -2/+3 | |
| - 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-11-07 | fix clipboard URL rebasing | Thomas Holder | 1 | -0/+5 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-06 | Fixes to extension system and simplify the code | Jabiertxo Arraiza Cenoz | 1 | -1/+1 | |
| 2018-05-09 | Apply fixed | Jabier Arraiza | 1 | -5/+2 | |
| 2018-05-09 | Reset old code to reaply fixed | Jabier Arraiza | 1 | -2/+5 | |
| 2018-05-09 | fix compiling bugs | Jabier Arraiza | 1 | -16/+2 | |
| 2018-05-09 | fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271 | Jabier Arraiza | 1 | -0/+11 | |
| 2016-03-16 | [Bug #1558153] Typos and tabs instead of spaces in extension module. | raphael0202 | 1 | -12/+12 | |
| Fixed bugs: - https://launchpad.net/bugs/1558153 (bzr r14713) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -8/+1 | |
| (bzr r14059.2.1) | |||||
| 2014-04-26 | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r13309) | |||||
| 2013-03-14 | Fix another tonne of forward declaration tags | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12204) | |||||
| 2012-10-11 | Fix for 426763 : Cancelling import leads to error message | John Smith | 1 | -0/+1 | |
| (bzr r11777) | |||||
| 2012-02-15 | More header cleanup/fwd declarations | Alex Valavanis | 1 | -7/+19 | |
| (bzr r10986) | |||||
| 2011-10-23 | Fixed unused parameter warnings. Due to being included a few places, this ↵ | Jon A. Cruz | 1 | -73/+87 | |
| cleans up several hundred warnings. (bzr r10690) | |||||
| 2011-10-05 | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 1 | -1/+10 | |
| the contents forward.h at all). (bzr r10667) | |||||
| 2011-10-04 | More forward.h purging. | Jon A. Cruz | 1 | -1/+7 | |
| (bzr r10665) | |||||
| 2011-08-27 | Remove nr-forward.h | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10582.1.8) | |||||
| 2011-08-27 | Remove NRRect use from the extension system | Krzysztof Kosi??ski | 1 | -38/+55 | |
| (bzr r10582.1.2) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r10347.1.2) | |||||
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r10025) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -3/+3 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -3/+3 | |
| (bzr r8407) | |||||
| 2008-08-12 | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 1 | -5/+5 | |
| (bzr r6612) | |||||
| 2008-07-12 | 2geomify print, fill and stroke methods of extensions | Johan B. C. Engelen | 1 | -2/+3 | |
| (bzr r6274) | |||||
| 2008-05-09 | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 1 | -2/+2 | |
| accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | |||||
| 2008-03-21 | No more NRMatrix or NRPoint. | Jasper van de Gronde | 1 | -4/+4 | |
| (bzr r5149) | |||||
| 2007-10-30 | r16894@shi: ted | 2007-10-30 09:26:42 -0700 | Ted Gould | 1 | -1/+1 | |
| OH MY GOD IT WORKS!!! (bzr r3980) | |||||
| 2007-10-30 | r16893@shi: ted | 2007-10-30 07:31:04 -0700 | Ted Gould | 1 | -6/+6 | |
| Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we need to be able to get selections in the document cache. (bzr r3979) | |||||
| 2007-10-30 | r16677@shi: ted | 2007-10-17 19:31:04 -0700 | Ted Gould | 1 | -3/+4 | |
| 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-10-30 | r16676@shi: ted | 2007-10-12 21:09:50 -0700 | Ted Gould | 1 | -6/+23 | |
| Half fixed caching (bzr r3976) | |||||
| 2007-09-13 | r16564@tres: ted | 2007-09-12 20:45:12 -0700 | Ted Gould | 1 | -0/+1 | |
| Final GSoC patch from Chris. I took too long to include it :( (bzr r3740) | |||||
| 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 | -1/+1 | |
| 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-06-27 | r15379@tres: ted | 2007-05-09 19:13:37 -0700 | Ted Gould | 1 | -0/+1 | |
| Moving the dialog one step out and adding a cancel event. (bzr r3121) | |||||
| 2006-11-18 | patch 1219308 for embedding type 1 fonts into ps/eps output | bulia byak | 1 | -0/+1 | |
| (bzr r1977) | |||||
| 2006-05-02 | r11147@tres: ted | 2006-03-27 22:30:08 -0800 | Ted Gould | 1 | -0/+1 | |
| Ah, need to tell you what a node is first eh? (bzr r660) | |||||
| 2006-05-02 | r11138@tres: ted | 2006-03-27 21:15:14 -0800 | Ted Gould | 1 | -0/+1 | |
| Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656) | |||||
