aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.h
AgeCommit message (Expand)Author
2019-10-18GRAPHICS: MACGUI: Switched MacText to U32String internallyEugene Sandulenko
2019-10-15GRAPHICS: MACGUI: Added possibility to create read only text windowsEugene Sandulenko
2018-07-29GRAPHICS: MACGUI: add additional arg to MacTextWindow's constructor to disabl...Andrei Prykhodko
2017-08-22GRAPHICS: MACGUI: Added support for scrolling with mouse wheelEugene Sandulenko
2017-08-14GRAPHICS: MACGUI: Initial code for MacTextWindow::cutSelection()Eugene Sandulenko
2017-08-08GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input textsEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Do not draw selection in the initial stateEugene Sandulenko
2017-08-05GRAPHICS: MACGUI: Added more selection manipulation methods to MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Added method to append input to MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Initial code for copying selection to clipboardEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Made selection affecting the MacMenuEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Initial selection drawing code to MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Align and store MacText selection coordinatesEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Remove redundant method from MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Reduce constant scopeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Do not add input line to the original MacText contentEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: undraw input text before resizing MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText sizeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Remove redundant method from MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Draw input on MacTextWindow redrawEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Remove redundant method from MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Exposed input text from the MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Update cursor position as text being added to MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Simplified cursor code is MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Initial code for cursor drawing in MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added font specifying to MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Made MacTextWindow processing keyboard inputEugene Sandulenko
2017-07-18MACGUI: Fix compilationEugene Sandulenko
2017-07-17WAGE: Fix resizing and text selection bugVelocityRa
2017-07-17GRAPHICS: Use MacText::appendText to render formatted textVelocityRa
2017-07-17GRAPHICS: Introduce drawText, appendText and font in MacTextWindowVelocityRa
2017-07-17GRAPHICS: Fix bug in MacText::draw() on calculating bounding rect sizeVelocityRa
2017-07-17GRAPHICS: Skeleton of MacTextWindowVelocityRa