| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-28 | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 1 | -4/+4 | |
| 2019-03-15 | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 1 | -2/+2 | |
| Any change from previous behavior is a bug. | |||||
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -1/+1 | |
| Makes searching through code for them easier. | |||||
| 2019-01-14 | Misc. typo and whitespace fixes | luz.paz | 1 | -1/+1 | |
| Found via `codespell` and `atom editor` | |||||
| 2019-01-02 | modernize: add overrides | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-12-03 | Update View README. | Tavmjong Bah | 1 | -16/+22 | |
| 2018-12-03 | Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView. | Tavmjong Bah | 6 | -374/+232 | |
| Another step in making View not dependent on GUI. | |||||
| 2018-12-03 | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 2 | -4/+3 | |
| 2018-12-03 | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 2 | -3/+5 | |
| There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine. | |||||
| 2018-12-01 | Fix merging | Jabier Arraiza | 1 | -1/+1 | |
| 2018-12-01 | Fix merge to master and add shortcut | Jabier Arraiza | 1 | -1/+1 | |
| 2018-11-30 | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 1 | -1/+1 | |
| 2018-11-29 | Start of making View independent of GUI. | Tavmjong Bah | 1 | -28/+29 | |
| 2018-11-28 | Update/correct README. | Tavmjong Bah | 1 | -7/+12 | |
| 2018-11-27 | desktop-widget: Move function to correct header | Alexander Valavanis | 1 | -5/+1 | |
| 2018-11-09 | Add README to src/ui/view | Tavmjong Bah | 1 | -0/+41 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 9 | -13/+34 | |
| - 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-06 | Remove delete that is causing crash. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-11-06 | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 5 | -1/+476 | |
| 2018-10-06 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -0/+3 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 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 | 2 | -11/+11 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 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. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-05-04 | Add global guide controls to guides panel | Geoff Lankow | 1 | -3/+0 | |
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2017-10-19 | Remove all unused makefile.in | Stefano Facchini | 1 | -17/+0 | |
| 2017-03-20 | Implement rotation via desktop to window affine. | Tavmjong Bah | 1 | -0/+3 | |
| Remove rotation via viewbox. Still some work to do... (bzr r15603) | |||||
| 2016-08-08 | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 1 | -9/+0 | |
| (bzr r15046) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+1 | |
| (bzr r15025) | |||||
| 2015-12-06 | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| (bzr r14500.1.9) | |||||
| 2015-02-26 | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 1 | -1/+1 | |
| (bzr r13950) | |||||
| 2015-02-25 | Isolate components of libgc | Liam P. White | 1 | -1/+1 | |
| (bzr r13946) | |||||
| 2014-08-24 | More GObject boilerplate reduction | Alex Valavanis | 1 | -28/+3 | |
| (bzr r13341.1.175) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -3/+3 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.3) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -3/+3 | |
| (bzr r13341.5.1) | |||||
| 2014-01-11 | gtkmmification (seems there is more margin in desktop-widget.cpp) | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12915) | |||||
| 2013-07-31 | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.111) | |||||
| 2013-03-14 | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 1 | -1/+1 | |
| forward declarations (bzr r12203) | |||||
| 2013-01-27 | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 3 | -25/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | |||||
| 2012-08-09 | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 1 | -0/+3 | |
| (bzr r11600) | |||||
| 2012-05-22 | Drop GtkObject usage in view widgets | Alex Valavanis | 1 | -6/+6 | |
| (bzr r11403) | |||||
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -1/+8 | |
| (bzr r11030) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 4 | -35/+35 | |
| (bzr r10697) | |||||
