| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -2/+2 |
| | | |||||
| * | Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView. | Tavmjong Bah | 2018-12-03 | 1 | -1/+3 |
| | | | | | Another step in making View not dependent on GUI. | ||||
| * | 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 | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -7/+7 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Hopefully fix "invalid state when picking" warnings. #Hackfest2016 | Krzysztof Kosi??ski | 2016-04-13 | 1 | -2/+4 |
| | | | | (bzr r14832) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14126) | ||||
| * | More GObject boilerplate reduction | Alex Valavanis | 2014-08-24 | 1 | -28/+5 |
| | | | | (bzr r13341.1.175) | ||||
| * | Fix build (not pretty). | Liam P. White | 2014-08-18 | 1 | -1/+1 |
| | | | | (bzr r13341.1.146) | ||||
| * | Fix bounding box cache issues in general, and prevent the selector tool from ↵ | Diederik van Lierop | 2014-05-03 | 1 | -1/+1 |
| | | | | | | | | | updating anything in case of identity affines (which prevents the bounding box from being invalidated) Fixed bugs: - https://launchpad.net/bugs/1256597 (bzr r13333) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ↵ | Nicolas Dufour | 2012-11-23 | 1 | -2/+6 |
| | | | | | | an object). (bzr r11893) | ||||
| * | Fix for 657463 : Mousewheel zooming by two steps, not one | John Smith | 2012-10-14 | 1 | -0/+8 |
| | | | | (bzr r11798) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -14/+8 |
| | | | | (bzr r11469.1.1) | ||||
| * | Revert r11370. Fix crash with grid in default template | Alex Valavanis | 2012-05-19 | 1 | -7/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386) | ||||
| * | Drop some GtkObject usage | Alex Valavanis | 2012-05-16 | 1 | -12/+7 |
| | | | | (bzr r11370) | ||||
| * | Replace deprecated GTK_TYPE macros | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11019) | ||||
| * | Initial C++ification of SPCanvas. | Jon A. Cruz | 2012-01-12 | 1 | -4/+4 |
| | | | | (bzr r10873) | ||||
| * | More GSEAL issues | Alex Valavanis | 2012-01-04 | 1 | -1/+1 |
| | | | | (bzr r10836) | ||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+0 |
| | | | | (bzr r10666) | ||||
| * | Update 2Geom. Remove all use of NRRectL. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -5/+3 |
| | | | | (bzr r10582.1.3) | ||||
| * | Reduce default rendering cache size to 64 MiB | Krzysztof Kosi??ski | 2011-08-25 | 1 | -8/+13 |
| | | | | (bzr r10347.1.39) | ||||
| * | Add user preference for rendering cache size | Krzysztof Kosi??ski | 2011-08-16 | 1 | -0/+19 |
| | | | | (bzr r10347.1.34) | ||||
| * | Initial autocache work | Krzysztof Kosi??ski | 2011-08-09 | 1 | -1/+1 |
| | | | | (bzr r10347.1.26) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -44/+38 |
| | | | | | | 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 | -51/+44 |
| | | | | (bzr r10347.1.21) | ||||
| * | Per-item render cache. | Krzysztof Kosi??ski | 2011-07-28 | 1 | -115/+10 |
| | | | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -30/+31 |
| | | | | | | | | 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) | ||||
| * | Clean up some commented-out code | Krzysztof Kosi??ski | 2011-07-18 | 1 | -8/+1 |
| | | | | (bzr r10347.1.16) | ||||
| * | Add SPCanvasArena caching layer. Currently breaks for clipped groups | Krzysztof Kosi??ski | 2011-07-09 | 1 | -19/+135 |
| | | | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6) | ||||
| * | GTK+ cleanup: gtk_type_class | Alex Valavanis | 2011-07-03 | 1 | -1/+1 |
| | | | | (bzr r10407) | ||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -10/+12 |
| | | | | (bzr r10350.1.3) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -5/+6 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 1 | -4/+5 |
| | | | | | | | (bzr r10282.1.1) | ||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -4/+2 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | | | | (bzr r10025) | ||||
| | * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -3/+0 |
| | | | | | | | | | | | header. (bzr r9978.1.1) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | 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) | ||||
| * | | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 2010-08-15 | 1 | -1/+4 |
| | | | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68) | ||||
| * | | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 1 | -13/+4 |
| | | | | | | | (bzr r9508.1.67) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Remove some cruft | Krzysztof Kosi??ski | 2010-07-04 | 1 | -11/+1 |
| | | | | | | | (bzr r9508.1.10) | ||||
| * | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. | Krzysztof Kosi??ski | 2010-06-29 | 1 | -23/+8 |
| | | | | | | | (bzr r9508.1.8) | ||||
| * | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns | Krzysztof Kosi??ski | 2010-06-22 | 1 | -6/+19 |
| |/ | | | (bzr r9508.1.1) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -1/+1 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Cmake: Corrections for mistakes | Joshua L. Blocher | 2009-01-09 | 1 | -1/+1 |
| | | | | (bzr r7101) | ||||
