stk-code_catmod/src/guiengine
auria 91432cd658 Style cleanup : add some missing m_ prefixes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8513 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-04 00:01:55 +00:00
..
widgets Rename macros to avoid name clases 2011-05-03 23:50:36 +00:00
abstract_state_manager.cpp Make abstract state manager more consistent; previously, some methods would always log, others never. Now use the logging level setting uniformly 2011-01-16 19:38:59 +00:00
abstract_state_manager.hpp Added the necessary code to handle switching language live at runtime (not yet accessible in a nice way from the user interface, this will need to come later) 2011-01-15 03:07:42 +00:00
abstract_top_level_container.cpp Not really necessary cleanup :) : port kart properties to use Ptrvector, which makes code a bit smaller and (IMHO) easier to read 2011-05-03 23:14:00 +00:00
abstract_top_level_container.hpp Minor improvements to Doxygen docs (woot, Doxygen 1.7 looks great\!) 2011-04-01 15:46:38 +00:00
CGUISpriteBank.cpp Replaced tabs with spaces. 2010-07-19 03:36:59 +00:00
CGUISpriteBank.h Replaced tabs with spaces. 2010-07-19 03:36:59 +00:00
engine.cpp Properly enable font smoothing in loading screen too (this may not work unless you have a patched irrlicht) 2011-04-29 21:10:44 +00:00
engine.hpp Oops, in Doxygen the tag for preconditions is \pre 2011-04-12 20:42:57 +00:00
event_handler.cpp Fix abundant warnings with GCC 2011-04-28 17:47:02 +00:00
event_handler.hpp Added more copyright statements 2010-12-15 22:59:55 +00:00
layout_manager.cpp Fixed compiler warnings. 2011-04-27 11:27:21 +00:00
layout_manager.hpp refactor gui layout code a little; next shall come awesome new layout features to hopefully crush all remaining resolution-specific bugs featuring clipped text 2011-04-24 23:14:21 +00:00
modaldialog.cpp Rename macros to avoid name clases 2011-05-03 23:50:36 +00:00
modaldialog.hpp Removed/fixed bogus/unneeded includes or forwards 2010-09-10 00:05:56 +00:00
scalable_font.cpp Added disableShadow method to ScalableFont, and 2011-03-29 22:59:32 +00:00
scalable_font.hpp Added disableShadow method to ScalableFont, and 2011-03-29 22:59:32 +00:00
screen_loader.cpp Tweak RTL : should only happen when a stirng is actually translated, if no translation is provided and the string stays in English keep it LTR 2011-04-06 23:43:17 +00:00
screen.cpp Rename macros to avoid name clases 2011-05-03 23:50:36 +00:00
screen.hpp Oops, in Doxygen the tag for preconditions is \pre 2011-04-12 20:42:57 +00:00
skin.cpp Style cleanup : add some missing m_ prefixes 2011-05-04 00:01:55 +00:00
skin.hpp Style cleanup : add some missing m_ prefixes 2011-05-04 00:01:55 +00:00
widget.cpp refactor gui layout code a little; next shall come awesome new layout features to hopefully crush all remaining resolution-specific bugs featuring clipped text 2011-04-24 23:14:21 +00:00
widget.hpp Minor documentation improvement 2011-04-24 23:16:58 +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