Finish out stone form with some quick-and-dirty graphics
[supertux.git] / src / gui / menu_manager.cpp
2014-08-26 Ingo RuhnkeMerge branch 'feature/download-non-blocking'
2014-08-26 Ingo RuhnkeChanged error handling in TransferStatus, then-callback...
2014-08-26 Ingo RuhnkeA first try at error handling in the Downloader
2014-08-26 Ingo RuhnkeImplemented delayed destruction of Dialog in MenuManage...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
2014-08-25 Ingo RuhnkeMerge branch 'feature/menu-dialogs'
2014-08-25 Ingo RuhnkeAdded mouse support to the Dialog class
2014-08-25 Ingo RuhnkeRenamed MenuManager::current() to MenuManager::current_...
2014-08-25 Ingo RuhnkeAdded some initial dialog code, doesn't do anything yet
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeMade code -Wshadow clean
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
2014-08-15 Ingo RuhnkeClear menu stack on MenuManager::set_menu() to avoid...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-10 Ingo RuhnkeImplemented Menu::on_window_resize()
2014-08-10 Ingo RuhnkeRenamed MenuManager::recalc_pos() -> MenuManager::on_wi...
2014-08-09 Ingo RuhnkeImplemented MenuManager::refresh() so that joystick...
2014-08-09 Ingo RuhnkeReimplemented menu transition effects
2014-08-09 Ingo RuhnkeFurther cleanup in the MenuManager
2014-08-09 Ingo RuhnkeCleaned up MenuManager some more, some ownership issues...
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-08 Ingo RuhnkeAdded MenuManager::draw()
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeTurned MenuManager into a proper class instead of just...
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2009-11-19 Ingo RuhnkeRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff