This website requires JavaScript.
Explore
Help
Sign In
ScummVM
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/scummvm/scummvm.git
synced
2026-06-20 05:45:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f644bea112becce051fb7faa85d2c1bb47c8eee5
scummvm
/
gui
T
History
Max Horn
f644bea112
improved the text display in a newgui a bit: make the font proportiona; implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h
...
svn-id: r4972
2002-09-19 17:03:24 +00:00
..
.cvsignore
fixed the 'intelligent' GCC build rules; added .cvsignore files
2002-08-21 16:28:19 +00:00
dialog.cpp
Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X
2002-09-19 16:06:51 +00:00
dialog.h
Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X
2002-09-19 16:06:51 +00:00
gui.cpp
added support for nonenglish the dig - for gui this time. now is completed :)
2002-09-17 16:12:16 +00:00
gui.h
Initial revision
2002-08-21 16:07:07 +00:00
guimaps.h
Initial revision
2002-08-21 16:07:07 +00:00
ListWidget.cpp
fixed a crasher when re-opening the save/load dialog
2002-09-09 20:28:48 +00:00
ListWidget.h
changed the way listbox draw selected items; list box now has a frame & different spacing; clicking outside any widget doesn't cause the focus widget to loose focus; other tweaks
2002-09-08 16:00:13 +00:00
newgui.cpp
improved the text display in a newgui a bit: make the font proportiona; implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h
2002-09-19 17:03:24 +00:00
newgui.h
improved the text display in a newgui a bit: make the font proportiona; implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h
2002-09-19 17:03:24 +00:00
ScrollBarWidget.cpp
changed the way listbox draw selected items; list box now has a frame & different spacing; clicking outside any widget doesn't cause the focus widget to loose focus; other tweaks
2002-09-08 16:00:13 +00:00
ScrollBarWidget.h
heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you can detect double/triple clicks); ListWidget sends a message if an item was double clicked or changed; you can abort editing in the ListWidget by pressing ESC; SaveLoadDialog will save when you double click and item, and when you finish editing an item by pressing return, will save
2002-07-27 14:16:14 +00:00
widget.cpp
Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X
2002-09-19 16:06:51 +00:00
widget.h
changed the way listbox draw selected items; list box now has a frame & different spacing; clicking outside any widget doesn't cause the focus widget to loose focus; other tweaks
2002-09-08 16:00:13 +00:00