Fix for coverity #29369
[supertux.git] / src / gui / menu.hpp
2014-08-25 Ingo RuhnkeMerge branch 'feature/menu-dialogs'
2014-08-25 Ingo RuhnkeUse same colors for Dialog as for Menu
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeRemoved assert(active_item < int(items.size())); as...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
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 RuhnkeCleaned up MenuManager some more, some ownership issues...
2014-08-08 Ingo RuhnkeSimplifying the Menu API a bit
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeMoved menu code frome GameSession and Worldmap into...
2014-08-08 Ingo RuhnkeTurned MenuManager into a proper class instead of just...
2013-08-17 Tobias MarkusPartial resolution of bug 952
2009-12-29 Mathnerd314* Revert breaking changes from last revision
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-11-19 Ingo RuhnkeMoved more menu related code into the Menu classes
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff
2009-11-18 Ingo RuhnkeInclude optimizations
2009-11-18 Ingo RuhnkeSplit gui/menu.?pp
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-05-01 Ryan FlegelRemoving formfeed characters from source
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-06-18 Ryan Flegel#232: Changing from menu language no longer freezes...
2008-06-18 Ryan FlegelMenu now shrinks when closed instead of disappearing
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-05-25 Ingo RuhnkeFixed menu position on resize
2008-05-15 Ingo RuhnkeSome more messing around with aspect-ratio, window...
2008-05-11 Christoph SommerAdd-on Manager rewrite
2008-05-06 Ingo RuhnkeFixed MN_STRINGSELECT menu item
2008-05-06 Ingo RuhnkeReturn pointer to MenuItem when creating one
2008-05-05 Ingo RuhnkeAdded Menu::get_parent()
2008-05-05 Ingo RuhnkeChanged effect when switching menus
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-13 Matthias Braunfix menu width, didn't committ the tileset fix, miscela...
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-01-11 Matthias Braunsome startup time debugging, changed skid dust particle...
2005-06-26 Matthias Braunrenamed all .h to .hpp