log

age author description
Thu, 05 Aug 2010 03:33:11 -0500 Jordan Miner Add TextLayout.layoutBoxes API, but not implementation
Thu, 05 Aug 2010 03:31:21 -0500 Jordan Miner Add TextLayout.formatRuns and fontFormatRuns, and tests for formatRuns
Mon, 26 Jul 2010 00:34:56 -0500 Jordan Miner Add license boilerplate to top of text_layout.d
Mon, 26 Jul 2010 00:33:22 -0500 Jordan Miner Add some Windows error constants and related functions.
Mon, 26 Jul 2010 00:31:17 -0500 Jordan Miner Change wrong extern type for Uniscribe functions. It caused a function-not-found
Mon, 26 Jul 2010 00:29:13 -0500 Jordan Miner Set removed items in a List to T.init. T could be a struct containing a pointer
Mon, 19 Jul 2010 21:42:06 -0500 Jordan Miner Remove painting/all.d, as I somehow missed it before.
Mon, 19 Jul 2010 18:37:14 -0500 Jordan Miner Add TextLayout. So far, it handles character formatting and does not draw.
Sun, 18 Jul 2010 23:45:00 -0500 Jordan Miner Add comments for the List class and its constructors.
Sun, 18 Jul 2010 22:20:50 -0500 Jordan Miner Add List.opIndexAssign and switch to one callback for change notification.
Sat, 17 Jul 2010 16:54:09 -0500 Jordan Miner Remove useless ANSI alias FONTENUMPROCA from Windows binding.
Sat, 17 Jul 2010 16:52:16 -0500 Jordan Miner Add List.removeAt() and tests for it.
Sat, 17 Jul 2010 16:51:03 -0500 Jordan Miner Rearrange List constructors and add a constant for the default capacity.
Sat, 06 Feb 2010 15:45:53 -0600 Jordan Miner Reduce the size of an Event by sharing the mainHandler and dispatcher frame pointers.
Sat, 06 Feb 2010 15:12:52 -0600 Jordan Miner Add Event.setUp() and use in place of mainHandler and dispatcher.
Sat, 06 Feb 2010 15:11:57 -0600 Jordan Miner Remove a couple not helpful comments (because moving memory does not save it) and add a helpful one.
Thu, 13 Aug 2009 22:14:04 -0500 Jordan Miner Add comment to Control.focus()
Wed, 12 Aug 2009 05:44:50 -0500 Jordan Miner Change from using GetCursorPos() to GetMessagePos() in a couple places.
Wed, 12 Aug 2009 05:16:30 -0500 Jordan Miner Change Window.quickCreateGraphics() to create the handle if not already created.
Wed, 12 Aug 2009 05:14:04 -0500 Jordan Miner Remove warning when Application.run is not called,
Tue, 11 Aug 2009 01:45:42 -0500 Jordan Miner Add shift/control/altDown to KeyEventArgs.
Mon, 10 Aug 2009 17:04:08 -0500 Jordan Miner Add Key to string and string to Key conversion.
Mon, 10 Aug 2009 03:38:06 -0500 Jordan Miner Use Container.descendantsPlus in getFocusableDescendants for shorter code.
Mon, 10 Aug 2009 03:22:42 -0500 Jordan Miner Add test that Window.handle isn't created prematurely
Mon, 10 Aug 2009 02:48:15 -0500 Jordan Miner Setting a property to the value it already is shouldn't do anything
Mon, 10 Aug 2009 02:46:42 -0500 Jordan Miner Move visible from Control to Window
Mon, 10 Aug 2009 01:44:29 -0500 Jordan Miner Remove outdated comment
Sat, 08 Aug 2009 22:33:18 -0500 Jordan Miner Add setGroup() for RadioButtons
Sat, 08 Aug 2009 22:32:14 -0500 Jordan Miner Add setTabOrder()
Sat, 08 Aug 2009 20:35:48 -0500 Jordan Miner Edit some comments.