| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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.
|
| |
|
|
|
| |
Adds a delete specifier on constructors, destructors or assignment
methods that should never be called, ensuring they actually never will.
|
| | |
|
| |
|
| |
Please review
|
| |
|
|
|
|
|
|
| |
By passing along an edit_transform matrix, as done for clipping paths.
Cleanups:
- remove some unused methods
- use member initialization
|
| | |
|
| | |
|
| | |
|
| |
|
| |
(bzr r13645.1.148)
|
| |
|
| |
(bzr r13341.1.253)
|
| |
|
|
|
| |
GThread deprecation errors.
(bzr r13341.1.190)
|
| |
|
| |
(bzr r13341.1.74)
|
| |
|
| |
(bzr r13230)
|
| |
|
| |
(bzr r13223)
|
| |
|
| |
(bzr r13132)
|
| |
|
| |
(bzr r13089)
|
| |
|
|
|
| |
forward declarations
(bzr r12203)
|
| |
|
| |
(bzr r11460)
|
| |
|
| |
(bzr r11316)
|
| |
|
|
|
| |
control width knots
(bzr r11210)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/898538
(bzr r10762)
|
| |
|
|
|
| |
the contents forward.h at all).
(bzr r10667)
|
| |
|
| |
(bzr r10582.1.8)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r9034)
|
| |
|
|
|
|
|
| |
be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed.
- Creating single dots now snaps
(bzr r7172)
|
| |
|
| |
(bzr r6959)
|
| |
|
| |
(bzr r6513)
|
| |
|
| |
(bzr r6511)
|
| |
|
| |
(bzr r5994)
|
| |
|
|
|
|
|
| |
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 r5797)
|
| |
|
|
|
| |
this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history.
(bzr r4224)
|
| |
|
|
|
| |
corners to VPs (preparation for dragging)
(bzr r3388)
|
| |
|
|
|
| |
need to rethink and incrementally change gbooleans to bools
(bzr r1637)
|
| |
|
|
|
| |
one major janitorial task we identified....
(bzr r1633)
|
| |
|
|
|
|
|
| |
* 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)
|