aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.cpp
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
2019-05-27GRAPHICS: Initialize potentially uninitialized variablesFilippos Karapetis
2018-12-09GLK: Standardizing uint vs uint32 usagePaul Gilbert
2018-07-30GRAPHICS: MACGUI: fixed memory leaks in MacTextWindowAndrei Prykhodko
2018-07-29GRAPHICS: MACGUI: add additional arg to MacTextWindow's constructor to disabl...Andrei Prykhodko
2018-07-29GRAPHICS: MACGUI: fixed SIGSEGV when ptr to menu in MacTextWindow is NULLAndrei Prykhodko
2018-07-12GRAPHICS: MACGUI: Do not use hardcoded colorsEugene Sandulenko
2017-08-22GRAPHICS: MACGUI: Added support for scrolling with mouse wheelEugene Sandulenko
2017-08-22GRAPHICS: MACGUI: Ignore keys with modifiers in MacTextWindowEugene Sandulenko
2017-08-18GRAPHICS: MACGUI: Fix MacTextWindow dragging and resizingEugene Sandulenko
2017-08-15GRAPHICS: MACGUI: Syncronise internal state when selection is cutEugene Sandulenko
2017-08-15GRAPHICS: MACGUI: Fix crash in selection when there is no text foundEugene Sandulenko
2017-08-14GRAPHICS: MACGUI: Initial code for MacTextWindow::cutSelection()Eugene Sandulenko
2017-08-11GRAPHICS: MACGUI: Fix GCC Compiler Warnings.D G Turner
2017-08-08GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input textsEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Do not resize MacTextWindow when not necessaryEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Fix selection visual feedbackEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly process revere oneliner selectionsEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly display last selection lineEugene Sandulenko
2017-08-06GRAPHICS: MACGUI: Better handling for displaying selection endEugene Sandulenko
2017-08-06GRAPHICS: MACGUI: Fix cursor position when MacTextWindow is scrolledEugene Sandulenko
2017-08-05GRAPHICS: MACGUI: More work on clearing MacTextWindow contentEugene Sandulenko
2017-08-05GRAPHICS: MACGUI: Added more selection manipulation methods to MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix compilationEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix displaying two line text selectionsEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix detection for Cut command enablementEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Leave text highlight after selection is madeEugene 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: Correctly display selection during scrollingEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Made selection affecting the MacMenuEugene Sandulenko
2017-08-04GRAPHICS: GUI: Fix flicker in selectionEugene Sandulenko
2017-08-04GRAPHICS: GUI: Mark beginning and end column of selection in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Simplified selection drawing codeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Do not draw text selection at beginning of selectionEugene 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: Incapsulate MacWindow internalsEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Reduce constant scopeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Implement scrolling in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Do not pass to the upstream backspace key event in MacTextW...Eugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Implement autoscrolling in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Use proper dimensions for maxTextWidth in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fixed Enter key behavior in MacTextWindowEugene 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