0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added numbers and changed conversion algorithm for morse code More... about 19 years ago
Update the tab text when a file has been modified (like we already do the title bar). More... about 19 years ago
Now that helpful.py is in PythonCard, use the pop-up menus fom there, rather than using the local copy. More... about 19 years ago
Added support for custom window styles. More... about 19 years ago
Support for Window styles other than the two basic ones. More... about 19 years ago
Oops - remove debugging print stmt. More... about 19 years ago
Added test cases for tooltip support (buttons and checkboxes). Added test case for wide checkbox. More... about 19 years ago
Added support for optional tooltips. Made checkboxes wider. More... about 19 years ago
Added a sample program to demo usage of the wrappers in "helpful.py" More... about 19 years ago
Added a file for helpful wrappers for dialogs, pop-up menus, etc. More... about 19 years ago
wx.lib.FloatCanvas doesn't accept a position parameter, so set the position after the vanvas and widget have been initialized. More... about 19 years ago
Added FloatCanvas to the list of components which always need their size written out. More... about 19 years ago
Add option of alphabetizing component list. More... about 19 years ago
Added 2005 to the copyright notice More... about 19 years ago
Made the background resizeable More... over 19 years ago
Add Revision and Date keywords. More... over 19 years ago
Initial version of the simple (positional grid) based sizer. More... over 19 years ago
Added sudoku sample. More... over 19 years ago
Add new sample for Suodku Solver. More... over 19 years ago
Update to match the update previously made in codeEditor. More... over 19 years ago
Making blanket except clauses more specific More... over 19 years ago
Fix up title and name (remove crufty references to "Doodle"). More... over 19 years ago
Fix up title and name for app (cruft remaining from "Doodle"). More... over 19 years ago
Bug fix to project save routine, and add a button to allow editing of the main script More... over 19 years ago
Convert from CtlKey to CmdKey (== ctl on Win, == meta on Mac). Better handling of marquee selection when cursor leaves window : should always delete marquee rectangle if mouse is released while outside the window, acts like a mouse-release (but not until mouse re-enters window). More... over 19 years ago
Updated screenshots, minor tweaks to text. More... over 19 years ago
New screenshots for current version; minor tweaks to description. More... over 19 years ago
Connect each editor (normal and multi) to the correct "readme" file. More... over 19 years ago
just updated samples.pyw filename More... over 19 years ago
Check if Dialog has been modified before doing a "preview Dialog" More... over 19 years ago