aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui-console.cpp
AgeCommit message (Expand)Author
2017-08-01WAGE: Started processing of input text from MacTextWindowEugene Sandulenko
2017-08-01JANITORIAL: Fix code identationEugene Sandulenko
2017-07-17WAGE: Fix resizing and text selection bugVelocityRa
2017-07-17WAGE: Experimental MacText(Window) console renderingVelocityRa
2016-10-06GRAPHICS: Move font-related MacGUI code to MacFontManagerEugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-08-05WAGE: Fix crash in Brownie's DreamAlexander Tkachev
2016-08-03GRAPHICS/WAGE: Made MacWindowManager font maping requiring font sizeEugene Sandulenko
2016-07-31GRAPHICS: Create wrapper namespace for MacWindow constantsBorja Lorente
2016-07-31WAGE: Extract MacMenuBorja Lorente
2016-07-30WAGE: Adapt to MacMenu namespace changeBorja Lorente
2016-07-30WAGE: Extract MacWindowBorja Lorente
2016-07-30WAGE: Change namespace of MacWindowBorja Lorente
2016-04-28WAGE: Move rest of console-related functionality to gui-console.cppEugene Sandulenko
2016-04-28WAGE: Moved pattern and palette to WMEugene Sandulenko
2016-04-28WAGE: Renamed menu.* to macmenu.*Eugene Sandulenko
2016-04-28WAGE: Moved font loading to WM. wage.dat is now classicmacfonts.datEugene Sandulenko
2016-04-25WAGE: Made Menu subclass of BaseMacWindowEugene Sandulenko
2016-04-24WAGE: Implemented window resizingEugene Sandulenko
2016-04-21WAGE: CleanupEugene Sandulenko
2016-04-15WAGE: Draw console via MacWindowEugene Sandulenko
2016-04-15WAGE: Benefit from ManagedSurface methodsEugene Sandulenko
2016-04-15WAGE: Switch to ManagedSurfaceEugene Sandulenko
2016-02-25WAGE: Implemented cropping in cosole. That fixes crashes in Bug HuntEugene Sandulenko
2016-02-16WAGE: Enable required menu items to allow game restartEugene Sandulenko
2016-02-16WAGE: Started post-gameover code implementationEugene Sandulenko
2016-02-14WAGE: Consistently use .empty() instead of .size() == 0Eugene Sandulenko
2016-02-14WAGE: Use String::clear() for emptying stingsEugene Sandulenko
2016-02-14WAGE: Implement Cut and Clear actionsEugene Sandulenko
2016-02-14WAGE: Disable Undo action after command exectutionEugene Sandulenko
2016-02-14WAGE: Fix behavior of the multiline pasteEugene Sandulenko
2016-02-14WAGE: Move all console-related stuff to gui-console.cppEugene Sandulenko