| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
|
| |
|
|
|
|
| |
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
|
| | |
|
| |
|
|
|
| |
Avoids having to recompile most of the Inkscape codebase whenever
gtkmm is updated.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This replaces empty constructors and destructors with the default
keyword.
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
|
| |
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| |
|
|
| |
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| |
|
|
| |
A lot of header clean-up.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
the same time.
Add opacity to SimpleFilterModifier.
Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
|
| |
|
|
|
| |
Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a
non-template class. Using it with arbitary classes was dangerous anyway.
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
|
| | |/
|/| |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
|
|
| |
note: the actions "LayerNext"/"LayerPrev" (ctrl+pageup/down)
never clear the selection, they ignore the user setting
"clear selection on layer change"
So the object panel will only change if there is no selection!
(bzr r15698.1.11)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This implemetation respect the users action shortcuts,
handled in this order:
1) Two hardcoded keystrokes:
* crtl+f engage search on tree view
* esc: defocus: next keystrokes goes to desktop
2) Try to invoke user defined shortcut action
3) RETURN-key: activate action of selected column
currently works on the name-column only
4) shortcut goes to Treeview
For the testers:
The new verbs "stack up/down" are not bound to keystrokes. Set them up as you like via
preferences / interface / keyboard shortcuts / selection / stack up and down
Try keystrokes with focus on desktop, on object-panel and compare with layer-panel:
PageUp/Down + - shift, ctrl
esc esc
arrow esc arrow
ctrl+f
V, H - may(!) flip objects
ctrl+a (!)
! invert selection
Beside user definable keystrokes, there are some hardcoded:
arrow-up/down + shift,ctrl
[ ] - rotate objects - not user defined actions, so does not work in panel focus
/ * also keypad / * is usually fold/unfold tree but * actually selects the "star tool",
which can be disabled if you don't like that
Conflicts:
src/ui/dialog/objects.cpp
(bzr r15698.1.10)
|
| |
|
| |
(bzr r15698.1.9)
|
| |
|
|
|
|
|
|
| |
use ctrl+f to use search
Issue: select object in the object panel, focus stays on that widget.
Press "3" (zoom to object) used to open the search function.
(bzr r15698.1.8)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug #1395452
"raise and lower objects" used to stack objects above/below the next overlapping object,
which makes it impossible to change the z-order of objects that don't overlap.
Fixes also the object manager panel
Conflicts:
src/selection-chemistry.cpp
src/selection-chemistry.h
src/sp-item.cpp
(bzr r15698.1.7)
|
| |
|
|
|
| |
don't jump too much around in the list
(bzr r15698.1.6)
|
| |
|
| |
(bzr r15698.1.5)
|
| |
|
|
|
| |
missing icon delayed inkscape startup of about 3-5 seconds
(bzr r15698.1.4)
|
| |
|
| |
(bzr r15368)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1639832
(bzr r15222)
|
| |\
| |
| | |
(bzr r14954.1.30)
|
| | |\
| | |
| | | |
(bzr r15038)
|
| | | |
| | |
| | | |
(bzr r15023.2.7)
|
| |\| |
| | |
| | | |
(bzr r14954.1.29)
|
| | | |
| | |
| | | |
(bzr r15034)
|
| | | |
| | |
| | | |
(bzr r15027)
|
| | |/
| |
| | |
(bzr r15025)
|
| | |
| |
| | |
(bzr r14954.1.21)
|
| | |
| |
| | |
(bzr r14954.1.20)
|
| | |
| |
| | |
(bzr r14954.1.19)
|
| |\|
| |
| | |
(bzr r14954.1.13)
|