| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Stop crash when pattern changed via swatch palette,
and knot is still present.
https://gitlab.com/inkscape/inkscape/issues/70
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When there are already selected knots, and _another_ knot is clicked
without the Shift key pressed, the user would expects the previously
selected knots to be unselected immediately, but this does not happen
until the mouse button is released.
Steps to replicate:
1. Change size of a rect using one corner.
2. Change the size using the opposite corner (without pressing Shift).
Observed behavior: The first corner looks still selected during grab.
Expected behavior: The first corner gets unelected as soon as the mouse
button is pressed..
This happens because the knots selection status is not updated until the
mouse button is released, i.e. in the click/ungrabbed signal handler.
In order to have a more immediate feedback of the knot selection status,
add a "mousedown" signal handler and update the selection status in
there.
While at it also remove the knot_holder local variable in
knot_clicked_handler() which seems to be unnecessary.
|
| |
|
|
|
| |
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.
|
| | |
|
| |
|
| |
(bzr r14511)
|
| |
|
|
|
| |
GThread deprecation errors.
(bzr r13341.1.190)
|
| |
|
|
|
|
|
|
|
|
| |
#604025, #486192
Fixed bugs:
- https://launchpad.net/bugs/601336
- https://launchpad.net/bugs/604025
- https://launchpad.net/bugs/486192
(bzr r13489)
|
| |
|
| |
(bzr r13230)
|
| |
|
| |
(bzr r13226)
|
| |
|
| |
(bzr r12039)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1065931
(bzr r11800)
|
| |
|
| |
(bzr r11465)
|
| |
|
| |
(bzr r11460)
|
| |
|
| |
(bzr r11316)
|
| |
|
| |
(bzr r11171)
|
| |
|
| |
(bzr r11170)
|
| |
|
| |
(bzr r10766.1.1)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/898538
(bzr r10762)
|
| |
|
| |
(bzr r10696)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
| |
|
|
|
|
| |
- Rename the ConstraintLine class to SnapConstraint
- Move some duplicated code to 2geom
(bzr r9607)
|
| |
|
| |
(bzr r8119)
|
| |
|
|
|
| |
of a rectangle in the node tool, with the ctrl-key being pressed.
(bzr r7497)
|
| |
|
|
|
|
| |
* Implement snapping of the rectangle's radius handles
* Line snappers: set the snap target in the derived class instead of in findBestSnap()
(bzr r7479)
|
| |
|
| |
(bzr r6513)
|
| |
|
|
|
| |
KnotHolderEntity
(bzr r6505)
|
| |
|
|
|
| |
and make inheritance from it a bit less clumsy
(bzr r6448)
|
| |
|
|
|
| |
more; instead, every parameter type can now return entities (and then forget about them)
(bzr r6446)
|
| |
|
| |
(bzr r6430)
|
| |
|
| |
(bzr r6214)
|
| |
|
| |
(bzr r5870)
|
| |
|
|
|
|
|
| |
the addKnotHolderHandles() method to add handles which control its parameters.
There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically)
(bzr r5855)
|
| |
|
| |
(bzr r5806)
|
| |
|
|
|
| |
--> knot_(get|set_click) for reduced verbosity
(bzr r5802)
|
| |
|
| |
(bzr r5797)
|
| |
|
|
|
|
|
| |
* fixed by making SPKnotHolder a referenced class and adding ref/unref in knot_click_handler (which sometime change attributes and knot handler is destroyed before calling knotholder_update_knots);
* fixed another crash by adding ref/unref to sp_knot_handler
* also added signal disconnecting
(bzr r445)
|
|
|
(bzr r1)
|