summaryrefslogtreecommitdiff
path: root/plugingui/lineedit.cc
AgeCommit message (Collapse)Author
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-05Refactor TextEdit widget.André Nusser
2017-04-22Remove unnecessary painter clears.André Nusser
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate ↵Bent Bisballe Nyeng
unnecessary rendering passes during event handling.
2017-01-02Fix formatting issues.André Nusser
2017-01-02Ignore all clicks except left clicks in all the widgets.André Nusser
Of course, we want to change this as soon as we actually want to use right and middle clicks. But this is not the case atm.
2016-06-07Update all use of widget_*.png to new TexturedBox.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-20Fixed backspace not working in linedit. Fixed by readding code lost at ↵Jonas Suhr Christensen
refactoring 'a65ca7af57feaf7a4ea73f7e071a72eb9b3a1e24.'
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-11-20Move text cursor on key down instead of key up; feels more responsive that way.Bent Bisballe Nyeng
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). ↵Bent Bisballe Nyeng
Changed all uievent enums to enum classes.
2015-11-07Refactored Painter.Bent Bisballe Nyeng
2015-10-31Font refactoring. Some rendering optimizations on ScrollBar, LineEdit and ↵Bent Bisballe Nyeng
ListBoxBasic.
2015-10-26Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.Bent Bisballe Nyeng
2015-10-12Fix missing 'direction' type changes (int to enum).Bent Bisballe Nyeng
2014-12-05Removed printf/debug and outcommented code.Jonas Suhr Christensen
2014-12-05Marker going further than end of text.Jonas Suhr Christensen
2014-09-30Following marker.Jonas Suhr Christensen
2014-09-23Testing branch.Jonas Suhr Christensen
2013-10-06Remove debug output.Bent Bisballe Nyeng
2013-05-16Fix lineedit mouseclick to the right of the text, which should position text ↵Bent Bisballe Nyeng
cursor to the right of the text.
2013-05-15fix.Jonas Suhr Christensen
2013-04-19GUI position/size tweaks and some pixmap changes.Bent Bisballe Nyeng
2013-03-30New box rendering of all widgets. Minor tweaks still missing.Bent Bisballe Nyeng
2013-03-13Use new painter clear function.Bent Bisballe Nyeng
2013-03-13Added path lineedit and drive selection (win32) to filebrowser. Made a lot ↵Bent Bisballe Nyeng
of small layout tweaks.
2013-03-10Make cursor move at mouse click.Bent Bisballe Nyeng
2013-03-06Major GUI workover. Hilights: A new filebrowser and new knob widget.Bent Bisballe Nyeng
2013-01-26Experimental new font renderer.Bent Bisballe Nyeng
2012-01-23Simple image blit. New slider class. New filenamelineedit. New pixelbuffer ↵Bent Bisballe Nyeng
used for drawing everything but the root window - with alpha blending...
2011-11-01Make new characters correctly appear when pos is not end=of-string.Bent Bisballe Nyeng
2011-10-14Inital implementation of X11 plugin gui.Bent Bisballe Nyeng