| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -0/+9 |
| | | | | | | | - 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 |
| | | |||||
| * | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -18/+17 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -6/+11 |
| | | | | | A lot of header clean-up. | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -2/+0 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Add exporters | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -0/+2 |
| | | | | (bzr r15142.1.32) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵ | Alex Valavanis | 2012-02-15 | 1 | -2/+2 |
| | | | | | | | | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982) | ||||
| * | | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -15/+8 |
| |/ | | | (bzr r10860) | ||||
| * | Remove NRRect use from the extension system | Krzysztof Kosi??ski | 2011-08-27 | 1 | -17/+6 |
| | | | | (bzr r10582.1.2) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -4/+6 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -7/+6 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -12/+3 |
| | | | | (bzr r10347.1.21) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -2/+3 |
| | | | | (bzr r10461) | ||||
| * | No more PrintWin32, including no special cases for non-Unicode Windows anymore. | Jasper van de Gronde | 2011-04-15 | 1 | -37/+0 |
| | | | | (bzr r9508.1.82) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -6/+6 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -19/+19 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -11/+11 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -0/+1 |
| | | | | (bzr r8895) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| | | | | (bzr r8404) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -3/+0 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -7/+7 |
| | | | | (bzr r6612) | ||||
| * | 2geomify print, fill and stroke methods of extensions | Johan B. C. Engelen | 2008-07-12 | 1 | -4/+4 |
| | | | | (bzr r6274) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 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) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -5/+5 |
| | | | | (bzr r5149) | ||||
| * | Removed Win32 only Print Direct verb, which was an exact clone of normal print | Joel Holdsworth | 2007-12-23 | 1 | -1/+1 |
| | | | | (bzr r4279) | ||||
| * | Fixed the parenting of the print dialog so that it cannot fall behind the ↵ | Joel Holdsworth | 2007-12-22 | 1 | -2/+2 |
| | | | | | | main inkscape desktop window (bzr r4278) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-12 | 1 | -1/+2 |
| | | | | (bzr r4216) | ||||
| * | Implement cross-architecture print dialog using cairo and PNG backends. | Kees Cook | 2007-12-10 | 1 | -170/+16 |
| | | | | (bzr r4199) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -25/+26 |
| | | | | (bzr r4025) | ||||
| * | Unix printing: use correct paper size instead of defaulting to letter size | Diederik van Lierop | 2007-10-16 | 1 | -5/+28 |
| | | | | (bzr r3914) | ||||
| * | r16619@tres: ted | 2007-09-18 21:09:29 -0700 | Ted Gould | 2007-09-19 | 1 | -4/+0 |
| | | | | | | Removing more GNOME Print. It's everywhere! (bzr r3773) | ||||
| * | (PrintPS::begin): Change isspace to g_ascii_isspace. | Peter Moulder | 2007-09-12 | 1 | -7/+6 |
| | | | | | | print.cpp, extension/internal/ps.cpp: Fix some #includes. (bzr r3725) | ||||
| * | commited Solaris 2.8 / gcc-3.2.3 fixes | Markus Schwarzenberg | 2007-03-01 | 1 | -0/+4 |
| | | | | (bzr r2485) | ||||
| * | relocated unix print dialog outside of extension call path | Kees Cook | 2007-02-18 | 1 | -0/+102 |
| | | | | (bzr r2390) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+228 |
| (bzr r1) | |||||
