.. |
themes
|
Move mass add dialog settings to theme config. Bump theme ini version.
|
2007-03-10 14:15:47 +00:00 |
about.cpp
|
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
|
2007-03-17 19:02:05 +00:00 |
about.h
|
Don't track the modifier state, use the eventmanager instead (this also fixes bug #1657322, GUI: 'Mass Add' button text does not revert after mass add)
|
2007-03-17 16:05:16 +00:00 |
Actions.cpp
|
|
|
Actions.h
|
|
|
browser.cpp
|
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
|
2007-05-23 12:02:31 +00:00 |
browser.h
|
|
|
chooser.cpp
|
|
|
chooser.h
|
|
|
console.cpp
|
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
|
2007-03-17 19:02:05 +00:00 |
console.h
|
Removing some unnecessary #includes
|
2007-03-09 23:46:45 +00:00 |
credits.h
|
sync
|
2007-05-23 06:52:43 +00:00 |
debugger.cpp
|
Remove debugger hack for Symbian OS!
|
2007-03-13 22:31:55 +00:00 |
debugger.h
|
Remove debugger hack for Symbian OS!
|
2007-03-13 22:31:55 +00:00 |
dialog.cpp
|
Fixing some memory leaks in the GUI code
|
2007-04-15 19:03:25 +00:00 |
dialog.h
|
Fixing some memory leaks in the GUI code
|
2007-04-15 19:03:25 +00:00 |
editable.cpp
|
|
|
editable.h
|
|
|
EditTextWidget.cpp
|
When a user clicks on an editable string, use the correct font for calculating
|
2007-01-21 08:43:28 +00:00 |
EditTextWidget.h
|
|
|
eval.cpp
|
|
|
eval.h
|
|
|
Key.cpp
|
|
|
Key.h
|
|
|
KeysDialog.cpp
|
improve the looks of keysdialog
|
2007-04-21 14:01:36 +00:00 |
KeysDialog.h
|
|
|
launcher.cpp
|
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
|
2007-03-17 19:02:05 +00:00 |
launcher.h
|
Don't track the modifier state, use the eventmanager instead (this also fixes bug #1657322, GUI: 'Mass Add' button text does not revert after mass add)
|
2007-03-17 16:05:16 +00:00 |
ListWidget.cpp
|
|
|
ListWidget.h
|
|
|
massadd.cpp
|
Move mass add dialog settings to theme config. Bump theme ini version.
|
2007-03-10 14:15:47 +00:00 |
massadd.h
|
Improved 'Mass Detector': Now displays a dialog which displays the scan progress to the user, and can be cancelled (the whole thing still needs to be polished)
|
2007-02-18 18:23:52 +00:00 |
message.cpp
|
|
|
message.h
|
|
|
module.mk
|
Added new file gui/object.cpp (collecting GuiObject methods in there), and renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted)
|
2007-03-16 20:47:41 +00:00 |
newgui.cpp
|
Reverted r26922.
|
2007-05-27 11:40:03 +00:00 |
newgui.h
|
Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
|
2007-03-17 15:44:26 +00:00 |
object.cpp
|
Fixing some memory leaks in the GUI code
|
2007-04-15 19:03:25 +00:00 |
object.h
|
Added new file gui/object.cpp (collecting GuiObject methods in there), and renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted)
|
2007-03-16 20:47:41 +00:00 |
options.cpp
|
Implement FR #1559561: "GUI: output sample rate widgets"
|
2007-03-10 13:39:38 +00:00 |
options.h
|
Implement FR #1559561: "GUI: output sample rate widgets"
|
2007-03-10 13:39:38 +00:00 |
PopUpWidget.cpp
|
Measure the "open time" from when the pop-up dialog was first drawn, not from
|
2007-02-26 22:38:24 +00:00 |
PopUpWidget.h
|
|
|
ScrollBarWidget.cpp
|
|
|
ScrollBarWidget.h
|
|
|
TabWidget.cpp
|
Fixing some memory leaks in the GUI code
|
2007-04-15 19:03:25 +00:00 |
TabWidget.h
|
|
|
theme-config.cpp
|
improve the looks of keysdialog
|
2007-04-21 14:01:36 +00:00 |
theme.cpp
|
Little improvement for theme config validity check.
|
2007-04-29 00:18:54 +00:00 |
theme.h
|
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
|
2007-04-25 19:31:23 +00:00 |
themebrowser.cpp
|
The theme browser will now search through the bundle resource directory on OS X, fixing bug [ 1592294 ] MACOSX: Cannot Switch Back to Modern Theme
|
2006-11-08 21:31:47 +00:00 |
themebrowser.h
|
|
|
ThemeClassic.cpp
|
Moved definition of ThemeClassic and ThemeModern to their own files.
|
2007-02-08 23:25:07 +00:00 |
ThemeClassic.h
|
Moved definition of ThemeClassic and ThemeModern to their own files.
|
2007-02-08 23:25:07 +00:00 |
ThemeModern.cpp
|
ops missed one spot last commit.
|
2007-02-27 17:12:16 +00:00 |
ThemeModern.h
|
Moved definition of ThemeClassic and ThemeModern to their own files.
|
2007-02-08 23:25:07 +00:00 |
widget.cpp
|
Fixing some memory leaks in the GUI code
|
2007-04-15 19:03:25 +00:00 |
widget.h
|
Replaced 'typedef Common::String String' with explicit usages of Common::String (mainly to make doxygen happy)
|
2007-02-03 21:32:18 +00:00 |