log mamba/widgets/base.py @ 601:915de6c7d342 default tip

age author description
Wed, 11 Jan 2023 20:41:40 +0200 Neil Muller Game runs, although weirdly
Sat, 17 Sep 2011 20:52:46 +0200 Jeremy Thurgood Fix music selection stuff.
Sat, 17 Sep 2011 20:37:05 +0200 Jeremy Thurgood Epic level editor reworking.
Sat, 17 Sep 2011 20:02:49 +0200 Stefano Rivera Disableable text buttons
Sat, 17 Sep 2011 17:51:21 +0200 Stefano Rivera Improve multi-modal hirarchy behavior (but not very usefully)
Sat, 17 Sep 2011 16:49:31 +0200 Stefano Rivera Also allow KP_ENTER
Sat, 17 Sep 2011 16:40:29 +0200 Stefano Rivera Fix clicking in dead dialog bug
Sat, 17 Sep 2011 01:23:41 +0200 Neil Muller Add Box base class
Fri, 16 Sep 2011 23:18:33 +0200 Stefano Rivera Make modal containers affect the mouse too
Fri, 16 Sep 2011 22:16:48 +0200 Stefano Rivera Don't forget to super().event(...), especially when you shout at other people about it...
Fri, 16 Sep 2011 22:13:17 +0200 Stefano Rivera a hackful GridContainer for the LevelMenu
Thu, 15 Sep 2011 23:24:22 +0200 Neil Muller Make forced_click grab the focus as well
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