aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.cpp
AgeCommit message (Expand)Author
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-12WAGE: Fix console redrawing when desktop is redrawnEugene Sandulenko
2016-04-12WAGE: Fix click target search orderEugene Sandulenko
2016-04-05WAGE: Fix window overlapEugene Sandulenko
2016-04-05WAGE: Order scene and console drawing depending on what is activeEugene Sandulenko
2016-04-05WAGE: Split scene and console drawingEugene Sandulenko
2016-03-23WAGE: Draw the scrollbar bar inverted to match the originalEugene Sandulenko
2016-03-23WAGE: Proper scroll drawingEugene Sandulenko
2016-03-20WAGE: Adjust cursor position when scrollingEugene Sandulenko
2016-03-20WAGE: Restrict text scrolling to the visible textEugene Sandulenko
2016-03-18WAGE: Plugged in console scrolling up/downEugene Sandulenko
2016-03-18WAGE: Fixed border highlightingEugene Sandulenko
2016-03-18WAGE: Correction to highlighted border drawingEugene Sandulenko
2016-03-18WAGE: Initial code for border manipulationEugene Sandulenko
2016-02-25WAGE: Implemented cropping in cosole. That fixes crashes in Bug HuntEugene Sandulenko
2016-02-24WAGE: Silence false positive MSVC warningsFilippos Karapetis
2016-02-23WAGE: Fix crash when border is off-screen. Bug Hunt was affected.Eugene Sandulenko
2016-02-16WAGE: Started post-gameover code implementationEugene Sandulenko
2016-02-14WAGE: Fix uninit membersEugene Sandulenko
2016-02-14WAGE: Fix int/uint comparisonEugene Sandulenko
2016-02-14WAGE: Avoid potential race condition in cursor drawing codeEugene Sandulenko
2016-02-14WAGE: Implement Cut and Clear actionsEugene Sandulenko
2016-02-14WAGE: Move all console-related stuff to gui-console.cppEugene Sandulenko
2016-02-14WAGE: Firther work on input improvementsEugene Sandulenko
2016-02-14WAGE: Improve text entryEugene Sandulenko
2016-02-14WAGE: Implement Undo actionEugene Sandulenko
2016-02-14WAGE: Implement Paste actionEugene Sandulenko
2016-02-14WAGE: Made copy command workingEugene Sandulenko
2016-02-14WAGE: Started copy command implementationEugene Sandulenko
2016-02-14WAGE: Implement API to enable/disable menu itemsEugene Sandulenko
2016-02-14WAGE: Implemented a way to remove selectionEugene Sandulenko
2016-02-14WAGE: Fix cursors during dialogsEugene Sandulenko
2016-02-14WAGE: Fix crash and remove debug outputEugene Sandulenko
2016-02-14WAGE: Implement highlighting one line selectionEugene Sandulenko
2016-02-14WAGE: Fix text coordinate calculationEugene Sandulenko
2016-02-14WAGE: Fix end of selection calculationEugene Sandulenko
2016-02-14WAGE: Fix text end markingEugene Sandulenko
2016-02-14WAGE: Fixes to selection highlightingEugene Sandulenko
2016-02-14WAGE: First attempt to draw partial highlightsEugene Sandulenko
2016-02-14WAGE: Mark full lines of selected textEugene Sandulenko
2016-02-14WAGE: Rename function to CamelCaseEugene Sandulenko
2016-02-14WAGE: Fix formattingEugene Sandulenko
2016-02-14WAGE: Further work on console selectionEugene Sandulenko
2016-02-14WAGE: Calculate click position in textEugene Sandulenko
2016-02-14WAGE: Started text selection implementationEugene Sandulenko
2016-02-14WAGE: Rename mouse event processor to add clarityEugene Sandulenko
2016-02-14WAGE: Initial code for shortcutsEugene Sandulenko
2016-02-14WAGE: Fix crash in Deep Angst, when border is beyond the screenEugene Sandulenko