0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added experimental drag and resize code, use the control key when clicking set 'editable' to false on fields before dragging More... about 25 years ago
added wxCLIP_SIBLINGS to the init style of all widgets More... about 25 years ago
changed setSize to keep the actual widget size, not (-1, -1) for default size. changed the behavior of setSelection and getSelection, added getStringSelection, etc. More... about 25 years ago
changed getSelection to getStringSelection to match new widget.py behavior More... about 25 years ago
changed on_chkEnabled_mouseClick to use findAllComponents() method More... about 25 years ago
added Revision and Date cvs strings More... about 25 years ago
added findHandler and findLocalHandler to support background handlers More... about 25 years ago
changed the code to use a background handler on_bg1_mouseClick More... about 25 years ago
added replaceSelection method More... about 25 years ago
fixed setSize in Image class More... about 25 years ago
workaround for textfield replace bug until wxPython wxTextCtrl is fixed More... about 25 years ago
changed the menu names and layout and switched to remove() for clear More... about 25 years ago
added findFocus to Background, uncommented setSize and move in widget.py added return to more functions in widget.py More... about 25 years ago
added Cut, Copy, Paste... to .rsrc and the user code the clipboard data is now pasted automatically when the program starts More... about 25 years ago
even more functions missing return More... about 25 years ago
added return to TextField functions so they actually return results, DOH! More... about 25 years ago
attempt to fix searchExplorerFavorites.py getting updated in cvs by using a different .cvsignore entry searchExplorerFavorites.* instead of just searchExplorerFavorites.py More... about 25 years ago
Added classes ComponentSpec and AttributeSpec, enhanced parsing of spec.py. Samples changed because i ran searchExplorerer and it changed it's data file. More... about 25 years ago
added most of the remaining methods for TextField and List More... about 25 years ago
A minimal PythonCard app that can be used as a template. More... about 25 years ago
forgot to check for a draw More... about 25 years ago
added .cvsignore to tictactoe More... about 25 years ago
Tic Tac Toe proto sample More... about 25 years ago
Added findAllComponents and findComponentsByClass to make it easier to get a hold of a Backgrounds components. More... about 25 years ago
added searchExplorerFavorites.py More... about 25 years ago
changed all occurances of 'false' to 0 and 'true' to 1 More... about 25 years ago
commented out Button isdefault from spec.py and widget.py More... about 25 years ago
added textEnter message support for fldSearch More... about 25 years ago
added parens around unused messages in the message watcher More... about 25 years ago
Added a new event, DispatchEvent in dispatch.py. This event is broad cast to listeners of EventDispatch - it carries the original event and indicates whether the event was 'used'. It's used in debug.MessageWatcher. More... about 25 years ago