| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
requester Spike to submit an example extension ! :P)
(bzr r1713)
|
| |
|
|
|
| |
parameter in the .inx file, and create pages. Will commit a new effect that uses this, so there will be an example.
(bzr r1706)
|
| |
|
| |
(bzr r1030)
|
| |
|
|
|
|
|
|
| |
Wow, that has to be the most unbelievable gcc error I've ever gotten.
"undefined reference to vtable" which means that you didn't provide a
implmentation for a function you prototyped in the class (and gets used,
I think). Anyway, needed a mock destructor.
(bzr r818)
|
| |
|
|
|
| |
Behaving funny, but I want to back this up.
(bzr r817)
|
| |
|
|
|
| |
For some reason SVK lost this change...
(bzr r753)
|
| |
|
|
|
|
| |
Adding in a parameter type "description" for adding descriptive text to
autogui dialogs.
(bzr r748)
|
| |
|
|
|
|
|
| |
Pushing the document and node deeper into the code. This way parameters
can be placed and edited on those. Mostly, this commit involves getting
them into the autogui.
(bzr r689)
|
| |
|
|
|
| |
Moving the extension to be on the upper entry in defs so it is only once. Also optimizing by looking for a Quark.
(bzr r687)
|
| |
|
|
|
| |
Adding some parameter parsing XML code.
(bzr r686)
|
| |
|
|
|
| |
Updating the copyright statements.
(bzr r685)
|
| |
|
|
|
| |
Added in some helper functions.
(bzr r684)
|
| |
|
|
|
| |
Forgot to have GTK manage the memory for the custom widgets.
(bzr r683)
|
| |
|
|
|
| |
Adding a function to get the tool tip.
(bzr r673)
|
| |
|
|
|
|
|
| |
Making GTK+ manage all the memory that I thought it was already doing
before. Now new GTK+ objects that aren't internally referenced are
surrounded by Gtk::manage()
(bzr r671)
|
| |
|
|
|
| |
Parsing and passing scope and description values through.
(bzr r670)
|
| |
|
|
|
|
|
| |
Adding the _scope and _desc variables for the base parameters.
Currently they're just initialized to NULL and USER, but now they can
start to be used for more.
(bzr r669)
|
| |
|
|
|
| |
Wow, amazing how many I could miss.
(bzr r659)
|
| |
|
|
|
|
| |
Adding nodes as parameters all the way through the parameter chain. Now
all we need is to start using them!
(bzr r658)
|
| |
|
| |
(bzr r134)
|
|
|
(bzr r1)
|