summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
2014-11-04Cleaned code097_lineedit_fixJonas Suhr Christensen
2014-11-04Fixed: LineEdit, scroll when in end on line and arrow right typed.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
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
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