72630 Commits

Author SHA1 Message Date
Eugene Sandulenko
b5335ed9d4 WAGE: Moved cursor management to WM 2016-04-28 12:09:08 +02:00
Eugene Sandulenko
6998182b1f WAGE: Moved pattern and palette to WM 2016-04-28 11:28:55 +02:00
Eugene Sandulenko
367946f83b WAGE: Renamed menu.* to macmenu.* 2016-04-28 11:19:02 +02:00
Eugene Sandulenko
608a74bb81 WAGE: Renamed create_wage.sh into generic create_classicmacfonts.sh 2016-04-28 11:16:09 +02:00
Eugene Sandulenko
c31e59b10c WAGE: Moved font loading to WM. wage.dat is now classicmacfonts.dat 2016-04-28 11:14:13 +02:00
Eugene Sandulenko
bbd107825f WAGE: Decoupled Window class too 2016-04-28 10:22:13 +02:00
Eugene Sandulenko
137d6b9727 WAGE: More Menu class decoupling from the engine 2016-04-28 09:59:35 +02:00
Eugene Sandulenko
97371135c6 SCUMM HE: Better names for some WizParams fields 2016-04-27 23:02:13 +02:00
Peter Bozsó
682aaa7dfd GIT: Add *.VC.db to gitignore 2016-04-27 21:45:20 +02:00
Eugene Sandulenko
056767bfb9 WAGE: Fix background restoring on menu navigation 2016-04-26 19:38:06 +02:00
Eugene Sandulenko
d26c12c497 WAGE: Reuse WM _screen for Menu 2016-04-26 19:35:27 +02:00
Eugene Sandulenko
fab749cbe6 WAGE: More abstraction to menu rendering 2016-04-26 11:17:56 +02:00
Eugene Sandulenko
587f03fab9 WAGE: Moved menu shortcut processing to Menu class 2016-04-26 11:05:39 +02:00
Eugene Sandulenko
365f06d836 WAGE: Cleanup 2016-04-25 20:01:21 +02:00
Eugene Sandulenko
98061bdc4c WAGE: Move menu event processing to WindowManager 2016-04-25 19:54:26 +02:00
Eugene Sandulenko
df6ee16631 WAGE: Moved menu rendering to WindowManager 2016-04-25 19:47:08 +02:00
Eugene Sandulenko
3a9159c5a3 WAGE: Made Menu subclass of BaseMacWindow 2016-04-25 19:02:25 +02:00
Eugene Sandulenko
35d5d93725 WAGE: Fix crash when cursor is off-screen 2016-04-25 18:38:24 +02:00
Eugene Sandulenko
b8fcb449c4 WAGE: Virtualized MacWindow class 2016-04-25 10:59:16 +02:00
Eugene Sandulenko
438ddd586f WAGE: Splitout BaseMacWindow class 2016-04-25 10:41:58 +02:00
Johannes Schickel
811b300ff6 README: Fix copy&paste mistake. 2016-04-24 19:24:03 +02:00
Eugene Sandulenko
357c64cd51 WAGE: Move desktop drawing to WM 2016-04-24 13:51:17 +02:00
Eugene Sandulenko
9877abe936 WAGE: Implemented window resizing 2016-04-24 10:47:09 +02:00
Eugene Sandulenko
b4a2361bf7 WAGE: Started window resize implementation 2016-04-24 10:29:08 +02:00
Eugene Sandulenko
ca4a948240 WAGE: Fixed window dragging up 2016-04-24 09:58:36 +02:00
Johannes Schickel
bb6bf4b1cb GCW0: Attempt to fix out-of-tree packaging. 2016-04-24 05:03:25 +02:00
Eugene Sandulenko
2e898739bc WAGE: Clip windows to the screen dimensions 2016-04-23 23:14:35 +02:00
Eugene Sandulenko
99fbda5842 WAGE: Implement window dragging 2016-04-23 22:31:38 +02:00
Einar Johan Trøan Sømåen
7af4a1a05f Merge pull request #728 from tobiatesan/fix_ogg
WINTERMUTE: Correctly find .ogg version of .wav files
2016-04-23 11:42:33 +02:00
Thomas Edvalson
1531b4ddbf 3DS: Add config class/dialog, c-pad cursor control, and option to disable screens 2016-04-22 16:43:59 -04:00
Lothar Serra Mari
f7d32be601
NEWS/DE: Fix typo in cursor stuttering entry 2016-04-22 17:11:32 +02:00
Lothar Serra Mari
e93d8602c5
NEWS/DE: Add fix for cursor stuttering in the launcher 2016-04-22 17:06:12 +02:00
Lothar Serra Mari
43e956addf
NEWS: Add fix for cursor stuttering in the launcher 2016-04-22 17:02:32 +02:00
Eugene Sandulenko
c1bf8f9e55 WAGE: Cleanup 2016-04-21 21:37:31 +02:00
Eugene Sandulenko
f3f9a57d2a WAGE: Make sure we're reporting only actually processed by the callback events 2016-04-21 17:53:24 +02:00
Eugene Sandulenko
9d283aa356 JANITORIAL: Remove unnecessary execution flag 2016-04-21 13:36:20 +02:00
Eugene Sandulenko
e7bad37a77 BUILD: Update config.guess and config.sub to their latest versions 2016-04-21 13:35:39 +02:00
Eugene Sandulenko
e74a8ba619 WAGE: Moved console text selection to callbacks 2016-04-21 11:03:58 +02:00
Eugene Sandulenko
4007a6973a WAGE: Fix warnings 2016-04-20 08:10:00 +02:00
Eugene Sandulenko
7861efb7ce WAGE: Cleanup 2016-04-20 00:59:21 +02:00
Eugene Sandulenko
d75dc3e660 WAGE: Console scroll via callbacks 2016-04-20 00:56:04 +02:00
Eugene Sandulenko
fd7b31292d WAGE: Implement object clicking as part of callbacks 2016-04-20 00:55:54 +02:00
Thomas Edvalson
bfb9ecec35 3DS: Add README 2016-04-19 14:52:58 -04:00
Eugene Sandulenko
9a4a8ac5ef WAGE: Fixed border highlights 2016-04-19 12:51:15 +02:00
Eugene Sandulenko
6f03947bc9 WAGE: Implemented text console callback 2016-04-19 11:14:48 +02:00
Eugene Sandulenko
c9d3b7210e WAGE: Switched WM::add() to returning window pointer instead of id 2016-04-19 10:56:42 +02:00
Eugene Sandulenko
b8ec681b86 WAGE: Implement callback calling in MacWindow 2016-04-19 10:53:06 +02:00
Eugene Sandulenko
fd7bf64131 WAGE: Switched event processing to generic code 2016-04-19 10:37:53 +02:00
Eugene Sandulenko
609dd56b13 WAGE: Further work on WindowManager 2016-04-19 09:35:50 +02:00
Eugene Sandulenko
73733594c1 WAGE: Fixed window switching 2016-04-19 09:35:50 +02:00