| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 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-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2016-11-23 | Select mesh nodes by clicking on control lines. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r15267) | |||||
| 2016-08-29 | Partial fix for bug 172063 while we find a better solution for XOR in helper ↵ | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| lines (bzr r15090) | |||||
| 2014-08-24 | More GObject boilerplate reduction | Alex Valavanis | 1 | -32/+8 | |
| (bzr r13341.1.175) | |||||
| 2012-06-09 | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 1 | -4/+4 | |
| (bzr r11469.1.1) | |||||
| 2012-05-09 | Centralized line creation and enhanced visibility. | Jon A. Cruz | 1 | -5/+15 | |
| (bzr r11350) | |||||
| 2012-05-04 | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 1 | -67/+58 | |
| (bzr r11321) | |||||
| 2012-02-15 | Prevent false gtk deprecation warnings in canvas-grid and tidy headers | Alex Valavanis | 1 | -0/+1 | |
| (bzr r10988) | |||||
| 2012-01-12 | Initial C++ification of SPCanvas. | Jon A. Cruz | 1 | -6/+4 | |
| (bzr r10873) | |||||
| 2011-10-04 | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 1 | -1/+0 | |
| (bzr r10666) | |||||
| 2011-08-27 | Update 2Geom. Remove all use of NRRectL. | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r10582.1.3) | |||||
| 2011-07-03 | GTK+ cleanup: gtk_type_class | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10407) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r10025) | |||||
| 2010-12-23 | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 1 | -1/+0 | |
| header. (bzr r9978.1.1) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2010-06-29 | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. | Krzysztof Kosi??ski | 1 | -6/+6 | |
| (bzr r9508.1.8) | |||||
| 2010-06-22 | Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns | Krzysztof Kosi??ski | 1 | -5/+1 | |
| (bzr r9508.1.1) | |||||
| 2009-03-09 | for zero-length lines, do not request canvas redraw and do not attempt to draw | bulia byak | 1 | -7/+16 | |
| (bzr r7448) | |||||
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -19/+19 | |
| (bzr r6839) | |||||
| 2008-08-03 | Replaced deprecated GtkType creation with GType | Jon A. Cruz | 1 | -11/+12 | |
| (bzr r6541) | |||||
| 2008-07-18 | fix artefacts left by text cursor and disappearing cursor on empty canvas | bulia byak | 1 | -4/+6 | |
| (bzr r6342) | |||||
| 2008-06-24 | delivarotify, render with cairo | bulia byak | 1 | -90/+19 | |
| (bzr r6043) | |||||
| 2008-03-21 | No more NRMatrix or NRPoint. | Jasper van de Gronde | 1 | -8/+8 | |
| (bzr r5149) | |||||
| 2007-10-16 | associate an item with the line, for grdrag | bulia byak | 1 | -0/+3 | |
| (bzr r3904) | |||||
| 2007-02-17 | a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵ | bulia byak | 1 | -3/+46 | |
| intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385) | |||||
| 2007-01-24 | Sorry, forgot the copyright text. | Johan B. C. Engelen | 1 | -0/+2 | |
| (bzr r2276) | |||||
| 2007-01-17 | Upgraded gradient tool =) | Johan B. C. Engelen | 1 | -7/+0 | |
| (bzr r2228) | |||||
| 2006-04-21 | remove compiler warnings | Ralf Stephan | 1 | -4/+4 | |
| (bzr r562) | |||||
| 2006-04-20 | resolving compiler warnings | Andrius Ramanauskas | 1 | -4/+4 | |
| (bzr r552) | |||||
| 2006-04-19 | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 1 | -1/+6 | |
| complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541) | |||||
| 2006-02-13 | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 1 | -3/+3 | |
| (bzr r134) | |||||
