0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Combined process A and B go_to_history_state() buttons into one grid. Working on other widget layout problems. More... almost 11 years ago
Formatted long strings for pep8. More... almost 11 years ago
Changed lower panel to use GridLayout, and added column labels. More... almost 11 years ago
Fixed TreeView subclassing to disallow collapsing. Changed history labels layout to gridlayout to fix alignment problem. Thanks @quanon! More... almost 11 years ago
Added first attempt at overriding collapse behavior for TreeView. More... almost 11 years ago
Added a set of radio buttons and code for controlling history traversal method, either shallow or deep. Worked on lower panel alignment. More... almost 11 years ago
Added history states example app. More... almost 11 years ago
Fixed a reliance on the __repr__ of a ListItemButton, which was recently changed -- use button.text instead. More... almost 11 years ago
Changed the viewport to force portrait mode, adding a 10% fudge to give a top and bottom margin when the window display is landscape. Improved the readme, reorganizing and adding instructions for using the touchring module. More... almost 11 years ago
Updated statechart diagram for recent deletion of ResizingDeflector state. More... almost 11 years ago
Added better intro, and instructions for setting PYTHONPATH. More... almost 11 years ago
Updated readme for status, for links to tools and repos, and for installation instructions. More... almost 11 years ago
Updated a comment about Kivy and image flipping in y, which it no longer does. Thanks @qua-non! More... almost 11 years ago
Removed the ResizingDeflector state and made a resize_deflector action in the WaitingForTouches state. Modified the Deflector class to fire this action. Made a function recalculate_stockbar to be used in association with resizing. Updated the readme. More... almost 11 years ago
Added a local touches list property to use instead of EventLoop.touches, because marking the user data (as lonely) for the touch was getting removed for some reason. Changed the image coordinate for referencing the extra bottom row of pixels in the level images from 0 to LEVEL_HEIGHT, which works for PIL and pygame. Unsure about implications of this for cross-platform. Added app.directory to the path for images, per a commit to the original deflectouch repo. More... almost 11 years ago
ResettingLevel state was not accessible after three failed fires. Changed go_to_state to ShowingGameScreen, for shallow level restart. More... almost 11 years ago
Commented out Config to add keybindings module, which was causing the Window to fail. More... almost 11 years ago
Merge branch 'release-0.1.2' More... about 11 years ago
Bumped version to 0.1.2 and updated changelog for transfer to Kivy. More... about 11 years ago
Changed links to github.com/kivy fom github.com/geojeff after transferring to the Kivy project. Updated license and author information for transfer. More... about 11 years ago
Merge branch 'release-0.1.1' into develop More... about 11 years ago
Merge branch 'release-1.1.1' More... about 11 years ago
Updated changelog and bumped version. More... about 11 years ago
Updated readme for dev instructions. More... about 11 years ago
Added use of kwargs in statechart init. More... about 11 years ago
Using kwargs for statechart init. Marked statechart functions with @classmethod. Changed categories and list_item_args_converter of these functions to be local. More... about 11 years ago
Added use of App.get_running_app() in views. Using kwargs properly. More... about 11 years ago
Changed use of self before super() call to come after, or to use kwargs, in the hello_world example. Made a hard-coded config set for sphinxext dir, with a TODO to check this. Changed the fruits example to use kwargs in statechart init. More... about 11 years ago
Removed hard-coded paths in Makefile, and setting on command line now. More... about 11 years ago
Adapting Kivy sphinx docs system for kivy-statecharts. More... about 11 years ago