summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Collapse)Author
2020-05-01Fix crash when making window small.powermap_feature_uiBent Bisballe Nyeng
2020-05-01Shorten tooltip text.André Nusser
2020-05-01Rotate y-axis label.Bent Bisballe Nyeng
2020-05-01Add tooltip to the powerwidget.André Nusser
2020-05-01Reintroduce rounding for the filled circles in the powerwidget.André Nusser
2020-05-01Draw axis texts with painter.Bent Bisballe Nyeng
2020-05-01Move the "in"/"out" label inside the powermap view.André Nusser
But now when dragging a ball there. It cannot be selected anymore, because it doesn't get focused by the mouse.
2020-05-01Fix visualization issues in powerwidget due to rounding.André Nusser
2020-05-01Add input and output label in powerwidget.André Nusser
As box.width() wasn't behaving as I expected, I just reused its size calculation. Please fix if you know how to do that nice. :)
2020-04-30Mark last input and output in powermap widget.André Nusser
2020-04-30Change names of setting values for powermap.André Nusser
2020-04-26WIP: Add 6px border around graph area.Bent Bisballe Nyeng
2020-04-25WIP: Adjust layoutBent Bisballe Nyeng
2020-04-25WIP: UI adaptation for plugingui integration.Bent Bisballe Nyeng
2020-04-25WIP: Make 1 pixel steps in line segments.Bent Bisballe Nyeng
2020-04-25WIP: Fix button release outside window.Bent Bisballe Nyeng
2020-04-25WIP: Show mapped points as circles.Bent Bisballe Nyeng
2020-04-25WIP: Improve point interaction and visualisation.Bent Bisballe Nyeng
2020-04-25WIP: Render points where according to settings.Bent Bisballe Nyeng
2020-04-25WIP: Sync knobs to settings changes.Bent Bisballe Nyeng
2020-04-25WIP: Drag 'em ballsBent Bisballe Nyeng
2020-04-25WIP: Draw line segments instead of points.Bent Bisballe Nyeng
2020-04-24Add the spline nodes to the UI.André Nusser
2020-04-24WIP: PowerWidgetTest to play around with.Bent Bisballe Nyeng
2020-04-10Changes after discussion about review on IRC.configfile_refactorAndré Nusser
2020-03-14Cocoa: Use window scale factor when rendering UI buffer.Bent Bisballe Nyeng
2020-03-08Remove unused private variables.Bent Bisballe Nyeng
2020-03-08Get rid of c-style M_PI.Bent Bisballe Nyeng
2020-03-07Re-enable drumkit image hover effect.Bent Bisballe Nyeng
2020-03-07Use vector for PixelBuffer memory allocation. Use optimized render routines ↵Bent Bisballe Nyeng
in some more painter algorithms. Fix capitalization of Canvas::getPixelBuffer method.
2020-03-07Further optimize pixel blending. And re-introduce lineBlending in ↵Bent Bisballe Nyeng
Painter::drawImage.
2020-03-07Remove unused pixel functions.Bent Bisballe Nyeng
2020-03-07Move pixel buffer render code from Window to PixelBuffer for easier ↵Bent Bisballe Nyeng
testing/benchmarking.
2020-03-07Read 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-03-07Fix 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