| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r951)
|
| |
|
|
|
| |
append to std::vector
(bzr r932)
|
| |
|
| |
(bzr r921)
|
| |
|
|
|
|
| |
of glib older that 2.9.0, use g_date_set_time() instead of
g_date_set_time_t().
(bzr r912)
|
| |
|
| |
(bzr r911)
|
| |
|
| |
(bzr r908)
|
| |
|
| |
(bzr r889)
|
| |
|
| |
(bzr r885)
|
| |
|
| |
(bzr r832)
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r787)
|
| |
|
| |
(bzr r785)
|
| |
|
| |
(bzr r758)
|
| |
|
| |
(bzr r754)
|
| |
|
|
|
| |
For some reason SVK lost this change...
(bzr r753)
|
| |
|
|
|
| |
Fixing and uninitialized warning.
(bzr r752)
|
| |
|
|
|
| |
Switching over to AutoGUI.
(bzr r750)
|
| |
|
|
|
| |
Making it so that menu-name and menu-tip are translatable.
(bzr r749)
|
| |
|
|
|
|
| |
Adding in a parameter type "description" for adding descriptive text to
autogui dialogs.
(bzr r748)
|
| |
|
|
|
|
| |
Allows param default values to be translatable and adding a little space
in the dialog.
(bzr r747)
|
| |
|
| |
(bzr r717)
|
| |
|
| |
(bzr r715)
|
| |
|
|
|
|
| |
Adding in passing of the view data into the autogui build so that it
will get to the parameters appropriately.
(bzr r696)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
Adding in a static function to process all the path effects on a
particular node. It breaks down the list and looks them each up --
calling each one as it goes.
(bzr r688)
|
| |
|
|
|
| |
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 in some more documentation.
(bzr r682)
|
| |
|
|
|
|
| |
Making it so the title is internationalize properly. Allowing the
preferences string to move to either side of the name of the extension.
(bzr r680)
|
| |
|
|
|
| |
Adding in the basic support for having an xslt implementation.
(bzr r675)
|
| |
|
|
|
|
| |
Moving the auto gui stuff into it's own class that subclasses from VBox.
This should make adding tooltips easier...
(bzr r674)
|
| |
|
|
|
| |
Adding a function to get the tool tip.
(bzr r673)
|
| |
|
|
|
| |
Adding descriptions and scopes for the parameters.
(bzr r672)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
Adding in the path effect to the INX file parsing.
(bzr r665)
|
| |
|
|
|
| |
Change the prototype, need to change what you're doing with it.
(bzr r662)
|
| |
|
|
|
| |
Start the ifdefs before you end them.
(bzr r661)
|
| |
|
|
|
| |
Ah, need to tell you what a node is first eh?
(bzr r660)
|
| |
|
|
|
| |
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)
|
| |
|
|
|
| |
Removing tabs
(bzr r657)
|
| |
|
|
|
|
| |
Switching things to be more Node based. This makes more sense as the
parameters are really more node based.
(bzr r656)
|
| |
|
|
|
| |
Adding the basis for a path effect extension type
(bzr r655)
|
| |
|
| |
(bzr r616)
|