0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed shortcut field so that Backspace clears the entry More... over 24 years ago
changed shortcut field so that Backspace clears the entry More... over 24 years ago
reduced the size of the Menu Dialog More... over 24 years ago
reduced the size of the Menu Dialog More... over 24 years ago
added Up, Down, Delete, New Menu, and New MenuItem buttons More... over 24 years ago
added Up, Down, Delete, New Menu, and New MenuItem buttons More... over 24 years ago
fixed List.setString to match docs setString(n, aString) added all fields to MenuDialog More... over 24 years ago
fixed List.setString to match docs setString(n, aString) added all fields to MenuDialog More... over 24 years ago
fixed attribute creation for menus (old bug) which was missing enabled, checkable, and checked attributes for MenuItems if the MenuDialog is accepted then self.rsrc.stack.menubar is replaced with a new Resource built from the list returned by the dialog More... over 24 years ago
fixed attribute creation for menus (old bug) which was missing enabled, checkable, and checked attributes for MenuItems if the MenuDialog is accepted then self.rsrc.stack.menubar is replaced with a new Resource built from the list returned by the dialog More... over 24 years ago
added a shortcut field that allows the user to type the shortcut they want More... over 24 years ago
added a shortcut field that allows the user to type the shortcut they want More... over 24 years ago
added Ctrl+G option to Align Components to Grid changed key accelerators to use + instead of -, Ctrl+O instead of Ctrl-O More... over 24 years ago
added Ctrl+G option to Align Components to Grid changed key accelerators to use + instead of -, Ctrl+O instead of Ctrl-O More... over 24 years ago
changed gridSize to xGridSize and yGridSize but left a single dialog to set the grid size. if a separate dialog is added later to set the grid size in both directions then the code will already be in place to work correctly added grid alignment to the resizing handles More... over 24 years ago
changed gridSize to xGridSize and yGridSize but left a single dialog to set the grid size. if a separate dialog is added later to set the grid size in both directions then the code will already be in place to work correctly added grid alignment to the resizing handles More... over 24 years ago
added a Grid Size dialog option and Align to Grid menu options and code so that the component dragging could align to a grid More... over 24 years ago
added a Grid Size dialog option and Align to Grid menu options and code so that the component dragging could align to a grid More... over 24 years ago
updated readme.txt added menuDialog.rsrc.py and beginnings of the Menu Editor, though all it does right now is list the menus More... over 24 years ago
updated readme.txt added menuDialog.rsrc.py and beginnings of the Menu Editor, though all it does right now is list the menus More... over 24 years ago
added Component menu, moved Add Button... to Component menu fixed Duplicate so duplicated component is in front of other components cleaned up menu names added Send to Back, Move Backward, Move Forward, Bring to Front commands put most of the logic for fixing component order into fixComponentOrder More... over 24 years ago
added Component menu, moved Add Button... to Component menu fixed Duplicate so duplicated component is in front of other components cleaned up menu names added Send to Back, Move Backward, Move Forward, Bring to Front commands put most of the logic for fixing component order into fixComponentOrder More... over 24 years ago
added hack to on_editAddWidget_command and property editor so that a new component could be "inserted" into a panel rather than just appended to the end, thus showing up behind all the other components More... over 24 years ago
added hack to on_editAddWidget_command and property editor so that a new component could be "inserted" into a panel rather than just appended to the end, thus showing up behind all the other components More... over 24 years ago
added an Options menu to set Run options such as Logging and the Shell More... over 24 years ago
added an Options menu to set Run options such as Logging and the Shell More... over 24 years ago
added backgroundInfo.rsrc.py and code to edit the background info for the resource changed the Open File code to change the current directory, so that image references would work correctly; I don't know when this stoppped working More... over 24 years ago
added backgroundInfo.rsrc.py and code to edit the background info for the resource changed the Open File code to change the current directory, so that image references would work correctly; I don't know when this stoppped working More... over 24 years ago
added stackInfo.rsrc.py added ability to edit the stack resource properties, but there is no error checking More... over 24 years ago
added stackInfo.rsrc.py added ability to edit the stack resource properties, but there is no error checking More... over 24 years ago