| 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 empty constructors and destructors with the default
keyword.
|
| |
|
|
|
| |
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It seems "InkSpinScale::set_focus_widget()" is never called, so
"_focus_widget" is never initialized and has an arbitrary value.
Avoid this by initializing to zero.
Why we never call set_focus_widget() is TBD...
Fixed bugs:
- https://bugs.launchpad.net/inkscape/+bug/1755464
|
| |
|
|
| |
Some common and useful step intervals are hardcoded.
|
| |
|
|
| |
The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
|
| |
|