| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
It's completely empty...
Actually something went wrong in
5a46d516222e06023ecef9c76f605d14fb30e165
which removed all (fuzzy) strings that had ever been translated,
but there seems to be no point in retrieving them anymore.
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
This makes the code a lot less readable and greppable for no reason.
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | | |
From discussion at https://gitlab.com/inkscape/inkscape/issues/110
|
| |\ \ \ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If path is below text in xml, early attempt
to get text path leads to call to nullptr.
Fixes https://gitlab.com/inkscape/inbox/issues/134
|
| |\ \ \ \ \ |
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Toggling snap must not be undo-able, but keyboard shortcut '%' didn't turn undo-sensitivity off.
See <https://bugs.launchpad.net/inkscape/+bug/1064858>.
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes https://gitlab.com/inkscape/inkscape/issues/92
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes https://bugs.launchpad.net/inkscape/+bug/1674155
|
| | | | | | | |
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It seems this was introduced in ce3c5920 through a copy/paste typo
(bg_color_active -> bg_color). The whole line was then mistakenly
removed in 0ee0c59c as it appeared to be redundant.
|
| |\ \ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The call to
Gdk::Display::get_monitor_at_window()
in
Inkscape::UI::get_monitor_geometry_at_window()
requires the underlying GdkWindow to be fully initialized.
This is achieved by calling "realize()" before attempting to read
that information.
Previously we used to show the window first (which implies realizing
it) which worked around the issue. However it required us to hide
and show it once again later if we wanted to move it in order for
the window manager's routines to sanitize the position to kick in.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
It was accidentally dropped in
8b1840f9507f10911f63fc00b9885354ead99d53
Also show window *after* setting position/size. This gives the
window manager the chance to move an off-screen window back into
the visible desktop bounds (e.g. after a monitor was disconnected).
|
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
https://bugs.launchpad.net/inkscape/+bug/630635
Don't rotate the page if using a custom page size, because it confuses simpler printers which don't understand landscape mode, like laser cutters.
(Note: comments #3-7 in that bug report are a different issue, which affects printers which don't understand custom page sizes; this issue was fixed in commit eaa134e8ea9e71489af1b5090bdee122d5b8d659)
|
| | |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes https://gitlab.com/inkscape/inbox/issues/193
|
| |\ \ \ \ \ \ \ \ |
|
| | | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Switches drag_target from x_color to x_oswb_color
x_color only accepts RGB, while x_oswb_color has
None and Clear as distinct types.
Fixes https://gitlab.com/inkscape/inbox/issues/79
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Function got lost in 408cb49b
Fixes #60
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- fix crash (strcmp -> g_strcmp0)
- fix "true" -> "xMidYMid"
- fix locked
- fix typo (Pereserve -> Preserve)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Ensures consistent behavior with previous versions, i.e. before the
switch was introduced in d69b5fe84fd438a218e6198af585f8532f0d8e70.
Try to improve help string.
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
conversion to smooth and symmetric path nodes, to conform to what
is described in the keyboard reference and the manual.
https://inkscape.org/en/doc/keys092.html#idm2176
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Paths-Editing.html
See <https://bugs.launchpad.net/inkscape/+bug/1780775>
for complete details.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to more accurately describe the actions available for the control
that the mouse is currently hovering over.
This patch should be applied on top of my first commit, bcff6d0c.
Unlike that, this one does not alter Inkscape's functionality in any way,
but presumably will require translation, which is why they have been
separated.
Full details are available at <https://bugs.launchpad.net/inkscape/+bug/1780775>.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is not intended to be a permanent patch, but to point out
the actual source of a problem where undo/redo does not work
for node-type changes.
It works by disabling the function of the PathManipulator::_nodetypesKey()
method, to match some breakage which has apparently occurred somewhere
else. Presumably, somebody would know where that was. Once that is located
and fixed, this patch will be unnecessary, except for a minor code cleanup.
At that point, the functional change would itself constitute a bug, instead
of a temporary fix.
Full details are available at <https://bugs.launchpad.net/inkscape/+bug/1780775>.
|
| |\ \ \ \ \ \ \ |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
eliminates class duplication, only overloads specialized methods
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
for previous layer.
Also fix: prevents setting deleted layer as current.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes https://gitlab.com/inkscape/inkscape/issues/46
|
| | |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adds error checking and calls sp_ruler_remove_track_widget
before track widget is removed.
Fixes:
https://gitlab.com/inkscape/inkscape/issues/90
https://bugs.launchpad.net/inkscape/+bug/1674155
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is the "GUI" version of the executable that does not have a
console attached to itself and therefore doesn't flash a terminal
whenever it's called by an extension.
Functionality should be identical otherwise.
Fixed issues:
- https://gitlab.com/inkscape/inkscape/issues/66
|
| | | | | | | | |
|