summaryrefslogtreecommitdiff
path: root/plugingui/textedit.cc
AgeCommit message (Expand)Author
2019-03-04Add word-break instead of naive character-break in TextEdit.André Nusser
2018-06-09Add ctor for creating colours from four unsigned char values.Bent Bisballe Nyeng
2017-05-19Make sure we don't resize to negative values.Bent Bisballe Nyeng
2017-05-05Fix jenkins compile error.André Nusser
2017-05-05Refactor TextEdit widget.André Nusser
2017-04-22Introduce needs_preprocessing flag (incl. functionality) to TextEdit.André Nusser
2017-04-22Erase all carriage return characters from TextEdit texts.André Nusser
2017-04-22Remove unnecessary painter clears.André Nusser
2017-04-18Revert preprocessing on resize for TextEdit. It was just plain dumb.André Nusser
2017-04-17Allow scrolling in TextEdit widget.André Nusser
2017-04-16Change width of scroll bar in TextEdit widget.André Nusser
2017-04-16Fix bug of ScrollBar where the bar was not shown.André Nusser
2017-04-15Fit text of TextEdit to widget size of resize.André Nusser
2017-04-01Fix a lot of style issues in the code for the new GUI.André Nusser
2017-04-01Fix bug in TextEdit.André Nusser
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn...Bent Bisballe Nyeng
2017-02-08UI resize refactoring part 1.Bent Bisballe Nyeng
2016-06-07Update all use of widget_*.png to new TexturedBox.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-12-21Fix size_t printf error.Bent Bisballe Nyeng
2015-12-21New (read-only) TextEdit widget from suhr.Bent Bisballe Nyeng