log dynamin/gui/control.d @ 78:651082a9b364

age author description
Sat, 06 Feb 2010 15:12:52 -0600 Jordan Miner Add Event.setUp() and use in place of mainHandler and dispatcher.
Thu, 13 Aug 2009 22:14:04 -0500 Jordan Miner Add comment to Control.focus()
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
Sat, 08 Aug 2009 22:32:14 -0500 Jordan Miner Add setTabOrder()
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 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
Tue, 04 Aug 2009 21:37:55 -0500 Jordan Miner Fix capitalization in a couple comments.
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:28:18 -0500 Jordan Miner Change keyUp, keyDown, and keyTyped to bubble to a control's parent if not stopped.
Sat, 25 Jul 2009 14:58:43 -0500 Jordan Miner Implement built-in mouse cursors with X.
Sat, 18 Jul 2009 02:41:26 -0500 Jordan Miner Fix typo in doc comment.
Wed, 15 Jul 2009 21:22:20 -0500 Jordan Miner Convert to using a struct for events. Fix some comments too.
Wed, 15 Jul 2009 14:04:55 -0500 Jordan Miner whenXX methods have to come before the event if switched to template mixins.
Sat, 20 Jun 2009 12:26:40 -0500 Jordan Miner Add blank lines and rewrap some comments.
Mon, 15 Jun 2009 22:10:48 -0500 Jordan Miner Initial commit of code.