| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Add CSS function to check we are in dark theme | Jabier Arraiza | 2019-02-18 | 1 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 8 | -104/+1127 | |
| | | | | | | ||||||
| * | | | | | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-02-18 | 5 | -103/+119 | |
| | | | | | | ||||||
| * | | | | | Fix #91 "guides around the page" with y-axis down | Thomas Holder | 2019-02-18 | 1 | -6/+7 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'nathanal/inkscape-golden-ratio-patch' | Patrick Storz | 2019-02-17 | 2 | -3/+26 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Golden ratio in status bar text | Nathan Lee | 2019-02-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Circle and Square can be constrained to a golden ratio. Adds this to the status bar (which noted 1:1 and integer-ratio previously) | |||||
| | * | | | | | [Fix 1778449] Correct Ellipse status bar text for golden ratio | Nathan Lee | 2019-02-16 | 1 | -1/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses code for rectangle constrained at golden ratio from rect-tool.cpp Fixes https://bugs.launchpad.net/inkscape/+bug/1778449 | |||||
| * | | | | | | Update sp_action_get_title to remove Unicode Character "…" | Patrick Storz | 2019-02-17 | 1 | -2/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix bounds check in sp_action_get_title! | Tim Rawlinson | 2019-02-11 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Update sp_action_get_title to remove Unicode Character "…" (U+2026) | Tim Rawlinson | 2019-02-10 | 1 | -2/+6 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Remove unneeded comments. | Tavmjong Bah | 2019-02-17 | 1 | -10/+0 | |
| | | | | | | | ||||||
| * | | | | | | Add document_open and document_close functions and use them in batch mode. | Tavmjong Bah | 2019-02-17 | 3 | -25/+154 | |
| | | | | | | | ||||||
| * | | | | | | Move logic to build localized filenames into io/ressource.cpp | Patrick Storz | 2019-02-17 | 4 | -29/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now all that's needed to prefer a localized version of the file (if available) is a Boolean. | |||||
| * | | | | | | Tutorials: Improve logic for loading localized versions | Patrick Storz | 2019-02-16 | 3 | -36/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no need to translate every filename, just translate the language code. Also use Inkscape::IO::Resource::get_filename to ensure we fall-back to Englishstutorials should the localized versions not be available. | |||||
| * | | | | | | Show helpful message if tutorials are not installed | Max Gaukler | 2019-02-16 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1803021 (for 1.0-alpha) | |||||
| * | | | | | | Revert to "default.$lang.svg" as name for default templates | Patrick Storz | 2019-02-16 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was changed in 19316e382c0a2ae5105c746191c3fba90f54995b to avoid some CMake trouble but breaks the established naming scheme and is not necessary after the previous commit. | |||||
| * | | | | | | Fix preview for large file | Nathan Lee | 2019-02-16 | 1 | -2/+1 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Code simplification using InkscapeApplication singleton. | Tavmjong Bah | 2019-02-15 | 2 | -13/+7 | |
| | | | | | | ||||||
| * | | | | | Turn InkscapeApplication into singleton. | Tavmjong Bah | 2019-02-15 | 4 | -2/+23 | |
| | |/ / / |/| | | | ||||||
| * | | | | Move all files except inkscape_main and inkview_main into shared library. | Tavmjong Bah | 2019-02-15 | 1 | -16/+17 | |
| | | | | | ||||||
| * | | | | Block in window updating code. WIP | Tavmjong Bah | 2019-02-12 | 3 | -0/+17 | |
| | | | | | ||||||
| * | | | | Change prefix on drag and drop functions. | Tavmjong Bah | 2019-02-12 | 3 | -12/+12 | |
| | | | | | ||||||
| * | | | | Header cleanup. | Tavmjong Bah | 2019-02-12 | 19 | -27/+19 | |
| |/ / / | ||||||
| * | | | Fix (hopefully) Internationalization of default Calligraphy presets. | Tavmjong Bah | 2019-02-10 | 2 | -6/+15 | |
| | | | | ||||||
| * | | | MeshToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 3 | -278/+220 | |
| | | | | ||||||
| * | | | LPEToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 3 | -174/+131 | |
| | | | | ||||||
| * | | | SprayToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 4 | -455/+325 | |
| | | | | ||||||
| * | | | Toolbox: Move deprecated VerbAction to separate file | Alexander Valavanis | 2019-02-10 | 4 | -168/+270 | |
| | | | | ||||||
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-02-10 | 3 | -15/+15 | |
| |\ \ \ | ||||||
| | * | | | ui: Parse mnemonic for Open _Recent | Bryce Harrington | 2019-02-09 | 1 | -1/+1 | |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | In Gtkmm, looks like when creating a MenuItem, there is a second boolean parameter to indicate if the string should be parsed for mnemonics. When the gtk code was converted to gtkmm (2c971690) the flag was left unspecified and defaulted to false. Fixes: https://gitlab.com/inkscape/inkscape/issues/57 | |||||
| | * | | Consistently use title case in menus (!521) | Patrick Storz | 2019-02-09 | 2 | -14/+14 | |
| | |\ \ | ||||||
| | | * | | Fix more capitalisation inconsistencies. | tim_rawlinson | 2019-02-08 | 2 | -3/+3 | |
| | | | | | ||||||
| | | * | | Fix capitalisation of menu items. | Tim Rawlinson | 2019-02-07 | 2 | -11/+11 | |
| | | | | | ||||||
| * | | | | ConnectorToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 3 | -138/+106 | |
| | | | | | ||||||
| * | | | | CalligraphyToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 4 | -336/+285 | |
| |/ / / | ||||||
| * | | | fix "inkscape --extension-directory" | Thomas Holder | 2019-02-08 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Attempt to fix part of issue #54. (Using the command line doesn't return.) | Tavmjong Bah | 2019-02-08 | 1 | -18/+72 | |
| |/ / | ||||||
| * | | Fix wrong message in path parameter | Jabiertxof | 2019-02-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 15 | -374/+281 | |
| | | | ||||||
| * | | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 7 | -503/+413 | |
| | | | ||||||
| * | | rm unused InkRadioAction | Alexander Valavanis | 2019-02-03 | 3 | -257/+0 | |
| | | | ||||||
| * | | UnitTracker: Create tool item without using GtkAction | Alexander Valavanis | 2019-02-03 | 7 | -19/+36 | |
| | | | ||||||
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-02-03 | 2 | -5/+9 | |
| |\ \ | ||||||
| | * | | Add missing file in previous commit. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Correct comments due to last commit. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Change from hooking up signal handler to overriding class method. | Tavmjong Bah | 2019-02-03 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | Fix widget focus bug. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 8 | -686/+280 | |
| |/ / | ||||||
| * | | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 7 | -318/+289 | |
| | | | ||||||
| * | | object properties dialog: label placeholder | Thomas Holder | 2019-02-02 | 1 | -2/+10 | |
| | | | ||||||
