stk-code_catmod/src/guiengine
hikerstk 3f0e2a7f82 Cosmetic changes only.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10290 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-30 23:46:04 +00:00
..
widgets Apply patch by winterheart to build with latest irrlicht SVN. Yes, this means you need to update to latest irrlicht :) 2011-11-20 00:15:47 +00:00
abstract_state_manager.cpp Only cosmetic changes to adjust the files to our coding style. 2011-09-28 05:19:22 +00:00
abstract_state_manager.hpp Only cosmetic changes to adjust the files to our coding style. 2011-09-28 05:19:22 +00:00
abstract_top_level_container.cpp improve a lot leaks of CGUIEditBox objects 2011-10-16 00:00:57 +00:00
abstract_top_level_container.hpp improve a lot leaks of CGUIEditBox objects 2011-10-16 00:00:57 +00:00
CGUISpriteBank.cpp Only cosmetic changes to adjust the files to our coding style. 2011-09-28 05:19:22 +00:00
CGUISpriteBank.h Fixed a couple more leaks 2011-09-22 18:24:28 +00:00
engine.cpp Cosmetic changes only. 2011-11-30 23:46:04 +00:00
engine.hpp Quite a bit of work on Doxygen docs to contain an overview of the STK source code base 2011-10-25 17:46:14 +00:00
event_handler.cpp Fixed #444 2011-09-27 22:58:11 +00:00
event_handler.hpp Fixed VS compilation problem ('free' is a macro) by renaming free to deallocate. 2011-09-23 00:07:24 +00:00
layout_manager.cpp Includes cleanup; especially avoid including in headers, creating implicit dependencies and horrible chains of recursive includes. Avoid iostream when possible because this header is not small 2011-05-29 19:52:24 +00:00
layout_manager.hpp Fix linux compilation problem. 2011-05-29 23:47:26 +00:00
modaldialog.cpp Fix for good CGUIEditBox leak 2011-10-16 00:07:28 +00:00
modaldialog.hpp Fix quite a few leaks in the GUI engine, and introduce my quick leak-detection macros in dbeug mode (with Joerg's approval) 2011-09-22 18:08:04 +00:00
scalable_font.cpp Improved handling of long add-on names 2011-09-02 00:31:22 +00:00
scalable_font.hpp Fixed a couple more leaks 2011-09-22 18:24:28 +00:00
screen_loader.cpp Suppress useless logging in add-ons screen 2011-06-25 23:04:54 +00:00
screen.cpp improve a lot leaks of CGUIEditBox objects 2011-10-16 00:00:57 +00:00
screen.hpp improve a lot leaks of CGUIEditBox objects 2011-10-16 00:00:57 +00:00
skin.cpp Forbig changing language when in-game as this crashes 2011-10-15 23:30:21 +00:00
skin.hpp Only cosmetic changes (line length, ...). 2011-09-28 04:54:52 +00:00
widget.cpp More work on 'thou shalt not include irrlicht.h everywhere carelessly' 2011-05-22 19:45:17 +00:00
widget.hpp Bugfix: tabs could not be selected anymore. Reason was a change 2011-10-18 23:39:28 +00:00
widgets.hpp Added bubble widget to work around clipped text in help menu .I'm not sure I like it, and it's especially ugly in the glass skin, but that can be worked on later. 2010-09-04 20:24:42 +00:00