Merged changes from branches/supertux-milestone2-grumbel/ to trunk/supertux/
[supertux.git] / src / gui / menu.cpp
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-10 Miloš Klouček*possible* fix for bugs #453 and #373
2009-06-02 Miloš KloučekFix for bug #436 - just clear last_menus when set_curre...
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 FlegelMenu now shrinks when closed instead of disappearing
2008-06-12 Ryan FlegelGetting rid of nasty tabs
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-08 Matthias Braunfix a few warnings
2008-05-07 Ingo RuhnkeWhen custom aspect ratio is set, add it to the list...
2008-05-06 Ingo RuhnkeFixed MN_STRINGSELECT menu item a bit more and hooked...
2008-05-06 Ingo RuhnkeFixed MN_STRINGSELECT menu item
2008-05-06 Ingo RuhnkeDisplay some additional help text on Option Menu entries
2008-05-06 Ingo RuhnkeReturn pointer to MenuItem when creating one
2008-05-05 Ingo RuhnkeAdded scrolling to the menu (a little crude, but working)
2008-05-05 Ingo RuhnkeFixed game crashing when leaving the worldmap
2008-05-05 Ingo RuhnkeAdded Menu::get_parent()
2008-05-05 Ingo RuhnkeMinor cleanup, replaced SCREEN_WIDTH/2 with pos_x
2008-05-05 Ingo RuhnkeMenu items in Option menu are aligned right and left
2008-05-05 Ingo RuhnkeAdded some blinking to the current menu item
2008-05-05 Ingo RuhnkeChanged effect when switching menus
2008-03-15 Ingo Ruhnke- fixed menu edge rounding
2008-02-25 Ingo Ruhnke- some more menu tweaks
2008-02-25 Ingo Ruhnke- added highlight rectangle around the current menu...
2008-02-25 Ingo Ruhnke- added support for rounded rectangles for use in the...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-08-22 Ingo Ruhnke- implemented option to switch between up-as-jump and...
2007-01-28 Ingo Ruhnke- renamed LEFT_ALLIGN to ALIGN_LEFT
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-05 Christoph SommerChanged sprintfs to snprintfs, updated translation
2006-05-26 Matthias Braun- Remove ManagedSoundSource
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-19 Matthias Braun2 more evil mainloops are gone
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-10 Matthias BraunMajor rewrite of scripting support:
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-01-11 Matthias Braunsome startup time debugging, changed skid dust particle...
2005-10-25 Ondřej HošekAdded a "graceful exit" exception to be called when...
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-05-12 Matthias Braun- Refactored worldmap a bit to reuse GameObject from...
2005-05-10 Matthias Braunchanged worldmap format a bit to be more consistent...
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-02 Matthias Braunfix file lookup
2005-05-01 Matthias Braunaccidently lowered warning level in one of my commits...
2005-05-01 Matthias Braun-Started to move stuff from library back to main game