27 Commits (96129c732bb08ded7a1eed64683a7d0bcc08b09b)

Author SHA1 Message Date
  Andrew Belt 3bd8a47dae Toggle full screen with F11 7 years ago
  Andrew Belt 9e68dfbf51 Revert "Use GLFW sticky key implementation" 7 years ago
  Andrew Belt 93d2bcc946 Use GLFW sticky key implementation 7 years ago
  Andrew Belt e1914779a9 Reenable antialiasing (typo) 7 years ago
  Andrew Belt c855b936e1 Clean up window.cpp 7 years ago
  Andrew Belt c33e129565 No longer require caps lock for QWERTY keyboard MIDI driver 7 years ago
  Andrew Belt f4fd102f4e Update GLFW, fix caps lock detection 7 years ago
  Andrew Belt bd2dda58e0 Clean up temporary code, properly handle unsubscribing from rtmidi 7 years ago
  Andrew Belt dc9a687f14 Added preliminary computer keyboard MIDI support 7 years ago
  Andrew Belt 076aea61e4 Restructure midi for multiplexing, add gamepad midi driver, add CPU 7 years ago
  Andrew Belt cf56dfe537 Strip Rack in `make dist`, set gTempWidget to NULL after using 7 years ago
  Andrew Belt 4d3ceafe8d Add prefix to string functions 7 years ago
  Andrew Belt 06990aed7f Adjust textfield colors 7 years ago
  Andrew Belt 89903b7047 Possible fix for crash when deleting Widgets during events 7 years ago
  Andrew Belt dbb9044169 Fix lastPath, lights WIP 7 years ago
  Andrew Belt c713f5f597 Updated blendish, bridge protocol 7 years ago
  Andrew Belt 99f0c2c15c Improve appearance of ModuleBrowser 7 years ago
  Andrew Belt 6cfc39ea78 Add two-color theme to Rack 7 years ago
  Andrew Belt b6a1f67097 Fix stupid bug that disables onDefocus() behavior completely 7 years ago
  Andrew Belt d35d1e6b23 Remove "v" prefix before version in window title 7 years ago
  Andrew Belt 82ca14ded8 Fix UI DPI formula 7 years ago
  Andrew Belt 3147d1dee5 Add debug to window size 7 years ago
  Andrew Belt 2105687e51 Define RACK_DIR in Makefile, use windowWidth and windowHeight for Scene dimensions 7 years ago
  Andrew Belt b296355246 Merge ext with dep, add Rack-SDK zip file to dist 7 years ago
  Andrew Belt 6186861c53 AudioInterface rework, Notes rework, partial MIDIToCVInterface rework 7 years ago
  Andrew Belt b33a0875df Rename gui.hpp to window.hpp 7 years ago
  Andrew Belt afabba1429 ModuleWidget serializes pos in rack grid coordinates instead of pixel 7 years ago
  Andrew Belt 67162e3899 Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now. 7 years ago
  Andrew Belt af95e54fb2 Refactor gui.cpp 7 years ago
  Andrew Belt aac83fca93 Reenable NANOVG_FBO_VALID 7 years ago
  Andrew Belt fdc66b367b Add gWindowRatio and set window size on each step 7 years ago
  Andrew Belt ee2be22c80 Toggle GL2, GL3, and GLES2 with macros 7 years ago
  Andrew Belt 038fbe6c71 Switch to glfw master, use glfwGetWindowContentScale() to get DPI of 7 years ago
  Andrew Belt 85c75eef33 Changed log() to info(), warn(), and fatal() 7 years ago
  Andrew Belt b10d1122bb Added log() logger with INFO, WARN, and ERROR levels 7 years ago
  Andrew Belt e76f3c8392 Call onZoom event when DPI is changed 7 years ago
  Andrew Belt 2695a112e0 Adjust transparency 7 years ago
  Andrew Belt 5567c5f22d Added AddModuleWindow 7 years ago
  Andrew Belt b31d4fb5ed Set window position/size from settings.json 7 years ago
  Andrew Belt 8e251c0ddb Refactor event framework. Everything uses Event* structs instead of 7 years ago
  Andrew Belt 093fa99474 Add Widget::onPathDrop() event, added dragging patches to window to load 7 years ago
  Andrew Belt 7490d1c311 Update glfw window title only when it updates 7 years ago
  Andrew Belt 891f3c6cf8 Change SVG DPI to 75, add in2px and mm2px convenience functions 7 years ago
  Andrew Belt 343a521463 Slightly more direct message in gui.cpp 7 years ago
  Andrew Belt 41c66f1d8a Set SVGPanel oversampling on every frame 7 years ago
  Andrew Belt 99ad658694 Oversample SVGPanels by 2, everything else by 1 7 years ago
  Andrew Belt 923942e289 Set FrameBuffer::oversample to 1 by default 7 years ago
  Andrew Belt a22aac6493 Added zoom slider, zoom to settings, finished Framebuffer scaling 7 years ago
  Andrew Belt f5e8ba0369 Use another nanovg context for rendering to the framebuffer 7 years ago
  Andrew Belt a1836e7c57 Added version metadata to plugin 7 years ago