| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Noteworthy are the creation of '.dmg' and a fix for inbox#605.
Lots of minor improvements.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change no longer downgrades a build error to a warning that can
be easily overlooked or disregarded. It is necessary to make GitLab
features like "merge on successfull pipeline" work reliably.
Otherwise, merges will happen regardless of build success.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Polyfill to render hatches by converting paths to patterns.
Used standardjs for linting, but kept the semicolons.
Part of 2019 GSoC project.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Updated formatting and migrated to ES6 syntax for classes, variable declarations,
arrow functions, iterators. Fixed variable redeclarations and undefined
getComputedStyle, removed unnecessary escapes from RegEx.
Used standardjs for linting, but kept the semicolons.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Regression fix gitlab.com/inkscape/inbox/issues/600
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This update lowers system requirements from 10.13 to 10.11 and has
massive improvements regarding Python integration. Also lots
of minor improvements.
Based on https://github.com/dehesselle/mibap v0.12.
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Custom Gtk::IconSize values have been deprecated since GTK 3.10.
Also fix incorrect usage of pixel values to the Gtk::IconSize()
constructor (introduced in de13793763), these are in fact meant to be
enum values.
Refs: https://gitlab.com/inkscape/inkscape/commit/de137937630524727b287fb2e03ec470554683a8
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The method for handling custom tab order in GTK (set_focus_chain) has
been deprecated since GTK 3.24 with no direct replacement.
I've decided to remove this code as the code did not seem to make any
difference during testing: the tab order appeared to be the same.
Regardless, 'Page -> Custom size' in Document Properties is the only
place that it's used, so the impact should be fairly limited anyway.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As this should only be called in a console context, we can replace
Gtk::Main::quit() with Gio::Application::quit().
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As of GTK 3.18 this has been deprecated, it is no longer required. Also
remove gtkmm equivalent Gtk::Adjustment::changed().
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This was mostly done in 630be82740, but it seems this file was missed.
Refs: https://gitlab.com/inkscape/inkscape/commit/630be8274013c5eef5f19e19a14bc6d759aada5a
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Uses originalPath instead of bounding-box.
Make positioning consistent with text that
is not visible (too long for path).
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes https://gitlab.com/inkscape/inbox/issues/491
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug occurs with programmatic resize at startup
Fixes https://gitlab.com/inkscape/inkscape/issues/125
|
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Allows extension authors to use gtk stack in Python
via GObject introspection
See https://gitlab.com/inkscape/extensions/issues/85
|
| | | | | | | | |
|