0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added dijkstra and iacGrid samples More... over 18 years ago
added dijkstra sample More... over 18 years ago
moved Alex up in list and added more people and samples More... over 18 years ago
turned off cell editing and added dynamic grid expansion these don't seem to be causing a crash, so the earlier problem might have been the ansi version of wxPython renamed the main class to IacGrid removed self.log and some extra comments More... over 18 years ago
added selectCell and hopefully fixed both events to handle all cases More... over 18 years ago
added getSelectedCells method and factored out display update code to updateDisplay method so both rangeSelect and selectCell could call it More... over 18 years ago
updated to show ansi or unicode version of wxPython More... over 18 years ago
pyc shouldn't have been added More... over 18 years ago
comments about selections, removed crashing lines More... over 18 years ago
tweak More... over 18 years ago
updated version number More... over 18 years ago
added File->Open More... over 18 years ago
removed most of the extra event handlers and unneeded code for clarity More... over 18 years ago
added iacGrid (probably needs a better name) More... over 18 years ago
Remove spurious debug lines. More... over 18 years ago
Fix failures to save config with "view" settings, and to set these for each page. Fix problem that reading menu resource was over-riding what was set in the config file. Fix setting right-edge indicator for each page. More... over 18 years ago
New sample (sysTray) showing how to use the system tray in a PythonCard application More... over 18 years ago
New sample showing how to use the system tray in a PythonCard application More... over 18 years ago
Tweaks to layout of propertyEditor for Mac: - apparently cannot dynamically decrease size for static text, so make smaller to begin - checkbox must fit both box and label within a single space, so hack to make it bigger. More... over 18 years ago
Fix order of components to ensure that the Static Box comes before the enclosed controls. Previously, on Mac, this prevented the "nudge" controls from being active (note - this 'fix' is not guaranteed, since overlapping widgets are not guaranteed to be properly supported). More... over 18 years ago
Another hack for Mac - can get drag events without a preceding mouseDown event, when re-focusing into this window to immediately drag a resizing handle (the mousedown is swallowed by system to trigger focus into the window). More... over 18 years ago
Prevent error on call to setDefaulStyles() - it is within the page of the notebook, so call must be adjusted accordingly. More... over 18 years ago
fixed samples.html url typo bug #1494743 More... over 18 years ago
added 0.8.3 section and updated changelog.txt url for new cvs url More... over 18 years ago
Correct the version for the web site. More... over 18 years ago
Update ready for 0.8.2 release. More... over 18 years ago
Handle later versions of Python for Mac. More... over 18 years ago
Multiple bug fixes and enhancements ready for release of 0.8.2 More... over 18 years ago
Preparation for the build of 0.8.2 More... almost 19 years ago
Removed coercion to ascii to enable proper unicode support More... almost 19 years ago