| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -2/+0 |
| | | | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | ||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 1 | -1/+6 |
| | | | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | ||||
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -6/+1 |
| | | | | | Closes #340 | ||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -10/+15 |
| | | |||||
| * | 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 | ||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -2/+0 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Several more typos | luz.paz | 2018-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -1/+8 |
| |/ | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -14/+14 |
| | | | | | | 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 | -9/+9 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -9/+9 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -4/+5 |
| | | | | | A lot of header clean-up. | ||||
| * | antialiasing options on export | Marc Jeanmougin | 2017-01-04 | 1 | -9/+9 |
| | | | | (bzr r15391) | ||||
| * | minor fix (+ satisfy build bots (?)) | Marc Jeanmougin | 2016-09-25 | 1 | -7/+3 |
| | | | | (bzr r15132) | ||||
| * | Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵ | Marc Jeanmougin | 2016-09-25 | 1 | -31/+46 |
| | | | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -3/+1 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+3 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+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 | -2/+2 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -3/+3 |
| | | | | (bzr r14508) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -3/+3 |
| | | | | (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 | -6/+6 |
| | | | | | | | | | 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) | ||||
| * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.247) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Protect pdf and png exports from failure and output reasonalbe warnings. | Martin Owens | 2014-01-27 | 1 | -1/+1 |
| | | | | (bzr r12982) | ||||
| * | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -1/+2 |
| | | | | (bzr r12475.1.2) | ||||
| * | Applied modified patch to add export messages. Partially fixes bug #43730. | Jon A. Cruz | 2012-05-24 | 1 | -31/+25 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407) | ||||
| * | png-write: Fix FTBFS | Alex Valavanis | 2012-04-06 | 1 | -1/+1 |
| | | | | (bzr r11163) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Updating use of libpng jump buffer. Fixes bug #721029. | Jon A. Cruz | 2011-10-29 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -14/+10 |
| | | | | | | 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 | -9/+6 |
| | | | | (bzr r10347.1.21) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-25 | 1 | -3/+3 |
| |\ | | | | | (bzr r10347.1.18) | ||||
| | * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -3/+3 |
| | | | | | | | (bzr r10461) | ||||
| * | | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -16/+10 |
| |/ | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -0/+1 |
| | | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -1/+1 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -12/+11 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -12/+11 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | 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) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
