summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Collapse)Author
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
2017-04-20Set text in tabs correctly and fix magic values in button classes.André Nusser
2017-04-20Make spacing of Browse button and Apply button similar.André Nusser
2017-04-20Second adjustment to the logo in the main window.André Nusser
2017-04-20Fix resources on static windows build (Makefile.mingw32) and add note about ↵Bent Bisballe Nyeng
remembering to add file to the mingw32 Makefile when we change the real Makefiles...
2017-04-20Change placement and color of version number.André Nusser
2017-04-20Introduce new "button gray out" texture.André Nusser
2017-04-20Introduce gaps between buttons and content.André Nusser
This was necessary because of the new button texture.
2017-04-20Change resource paths to be relative to the plugingui folder instead of the ↵Bent Bisballe Nyeng
resources folder. Make rcgen run atomatically to re-generate resource_data.cc if one of the resource files changes.
2017-04-20Fix rcgen code style.Bent Bisballe Nyeng
2017-04-20Color the slider bar green for diskstreaming slider if "unlimited".André Nusser
2017-04-20Gray out diskstreaming "Apply" button if the value didn't change.André Nusser
Also add a new texture for that.
2017-04-20Remove diskstreaming frame switch and add "Unlimited" to slider.André Nusser
Also propagate this to the settings. Additionally, added two TODOs where to change the grayout state (which still has to be implemented) of the "Apply" button.
2017-04-19Remove two TODOs in Slider. Clamp new_value in Slider::setValue.André Nusser
2017-04-19Fix overflow for std::size_t having 32 bits.André Nusser
2017-04-19Take memory specific code out of Slider and fix a bug on the way.André Nusser
2017-04-18Reinstate WS_VISIBLE for win32 windows.Bent Bisballe Nyeng
2017-04-18Reinstate WS_VISIBLE for win32 windows.Bent Bisballe Nyeng
2017-04-18Reinstate WS_VISIBLE for win32 windows.Bent Bisballe Nyeng
2017-04-18Restore paths of FileBrowser as per the old UI.Bent Bisballe Nyeng
2017-04-18Do not destroy win32 windows when they are closed by the cross.Bent Bisballe Nyeng
2017-04-18Make visible() call into nativewindow and make Win32 windows invisible on ↵Bent Bisballe Nyeng
creation.
2017-04-18Revert preprocessing on resize for TextEdit. It was just plain dumb.André Nusser
2017-04-18Include version in text of "About" tab.André Nusser
2017-04-18Use ABOUT and AUTHORS files for "About" tab.André Nusser
FIXME: The font cannot display all special characters in the author's names. We need to fix this.
2017-04-18Fix for the last commit.André Nusser
2017-04-17Fix FreeBSD64 compile error.André Nusser
2017-04-17Modify "License" tab to be an "About" tab.André Nusser
2017-04-17Fix some Slider issues.André Nusser
2017-04-17Make the left column of the maintab be completely filled.André Nusser
2017-04-17Remove obsolete PluginGUI and DGWindow classes.Bent Bisballe Nyeng