summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Collapse)Author
2020-03-03WIP: Further optimize pixel blending. And re-introduce lineBlending in ↵int_uiBent Bisballe Nyeng
Painter::drawImage.
2020-03-01WIP: Remove unused pixel functions.Bent Bisballe Nyeng
2020-03-01WIP: Move pixel buffer render code from Window to PixelBuffer for easier ↵Bent Bisballe Nyeng
testing/benchmarking.
2020-02-29WIP: Read images as uint8_t instead of float. Convert Colour and all colour ↵Bent Bisballe Nyeng
related operations to use uint8_t instade of float and finally optimize rendering to render lines instead of single pixels.
2020-02-23Fix crash if resource name does not exist in the list.Bent Bisballe Nyeng
2019-11-17Add missing distfiles.Bent Bisballe Nyeng
2019-11-15Fix wierd misplacement problem on OSX UI.Bent Bisballe Nyeng
2019-11-15Fix OSX warning.Bent Bisballe Nyeng
2019-11-15Create DEBUG_FLAGS and use that in the Makefiles whenever appropriate, ↵Bent Bisballe Nyeng
instead of adding -Wall -Werror directly to CXXFLAGS.
2019-11-03Fix osx static library compilation.Bent Bisballe Nyeng
2019-10-26Add default midimap functionality.André Nusser
Move directory.{h,cc} to src/ for this.
2019-10-26Fix variable name typo: resamplig -> resamplingAndré Nusser
2019-10-23Potential fix for non-responsive file-browser.Bent Bisballe Nyeng
2019-10-09Make FileBrowser window always-on-top and try to position it inside the ↵Bent Bisballe Nyeng
plugin gui window rectangle.
2019-10-06Fix GUI not showing in Reaper under Windows on first opening it.Bent Bisballe Nyeng
2019-10-05Fix crash on Windows when file-browser is open and plugin window is closed.Bent Bisballe Nyeng
2019-09-29Format status frame content slightly different.André Nusser
2019-09-29Show load errors/warnings under the resta of the status fields in the UI.Bent Bisballe Nyeng
2019-09-28Add generic logger interface for propagating messages while loading drumkits ↵Bent Bisballe Nyeng
to the commandline and/or plugin UI.
2019-09-28Fix typos.André Nusser
2019-07-20Set new default values for sample selection alg and scale parameters.André Nusser
The parameters are now all in [0,1].
2019-07-18Fix issues of sample selection choosing very far samples.André Nusser
It can still do so, but it is much more unlikely and generally more stable now.
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka ↵Bent Bisballe Nyeng
rename sempahore.h to sem.h
2019-06-16Add missing dist-files.Bent Bisballe Nyeng
2019-05-31Add (working) Cocoa UI support.Bent Bisballe Nyeng
2019-05-12Reorder frames and resize window.André Nusser
2019-05-12Put tooltip texts into anonymous namespace.André Nusser
2019-05-12Remove tooltip when clicked.Bent Bisballe Nyeng
2019-05-12Fix pAttack/pRelease descriptions.Bent Bisballe Nyeng
2019-05-12Add tips for velocity and timing humanizers as well as the visualizer. ↵Bent Bisballe Nyeng
Prefix all knob labels with 'p'.
2019-05-12Add short tooltip text for sample selection frame.André Nusser
2019-05-11Parameter tweaking of sample selection.André Nusser
2019-05-11Some cleaning up of the sample selection.André Nusser
2019-05-11Move sample selection GUI parameters to own frame.André Nusser
2019-05-11Add settings and GUI for new sampling algorithm.André Nusser
2019-05-11Make stddev as range from [0,4.5] in GUI.André Nusser
2019-05-10Fix tootltip not disappearing if mouse 'jumps' out of the window without ↵Bent Bisballe Nyeng
first moving inside the tooltip after showing it.
2019-05-09Add tooltip buttons to frames.Bent Bisballe Nyeng
2019-03-17Skip tab button when scroll on the tab widget if the tab button is invisible.Bent Bisballe Nyeng
2019-03-17A more general fix for resource loading when pointing to a directory.Bent Bisballe Nyeng
2019-03-06Fix crash if opening Resource with a directory instead of a file.Bent Bisballe Nyeng
2019-03-04Add word-break instead of naive character-break in TextEdit.André Nusser
2019-02-11Show/hide drumkit tab depending on if the current kit has a valid image ↵Bent Bisballe Nyeng
attached or not.
2019-02-03Increase tab-button width.Bent Bisballe Nyeng
2019-02-03Integrate clicky-kit with DOM to get click colours, image and image map from ↵Bent Bisballe Nyeng
the drumkit xml.
2019-02-01Add 'Set default path' button in filebrowser.Bent Bisballe Nyeng
2019-01-27Fix double firering of scroll events.Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include ↵Bent Bisballe Nyeng
folder.
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-12Fix auditioning bug.André Nusser