This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2024-12-12 12:09:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5859a9a892
scummvm
/
gui
History
Johannes Schickel
5859a9a892
Enforce alphabetical order in the credits again.
...
svn-id: r45812
2009-11-10 20:29:19 +00:00
..
themes
Updated the modern theme logo with a darker shadow
2009-10-11 22:26:03 +00:00
about.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
about.h
Actions.cpp
Actions.h
browser.cpp
browser.h
chooser.cpp
chooser.h
console.cpp
console.h
credits.h
Enforce alphabetical order in the credits again.
2009-11-10 20:29:19 +00:00
debugger.cpp
Minor constness fixes
2009-09-06 10:51:20 +00:00
debugger.h
dialog.cpp
dialog.h
editable.cpp
editable.h
EditTextWidget.cpp
EditTextWidget.h
GuiManager.cpp
GuiManager.h
Key.cpp
Key.h
KeysDialog.cpp
KeysDialog.h
launcher.cpp
launcher.h
ListWidget.cpp
Hopefully avoiding an assert in the MSVC debug CRT library when entering an umlaut in the launcher.
2009-10-11 13:44:19 +00:00
ListWidget.h
Change doxygen inline comments from "//!" to "///" as proposed on -devel
2009-10-08 21:28:57 +00:00
massadd.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
massadd.h
message.cpp
message.h
module.mk
object.cpp
object.h
options.cpp
Fix options dialog's reflowLayout.
2009-08-16 05:38:03 +00:00
options.h
PopUpWidget.cpp
PopUpWidget.h
saveload.cpp
Implement automatic clearing of "Untitled Savestate" in edit mode of the SaveLoadChooser as requested in feature request
#2834637
"GUI: Allow greying out dummy ListWidget entries".
2009-08-20 10:04:21 +00:00
saveload.h
ScrollBarWidget.cpp
ScrollBarWidget.h
TabWidget.cpp
Added Ninteno DS specific hack, which takes care of tab button width problems. This actually is not a NDS specific problem, but so far the NDS seems to be the only backend, which has a custom (hardcoded) dialog, which makes problems with our theme layouts. Instead of r43423, which enabled auto width calculaction for tab buttons on all platforms, this commit limits this to the Nintendo DS backend. This takes care of possible layout changes, caused by the changes of the commit. I also added a comment with possible solutions to this problem.
2009-08-16 05:38:16 +00:00
TabWidget.h
Added TabWidget::getActiveTab()
2009-09-20 11:25:39 +00:00
themebrowser.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
themebrowser.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
ThemeEngine.cpp
Introduced new type Common::DisposeAfterUse::Flag
2009-10-18 19:41:59 +00:00
ThemeEngine.h
Change doxygen inline comments from "//!" to "///" as proposed on -devel
2009-10-08 21:28:57 +00:00
ThemeEval.cpp
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
ThemeParser.h
widget.cpp
widget.h