Fixing a few cppcheck warnings
[supertux.git] / src / gui /
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-08-27 Ingo RuhnkeMade Menu::get_item_by_id(int id) error message sligthl...
2014-08-27 Ingo RuhnkeSplit Controller::PAUSE_MENU into ESCAPE and START...
2014-08-27 Ingo RuhnkeAdded default and cancel button to the Dialog
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 RuhnkeWait for an explicit "Close" by the user instead of...
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 RuhnkeUse same colors for Dialog as for Menu
2014-08-25 Ingo RuhnkeAdded mouse support to the Dialog class
2014-08-25 Ingo RuhnkeAdded callback functions to Dialog
2014-08-25 Ingo RuhnkeImplemented Dialog::draw()
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-25 Ingo RuhnkeMade member variables private and removed friendship...
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 RuhnkeCleaned up VideoSystem initalisation
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 assert(active_item < int(items.size())); as...
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 Tobias MarkusBetter fix for crash when selecting back
2014-08-12 Tobias MarkusFixing a failing when there are no menu items
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 RuhnkeMade WARNING build option usable again
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 RuhnkeSimplifying the Menu API a bit
2014-08-08 Ingo RuhnkeMinor cleanup
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-08 Ingo RuhnkeAdded MenuManager::draw()
2014-08-08 Ingo RuhnkeCleaned up some function names in MenuManager
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeFixed crash when exiting menu and recalc_pos/all_menus
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...
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2014-08-06 Ingo RuhnkeMoved keyboard code into KeyboardManager class
2014-08-06 Ingo RuhnkeAdded MENU_BACK button (i.e. B on Xbox360 controller)
2014-08-06 Ingo RuhnkeAdded missing <vector> include
2014-08-05 Ingo RuhnkeSplitted the mouse cursor into three separate images...
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-08-01 Ingo RuhnkeReverted 91c1517 and reinserted the old mouse cursor...
2014-08-01 Ingo RuhnkePass mouse coordinates to mouse pointer manually instea...
2014-07-31 Ingo RuhnkeCleaned up coordinate translation a little, SDL mouse...
2014-07-31 Ingo RuhnkeFixed typo that made mouse clicks not function properly
2014-07-31 Ingo RuhnkeAdded PHYSICAL_SCREEN_WIDTH global variable, little...
2014-07-30 Ingo RuhnkeRemoved unused GUI classes Button and ButtonGroup
2014-07-30 Ingo RuhnkeDisabled some more code, game now starts up and plays...
2014-05-12 Tobias MarkusFixing a few compiler errors, thanks to bluescreen_aven...
2013-10-26 Tobias Markus[bug 952 partial] Free mouse cursor surface before...
2013-08-25 Tobias Markus[bug 952 partial] Free mouse cursor surface before...
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2013-08-17 Tobias MarkusPartial resolution of bug 952
2013-07-19 LMHMerge branch 'glow_effects'
2013-04-23 Arian BehvandnejadFixed issue #956: mouse wheel scroll toggles active...
2011-09-28 Wolfgang BeckerMake it compile with 4.6.1.
2011-01-10 Christoph Sommercommitted stpatch20110110.diff by Jonas Kümmerlin
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2009-12-29 Mathnerd314* Revert breaking changes from last revision
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-19 Ingo RuhnkeMoved more menu related code into the Menu classes
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribMenu
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-19 Ingo RuhnkeRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
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 RuhnkeMore -Weffc++ cleanup
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-10-06 Mathnerd314Loads more include and header fixes along with eol...
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
next