log

age author description
Sat, 14 Jun 2008 17:52:22 +0100 Diggory Hardy Added very basic (and currently useless) content support.
Sat, 14 Jun 2008 17:15:06 +0100 Diggory Hardy Included a wdim typedef for all variables to do with window position or size instead of just using int.
Sat, 14 Jun 2008 13:09:03 +0100 Diggory Hardy Coloured and alpha-blended text is now supported.
Sat, 14 Jun 2008 12:04:25 +0100 Diggory Hardy Bit of polish for a public release, including some more documentation.
Tue, 10 Jun 2008 17:35:13 +0100 Diggory Hardy Implemented gl.texture (without testing) & fixed log options adjusted previously.
Thu, 05 Jun 2008 18:05:22 +0100 Diggory Hardy Merged changes from my external repo.
Thu, 05 Jun 2008 17:16:52 +0100 Diggory Hardy Changes to paths, command line arguments and font LCD rendering.
Thu, 05 Jun 2008 15:04:44 +0100 Diggory Hardy Added a .hgignore file.
Mon, 02 Jun 2008 14:34:24 +0100 Diggory Hardy Enabled LCD font rendering mode (only tested with freetype's sub-pixel rendering disabled).
Sun, 01 Jun 2008 18:22:54 +0100 Diggory Hardy Options: impl template & new OptionsFont class.
Sat, 31 May 2008 13:10:06 +0100 Diggory Hardy Enabled getting the size of a text block (before or after rendering).
Sat, 31 May 2008 12:40:26 +0100 Diggory Hardy Implemented font rendering (grayscale only; i.e. non-LCD).
Fri, 23 May 2008 13:13:08 +0100 Diggory Hardy New mtcp utility and changes to paths.
Thu, 22 May 2008 12:51:47 +0100 Diggory Hardy Fixed resizing bugs in previous commit and made code cleaner and more efficient.
Thu, 22 May 2008 11:34:09 +0100 Diggory Hardy Several changes to resising windows and layout widgets. This commit still has some bugs.
Fri, 16 May 2008 12:22:10 +0100 Diggory Hardy Started implementing text rendering.
Thu, 15 May 2008 10:39:57 +0100 Diggory Hardy Column/row resizing implemented for GridLayoutWidget (finally)!
Wed, 14 May 2008 12:31:09 +0100 Diggory Hardy Partially implemented column/row resizing (code not working well).
Tue, 13 May 2008 12:02:36 +0100 Diggory Hardy The renderer now controls which parts of the window border allow resizing.
Thu, 08 May 2008 16:05:51 +0100 Diggory Hardy Made GUI more robust to mutable data changes and improved much of GridLayoutWidget's code.
Wed, 07 May 2008 13:07:03 +0100 Diggory Hardy Implemented widget saving.
Mon, 05 May 2008 17:02:21 +0100 Diggory Hardy Windows can now be resized!
Mon, 05 May 2008 14:47:25 +0100 Diggory Hardy Allowed widget resizing, changed widget IDs and made Input catch any callback exceptions.
Fri, 02 May 2008 17:38:43 +0100 Diggory Hardy Enabled drawing on demand, and made the polling interval configurable.
Fri, 02 May 2008 16:20:35 +0100 Diggory Hardy Windows can now be moved.
Fri, 02 May 2008 16:03:52 +0100 Diggory Hardy Work on the Gui: some of the framework for drag & drop. Also made Window an IWidget.
Thu, 01 May 2008 10:55:04 +0100 Diggory Hardy Started implementing FreeType.
Wed, 30 Apr 2008 18:05:56 +0100 Diggory Hardy Lots more work on the GUI. Also renamed lots of files.
Tue, 29 Apr 2008 18:10:58 +0100 Diggory Hardy GUI now supports basic interactible widgets, widget colour and border are more unified, and some code cleanup.
Mon, 28 Apr 2008 10:59:47 +0100 Diggory Hardy Major changes to the scheduler, previously only used by the main loop.