summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Collapse)Author
2017-05-14Add missing dist filesBent Bisballe Nyeng
2017-05-14Fix missing redraw on exposure event.Bent Bisballe Nyeng
2017-05-06Fix FreeBSD compile error.André Nusser
2017-05-06Introduce the new resampling frame.André Nusser
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-05-06Get rid of platform dependent usleep/SleepEx.Bent Bisballe Nyeng
2017-05-05Fix jenkins compile error.André Nusser
2017-05-05Refactor TextEdit widget.André Nusser
2017-05-01Show buffer size in status area.Bent Bisballe Nyeng
2017-04-30Add support for rotating the tabs using the scroll-wheel.Bent Bisballe Nyeng
2017-04-29Fix whitespace.Bent Bisballe Nyeng
2017-04-29Show underruns in UI.Bent Bisballe Nyeng
2017-04-28Remove unneeded redraw call in EventType::repaint event.Bent Bisballe Nyeng
2017-04-24Fix "hidden easter egg". :)André Nusser
2017-04-23Swap powerbutton on/off textures.Bent Bisballe Nyeng
2017-04-23Set humanizer frame switch to value of settings.André Nusser
2017-04-23Fix broken PowerButton state of the frame.André Nusser
2017-04-23Remove leftovers from the diskstreaming frame powerbutton removal.André Nusser
2017-04-23Fix build.André Nusser
2017-04-23Fix dist target.Bent Bisballe Nyeng
2017-04-22Introduce needs_preprocessing flag (incl. functionality) to TextEdit.André Nusser
2017-04-22Unregister subclass on parent.Bent Bisballe Nyeng
2017-04-22Change text for drumkit status in the status frame.André Nusser
2017-04-22Fix initial size of native window on windows.Bent Bisballe Nyeng
2017-04-22Erase all carriage return characters from TextEdit texts.André Nusser
This should fix the "weird newlines" bug.
2017-04-22Fix inverted humanizer frame button.André Nusser
2017-04-22Make status frame content ready for the releaseAndré Nusser
2017-04-22Remove unnecessary painter clears.André Nusser
2017-04-22Fix subclass proc default handler.Bent Bisballe Nyeng
2017-04-22Include new information into the status frame.André Nusser
2017-04-22Win32: Only show window initially if is is an embedded window.Bent Bisballe Nyeng
2017-04-21Distinguish between widget and window wrt. visible().Bent Bisballe Nyeng
2017-04-21Removed a couple of newlines from the About textLars Muldjord
2017-04-21Remove version number at the bottom and the logo from the about tab.André Nusser
2017-04-21Add AboutTab class instead of having a TextEdit widget as tab.André Nusser
2017-04-21Remove unneeded and possibly incorrect optimisation.Bent Bisballe Nyeng
2017-04-21Fix reload logic.Bent Bisballe Nyeng
2017-04-21Introduce first content of status frame.André Nusser
This is just an initial version and not the final one.
2017-04-21Fix clang compile error properly.André Nusser
2017-04-21Disable no-invalid-source-encoding warning in debug mode.André Nusser
2017-04-21Disable clang encoding warnings for utf8 encoding/decoding map.André Nusser
2017-04-21Attempt a fix for the FreeBSD encoding error.André Nusser
2017-04-21Fix code style for utf8.h and utf8.cc.André Nusser
2017-04-21Introduce fix to utf8 map to make meka's name work in the GUI.André Nusser
Note: This actually makes the map incorrect but shouldn't have any negative effect on the usage. This whole issue should be fixed by changing DG generally to utf8 encoding.
2017-04-21Add utf8 to latin1 conversion to use it in the "About" textfield.André Nusser
The utf8 conversion files were taken from the Pracro repository and modified to better fit into the DG codebase.
2017-04-21Add minimum memory value to the diskstreaming slider.André Nusser
2017-04-21Change the slider color to grey when "unlimited".André Nusser
Included a new slider texture for that.
2017-04-20Make the gray of the version label lighter.André Nusser
2017-04-20Reduce empty space at the bottom of the drumkit frame.André Nusser
2017-04-20Set "Apply" button to be disabled on first GUI opening.André Nusser