| 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
|
| |
|
|
|
| |
Adds a delete specifier on constructors, destructors or assignment
methods that should never be called, ensuring they actually never will.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Title Missing handles after reset of rotation center
Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select.
Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down.
What fixes: INstras change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown.
Fixed bugs:
- https://launchpad.net/bugs/1657874
(bzr r15486)
|
| |
|
| |
(bzr r15293)
|
| |
|
|
|
| |
GThread deprecation errors.
(bzr r13341.1.190)
|
| |
|
| |
(bzr r13341.1.184)
|
| |
|
| |
(bzr r13226)
|
| |
|
| |
(bzr r13223)
|
| |
|
|
|
| |
forward declarations
(bzr r12203)
|
| |
|
| |
(bzr r11894.1.1)
|
| |
|
| |
(bzr r11207)
|
| |
|
| |
(bzr r11180)
|
| |
|
| |
(bzr r10697)
|
| |
|
|
|
| |
the contents forward.h at all).
(bzr r10667)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/792263
(bzr r10252.1.1)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/707205
(bzr r10070.1.1)
|
| |
|
|
|
| |
header.
(bzr r9978.1.1)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 lots of variables and methods to make them easier to understand
- Add snapping to the connector tool
(bzr r7589)
|
| |
|
| |
(bzr r6511)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
deleting subpaths from under our feet; rename origin to origin_radial for node sides; add x/y origins to sides and remember origins for all nodes and sides upon grabbing; store drag pressure in the knot; sculpt
(bzr r812)
|
| |
|
|
|
| |
Fix glib-gobject-warnings for knots in the connector tool.
(bzr r764)
|
| |
|
| |
(bzr r528)
|
| |
|
|
|
| |
non-static data member `SPKnotClass::event' of NULL object" warnings)
(bzr r454)
|
| |
|
| |
(bzr r448)
|
| |
|
|
|
|
|
| |
* 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 r400)
|
| |
|
|
|
| |
inline setters on struct members
(bzr r322)
|
|
|
(bzr r1)
|