summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fix a bug changing desktopJabiertxof2019-06-121-1/+1
| | | | |
* | | | | Fix coding styleJabiertxof2019-06-112-187/+3
| | | | |
* | | | | Allow not reorder commented styles and refresh stiles on selectors dragJabiertxof2019-06-112-46/+50
| | | | |
* | | | | Fixing coding styleJabiertxof2019-06-112-39/+212
| | | | |
* | | | | Add @doctormo UX improvementsJabiertxof2019-06-115-706/+761
| | | | |
* | | | | trying to improbe @doctormo feedbackJabier Arraiza2019-06-115-15/+55
| | | | |
* | | | | Fix coding styleJabier Arraiza2019-06-112-7/+7
| | | | |
* | | | | Add panned to XMLDialog and ArrtDialogJabier Arraiza2019-06-116-66/+81
| | | | |
* | | | | Move XMLDialog and Attributes Dialog to Gtk::PanedJabier Arraiza2019-06-105-24/+76
| | | | |
* | | | | Fix typos by PeterK.Jabiertxof2019-06-101-4/+4
| | | | |
* | | | | Add shortcutJabiertxof2019-06-106-11/+10
| | | | |
* | | | | Dialogs improvementJabiertxof2019-06-104-6/+6
| | | | |
* | | | | Fix pos on toggleJabiertxof2019-06-101-0/+1
| | | | |
* | | | | Fix dialog orderJabier Arraiza2019-06-103-3/+3
| | | | |
* | | | | Improve ui fileJabier Arraiza2019-06-101-0/+1
| | | | |
* | | | | Fixing coding styleJabier Arraiza2019-06-107-101/+92
| | | | |
* | | | | Move from XMLDialog to another paned dialogJabier Arraiza2019-06-1023-204/+334
| | | | |
* | | | | Fix typo bug found by PeterKJabiertxof2019-06-101-2/+2
| | | | |
* | | | | Fix translationsJabiertxof2019-06-101-0/+1
| | | | |
* | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-06-0910-316/+407
|\ \ \ \ \
| * | | | | CI: Update for move to bin/Patrick Storz2019-06-092-35/+46
| | | | | | | | | | | | | | | | | | | | | | | | Also add --working-directory switch to dependency checking script.
| * | | | | CMake: Use bin subfolder for binaries on WindowsPatrick Storz2019-06-092-25/+13
| | | | | | | | | | | | | | | | | | | | | | | | Second part of https://gitlab.com/inkscape/inkscape/issues/82
| * | | | | Minor cleanup (remove unneeded win32-specific defines)Patrick Storz2019-06-093-8/+1
| | | | | |
| * | | | | rsync with last merge in 2GeomJabier Arraiza2019-06-081-0/+1
| | | | | |
| * | | | | fix rebaseJabier Arraiza2019-06-081-1/+0
| | | | | |
| * | | | | remove clang diffJabier Arraiza2019-06-081-258/+0
| | | | | |
| * | | | | fix coding styleJabier Arraiza2019-06-083-47/+298
| | | | | |
| * | | | | Fixes on selector dialog based in LGM inputJabier Arraiza2019-06-082-246/+352
| | | | | |
* | | | | | SnapToolbar: Stop using GtkActionAlexander Valavanis2019-06-095-413/+494
|/ / / / /
* | | | | Preferences: Work around issue with parsing unsigned integersPatrick Storz2019-06-083-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we handle unsigned integers the same way as signed integers, large unsigned values (notably RGBA values) overflow the signed type. The issue became apparent when we switched from atoi to strtol in 0e92e8e519b33b35ab63600c31feb7c639e347a6 While the former has undefined behavior for out of range numbers it luckily seemed to "just" overflow as expected on supported OSs. The latter however returns LONG_MAX (which for a 32-bit value is 0x7fffffff and turned out to show turquoise in unexpected places, e.g. the default path highlighting color in node tool). Avoid this by catching the error and try to parse as unsigned type in this case (which will still overflow, but seems to have worked as expected so far).
* | | | | Stop crash when Text > Outermost element is activeNathan Lee2019-06-081-1/+4
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/289
* | | | | Update it.poFiras Hanife2019-06-081-23/+11
| | | | |
* | | | | fix inbox#549 Rectangle missing left sideThomas Holder2019-06-081-0/+3
| | | | | | | | | | | | | | | | | | | | Reverts one line of 174908a7e0d4
* | | | | Flush crash message to ensure it's actually printed and update linkPatrick Storz2019-06-071-1/+3
| | | | |
* | | | | Remove _argv0 from Inkscape::ApplicationPatrick Storz2019-06-078-35/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently it was only used as the least preferred (and therefore effectively unused) location where to store the crash backup. However it wasn't set properly since 408cb49b5559a81ea803df64bf58457a5dd4bf16 causing assertion errors while crashing. On top of that argv0 is not a reliable way to determine the path to the currently running executable anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/176
* | | | | TextToolbar: Fix superscript/subscript handlingAlexander Valavanis2019-06-071-1/+1
| | | | |
* | | | | ComboBoxEntryToolItem: Add tooltip support (Fix issue #290)Alexander Valavanis2019-06-071-1/+1
| | | | |
* | | | | ComboToolItem: Add tooltip support (Partial fix for issue #290)Alexander Valavanis2019-06-071-0/+2
| | | | |
* | | | | ComboToolItem: Add missing proxy-menu labelAlexander Valavanis2019-06-071-1/+1
| | | | |
* | | | | Use share/inkscape subfolder on WindowsPatrick Storz2019-06-064-50/+27
| | | | | | | | | | | | | | | | | | | | First part of https://gitlab.com/inkscape/inkscape/issues/82
* | | | | Fix build (loading icon).Tavmjong Bah2019-06-061-1/+2
| | | | |
* | | | | Style fixes.Shlomi Fish2019-06-065-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @Qantas94Heavy 's comments. ---- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* | | | | Refactoring: call setAttribute() directly.Shlomi Fish2019-06-0633-105/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* | | | | CI: Avoid failure due to sorting issuePatrick Storz2019-06-052-6/+6
| | | | |
* | | | | Remove unused libyaml dependencyPatrick Storz2019-06-0510-83/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This was required by xverbs, which were removed in db05b842cba28f01b431eee890537959aa2d8fe3
* | | | | complete TextToolbar migration mergeAlexander Valavanis2019-06-051-35646/+44858
| | | | |
* | | | | Merge branch 'text-toolbar-migration'Alexander Valavanis2019-06-0539-3693/+1471
|\ \ \ \ \
| * | | | | Finish TextToolbar migrationAlexander Valavanis2019-06-057-76/+37
| | | | | |
| * | | | | TextToolbar: Migrate FontStyle widgetAlexander Valavanis2019-06-052-29/+24
| | | | | |
| * | | | | TextToolbar: Migrate FontSize widgetAlexander Valavanis2019-06-054-55/+49
| | | | | |