summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
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
2015-09-28Refactored Button.Bent Bisballe Nyeng
2015-09-28Add Layout machanism.Bent Bisballe Nyeng
2015-09-28Refactored GUI::Config.Bent Bisballe Nyeng
2015-09-28Completely rewrite Notifier to work with gcc-5.2. Greatly inspired by the lsi...Bent Bisballe Nyeng
2015-09-28Use new style guide on already refactored files.Bent Bisballe Nyeng
2015-09-28Use function operator() for notification instead opf notify(...).Bent Bisballe Nyeng
2015-09-28Fix creation of Notifier with empty argument list ie. Notifier<> foo.Bent Bisballe Nyeng
2015-09-04Refactored Label.Bent Bisballe Nyeng
2015-09-03Use Notifier in CheckBox class.Bent Bisballe Nyeng
2015-09-03Added missing overridesBent Bisballe Nyeng
2015-09-03Introduce new Notifier and use it in the Knob class.Bent Bisballe Nyeng
2015-05-22Use new load return value from ConfigFile.Bent Bisballe Nyeng
2015-05-21Force value of 'initialized' before construction.Bent Bisballe Nyeng
2015-05-15Add support for referenced files through refs.conf.Bent Bisballe Nyeng
2015-05-15New ConfigFile class for generic config file reading/writing in homedir .drum...Bent Bisballe Nyeng
2015-05-15Make sure that M_PI is defined.Bent Bisballe Nyeng
2015-05-15Start using C++-11.Bent Bisballe Nyeng
2014-12-05Merge branch 'master' of http://git.drumgizmo.org/drumgizmov0.9.7Jonas Suhr Christensen
2014-12-05Removed printf/debug and outcommented code.Jonas Suhr Christensen
2014-12-05Clean up cli client module names. Fix autotools paths.Bent Bisballe Nyeng
2014-12-05Marker going further than end of text.Jonas Suhr Christensen
2014-10-17Fix GUI crash when running in thread mode and init wasn't done when show was ...Bent Bisballe Nyeng
2014-09-30Merge branch 'lineedit_follow_marker'Jonas Suhr Christensen
2014-09-30Following marker.Jonas Suhr Christensen
2014-09-23Saving lastkit and lastmidimap instantly when file is selected from filebrowser.Jonas Suhr Christensen
2014-09-23Testing branch.Jonas Suhr Christensen
2014-09-23Added pluginconfig.cc to resource.Jonas Suhr Christensen
2014-09-23Removed pugl related code.Jonas Suhr Christensen
2014-09-23Added config parse.Jonas Suhr Christensen
2014-07-18Change Set/GetWindowLong to Set/GetWindowLongPtr.Bent Bisballe Nyeng
2014-06-05Revert inclusion removalBent Bisballe Nyeng
2014-06-05Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)Bent Bisballe Nyeng
2014-06-05Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)Bent Bisballe Nyeng
2014-06-05Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)Bent Bisballe Nyeng
2014-05-18Merge branch 'master' of http://git.drumgizmo.org/drumgizmoJonas Suhr Christensen
2014-05-18Added missing ; under win32.Jonas Suhr Christensen