summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
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
2013-09-11Revert png static link hack (that didn't work as intended anyway...)Bent Bisballe Nyeng
2013-07-25Patch from Yiannis Liverezas. Fix mulitple variables with the same name in ja...Bent Bisballe Nyeng
2013-06-29New inter-thread message system.Bent Bisballe Nyeng
2013-06-16Handling directories that can not be opened.Jonas Suhr Christensen
2013-05-27Missing SEP conversions.Bent Bisballe Nyeng
2013-05-27Fixed stray '(' in emacs style comment.Bent Bisballe Nyeng
2013-05-25Experimentally static link with libpng for lv2 plugin.Bent Bisballe Nyeng
2013-05-21Render scrollbar correctly if range is greater than maximum value.Bent Bisballe Nyeng
2013-05-21Don't leave checkbox in middle position on double click.Bent Bisballe Nyeng
2013-05-16Fix lineedit mouseclick to the right of the text, which should position text ...Bent Bisballe Nyeng
2013-05-16Remove test framework. TODO: Replace it with a new one at some point...Bent Bisballe Nyeng
2013-05-15Skipping filtering of file with length less than drumkit suffix length.Jonas Suhr Christensen
2013-05-15Fixed selection of none existing file.Jonas Suhr Christensen
2013-05-15fix.Jonas Suhr Christensen
2013-05-15Make it possible to type a path and have browser switch accordingly.Jonas Suhr Christensen
2013-05-15Improved filebrowser functionality:Jonas Suhr Christensen
2013-05-13If midimapfile is empty and drumkit is selected, use drumkit path as default ...Bent Bisballe Nyeng
2013-05-11Remove errornous debug output.Bent Bisballe Nyeng
2013-05-11Merge branch 'master' of http://git.drumgizmo.org/drumgizmoBent Bisballe Nyeng
2013-05-11Added pthread to linking. Fix install path on systems that actively set the -...Bent Bisballe Nyeng
2013-05-11Corrected format indebug-
2013-05-10Fixed image/png memory leak.Bent Bisballe Nyeng
2013-05-08Merge branch 'master' of http://git.drumgizmo.org/drumgizmoBent Bisballe Nyeng
2013-05-08Remove GlobalContext class. Move all native code from EventHandler class to N...Bent Bisballe Nyeng
2013-05-06Add missing distfiles.Bent Bisballe Nyeng
2013-05-06Remove drive list from filebrowser in win32. Generally clean up code.Bent Bisballe Nyeng
2013-05-05Dirty fixing win32 filebrowser.Bent Bisballe Nyeng
2013-05-04to lower case partition nameJonas Suhr Christensen
2013-05-04tolower in isRoot().Jonas Suhr Christensen
2013-05-04removed debug.Jonas Suhr Christensen
2013-05-04Added debug.Jonas Suhr Christensen