| 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
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| | |
|
| |
|
| |
(bzr r15023.2.6)
|
| |
|
| |
(bzr r13341.1.183)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1122774
(bzr r12243)
|
| |
|
| |
(bzr r12179)
|
| |
|
| |
(bzr r11691)
|
| |
|
| |
(bzr r11308)
|
| |
|
| |
(bzr r10983)
|
| |
|
| |
(bzr r10957)
|
| |
|
| |
(bzr r10826)
|
| |
|
|
|
| |
(was intended to start using it for RegisteredWidget<>)
(bzr r10734)
|
| |
|
| |
(bzr r10697)
|
| |
|
| |
(bzr r10660)
|
| |
|
| |
(bzr r10176)
|
| |
|
| |
(bzr r9722)
|
| |
|
| |
(bzr r8889)
|
| |
|
| |
(bzr r7985)
|
| |
|
|
|
| |
#215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch.
(bzr r5412)
|
| |
|
|
|
|
|
|
|
| |
settings UI
* add "no parameters required" label for feComposite primitive settings tab
A future commit will add the tooltips for color-chooser-widget, checkboxes and matrix-entries
(bzr r4798)
|
| |
|
| |
(bzr r4733)
|
| |
|
|
|
| |
A couple bug fixes; the Link togglebutton for dual spinsliders now updates properly when switching between primitives. Also, the in2 attribute of feDisplacementMap is now properly checked when reordering primitives.
(bzr r3452)
|
| |
|
|
|
|
|
| |
* Added a "Link" toggle to the DualSpinSlider widget, when active the two values will be set equal to eachother.
* Added DualSpinButtons (for attributes that have an optional number, similar to DualSpinSlider but without the gtkscale)
* Added MultiSpinButtons (for showing multiple spinbuttons together but with different attributes)
(bzr r3352)
|
| |
|
|
|
|
| |
* feMergeNodes can be deleted by clicking the input without dragging.
* feMergeNodes can be added using a special empty input at the bottom of primitive.
(bzr r3335)
|
| |
|
|
|
|
| |
* Added settings widgets for feConvolveMatrix's target attribute
* Changed the order attribute to show both spin widgets on the same row
(bzr r3321)
|
| |
|
|
|
| |
* For the Order attribute of feConvolveMatrix, show only the spin control, not the slider
(bzr r3318)
|
| |
|
|
|
| |
If the digits value is set to zero, truncate the value when setting the attribute so it is an int, rather than a double.
(bzr r3307)
|
| |
|
|
|
|
|
|
|
| |
This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog.
* Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute.
* Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow.
* Removed lots of specific filter settings code in favor of the more generic system.
(bzr r3304)
|
|
|
(bzr r3095)
|