summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
2015-11-29Move event skip optimization fromNativeWindowXYZ to EventHandlerBent Bisballe Nyeng
2015-11-21Fix Pugl compilation for at least X11. Minor refactoring of NativeWindowPugl.Bent Bisballe Nyeng
2015-11-21Fix comment.Bent Bisballe Nyeng
2015-11-21Use new enum classes.Bent Bisballe Nyeng
2015-11-21Handle both WM_KEYDOWN and WM_KEYUP. Allocate m_className.Bent Bisballe Nyeng
2015-11-21Alternate win32 makefile.Bent Bisballe Nyeng
2015-11-21Fix includes.Bent Bisballe Nyeng
2015-11-20Remove unneeded libraries.Bent Bisballe Nyeng
2015-11-20Make plugingui Makefile.am platform independent.Bent Bisballe Nyeng
2015-11-20Use range based for loops.Bent Bisballe Nyeng
2015-11-20Refactored Window.Bent Bisballe Nyeng
2015-11-20Refactored Widget.Bent Bisballe Nyeng
2015-11-20Move text cursor on key down instead of key up; feels more responsive that way.Bent Bisballe Nyeng
2015-11-20Missed a couple of NULL conversions.Bent Bisballe Nyeng
2015-11-20Improve behaviour when holding the mouse down and moving it in and out of the...Bent Bisballe Nyeng
2015-11-20Move reference ambersand.Bent Bisballe Nyeng
2015-11-20Only initialise Font once.Bent Bisballe Nyeng
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). Ch...Bent Bisballe Nyeng
2015-11-14Refactor ScrollBar, and fix keyboard navigation in listbox.Bent Bisballe Nyeng
2015-11-13Refactored Resource and added unittests.Bent Bisballe Nyeng
2015-11-09Refactor ProgressBar.Bent Bisballe Nyeng
2015-11-09Refactor PixelBuffer, and remove unnecessary calls to setPixel and addPixel.Bent Bisballe Nyeng
2015-11-09Remove unused 'err' argument.Bent Bisballe Nyeng
2015-11-09Make setText use const string argument.Bent Bisballe Nyeng
2015-11-09Fix mismatching malloc/delete\[\].Bent Bisballe Nyeng
2015-11-07Refactored Painter.Bent Bisballe Nyeng
2015-11-06Use Window reference in NativeWindowXYZ.Bent Bisballe Nyeng
2015-11-06NativeWindowWin32 refactor part 2.Bent Bisballe Nyeng
2015-10-31Fix 64 type problems with lodepng api.Bent Bisballe Nyeng
2015-10-31Don't compile win32 native window on linux.Bent Bisballe Nyeng
2015-10-31NativeWindowWin32 refactor part 1.Bent Bisballe Nyeng
2015-10-31Refactored Image.Bent Bisballe Nyeng
2015-10-31Font refactoring. Some rendering optimizations on ScrollBar, LineEdit and Lis...Bent Bisballe Nyeng
2015-10-30Fix addItems bug.Bent Bisballe Nyeng
2015-10-28Deploy range based for loops.Bent Bisballe Nyeng
2015-10-26Removed unused struct declarationBent Bisballe Nyeng
2015-10-26Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.Bent Bisballe Nyeng
2015-10-13Refactored LED class.Bent Bisballe Nyeng
2015-10-12Refactored X11 native backend.Bent Bisballe Nyeng
2015-10-12Fix missing 'direction' type changes (int to enum).Bent Bisballe Nyeng
2015-10-08Add another missing namespace prefix to KeyEvent.Bent Bisballe Nyeng
2015-10-08Add missing namedspace to Directory type.Bent Bisballe Nyeng
2015-10-08Add missing namedspace to Button/KeyEvents types.Bent Bisballe Nyeng
2015-10-08Refactored EventHandler and friends.Bent Bisballe Nyeng
2015-10-03Refactored Directory.Bent Bisballe Nyeng
2015-10-03Add missing overrides.Bent Bisballe Nyeng
2015-10-03Refactor ComboBox and ListBox(Thin and Basic).Bent Bisballe Nyeng
2015-10-02Refactored Colour.Bent Bisballe Nyeng
2015-10-02Missing click callback for plugingui after Button refactor.Bent Bisballe Nyeng
2015-09-28Actually close the (in STANDALONE mode) application when the window is closed.Bent Bisballe Nyeng