Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-26 | WAGE: Reuse WM _screen for Menu | Eugene Sandulenko | |
2016-04-26 | WAGE: More abstraction to menu rendering | Eugene Sandulenko | |
2016-04-26 | WAGE: Moved menu shortcut processing to Menu class | Eugene Sandulenko | |
2016-04-25 | WAGE: Cleanup | Eugene Sandulenko | |
2016-04-25 | WAGE: Move menu event processing to WindowManager | Eugene Sandulenko | |
2016-04-25 | WAGE: Moved menu rendering to WindowManager | Eugene Sandulenko | |
2016-04-25 | WAGE: Made Menu subclass of BaseMacWindow | Eugene Sandulenko | |
2016-04-25 | WAGE: Fix crash when cursor is off-screen | Eugene Sandulenko | |
2016-04-25 | WAGE: Virtualized MacWindow class | Eugene Sandulenko | |
2016-04-25 | WAGE: Splitout BaseMacWindow class | Eugene Sandulenko | |
2016-04-24 | README: Fix copy&paste mistake. | Johannes Schickel | |
2016-04-24 | WAGE: Move desktop drawing to WM | Eugene Sandulenko | |
2016-04-24 | WAGE: Implemented window resizing | Eugene Sandulenko | |
2016-04-24 | WAGE: Started window resize implementation | Eugene Sandulenko | |
2016-04-24 | WAGE: Fixed window dragging up | Eugene Sandulenko | |
2016-04-24 | GCW0: Attempt to fix out-of-tree packaging. | Johannes Schickel | |
2016-04-23 | WAGE: Clip windows to the screen dimensions | Eugene Sandulenko | |
2016-04-23 | WAGE: Implement window dragging | Eugene Sandulenko | |
2016-04-23 | Merge pull request #728 from tobiatesan/fix_ogg | Einar Johan Trøan Sømåen | |
WINTERMUTE: Correctly find .ogg version of .wav files | |||
2016-04-22 | NEWS/DE: Fix typo in cursor stuttering entry | Lothar Serra Mari | |
2016-04-22 | NEWS/DE: Add fix for cursor stuttering in the launcher | Lothar Serra Mari | |
2016-04-22 | NEWS: Add fix for cursor stuttering in the launcher | Lothar Serra Mari | |
2016-04-21 | WAGE: Cleanup | Eugene Sandulenko | |
2016-04-21 | WAGE: Make sure we're reporting only actually processed by the callback events | Eugene Sandulenko | |
2016-04-21 | JANITORIAL: Remove unnecessary execution flag | Eugene Sandulenko | |
2016-04-21 | BUILD: Update config.guess and config.sub to their latest versions | Eugene Sandulenko | |
2016-04-21 | WAGE: Moved console text selection to callbacks | Eugene Sandulenko | |
2016-04-20 | WAGE: Fix warnings | Eugene Sandulenko | |
2016-04-20 | WAGE: Cleanup | Eugene Sandulenko | |
2016-04-20 | WAGE: Console scroll via callbacks | Eugene Sandulenko | |
2016-04-20 | WAGE: Implement object clicking as part of callbacks | Eugene Sandulenko | |
2016-04-19 | WAGE: Fixed border highlights | Eugene Sandulenko | |
2016-04-19 | WAGE: Implemented text console callback | Eugene Sandulenko | |
2016-04-19 | WAGE: Switched WM::add() to returning window pointer instead of id | Eugene Sandulenko | |
2016-04-19 | WAGE: Implement callback calling in MacWindow | Eugene Sandulenko | |
2016-04-19 | WAGE: Switched event processing to generic code | Eugene Sandulenko | |
2016-04-19 | WAGE: Further work on WindowManager | Eugene Sandulenko | |
2016-04-19 | WAGE: Fixed window switching | Eugene Sandulenko | |
2016-04-19 | WAGE: Started mouse processing in the WM | Eugene Sandulenko | |
2016-04-19 | WAGE: Draw windows with WindowManager | Eugene Sandulenko | |
2016-04-18 | WAGE: Silence signed/unsigned comparison warning | Torbjörn Andersson | |
2016-04-18 | WAGE: Manage window redraws in the WM | Eugene Sandulenko | |
2016-04-18 | NEWS: Add missing whitespace in GCW0 paragraph | Lothar Serra Mari | |
2016-04-18 | NEWS/DE: Update German NEWS file | Lothar Serra Mari | |
2016-04-18 | GCW0: Mention location of scummvm.log file in README | Eugene Sandulenko | |
2016-04-18 | NEWS: Mention GCW0 port improvements | Eugene Sandulenko | |
2016-04-18 | SKY: Two more adjustments to Russian BASS | Eugene Sandulenko | |
2016-04-17 | NEWS: Add multiple bug fix in drascula for 1.8.1 | Thierry Crozat | |
2016-04-17 | DRASCULA: Remove delays when showing and hiding the inventory | Thierry Crozat | |
I don't see any purpose to this delays and they were not present in the original engine. It works fine without those and the interface seems more responsive. This fixes bug #7121 DRASCULA: Delay and freeze when pressing right mouse click on game Also move a delay when left clicking to after performing the action. With the delay between the left click and the action, the mouse position could have moved when performing the action, resulting in the wrong action being performed (e.g. activating the wrong verb or picking the wrong object in the inventory). But removing the delay altogether causes flickering when picking objects from the inventory. | |||
2016-04-17 | DRASCULA: Remove delay for select verb | Thierry Crozat | |
The delay, since it updates the mouse position, resulted in a different verb being selected than the one we clicked on when moving the mouse quickly after the clic. This was quite confusing and frustrating. I can't see any reason for this delay and it seems to work well without it. The initial commit adding it indicates this was "for better mouse response", but it added a lot of other delays at the same time, and removing this one doesn't see to impact the mouse response (on the contrary, we get the new cursor quicker). |