.. |
.cvsignore
|
fixed the 'intelligent' GCC build rules; added .cvsignore files
|
2002-08-21 16:28:19 +00:00 |
about.cpp
|
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
|
2003-09-18 02:07:18 +00:00 |
about.h
|
made about dialog global (so that it can be used from the launcher and from sky/simon; also added our copyright to it
|
2003-07-22 16:05:51 +00:00 |
browser.cpp
|
stdafx.h needs to be included before scummsys.h because of the #define of free.
|
2003-08-10 20:57:41 +00:00 |
browser.h
|
added some meat to the global options dialog (no prefs are stored yet, though)
|
2003-03-25 15:32:36 +00:00 |
chooser.cpp
|
stdafx.h needs to be included before scummsys.h because of the #define of free.
|
2003-08-10 20:57:41 +00:00 |
chooser.h
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
console.cpp
|
make console height/width based on a float percentage of the overlay size -> the overlay isn't so tiny anymore in COMI
|
2003-09-20 01:08:48 +00:00 |
console.h
|
make console height/width based on a float percentage of the overlay size -> the overlay isn't so tiny anymore in COMI
|
2003-09-20 01:08:48 +00:00 |
dialog.cpp
|
Don't check for hotkeys when ascii is 0, since that is the default hotkey
|
2003-07-23 16:44:15 +00:00 |
dialog.h
|
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
|
2003-08-01 12:21:04 +00:00 |
EditTextWidget.cpp
|
Patch #732725: EditTextWidget: handleMouseDown positions caret
|
2003-05-05 16:12:45 +00:00 |
EditTextWidget.h
|
Patch #732707: EditTextWidget: long string support
|
2003-05-05 16:10:19 +00:00 |
launcher.cpp
|
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
|
2003-09-18 02:07:18 +00:00 |
launcher.h
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
ListWidget.cpp
|
PalmOS changes: allow 8 bit GUI mode
|
2003-04-30 13:57:57 +00:00 |
ListWidget.h
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
message.cpp
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
message.h
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
module.mk
|
some tweaks to the build system (work toward plugin support)
|
2003-09-17 21:53:13 +00:00 |
newgui.cpp
|
make use of the new get_overlay_height/get_overlay_width
|
2003-09-20 00:47:56 +00:00 |
newgui.h
|
added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui
|
2003-09-06 20:21:54 +00:00 |
options.cpp
|
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
|
2003-09-17 22:41:01 +00:00 |
options.h
|
Hook up the midi driver selection popup; disable GFX popup for now, till we modify the backends to properly allow for it's support
|
2003-03-26 20:43:58 +00:00 |
PopUpWidget.cpp
|
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
|
2003-09-18 02:07:18 +00:00 |
PopUpWidget.h
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
ScrollBarWidget.cpp
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
ScrollBarWidget.h
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
widget.cpp
|
back disable warnings into stdafx.h, vc6 is lack of warnings support
|
2003-07-31 18:35:01 +00:00 |
widget.h
|
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
|
2003-08-01 12:21:04 +00:00 |