Welcome!
Take a look at our Projects!
News:
2008-05-05 - lgui 0.10 released
Changes:
- Enhanced the main loop;
- All unknown objects derives from lgui.Object now (usefull for Glade / getters);
- Wrapped GtkColorButton, GtkFileChooserButton, GtkFontButton, GtkScaleButton,
GtkVolumeButton, GtkVPaned, GtkHPaned and GtkExpander;
- Added more examples;
2008-04-27 - lnet 0.1 released
lnet is a simple GNet binding to Lua.
The current release binds the GServer and GConn features of GNet,
plus a simplified main loop.
lnet + lgui makes a good pair, because GNet can do asynchronous socket IO,
balancing the lack of a preemptive thread system of Lua.
2008-04-23 - lgui 0.9 released
Changes:
- Added widget:modify{Base,Bg,Fg,Font};
- Added more examples;
- Added container:child{Set,Get};
- Wrapped GtkAssistant and GtkNoteBook;
- Fixed memory leak in Color.toString;
- Fixed dialogs;
2008-04-13 - lgui 0.8 released
Changes:
- Added printing support;
- Some bug fixes;
Binaries (32bits) for GNU/Linux and MS-Windows are now available at Projects.Downloads.
2008-04-08 - TDSocket 0.1 released
TDSocket is a thin Sockets wrapper for C++. Tested on Linux and Windows (MingW and VC).
2008-03-21 - lgui 0.7 released
Changes:
- Some name changes (all Vbox -> VBox);
- Added GtkCalendar, GtkIconView and GtkTreeSelection:getSelectedRows;
- New examples (Class navigator and IconView);
2008-03-10 - lgui 0.6 released
Major internal refactoring. Now the O.O is implemented at "library-level", so, there's no extra memory consumption, more organization, and there's no more need to manual casts.
2008-03-10 - ldraw 0.3 released
Major internal refactoring. Now the O.O is implemented at "library-level", so, there's no extra memory consumption, more organization. The name changed from lcairo to ldraw.
2008-03-09 - New SVN repository
I'm switching from the old CVS repository to the new SVN. A lot better =).