| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This step is needed, since the current design is quite chaotic
and it would not be possible to finish the application.
There's still a lot to be done.
After this step, it's time to implement the rest of LdLua.
|
|
|
|
|
|
|
| |
The "new" method requires to be passed a parameter that
makes it possible to call the appropriate render function.
Stub-plemented the "draw" method.
|
|
|
|
| |
Some comments in the source code have been updated.
|
|
|
|
| |
Created LdLuaSymbol, which subclasses LdSymbol.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
FindGTK2.cmake required a change for successful program compilation.
It seems that gdk_pixbuf has been put as a separate library.
The new tools also generate a slightly different version
of marshallers, so I've added it to the tree.
|
|
|
|
|
| |
Originally, there were three object classes defined in this file.
It would later become rather chaotic if left that way.
|
|
|
|
|
| |
It now paints itself white and draws a simple grid.
Also an LdDocument can be assigned to it.
|
| |
|
| |
|
|
|
|
| |
It was just too long to type and read. My mistake.
|
|
|
|
|
|
| |
Also a little change in CMakeLists.txt.
The next commit is going to change the object prefix.
|
| |
|
|
|
|
|
|
| |
Added two empty sample categories with corresponding icons.
The categories are now being loaded into the toolbar
in the main program window.
|
| |
|
|
|