log

age author description
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
Tue, 04 Aug 2009 20:31:15 -0500 Jordan Miner Fix crash in RadioButton.whenKeyDown()
Tue, 04 Aug 2009 20:28:18 -0500 Jordan Miner Change keyUp, keyDown, and keyTyped to bubble to a control's parent if not stopped.
Thu, 30 Jul 2009 19:20:30 -0500 Jordan Miner Rename uses of 'directory' to 'folder' in method names and comments.
Thu, 30 Jul 2009 18:10:49 -0500 Jordan Miner Rename DirectoryDialog to FolderDialog.
Thu, 30 Jul 2009 18:05:50 -0500 Jordan Miner Revert Window.content to being a Panel.
Thu, 30 Jul 2009 17:37:59 -0500 Jordan Miner Rename collectFromPanel() to collectFromContainer()
Thu, 30 Jul 2009 17:36:54 -0500 Jordan Miner Fix a bug in a test that somehow slipped by in last commits.
Wed, 29 Jul 2009 23:30:15 -0500 Jordan Miner Add a few layout tests (with decent coverage).
Wed, 29 Jul 2009 23:28:53 -0500 Jordan Miner Make horizontal layouts align along their baseline.
Wed, 29 Jul 2009 23:27:41 -0500 Jordan Miner Fix possible incorrect extra space after the last control in a layout.
Wed, 29 Jul 2009 23:25:29 -0500 Jordan Miner Fix filler to only be elastic in the direction of its parent.
Wed, 29 Jul 2009 23:24:20 -0500 Jordan Miner Correct a comment and remove an unused variable.
Mon, 27 Jul 2009 01:36:17 -0500 Jordan Miner Change Windows cursor resource names back to their actual values.
Mon, 27 Jul 2009 01:35:35 -0500 Jordan Miner Allow more use of Containers versus Panels.
Sat, 25 Jul 2009 22:50:45 -0500 Jordan Miner Use pointers to X event structs to avoid copying them.