summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19Fix dgreftest.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-18Comment out chunk_size for diskstreamingGoran Mekić
2017-04-18Restore paths of FileBrowser as per the old UI.Bent Bisballe Nyeng
2017-04-18Do not assert here.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
2017-04-17Missing moved initialiser.Bent Bisballe Nyeng
2017-04-17Connected streaming controls.Bent Bisballe Nyeng
2017-04-17Push the humanizer buttons closer together.André Nusser
2017-04-17Ignore horizontal scrolling as it breaks things otherwise.André Nusser
It automatically got translated to a left click which broke the navigation in the file browser and the scrolling on the Slider.
2017-04-17Introduce scrolling to Slider.André Nusser
2017-04-17Connect humanizer controls to settings.Bent Bisballe Nyeng
2017-04-17Allow scrolling in TextEdit widget.André Nusser
2017-04-17Fix... something /else/ about initialiser lists ...Bent Bisballe Nyeng
2017-04-17Fix... something /else/ about initialiser lists ...Bent Bisballe Nyeng
2017-04-17Fix... something about initialiser lists ...Bent Bisballe Nyeng
2017-04-17Fix predeclaration.Bent Bisballe Nyeng
2017-04-17Connect drumkit and midimap files as well as loading/status bare updates.Bent Bisballe Nyeng
2017-04-17Fix filebrowser scroll bar.André Nusser
2017-04-17CLI diskstreaming optionsGoran Mekić
2017-04-17Fix the size for the plugins.André Nusser
2017-04-17Pushing the logo up a bit to make room for the version string.André Nusser
2017-04-17Draw version label in MainWindow instead of MainTabAndré Nusser
2017-04-17Resize frames again to make it look better.André Nusser
2017-04-17Add version number to GUI.André Nusser
2017-04-17Add missing files to windows build.Bent Bisballe Nyeng
2017-04-17Resize the frames to improve the looks.André Nusser
2017-04-17Add caption to FileBrowser dialog.Bent Bisballe Nyeng
2017-04-17Use new UI in plugins.Bent Bisballe Nyeng
2017-04-17Write knob value outside of the knob in the humanizer frame.André Nusser
2017-04-17Fix multiple definitions of the class File (bad naming anyway).Bent Bisballe Nyeng
2017-04-17Open FileBrowser with Browse buttons and read back result to LieEdit.Bent Bisballe Nyeng
2017-04-17Make it possible to set the Slider colour via a public function.André Nusser