log mamba/widgets/base.py @ 283:11cf3a259eaa

age author description
Thu, 15 Sep 2011 21:44:26 +0200 Neil Muller Iterate over copies, to avoid some issues with children changing in the loop
Thu, 15 Sep 2011 12:53:52 +0200 Neil Muller Add forced_click method to buttons
Wed, 14 Sep 2011 20:49:48 +0200 Stefano Rivera Modal dialogs, and focus stealing bugfixes
Wed, 14 Sep 2011 20:31:16 +0200 Stefano Rivera Support UserEvents in callbacks
Wed, 14 Sep 2011 17:42:47 +0200 Neil Muller Add grab_focus helper
Wed, 14 Sep 2011 16:25:38 +0200 Neil Muller Pass other events to container children as well
Wed, 14 Sep 2011 14:08:14 +0200 Neil Muller Add remove method to containers
Mon, 12 Sep 2011 13:09:09 +0200 Stefano Rivera PEP8 tidy mamba.widgets
Sun, 11 Sep 2011 20:40:26 +0200 Stefano Rivera Add Button class that buttons inherit from. It implements a 'clicked' callback
Sun, 11 Sep 2011 20:15:32 +0200 Stefano Rivera Move mouse focussing to within Container
Sun, 11 Sep 2011 20:05:35 +0200 Stefano Rivera Mouse affects focus
Sun, 11 Sep 2011 19:29:11 +0200 Stefano Rivera Handle root containers where nothing is focussable
Sun, 11 Sep 2011 19:24:59 +0200 Stefano Rivera eat focus adjusting key events
Sun, 11 Sep 2011 19:17:57 +0200 Stefano Rivera Correctly handle nested Containers. Set focus on root container at first draw
Sun, 11 Sep 2011 18:30:19 +0200 Stefano Rivera Focus
Sun, 11 Sep 2011 16:33:50 +0200 Stefano Rivera Container subclasses Widget
Sun, 11 Sep 2011 16:21:36 +0200 Stefano Rivera Dispatch key events
Sun, 11 Sep 2011 16:04:09 +0200 Stefano Rivera Callbacks for events in widgets
Sun, 11 Sep 2011 15:20:19 +0200 Stefano Rivera Limit distribution of mouse events
Sun, 11 Sep 2011 15:08:16 +0200 Stefano Rivera Correct Text placement
Sun, 11 Sep 2011 14:57:11 +0200 Stefano Rivera Main menu says hello
Sun, 11 Sep 2011 14:21:50 +0200 Stefano Rivera Refactor widgets *again*, add container to Habitat
Sun, 11 Sep 2011 14:06:58 +0200 Stefano Rivera Widgets -> base