| Commit message (Expand) | Author | Files | Lines |
| 2017-06-04 | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 1 | -0/+23 |
| 2017-06-04 | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 1 | -0/+23 |
| 2017-05-07 | Properly handle ENABLE_NLS define | Eduard Braun | 1 | -11/+8 |
| 2017-05-07 | Move functions for switching gettext charset to helper/gettext.h | Eduard Braun | 1 | -5/+2 |
| 2017-05-07 | Move gettext initialization into separate function so it can be re-used (will... | Eduard Braun | 1 | -33/+5 |
| 2017-05-07 | Use glib to get the installation prefix on Windows | Eduard Braun | 1 | -6/+6 |
| 2017-05-07 | Minor refactor: check setlocale() occurences and make sure we do not setlocal... | Eduard Braun | 1 | -1/+0 |
| 2017-04-21 | [Bug #1572242] Add --export-inkscape-svg=FILENAME command line option to expo... | shlomif-gmail | 1 | -6/+25 |
| 2017-02-18 | Disable GTK3 "client side decorations" on Windows by setting "GTK_CSD=0" | Eduard Braun | 1 | -7/+11 |
| 2017-02-05 | forward-port from 0.92.x the line height conversion from <.92 to >=.92 | Marc Jeanmougin | 1 | -2/+7 |
| 2017-01-18 | Fix usage information for "--export-pdf-version" | Eduard Braun | 1 | -1/+1 |
| 2016-11-06 | further cppification | Marc Jeanmougin | 1 | -6/+4 |
| 2016-11-07 | Remove embedded build date, to allow reproducible building. | Mattia Rizzolo | 1 | -1/+1 |
| 2016-10-03 | beautify idents | Dmitry Zhulanov | 1 | -1/+1 |
| 2016-10-01 | disable xverb feature if WITH_YAML defined | Dmitry Zhulanov | 1 | -4/+11 |
| 2016-09-26 | add x-verbs support | Dmitry Zhulanov | 1 | -0/+22 |
| 2016-08-18 | Fix compilation error | Eduard Braun | 1 | -1/+1 |
| 2016-08-15 | Add changes for compilation with trunk | Tavmjong Bah & Kamalpreet Grewal | 1 | -1/+1 |
| 2016-08-09 | Move some main functions to Application class | Alex Valavanis | 1 | -96/+8 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -15/+1 |
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -5/+0 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+15 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -15/+0 |
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -2/+2 |
| 2016-07-14 | Last part of new SPObject children list | Adrian Boguszewski | 1 | -4/+2 |
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -2/+2 |
| 2016-05-17 | GTK3: Fix error if default style.css file not found. Modified patch from houz. | Tavmjong Bah | 1 | -33/+49 |
| 2016-05-16 | GTK3: Fix compile for GTK3 versions less than 3.16. Try 2. | Tavmjong Bah | 1 | -3/+14 |
| 2016-05-15 | GTK3: Fix compile for GTK3 versions less than 3.16. | Tavmjong Bah | 1 | -0/+4 |
| 2016-05-08 | Start of GTK3 external style sheet support. | Tavmjong Bah | 1 | -0/+34 |
| 2015-11-20 | window/task bar icon missing when installed in non-standard location | Raphael Rosch | 1 | -0/+4 |
| 2015-09-30 | Change command line PostScript export level to 3 (bug #1432310) | Adrian Johnson | 1 | -3/+3 |
| 2015-05-08 | Remove round_rectangle_outwards from helper/geom.h | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2015-04-26 | Just reread the entire diff against trunk. Given the diff size, i must have f... | Marc Jeanmougin | 1 | -1/+3 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -3/+0 |
| 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 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -6/+6 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -12/+11 |
| 2015-02-04 | Fix for Bug #1417990 (Trunk: crash on export to PS/EPS/PDF via command line (... | Nicolas Dufour | 1 | -8/+4 |
| 2014-11-02 | default export dpi = 96 | Alvin Penner | 1 | -4/+4 |
| 2014-10-05 | Move obvious ui component to ui/ | Liam P. White | 1 | -1/+1 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -6/+6 |
| 2014-06-27 | Move constructor/destructor into private section, remove protected section. R... | Liam P. White | 1 | -2/+2 |
| 2014-06-26 | Convert accidental member accesses into static function accesses | Liam P. White | 1 | -1/+1 |
| 2014-06-26 | 4. further refactor Application class; create proper singleton, encapsulate m... | Liam P. White | 1 | -2/+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 | -7/+7 |
| 2014-06-03 | Fix for bugs 1262782 and 1262792 | mathog | 1 | -0/+1 |
| 2014-04-05 | Allow command line options -i and -j to effect plain-svg output, this involve... | Martin Owens | 1 | -0/+16 |