Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-03 | oops | Max Horn | |
svn-id: r11074 | |||
2003-11-03 | use TabWidget for GlobalOptionsDialog | Max Horn | |
svn-id: r11073 | |||
2003-11-03 | automatically compute tab width | Max Horn | |
svn-id: r11072 | |||
2003-11-03 | Widget::handleCommand delegates unhandled commands to the boss | Max Horn | |
svn-id: r11071 | |||
2003-11-02 | update | Paweł Kołodziejski | |
svn-id: r11070 | |||
2003-11-02 | fixed warning | Paweł Kołodziejski | |
svn-id: r11069 | |||
2003-11-02 | more changes to allow widget nesting to fully work | Max Horn | |
svn-id: r11068 | |||
2003-11-02 | Remove old FIXME | Joost Peters | |
svn-id: r11067 | |||
2003-11-02 | fix compile error | Max Horn | |
svn-id: r11066 | |||
2003-11-02 | change inventory browsing to match original | Joost Peters | |
svn-id: r11065 | |||
2003-11-02 | Match new[] with delete[]. | David Eriksson | |
svn-id: r11064 | |||
2003-11-02 | Enable keys for panel commands. | David Eriksson | |
svn-id: r11063 | |||
2003-11-02 | added initial TabWidget stub (if you want to try it, I added some testing ↵ | Max Horn | |
code to launcher.cpp which you just have to un-#if). This is not yet finished, obviously, but enough to 'get the idea', I hope svn-id: r11062 | |||
2003-11-02 | refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed ↵ | Max Horn | |
NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor) svn-id: r11061 | |||
2003-11-02 | Even more stuff moving into Sword2Engine. I'm tempted to make a new class | Torbjörn Andersson | |
for the mouse stuff, but I need to think about that a bit more. I have a feeling the code could be cleaned up a bit anyway... svn-id: r11060 | |||
2003-11-02 | some TODOs | Max Horn | |
svn-id: r11059 | |||
2003-11-02 | make coordinate calculation based on position of parent -> needed for nested ↵ | Max Horn | |
widgets svn-id: r11058 | |||
2003-11-02 | Moved some more "homeless" functions into Sword2Engine. (Don't worry -- I | Torbjörn Andersson | |
promise I will get rid of g_sword2 later.) svn-id: r11057 | |||
2003-11-02 | cleanup/remaining Walk cutaway calls | Gregory Montoir | |
svn-id: r11056 | |||
2003-11-02 | update | Gregory Montoir | |
svn-id: r11055 | |||
2003-11-02 | fix locking verb crash | Gregory Montoir | |
svn-id: r11054 | |||
2003-11-02 | More moving of stuff into classes. I had to make a few changes/cleanups to | Torbjörn Andersson | |
events.cpp, so there could be regressions. svn-id: r11053 | |||
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards ↵ | Max Horn | |
making it possible to nest widgets (needed for TabWidget) svn-id: r11052 | |||
2003-11-02 | add missing inventory functions | Joost Peters | |
svn-id: r11051 | |||
2003-11-02 | ask before removing a game config | Max Horn | |
svn-id: r11050 | |||
2003-11-02 | updated | Paweł Kołodziejski | |
svn-id: r11049 | |||
2003-11-02 | forgot to commit this, sorry guys | Max Horn | |
svn-id: r11048 | |||
2003-11-02 | updated | Paweł Kołodziejski | |
svn-id: r11047 | |||
2003-11-02 | fixed warnings | Paweł Kołodziejski | |
svn-id: r11046 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-11-02 | TODOs | Max Horn | |
svn-id: r11044 | |||
2003-11-01 | merged detectGames() into LauncherDialog::handleCommand() | Max Horn | |
svn-id: r11043 | |||
2003-11-01 | cleanup | Max Horn | |
svn-id: r11042 | |||
2003-11-01 | fixed Widget::draw for bordered items to adjust _h; removed unused label ↵ | Max Horn | |
param from SliderWidget constructor; cleanup svn-id: r11041 | |||
2003-11-01 | renamed 'timer' to duration; minimal doxygen comments | Max Horn | |
svn-id: r11040 | |||
2003-11-01 | amiga checkbox is pointless in the in-game settings dialog (you should set ↵ | Max Horn | |
this option either in the launcher or directly in the config file); got rid of queryCustomString/string_map_table_custom: we only used them in a very few spots anyway, and until we actually decide to localize ScummVM, they don't gain us anything svn-id: r11039 | |||
2003-11-01 | amiga checkbox is obsolete (will be replaced by a platform popup | Max Horn | |
svn-id: r11038 | |||
2003-11-01 | fix potential crash | Max Horn | |
svn-id: r11037 | |||
2003-11-01 | added doxygen comment | Max Horn | |
svn-id: r11036 | |||
2003-11-01 | use input->delay instead of system->delay | Gregory Montoir | |
svn-id: r11035 | |||
2003-11-01 | modified MessageDialog to allow for custom button texts | Max Horn | |
svn-id: r11034 | |||
2003-11-01 | cleanup: new MessageDialog subclass TimedMessageDialog | Max Horn | |
svn-id: r11033 | |||
2003-11-01 | don't do dynalum if palette scroll is disabled | Gregory Montoir | |
svn-id: r11032 | |||
2003-11-01 | rename Queen::GameSettings to Queen::GameConfig | Gregory Montoir | |
svn-id: r11031 | |||
2003-11-01 | make doxygen happy | Gregory Montoir | |
svn-id: r11030 | |||
2003-11-01 | small fix: if one specifies fullscreen=true in the 'scummvm' config section ↵ | Max Horn | |
but fullscreen=false in the game specific config section, ScummVM now properly disables fullscreen mode; also, don't use setvbuf with a NULL bufer and a non-zero size param, that's not portable -> use setlinebuf instead svn-id: r11029 | |||
2003-11-01 | made SDL backend use config manager | Max Horn | |
svn-id: r11028 | |||
2003-11-01 | Instead of having a function that reverses the panning table, we now have a | Torbjörn Andersson | |
function that creates the panning table. The difference is that you now have to tell whether you want one for normal or reverse stereo, so you are not dependent on the previous state of the table. (I still think it may be possible to get rid of the panning table completely, but that's for later cleanups.) svn-id: r11027 | |||
2003-11-01 | Create the gui object dynamically | Torbjörn Andersson | |
svn-id: r11026 | |||
2003-11-01 | More moving of stuff into classes | Torbjörn Andersson | |
svn-id: r11025 |