scummvm/gui
Torbjörn Andersson b4311d15ca The ListWidget constructor already did most of what reflowLayout() does, except
calling Widget::reflowLayout(). I've simplified that by calling reflowLayout()
directly instead. This may be a bit of a hack, but it was the best way I could
think of to ensure that _entriesPerPage was properly initialised. It wasn't
before, because _h had not been initialised, causing Valgrind to complain.

svn-id: r23705
2006-08-12 17:24:49 +00:00
..
themes - Fix bug #1513671 "GUI: PSP classic mode problems" 2006-07-07 21:58:52 +00:00
about.cpp Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
about.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
Actions.cpp Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) 2006-08-04 17:47:57 +00:00
Actions.h Use full path in #include guard, to avoid name clashes; also, to declare constants, enum is preferred over #define (causes less hard-to-debug errors) 2006-06-03 15:01:37 +00:00
browser.cpp Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive 2006-07-10 11:12:11 +00:00
browser.h Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp 2006-06-24 08:07:48 +00:00
chooser.cpp o Move built-in evaluator constants to AssocArray to speed it up 2006-03-24 01:24:26 +00:00
chooser.h Converted last dialogs to new scheme. Now it seems to be everything. Please, 2006-03-09 05:18:00 +00:00
console.cpp Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) 2006-08-04 15:48:37 +00:00
console.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
credits.h Adds eriktorbjorn to the kyra credits for his VQA player for kyra3. 2006-07-15 13:56:18 +00:00
dialog.cpp Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
dialog.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
editable.cpp Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) 2006-08-04 15:48:37 +00:00
editable.h Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) 2006-08-04 15:48:37 +00:00
EditTextWidget.cpp Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) 2006-08-04 15:48:37 +00:00
EditTextWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
eval.cpp More whitespace changes. 2006-07-14 13:33:58 +00:00
eval.h Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case 2006-07-30 12:21:54 +00:00
Key.cpp changed path in include to use 'common' to conform rest part of code 2006-02-12 14:05:47 +00:00
Key.h Use full path in #include guard, to avoid name clashes; also, to declare constants, enum is preferred over #define (causes less hard-to-debug errors) 2006-06-03 15:01:37 +00:00
KeysDialog.cpp More whitespace changes. 2006-07-14 13:33:58 +00:00
KeysDialog.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
launcher.cpp Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
launcher.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
ListWidget.cpp The ListWidget constructor already did most of what reflowLayout() does, except 2006-08-12 17:24:49 +00:00
ListWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
message.cpp More cleanup. We shouldn't need these widget size parameters either. 2006-05-31 12:27:05 +00:00
message.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
module.mk * Renamed config.mak to config.mk 2006-06-24 08:48:11 +00:00
newgui.cpp Whitespace. 2006-08-12 16:42:19 +00:00
newgui.h There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI code 2006-08-04 18:01:43 +00:00
object.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
options.cpp Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
options.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
PopUpWidget.cpp Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) 2006-08-04 15:48:37 +00:00
PopUpWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
ScrollBarWidget.cpp Fix various typenames to comply to the ScummVM coding guidelines 2006-06-05 12:22:51 +00:00
ScrollBarWidget.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
TabWidget.cpp Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
TabWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
theme-config.cpp - Fix bug #1513671 "GUI: PSP classic mode problems" 2006-07-07 21:58:52 +00:00
theme.cpp Fixed broken svn:keywords values 2006-04-16 13:01:41 +00:00
theme.h - Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restored background (example: the tab scrolling buttons). 2006-06-15 14:25:59 +00:00
ThemeClassic.cpp String class usage cleanup 2006-07-23 15:08:48 +00:00
ThemeNew.cpp String class usage cleanup 2006-07-23 15:08:48 +00:00
widget.cpp Since the slider's handleMouseMoved() clips the new value, there's no need to 2006-06-28 04:52:48 +00:00
widget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00