summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
2016-03-16Build cleanup and windows build add.Bent Bisballe Nyeng
2016-03-12Add parent widget pointer for contained plugin windows. Remove threaded event...Bent Bisballe Nyeng
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2016-01-28Revert files that shouldn't have been changed in this branch...Bent Bisballe Nyeng
2016-01-20Fix warning.Bent Bisballe Nyeng
2016-01-20Fix warning.Bent Bisballe Nyeng
2015-12-31Fix a couple of errors detected by coverity.Bent Bisballe Nyeng
2015-12-21Try to initialise threaded Xlib calls.Bent Bisballe Nyeng
2015-12-21Fix missing pointer initialisation.Bent Bisballe Nyeng
2015-12-21Fix size_t printf error.Bent Bisballe Nyeng
2015-12-21Fix double click on windows.Bent Bisballe Nyeng
2015-12-21New DGWindow class for the actual UI implementation. PluginGUI is now just ha...Bent Bisballe Nyeng
2015-12-21Revert trigger happy Makefile.mingw32 commit.Bent Bisballe Nyeng
2015-12-21New (read-only) TextEdit widget from suhr.Bent Bisballe Nyeng
2015-12-20Merge remote-tracking branch 'origin/master' into uirefactorBent Bisballe Nyeng
2015-12-19Fix missing initialisations.Bent Bisballe Nyeng
2015-12-19Make sure that the button is drawn in the center of it's client area.Bent Bisballe Nyeng
2015-12-19Add spacing control method for fonts and modernize loops.Bent Bisballe Nyeng
2015-12-10Change position types and add size change notifier.Bent Bisballe Nyeng
2015-12-10Refactoring of Layout and LayoutItem.Bent Bisballe Nyeng
2015-11-29Fix logic wierdness.Bent Bisballe Nyeng
2015-11-29Add text alignment and one-time autosize to Label.Bent Bisballe Nyeng
2015-11-29Always draw VerticalLine 2 pixels high and centered in the height of the widget.Bent Bisballe Nyeng
2015-11-29Fix find of child widgets starting 'before' (0,0).Bent Bisballe Nyeng
2015-11-29Fix missing mouse release. Use wswitch in xeven handling.Bent Bisballe Nyeng
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