0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move the game type to the new dialog, because that's what it does
anarcat
as Antoine Beaupré
More... over 12 years ago
reset game when type change is received
anarcat
as Antoine Beaupré
More... over 12 years ago
add settings submenu to choose game type, players, time
anarcat
as Antoine Beaupré
More... over 12 years ago
get rid of the first new_dialog, default to ChessGame
anarcat
as Antoine Beaupré
More... over 12 years ago
follow API changes in the UI
anarcat
as Antoine Beaupré
More... over 12 years ago
try to throw together a set of game classes matching the clocks
anarcat
as Antoine Beaupré
More... over 12 years ago
cosmetic change: move code around so constructor is at start
anarcat
as Antoine Beaupré
More... over 12 years ago
get rid of the useless menufactory class
anarcat
as Antoine Beaupré
More... over 12 years ago
move ClockUI out of the GameclockUI class for clarity
anarcat
as Antoine Beaupré
More... over 12 years ago
remove an empty stub for gtk.main_quit()
anarcat
as Antoine Beaupré
More... over 12 years ago
remove one more useless function
anarcat
as Antoine Beaupré
More... over 12 years ago
move more of the UI construction to the constructor, simplifying tests
anarcat
as Antoine Beaupré
More... over 12 years ago
simplify clock widget management
anarcat
as Antoine Beaupré
More... over 12 years ago
make the setup_clocks loop more regular
anarcat
as Antoine Beaupré
More... over 12 years ago
add more structural tests to setup_clocks
anarcat
as Antoine Beaupré
More... over 12 years ago
fix exception in test suite
anarcat
as Antoine Beaupré
More... over 12 years ago
add test for short games
anarcat
as Antoine Beaupré
More... over 12 years ago
factor out more duplicated code in tests
anarcat
as Antoine Beaupré
More... over 12 years ago
ignore etags file
anarcat
as Antoine Beaupré
More... over 12 years ago
fixup comment
anarcat
as Antoine Beaupré
More... over 12 years ago
simplify test code
anarcat
as Antoine Beaupré
More... over 12 years ago
add test for a bug i triggered while fixing the last one
anarcat
as Antoine Beaupré
More... over 12 years ago
explicitely delete clock widget when removing it
anarcat
as Antoine Beaupré
More... over 12 years ago
rewrite setup_clocks so it recreates the clocks from scratch
anarcat
as Antoine Beaupré
More... over 12 years ago
create UI unit tests
anarcat
as Antoine Beaupré
More... over 12 years ago
make executable
anarcat
as Antoine Beaupré
More... over 12 years ago
simplify code
anarcat
as Antoine Beaupré
More... over 12 years ago
fix probable bug with < 60 counts
anarcat
as Antoine Beaupré
More... over 12 years ago
reshuffle the game API: use simple words, no underscores
anarcat
as Antoine Beaupré
More... over 12 years ago
optimize tests by crunching down the default clock to 10ms
anarcat
as Antoine Beaupré
More... over 12 years ago