| Commit message (Expand) | Author | Files | Lines |
| 2016-08-25 | Inkview: Make ctrlwin private | Alex Valavanis | 1 | -20/+26 |
| 2016-08-25 | Inkview: C++ify | Alex Valavanis | 1 | -49/+54 |
| 2016-08-25 | Inkview: Remove support for obsolete SVG JAR archives | Alex Valavanis | 1 | -59/+0 |
| 2016-08-23 | Inkview: C++ify | Alex Valavanis | 1 | -64/+81 |
| 2016-08-23 | Inkview: Use GOptionContext | Alex Valavanis | 1 | -54/+60 |
| 2016-08-14 | inkview: Convert to ApplicationWindow | Alex Valavanis | 1 | -49/+45 |
| 2016-08-13 | inkview: C++ify | Alex Valavanis | 1 | -158/+115 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -3/+0 |
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -15/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+3 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -3/+0 |
| 2016-04-12 | inkview: Fix cursor API deprecation #Hackfest2016 | Alex Valavanis | 1 | -2/+3 |
| 2016-02-29 | Inkview. Code consistency fixes. | Nicolas Dufour | 1 | -166/+162 |
| 2016-02-25 | inkview: Drop use of obsolete getopt | Bryce Harrington | 1 | -14/+15 |
| 2015-12-27 | Fix GTK+ fullscreen issue | Alex Valavanis | 1 | -4/+0 |
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-26 | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 1 | -1/+1 |
| 2015-02-25 | Isolate components of libgc | Liam P. White | 1 | -1/+1 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -10/+0 |
| 2014-08-30 | Remove old stub from inkview | Liam P. White | 1 | -10/+0 |
| 2014-08-26 | Standardise InkscapeApplication GObject implementation (namespace not support... | Alex Valavanis | 1 | -3/+3 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -4/+2 |
| 2014-06-27 | Move constructor/destructor into private section, remove protected section. R... | Liam P. White | 1 | -1/+1 |
| 2014-06-26 | 4. further refactor Application class; create proper singleton, encapsulate m... | Liam P. White | 1 | -1/+2 |
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -1/+1 |
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -2/+2 |
| 2014-01-02 | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 1 | -4/+34 |
| 2013-08-27 | Added viewBox implement document unit support. | Matthew Petroff | 1 | -3/+4 |
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -2/+1 |
| 2012-12-01 | Migrate inkview buttons from deprecated GtkTable layout to GtkButtonBox | Alex Valavanis | 1 | -35/+28 |
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -4/+0 |
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 1 | -106/+1 |
| 2012-04-15 | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 1 | -17/+126 |
| 2012-04-09 | Replace deprecated gdk_cursor_unref | Alex Valavanis | 1 | -0/+8 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -1/+1 |
| 2012-02-06 | Unwanted output in documentation dropped | Kris De Gussem | 1 | -1/+1 |
| 2012-01-11 | A few GSEAL issues | Kris De Gussem | 1 | -4/+4 |
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 |
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -1/+0 |
| 2011-06-23 | Remove/replace deprecated gtk_window_set_policy symbol | Alex Valavanis | 1 | -1/+0 |
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -5/+1 |
| 2010-12-23 | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... | Jon A. Cruz | 1 | -2/+1 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -12/+12 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -7/+7 |
| 2010-03-14 | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2010-03-06 | Prevent crash due to double delete. Fixes bug #316506. | Jon A. Cruz | 1 | -3/+0 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -8/+8 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -8/+8 |
| 2009-05-04 | Implement warning of prior errors. | Jon A. Cruz | 1 | -1/+1 |
| 2009-05-04 | Fixed broken preferences singleton and removed GUI encapsulation leakage. Fix... | Jon A. Cruz | 1 | -1/+0 |