openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PythonCard
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 15, 2025 — Jul 15, 2026
Showing page 19 of 136
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
switched to new style event bindings, this fixes broken imagebutton events
kasplat
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.
monkyboy
More...
about 22 years ago
added event import
kasplat
More...
about 22 years ago
fixed boundEvents reference
kasplat
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
kasplat
More...
about 22 years ago
In progress - a unit test for the new Scriptable design.
monkyboy
More...
about 22 years ago
Copied model.Scriptable to component.Scriptable. Changing design to encapsulate behavior to execute a handler inside the Scriptable class.
monkyboy
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.
monkyboy
More...
about 22 years ago
added reversi (Othello) sample
kasplat
More...
about 22 years ago
updated to the latest version
kasplat
More...
about 22 years ago
Made the event.EventSource interface public and changed all references to EventSource methods.
monkyboy
More...
about 22 years ago
Changed .DrawRectangle to .DrawRectanglePointSize.
monkyboy
More...
about 22 years ago
switched to EventLog for logging events
kasplat
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.
monkyboy
More...
about 22 years ago
general cleanup, switched to True/False; round() before drawPoint/drawLine
kasplat
More...
about 22 years ago
made spirographInteractive its own sample
kasplat
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
kasplat
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
kasplat
More...
about 22 years ago
added event.skip to mouseDown and mouseUp handlers as a event bug fix
kasplat
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
kasplat
More...
about 22 years ago
I think loseFocus should be calling event.skip, so I added it
kasplat
More...
about 22 years ago
fixed on_mouseUp event.skip bug
kasplat
More...
about 22 years ago
updated event classes with binding and id, new classes to support Button...
kasplat
More...
about 22 years ago
removed position from command print, switched to on_exit_command
kasplat
More...
about 22 years ago
added additional event arg print for position, keyCode, altDown, etc.
kasplat
More...
about 22 years ago
added pycrustrc.py to help with debugging gc
kasplat
More...
about 22 years ago
changed from on_menuFileExit_select to on_exit_command Background method
kasplat
More...
about 22 years ago
fixed findFocus() call for Mac
kasplat
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...
kasplat
More...
about 22 years ago
added additional events for restore, command
kasplat
More...
about 22 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
135
136
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree