0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 15, 2025 — Jul 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
switched to new style event bindings, this fixes broken imagebutton events More... about 22 years ago
Simplified Scriptable. Created IScriptable interface, extended by Scriptable and NullScriptable. NullScriptable gets installed as the parent of a Scriptable if the parent=None. More... about 22 years ago
added event import More... about 22 years ago
fixed boundEvents reference More... about 22 years ago
moved _binding and _dispatch into widget.py added component specific _binding to TextField, TextArea, PasswordField switched to wx.GetApp and wx.GetTopLevelwindow added binding and id attributes to background event classes added TextArea to testevents More... about 22 years ago
In progress - a unit test for the new Scriptable design. More... about 22 years ago
Copied model.Scriptable to component.Scriptable. Changing design to encapsulate behavior to execute a handler inside the Scriptable class. More... about 22 years ago
Added Handler.execute() method. This will be used when we move to Component inheriting from Scriptable, and puts the responsibility for executing a handler on the Scriptable object, as opposed to EventDispatch getting the handler from the Scriptable and then calling it. More... about 22 years ago
added reversi (Othello) sample More... about 22 years ago
updated to the latest version More... about 22 years ago
Made the event.EventSource interface public and changed all references to EventSource methods. More... about 22 years ago
Changed .DrawRectangle to .DrawRectanglePointSize. More... about 22 years ago
switched to EventLog for logging events More... about 22 years ago
Added event.EventLog, a Singleton for logging events that have fired in the system, and provides a listener interface for interested parties to be notified when events have occurred. MessageWatcher will be a client. More... about 22 years ago
general cleanup, switched to True/False; round() before drawPoint/drawLine More... about 22 years ago
made spirographInteractive its own sample More... about 22 years ago
added fixdc.py - wxPython 2.5.1.5 DC methods workaround modified bitmapcanvas.py methods to use Point Size variations of names More... about 22 years ago
transition code to new style event bindings and dispatch this is essentially the same code as used by button.py _bindEvents and _dispatch More... about 22 years ago
added event.skip to mouseDown and mouseUp handlers as a event bug fix More... about 22 years ago
transition code to new style event binding and dispatch I don't want to lose this code, so I'm "backing up" to cvs :) note that ImageButton which relies on Button binding has been broken since earlier this week when we started the new style tests More... about 22 years ago
I think loseFocus should be calling event.skip, so I added it More... about 22 years ago
fixed on_mouseUp event.skip bug More... about 22 years ago
updated event classes with binding and id, new classes to support Button... More... about 22 years ago
removed position from command print, switched to on_exit_command More... about 22 years ago
added additional event arg print for position, keyCode, altDown, etc. More... about 22 years ago
added pycrustrc.py to help with debugging gc More... about 22 years ago
changed from on_menuFileExit_select to on_exit_command Background method More... about 22 years ago
fixed findFocus() call for Mac More... about 22 years ago
added new background event binding and dispatch added hacks to MessageWatcher and EventQueue to support posting messages until we have an EventLog class added restore event (inverse of minimize) added singleItemExpandingSizerLayout method to background moved initialize event dispatch and bindWindowEvents to end of Background.__init__ to correct initialization bug with menus... More... about 22 years ago
added additional events for restore, command More... about 22 years ago