| 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.
|
| |
|
|
|
| |
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| |
|
| |
(bzr r15023.2.6)
|
| |
|
|
|
| |
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc
(bzr r14064)
|
| |
|
| |
(bzr r13341.1.183)
|
| |
|
| |
(bzr r12355)
|
| |
|
|
|
| |
has it.
(bzr r12353)
|
| |
|
|
|
|
|
|
| |
versions. Fixes bug #1179338.
Fixed bugs:
- https://launchpad.net/bugs/1179338
(bzr r12346.1.1)
|
| |
|
| |
(bzr r12179)
|
| |
|
| |
(bzr r11308)
|
| |
|
| |
(bzr r11304)
|
| |
|
| |
(bzr r10957)
|
| |
|
|
|
| |
(was intended to start using it for RegisteredWidget<>)
(bzr r10734)
|
| |
|
| |
(bzr r10696)
|
| |
|
| |
(bzr r10176)
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
|
|
| |
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)
|