log

age author description
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.
Sat, 08 Aug 2009 20:35:20 -0500 Jordan Miner Implement default buttons.
Sat, 08 Aug 2009 20:20:35 -0500 Jordan Miner Edit the Settings unittest to load, save, then load the saved test data.
Sat, 08 Aug 2009 20:00:33 -0500 Jordan Miner Fix crash in withGraphics() if there wasn't a Window ancestor with a handle.
Sat, 08 Aug 2009 18:02:43 -0500 Jordan Miner Add Control.findAncestor
Sat, 08 Aug 2009 17:16:11 -0500 Jordan Miner Add some comments
Sat, 08 Aug 2009 17:15:31 -0500 Jordan Miner Add Container.descendants
Sat, 08 Aug 2009 15:46:39 -0500 Jordan Miner Edit comments and fix a typo.
Sat, 08 Aug 2009 15:42:27 -0500 Jordan Miner Add focusing and other changes that are related
Sat, 08 Aug 2009 15:31:24 -0500 Jordan Miner Fix comments and add blank lines.
Tue, 04 Aug 2009 21:37:55 -0500 Jordan Miner Fix capitalization in a couple comments.
Tue, 04 Aug 2009 21:02:35 -0500 Jordan Miner Draw focus rectangles for buttons, check boxes, and radio buttons in WindowsTheme.
Tue, 04 Aug 2009 20:59:38 -0500 Jordan Miner Add a couple doc comments.
Tue, 04 Aug 2009 20:41:43 -0500 Jordan Miner Fix a crash if Control.focus was called on a Control not in a Window.
Tue, 04 Aug 2009 20:39:03 -0500 Jordan Miner Add Control.tabIndex