0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
Jul 13, 2025 — Jul 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
put write within try/except block in case of file errors More... about 22 years ago
changed initialization order, moved panel event binds More... about 22 years ago
version and url updates More... about 22 years ago
changed addMethod to use setattr More... about 22 years ago
added workaround code for Mac StatusBar More... about 22 years ago
refactored resourceEditor to query component spec for default set of attributes in on_componentAdd_command updated all components and Widget class to provide defaults More... about 22 years ago
only saving last 100 searches More... about 22 years ago
updated developers and contributors More... about 22 years ago
resourceEditor now dynamically builds its list of Components More... about 22 years ago
added position and size attributes to Panel More... about 22 years ago
renamed saveState and restoreState to save and restore More... about 22 years ago
switched to push and pop More... about 22 years ago
added push and pop More... about 22 years ago
force redraw so window is updated on Mac OS X More... about 22 years ago
added AbstractTurtle optimization removed mouse draw handlers fixed copy and paste for fields added statusBar and time calculation More... about 22 years ago
fixed background dialog enable More... about 22 years ago
changed 0 and 1 to False and True; removed from __future__ import More... about 22 years ago
turtle sample note More... about 22 years ago
changed turtle script to Python modules changed how modules are run by using __import__ refactored the turtle wrappers removed redundant examples More... about 22 years ago
fixed DrawBitmap call to use DrawBitmapPoint (wxPython 2.5.2.x) More... about 22 years ago
added searches to loadConfig and saveConfig More... about 22 years ago
fixed resourceEditor so it saves on Run and validates component names More... about 22 years ago
added name of command to EventLog report eventName = 'command ' + self.command More... about 22 years ago
added validation code for name attribute More... about 22 years ago
added info URL and full names for contributors More... about 22 years ago
changed all occurances of stack in resources to application More... about 22 years ago
turn templates into a package More... about 22 years ago
removed Stack class More... about 22 years ago
reworked runtime window variables and loading More... about 22 years ago
removed Stack class, changed self.stack.app references to self.application changed childWindow, Background, and CustomDialog inits so stack arg isn't passed in. only did minimal testing of tools and samples More... about 22 years ago