aboutsummaryrefslogtreecommitdiff
path: root/engines/wage
AgeCommit message (Expand)Author
2016-04-26WAGE: Fix background restoring on menu navigationEugene Sandulenko
2016-04-26WAGE: Reuse WM _screen for MenuEugene Sandulenko
2016-04-26WAGE: More abstraction to menu renderingEugene Sandulenko
2016-04-26WAGE: Moved menu shortcut processing to Menu classEugene Sandulenko
2016-04-25WAGE: CleanupEugene Sandulenko
2016-04-25WAGE: Move menu event processing to WindowManagerEugene Sandulenko
2016-04-25WAGE: Moved menu rendering to WindowManagerEugene Sandulenko
2016-04-25WAGE: Made Menu subclass of BaseMacWindowEugene Sandulenko
2016-04-25WAGE: Fix crash when cursor is off-screenEugene Sandulenko
2016-04-25WAGE: Virtualized MacWindow classEugene Sandulenko
2016-04-25WAGE: Splitout BaseMacWindow classEugene Sandulenko
2016-04-24WAGE: Move desktop drawing to WMEugene Sandulenko
2016-04-24WAGE: Implemented window resizingEugene Sandulenko
2016-04-24WAGE: Started window resize implementationEugene Sandulenko
2016-04-24WAGE: Fixed window dragging upEugene Sandulenko
2016-04-23WAGE: Clip windows to the screen dimensionsEugene Sandulenko
2016-04-23WAGE: Implement window draggingEugene Sandulenko
2016-04-21WAGE: CleanupEugene Sandulenko
2016-04-21WAGE: Make sure we're reporting only actually processed by the callback eventsEugene Sandulenko
2016-04-21WAGE: Moved console text selection to callbacksEugene Sandulenko
2016-04-20WAGE: Fix warningsEugene Sandulenko
2016-04-20WAGE: CleanupEugene Sandulenko
2016-04-20WAGE: Console scroll via callbacksEugene Sandulenko
2016-04-20WAGE: Implement object clicking as part of callbacksEugene Sandulenko
2016-04-19WAGE: Fixed border highlightsEugene Sandulenko
2016-04-19WAGE: Implemented text console callbackEugene Sandulenko
2016-04-19WAGE: Switched WM::add() to returning window pointer instead of idEugene Sandulenko
2016-04-19WAGE: Implement callback calling in MacWindowEugene Sandulenko
2016-04-19WAGE: Switched event processing to generic codeEugene Sandulenko
2016-04-19WAGE: Further work on WindowManagerEugene Sandulenko
2016-04-19WAGE: Fixed window switchingEugene Sandulenko
2016-04-19WAGE: Started mouse processing in the WMEugene Sandulenko
2016-04-19WAGE: Draw windows with WindowManagerEugene Sandulenko
2016-04-18WAGE: Silence signed/unsigned comparison warningTorbjörn Andersson
2016-04-18WAGE: Manage window redraws in the WMEugene Sandulenko
2016-04-17WAGE: Improved accuracy of think line drawing.Eugene Sandulenko
2016-04-15WAGE: Draw console via MacWindowEugene Sandulenko
2016-04-15WAGE: Fix border blittingEugene Sandulenko
2016-04-15WAGE: Fix window title drawingEugene Sandulenko
2016-04-15WAGE: Fix window composing offsetEugene Sandulenko
2016-04-15WAGE: Simplify border drawingEugene Sandulenko
2016-04-15WAGE: Fix border clippingEugene Sandulenko
2016-04-15WAGE: Started screen composingEugene Sandulenko
2016-04-15WAGE: Benefit from ManagedSurface methodsEugene Sandulenko
2016-04-15WAGE: Switch to ManagedSurfaceEugene Sandulenko
2016-04-14WAGE: Started to plug the WM inEugene Sandulenko
2016-04-14WAGE: Draw border in MacWindowEugene Sandulenko
2016-04-13WAGE: Basic stuff to MacWindowManagerEugene Sandulenko
2016-04-13WAGE: Added stub of MacWindowManager classEugene Sandulenko
2016-04-13WAGE: More auxiliary methods to MacWindow classEugene Sandulenko