Age | Commit message (Expand) | Author |
2013-03-30 | Rename lineedit_XXX to widget_XXX | Bent Bisballe Nyeng |
2013-03-30 | createrc.sh | Bent Bisballe Nyeng |
2013-03-30 | Don't send file to parser if filename is the empty string. | Bent Bisballe Nyeng |
2013-03-30 | Only send config to parser if size is > 0. | Bent Bisballe Nyeng |
2013-03-30 | New theme. | Bent Bisballe Nyeng |
2013-03-30 | Added GUI::Colour getPixel convinience methods. | Bent Bisballe Nyeng |
2013-03-24 | More box rendering fixes. | Bent Bisballe Nyeng |
2013-03-24 | Antialiased linedrawing endpoint fixes. New drawImageStretched method. Slight... | Bent Bisballe Nyeng |
2013-03-24 | Added box (image) renderer. | Bent Bisballe Nyeng |
2013-03-22 | Fix compilation. | Bent Bisballe Nyeng |
2013-03-22 | Added Engine->Messageing system. Implemented LoadStatus Message. Added Progre... | Bent Bisballe Nyeng |
2013-03-22 | Make LV2 GUI eventhandler run in thread. | Bent Bisballe Nyeng |
2013-03-22 | Accumulate scroll wheel events in X11. | Bent Bisballe Nyeng |
2013-03-20 | Added initial code for a GUI<->engine message system. | Bent Bisballe Nyeng |
2013-03-18 | Fix compiler warnings. | Bent Bisballe Nyeng |
2013-03-18 | Make Image class use resource. | Bent Bisballe Nyeng |
2013-03-18 | Make Image class use resource. | Bent Bisballe Nyeng |
2013-03-18 | Make Image class use resource. | Bent Bisballe Nyeng |
2013-03-17 | New resource engine. | Bent Bisballe Nyeng |
2013-03-17 | Added PNG loadin support through a new Image class. | Bent Bisballe Nyeng |
2013-03-15 | Updated README to reflect static release as well as 64bit win7 problems with ...v0.9.2 | Bent Bisballe Nyeng |
2013-03-15 | Compile static vst dll (no need for libexpat.dll, libstdc++-6.dll or libsndfi... | Bent Bisballe Nyeng |
2013-03-14 | Fix GUI crash on close. | Bent Bisballe Nyeng |
2013-03-14 | Fix compiler warning. | Bent Bisballe Nyeng |
2013-03-13 | Use new painter clear function. | Bent Bisballe Nyeng |
2013-03-13 | Use -O2 | Bent Bisballe Nyeng |
2013-03-13 | Add clear method. Fixed alpha bleding (again). | Bent Bisballe Nyeng |
2013-03-13 | Use object allocated children instead of heap allocated. Add labels to path a... | Bent Bisballe Nyeng |
2013-03-13 | Fix label text position. | Bent Bisballe Nyeng |
2013-03-13 | Added path lineedit and drive selection (win32) to filebrowser. Made a lot of... | Bent Bisballe Nyeng |
2013-03-13 | Fix crash when host is trying to load NULL config. | Bent Bisballe Nyeng |
2013-03-13 | Fix displaying of filepath. | Bent Bisballe Nyeng |
2013-03-12 | Added path lineedit and drive selection (win32) to filebrowser. Made a lot of... | Bent Bisballe Nyeng |
2013-03-12 | Implement setCaption on native windows. | Bent Bisballe Nyeng |
2013-03-10 | Rework the way the load kit/midimap buttons work. | Bent Bisballe Nyeng |
2013-03-10 | Hardcoded fix for space character width in font. | Bent Bisballe Nyeng |
2013-03-10 | Give knob dark background and double white outline, like LineEdit widget. | Bent Bisballe Nyeng |
2013-03-10 | Work a little on knob design and knob/checkbox positions. | Bent Bisballe Nyeng |
2013-03-10 | Make sure we resize the window to the exact size requested (window size in wi... | Bent Bisballe Nyeng |
2013-03-10 | Add cancel button to filebrowser. | Bent Bisballe Nyeng |
2013-03-10 | Make cursor move at mouse click. | Bent Bisballe Nyeng |
2013-03-09 | Make checkbox toggle on space-bar key press (release). | Bent Bisballe Nyeng |
2013-03-09 | Make knob controllable using the arrow keys. | Bent Bisballe Nyeng |
2013-03-09 | Make knob controllable using the arrow keys. | Bent Bisballe Nyeng |
2013-03-09 | Ignore duplicate mouxe move events in X11. Only play the last one. Also a bit... | Bent Bisballe Nyeng |
2013-03-09 | Fix keyboard navigation logic in listbox. | Bent Bisballe Nyeng |
2013-03-09 | Get up/down arrow keys also in win32. | Bent Bisballe Nyeng |
2013-03-09 | Implement somewhat functional arrow-key navigation in listbox widget. | Bent Bisballe Nyeng |
2013-03-09 | Use new checkbox label. | Bent Bisballe Nyeng |
2013-03-09 | Coordinate fix for scrollwheel event on win32. | Bent Bisballe Nyeng |