| 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 adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| |
|
|
|
| |
Adds a delete specifier on constructors, destructors or assignment
methods that should never be called, ensuring they actually never will.
|
| | |
|
| | |
|
| |
|
| |
(bzr r15620.1.12)
|
| |
|
| |
(bzr r15620.1.9)
|
| |
|
| |
(bzr r15620.1.1)
|
| |
|
| |
(bzr r12037)
|
| |
|
| |
(bzr r10826)
|
| |
|
| |
(bzr r6373)
|
| |
|
|
|
| |
doesn't actually write to SVG but only returns a ready-to-write string
(bzr r5817)
|
| |
|
| |
(bzr r5816)
|
| |
|
| |
(bzr r4896)
|
| |
|
|
|
|
|
| |
class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible.
The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters.
(bzr r4496)
|
| |
|
|
|
|
| |
For each parameter function that has not been re-implemented, a warning is issued.
Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap.
(bzr r4495)
|
| |
|
| |
(bzr r3884)
|
|
|
(bzr r3662)
|