Andrew Belt
|
401e239589
|
Add sleep fallback to Window::step() if glfwSwapBuffers() fails to block until monitor refresh.
|
3 years ago |
Andrew Belt
|
f26696feb7
|
Document MenuItem helpers.
|
3 years ago |
Andrew Belt
|
a2c5a7695f
|
Add system::readFile/writeFile().
|
3 years ago |
Andrew Belt
|
234890faf6
|
Add string::split().
|
3 years ago |
Andrew Belt
|
228941c72b
|
Fix math::normalizeZero() for clang.
|
3 years ago |
Andrew Belt
|
b0a1f4db49
|
Don't throw Exception in many system:: functions.
|
3 years ago |
Andrew Belt
|
2f0bada0a5
|
Fix math::normalizeZero() which had no effect due to float optimization. Normalize zero in PortTooltip.
|
3 years ago |
Andrew Belt
|
e53d8ac481
|
Clean up dist filenames.
|
3 years ago |
Andrew Belt
|
c3ff43b6de
|
Rename *Dir() functions to *Directory(), backtracking on a previous commit.
|
3 years ago |
Andrew Belt
|
8a33dd24b4
|
Fix Window::screenshotModules() after being broken by FramebufferWidget changes.
|
3 years ago |
Andrew Belt
|
767c075b75
|
Add mod mask when checking for Alt-click dragging in ScrollWidget.
|
3 years ago |
Andrew Belt
|
11f06867a3
|
GitHub Issues will be replaced by VCV support when Rack 2 is released, so issue templates are no longer needed. Free code contributions to Rack are not accepted so Code of Conduct in repo not needed. Refer to https://vcvrack.com/rules for community rules.
|
3 years ago |
Andrew Belt
|
26a720f427
|
Tweak Contributions section of readme.
|
3 years ago |
Andrew Belt
|
a1438f0a28
|
Fix scrollbar flashing in RackScrollWidget when zooming.
|
3 years ago |
Andrew Belt
|
e139b42e43
|
Add FramebufferWidget::deleteFramebuffer().
|
3 years ago |
Andrew Belt
|
d277658a58
|
Add frame rate meter to menu bar.
|
3 years ago |
Andrew Belt
|
a47acc0e64
|
Log graphics card vender in Window constructor.
|
3 years ago |
Andrew Belt
|
3df661c244
|
Update nanovg submodule.
|
3 years ago |
Andrew Belt
|
1f079444a2
|
Add Widget::drawChild(). Make RailWidget draw a FramebufferWidget repeatedly as a tile.
|
3 years ago |
Andrew Belt
|
61d387c63b
|
Rewrite RackRail and rename it to RailWidget. Add rail graphic revision from Pyer.
|
3 years ago |
Andrew Belt
|
0b9e052142
|
git doesn't recognize when filename case is changed on a case-insensitive filesystem.
|
3 years ago |
Andrew Belt
|
a2904149c8
|
Rename window.hpp/cpp to Window.hpp/cpp since it's a class.
|
3 years ago |
Andrew Belt
|
332b361f87
|
Remove FrameRateWidget code from Scene. Add debugging to Window::step().
|
3 years ago |
Andrew Belt
|
915e3fcdb9
|
Clean up FramebufferWidget, Window.
|
3 years ago |
Andrew Belt
|
90743d2ace
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
241511876e
|
Make FramebufferWidget draw the framebuffer in draw() instead of step().
|
3 years ago |
Andrew Belt
|
b6435dc8a2
|
Make Rect::getTopRight() etc handle infinite Rects. Add a few more operator
overloads for Vec and Rect.
|
3 years ago |
Andrew Belt
|
dcf9cb4df4
|
Add assertion if FramebufferWidget is destructed with a framebuffer but Window does not exist.
|
3 years ago |
Andrew Belt
|
25ea4bcc9e
|
Define the math::Rect set as inclusive on left/top but exclusive on
right/bottom.
|
3 years ago |
Andrew Belt
|
63b424afcb
|
Fix RackWidget::requestModulePos() after Rect::intersects() was made
inclusive.
|
3 years ago |
Andrew Belt
|
d7e1dae42c
|
Use PlugPort SVG and MediumLight from Component Library for plug (WIP).
|
3 years ago |
Andrew Belt
|
517db41269
|
Add Svg::getSize().
|
3 years ago |
Andrew Belt
|
4bef9ae704
|
Make Rect::contains() and intersects() inclusive and correctly handle infinite Rects. Add Rect::inf().
|
3 years ago |
Andrew Belt
|
8c5b0ba9ff
|
Add Port::getVoltageRMS().
|
3 years ago |
Andrew Belt
|
498d26602f
|
Update nanovg submodule.
|
3 years ago |
Andrew Belt
|
f0446ab4c6
|
Move PortWidget::plugLight to internal.
|
3 years ago |
Andrew Belt
|
1092799270
|
Rename setSmoothBrightness() to setBrightnessSmooth() but leave an alias.
|
3 years ago |
Andrew Belt
|
fdc29cf9e9
|
Use singular "Id" for component enums in helper script.
|
3 years ago |
Andrew Belt
|
ced42c0db4
|
Add Svg::getNumShapes/Paths/Points().
|
3 years ago |
Andrew Belt
|
5cca734e54
|
Add more graphics from Pyer. Implement new rail graphics in RackRail.
|
3 years ago |
Andrew Belt
|
2d3c9a42b8
|
Tweak tip texts.
|
3 years ago |
Andrew Belt
|
7444eeeb49
|
Set default zoom back to 0.0 (100%)
|
3 years ago |
Andrew Belt
|
e0436b98a2
|
Use . instead of - to separate plugin package filename elements
|
3 years ago |
Andrew Belt
|
4c4fdb883c
|
Fix Mac build
|
3 years ago |
Andrew Belt
|
e0d014dee4
|
Add contributions section to readme.
|
3 years ago |
Andrew Belt
|
e1ba06e1b6
|
Add default ID getter to audio/MIDI devices.
|
3 years ago |
Andrew Belt
|
c9fa0e656b
|
Fix system::archiveDir() adding 10k of padding to the end of memory output.
|
3 years ago |
Andrew Belt
|
00eb16189b
|
Use "directory/dir" terminology instead of "folder" except for UI text.
|
3 years ago |
Andrew Belt
|
d5e1c40b77
|
Add ability for archiveFolder/unarchiveToFolder() to write/read from memory.
|
3 years ago |
Andrew Belt
|
4488213cfb
|
Add manual URLs to Core modules.
|
3 years ago |