| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -6/+7 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Do not use GUI for --export-inkscape-svg | Eduard Braun | 2017-10-14 | 1 | -0/+1 |
| | | |||||
| * | Cleanup: rename sp_do_export_png for consistency | Eduard Braun | 2017-10-14 | 1 | -7/+12 |
| | | | | | Also actually return non-zero if PNG could not be saved. | ||||
| * | Some basic error handling for SVG export | Eduard Braun | 2017-10-14 | 1 | -5/+16 |
| | | |||||
| * | Refactoring: put SVG export into separate function | Eduard Braun | 2017-10-14 | 1 | -59/+73 |
| | | |||||
| * | Support --export-area-page when using --export-id to export to SVG | Eduard Braun | 2017-10-14 | 1 | -1/+3 |
| | | |||||
| * | Support --export-margin when exporting to SVG | Eduard Braun | 2017-10-14 | 1 | -3/+15 |
| | | |||||
| * | make --export-area-drawing work when exporting SVG | Eduard Braun | 2017-10-14 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1597921 - https://bugs.launchpad.net/inkscape/+bug/1722844 | ||||
| * | Do not force-disable CSD on Windows | Eduard Braun | 2017-10-12 | 1 | -4/+0 |
| | | | | | | | | | | The code introduced in 860d326a9ac03c2b1e0a3f45c3ed3d35f94c3d54 is no longer necessary as gtk3 client side decorations are now disabled by default in MSYS2's gtk3 builds, see upstream patch: https://github.com/Alexpux/MINGW-packages/commit/69f8e3294ec0d612d274f69e5e517026a8c340b6 To enable CSD on-the-fly set the environment variable `GTK_CSD` to 1 | ||||
| * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -3/+3 |
| | | |||||
| * | Second batch | Marc Jeanmougin | 2017-10-02 | 1 | -56/+24 |
| | | |||||
| * | Fix inkscape --help appearance due to a too long line | Marc Jeanmougin | 2017-08-04 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 1 | -3/+0 |
| |\ | |||||
| | * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -3/+0 |
| | | | |||||
| * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 1 | -1/+1 |
| |/ | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | ||||
| * | Porting the pre-92 file update message from 0.92.x to trunk: | Marc Jeanmougin | 2017-06-04 | 1 | -0/+23 |
| | | | | | | | | | | | New dialog when opening pre-0.92 files (with 90 dpi). I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files. Fixed bugs: - https://launchpad.net/bugs/1659229 (bzr r15729) | ||||
| * | Properly handle ENABLE_NLS define | Eduard Braun | 2017-05-07 | 1 | -11/+8 |
| | | | | (bzr r15675.1.4) | ||||
| * | Move functions for switching gettext charset to helper/gettext.h | Eduard Braun | 2017-05-07 | 1 | -5/+2 |
| | | | | (bzr r15675.1.3) | ||||
| * | Move gettext initialization into separate function so it can be re-used ↵ | Eduard Braun | 2017-05-07 | 1 | -33/+5 |
| | | | | | | (will come in handy in inkview) (bzr r15675.1.2) | ||||
| * | Use glib to get the installation prefix on Windows | Eduard Braun | 2017-05-07 | 1 | -6/+6 |
| | | | | (bzr r15675.1.1) | ||||
| * | Minor refactor: check setlocale() occurences and make sure we do not ↵ | Eduard Braun | 2017-05-07 | 1 | -1/+0 |
| | | | | | | | | | setlocale() without resetting it to the initial default) - inkview.cpp : This occurence in fact does *not* seem to be needed anymore (despite what the comment says) - main.cpp : The (commented out) occurence is unnecessary as it is called as part of gtk_init_check() (bzr r15674) | ||||
| * | [Bug #1572242] Add --export-inkscape-svg=FILENAME command line option to ↵ | shlomif-gmail | 2017-04-21 | 1 | -6/+25 |
| | | | | | | | | | export as inkscape-style SVG. Fixed bugs: - https://launchpad.net/bugs/1572242 (bzr r15628) | ||||
| * | Disable GTK3 "client side decorations" on Windows by setting "GTK_CSD=0" | Eduard Braun | 2017-02-18 | 1 | -7/+11 |
| | | | | | | | | They are not used by Inkscape and prevent native theming to be used for window borders and titles. See also https://bugzilla.gnome.org/show_bug.cgi?id=778791 (bzr r15531) | ||||
| * | forward-port from 0.92.x the line height conversion from <.92 to >=.92 | Marc Jeanmougin | 2017-02-05 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | Code written by su_v in python as an extension, ported to c++ by Mc, some fixes added by bryce. http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351 Option to disable it is called --no-convert-text-baseline-spacing The terminology "convert" is chosen as a jargon word to be used for all such legacy file conversions. The "--no-XXX" naming style is adopted from the convention used by other software such as GIMP. (bzr r15481) | ||||
| * | Fix usage information for "--export-pdf-version" | Eduard Braun | 2017-01-18 | 1 | -1/+1 |
| | | | | (bzr r15422) | ||||
| * | Remove embedded build date, to allow reproducible building. | Mattia Rizzolo | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Reproducible Builds is a ongoing project which aims at having "packages" "build" (as in, every build step, be it code compilation, doc generation, etc) be bit-by-bit reproducible regardless of the build environment. With this commit inkscape can be built reproducibly. See https://reproducible-builds.org for more info about the project. (bzr r15222.1.1) | ||||
| * | further cppification | Marc Jeanmougin | 2016-11-06 | 1 | -6/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1306662 (bzr r15218) | ||||
| * | beautify idents | Dmitry Zhulanov | 2016-10-03 | 1 | -1/+1 |
| | | | | (bzr r15136.1.14) | ||||
| * | disable xverb feature if WITH_YAML defined | Dmitry Zhulanov | 2016-10-01 | 1 | -4/+11 |
| | | | | (bzr r15136.1.9) | ||||
| * | add x-verbs support | Dmitry Zhulanov | 2016-09-26 | 1 | -0/+22 |
| | | | | (bzr r15136.1.1) | ||||
| * | Fix compilation error | Eduard Braun | 2016-08-18 | 1 | -1/+1 |
| | | | | | | (https://inkscape.org/en/paste/9901/) (bzr r15071) | ||||
| * | Move some main functions to Application class | Alex Valavanis | 2016-08-09 | 1 | -96/+8 |
| | | | | (bzr r15048) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -5/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -5/+0 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -5/+0 |
| | | | | | | | | | | (bzr r15023.2.8) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -15/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -15/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+15 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -15/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -4/+2 |
| | | | | | | | (bzr r14954.1.20) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -2/+2 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | GTK3: Fix error if default style.css file not found. Modified patch from houz. | Tavmjong Bah | 2016-05-17 | 1 | -33/+49 |
| | | | | (bzr r14897) | ||||
| * | GTK3: Fix compile for GTK3 versions less than 3.16. Try 2. | Tavmjong Bah | 2016-05-16 | 1 | -3/+14 |
| | | | | (bzr r14891) | ||||
| * | GTK3: Fix compile for GTK3 versions less than 3.16. | Tavmjong Bah | 2016-05-15 | 1 | -0/+4 |
| | | | | (bzr r14887) | ||||
| * | Start of GTK3 external style sheet support. | Tavmjong Bah | 2016-05-08 | 1 | -0/+34 |
| | | | | (bzr r14873.1.1) | ||||
| * | window/task bar icon missing when installed in non-standard location | Raphael Rosch | 2015-11-20 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1516238 (bzr r14479) | ||||
| * | Change command line PostScript export level to 3 (bug #1432310) | Adrian Johnson | 2015-09-30 | 1 | -3/+3 |
| | | | | (bzr r14389) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-08 | 1 | -13/+11 |
| |\ | | | | | (bzr r14059.2.11) | ||||
