Age | Commit message (Expand) | Author |
2015-12-21 | New DGWindow class for the actual UI implementation. PluginGUI is now just ha... | Bent Bisballe Nyeng |
2015-12-21 | New (read-only) TextEdit widget from suhr. | Bent Bisballe Nyeng |
2015-12-20 | Merge remote-tracking branch 'origin/master' into uirefactor | Bent Bisballe Nyeng |
2015-11-21 | Fix Pugl compilation for at least X11. Minor refactoring of NativeWindowPugl. | Bent Bisballe Nyeng |
2015-11-20 | Make plugingui Makefile.am platform independent. | Bent Bisballe Nyeng |
2015-10-31 | Don't compile win32 native window on linux. | Bent Bisballe Nyeng |
2015-10-27 | Remove unneeded zlib reference. | Bent Bisballe Nyeng |
2015-09-28 | Add Layout machanism. | Bent Bisballe Nyeng |
2014-09-23 | Removed pugl related code. | Jonas Suhr Christensen |
2014-09-23 | Added config parse. | Jonas Suhr Christensen |
2014-05-02 | Remove libpng dependency. Replace it with compiled-in lodepng. | Bent Bisballe Nyeng |
2014-01-25 | Choose GUI backend in configure script. | Bent Bisballe Nyeng |
2014-01-18 | Added enable-pugl as configure parameter. | Jonas Suhr Christensen |
2014-01-18 | Added PuGl window drawing. Enable with './configure -with-pugl'. | Jonas Suhr Christensen |
2013-12-06 | Fix png link problem (nasty copy-paste error...). | Bent Bisballe Nyeng |
2013-09-20 | Remove non-working png hack. | Bent Bisballe Nyeng |
2013-09-15 | Add missing file. Add ZLIB check to configure. | Bent Bisballe Nyeng |
2013-09-15 | Use libpng from sourcetree instead of the one supplied by the OS. | Bent Bisballe Nyeng |
2013-09-11 | Revert png static link hack (that didn't work as intended anyway...) | Bent Bisballe Nyeng |
2013-05-25 | Experimentally static link with libpng for lv2 plugin. | Bent Bisballe Nyeng |
2013-05-11 | Added pthread to linking. Fix install path on systems that actively set the -... | Bent Bisballe Nyeng |
2013-05-08 | Remove GlobalContext class. Move all native code from EventHandler class to N... | Bent Bisballe Nyeng |
2013-05-03 | Add missing png compile flags. | Bent Bisballe Nyeng |
2013-04-30 | Added configure check for Xlib. | Bent Bisballe Nyeng |
2013-04-26 | Fix makefiles | Bent Bisballe Nyeng |
2013-04-19 | GUI position/size tweaks and some pixmap changes. | Bent Bisballe Nyeng |
2013-04-04 | New message system. New common midi input class. Some compiler warning fixes.... | Bent Bisballe Nyeng |
2013-03-30 | New box rendering of all widgets. Minor tweaks still missing. | Bent Bisballe Nyeng |
2013-03-22 | Added Engine->Messageing system. Implemented LoadStatus Message. Added Progre... | Bent Bisballe Nyeng |
2013-03-18 | Make Image class use resource. | Bent Bisballe Nyeng |
2013-03-17 | Added PNG loadin support through a new Image class. | Bent Bisballe Nyeng |
2013-03-13 | Added path lineedit and drive selection (win32) to filebrowser. Made a lot of... | Bent Bisballe Nyeng |
2013-03-06 | Major GUI workover. Hilights: A new filebrowser and new knob widget. | Bent Bisballe Nyeng |
2013-01-26 | Added hugin support. Removed thread.cc reference. | Bent Bisballe Nyeng |
2012-12-28 | Move native code to seperate 'NativeWindow' classes. | Bent Bisballe Nyeng |
2012-08-31 | Add threads support. | Bent Bisballe Nyeng |
2012-01-23 | Simple image blit. New slider class. New filenamelineedit. New pixelbuffer us... | Bent Bisballe Nyeng |