0
I Use This!
Inactive

Commits : Listings

Analyzed 24 minutes ago. based on code collected about 6 hours ago.
Jul 15, 2025 — Jul 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Skip -> skip (lowercase) More... about 22 years ago
removed getId, cruft cleanup, fixed makeNewId in Widget fixed superclass attributesin WidgetSpec and ComponentSpec More... about 22 years ago
Initial check-in of Container, a panel that will be used as the basis for building composite components. More... about 22 years ago
Changed order of superclass initialization in components. First we init the wxWidgets superclass, and then widget.Widget. More... about 22 years ago
temporary initialize fix More... about 22 years ago
reworked initialization of components More... about 22 years ago
fixed tuple More... about 22 years ago
added additional events More... about 22 years ago
Removed event.SystemEvent. We now use wx.PyCommandEvent directly to send the latent background binding event. More... about 22 years ago
Moved binding.EventBindingAdapter to event.IEventBinding. Moved binding.wxPython_EventBinding to event.DefaultEventBinding. Removed binding.py. Refactored component spec initialization. Refactored component initialization. Components are now initialized by a more obvious process. (see ComponentFactory) where a component is constructed, then Component.initialize() is called. More... about 22 years ago
fixed stc.STC global replace typo More... about 22 years ago
TextArea workaround More... about 22 years ago
added SetValue workaround for Windows display bug More... about 22 years ago
Moved event binding code from binding.BackgroundEventBinding to Background. Moved binding.SystemEvent to event. More... about 22 years ago
switched to latest Boa version, then removed import * style imports More... about 22 years ago
fixed FindReplaceDialog Show More... about 22 years ago
removed dispatch.py, moved classes to event.py More... about 22 years ago
SetFocus -> setFocus Hide/Show -> visible attribute added visible, position, and size properties to tool windows removed references to positionSizeWindow in resourceEditor removed wxPython 2.5 if blocks for GetNoHistoryFile and x, y removed getNumber from list.py (obsolete method) More... about 22 years ago
added Tom Jacobs' montyhall sample More... about 22 years ago
Added Registry.loadClass method that can import a component class when specified using a fqn (like PythonCard.components.textfield.TextField, etc. ) More... about 22 years ago
Added comments to code block that can be removed when we go to components specified by their fully-qualified name. Removed new Loader class and put the code from Loader.importClass into Registry. More... about 22 years ago
added .DS_Store to .cvsignore to ignore Mac OS X Finder meta info files More... about 22 years ago
fixed backgroundColor property setting More... about 22 years ago
added Refresh workaround for Mac More... about 22 years ago
fixed resourceEditor mouseDown bug by calling hideSizingHandles More... about 22 years ago
fixed = typo More... about 22 years ago
make sure destroy log suppression is only used during app exit More... about 22 years ago
ate OleFlushClipboard message on Destroy by stopping the logging More... about 22 years ago
fixed SystemSettings typo More... about 22 years ago
changed Debug menu, so that selecting a tool window menu item will restore (if minimized), show, and raise the tool window More... about 22 years ago