summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
2014-11-05Added scrollbar.Jonas Suhr Christensen
2014-11-05Moved logo.Jonas Suhr Christensen
2014-11-05Removed support for dragging as this made the scrollbar jump (drag)? on mouse...Jonas Suhr Christensen
2014-10-22Changed sprintf to snprintf.Jonas Suhr Christensen
2014-10-22Fixed conversion of int to string.Jonas Suhr Christensen
2014-10-22Added instrument channel number to drumkitinfo.Jonas Suhr Christensen
2014-10-22Added meta data request from gui.Jonas Suhr Christensen
2014-10-22Added additional border on textedit.Jonas Suhr Christensen
2014-10-22Now shows data correctly, but elements parsed wrong, contrains newlines where...Lars Bisballe Jensen
2014-10-22Creating more detailed information from drumkit meta data.Jonas Suhr Christensen
2014-10-21Added drumkit information widget and message to get drumkit information.Jonas Suhr Christensen
2014-10-21Added textedit widget.Jonas Suhr Christensen
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
2014-05-17Use new lodepng code instead of libpng in win32 plugingui test application.Bent Bisballe Nyeng
2014-05-13Added filter to exclude hidden directories.Jonas Suhr Christensen
2014-05-02Fix 64bit type errors.Bent Bisballe Nyeng
2014-05-02Fix 64bit type errors.Bent Bisballe Nyeng
2014-05-02Remove libpng dependency. Replace it with compiled-in lodepng.Bent Bisballe Nyeng
2014-01-25Don't force X11, use flags from Makefile.am.plugingui instead.Bent Bisballe Nyeng
2014-01-25Choose GUI backend in configure script.Bent Bisballe Nyeng
2014-01-18Added enable-pugl as configure parameter.Jonas Suhr Christensen
2014-01-18Added PuGl window drawing. Enable with './configure -with-pugl'.Jonas Suhr Christensen
2014-01-09Fix bad fread return type.Bent Bisballe Nyeng
2013-12-06Fix png link problem (nasty copy-paste error...).Bent Bisballe Nyeng
2013-11-28Fix 64bit compile warning.Bent Bisballe Nyeng
2013-11-28Fix 64bit compile warning.Bent Bisballe Nyeng
2013-11-28Fix 64bit compile warning.Bent Bisballe Nyeng
2013-10-19Make window fixed size.Bent Bisballe Nyeng
2013-10-06Remove debug output.Bent Bisballe Nyeng
2013-10-06Refactoring of AudioFile loading and message passing from engine to gui and v...Bent Bisballe Nyeng
2013-10-01Make sure we redraw if GUI is changed by engine event.Bent Bisballe Nyeng
2013-09-27Optimise repaint events greatly improving GUI responsiveness.Bent Bisballe Nyeng
2013-09-20Remove non-working png hack.Bent Bisballe Nyeng
2013-09-15More png experiments...Bent Bisballe Nyeng
2013-09-15Add missing file. Add ZLIB check to configure.Bent Bisballe Nyeng
2013-09-15Use libpng from sourcetree instead of the one supplied by the OS.Bent Bisballe Nyeng
2013-09-15Make destructor virtual.Bent Bisballe Nyeng