1221 Commits (476a49b33b0539b825f53a51bfa7758558433ecc)

Author SHA1 Message Date
  Andrew Belt 476a49b33b Set blendish font as soon as the font is loaded, in addition to at the beginning of each frame. 3 years ago
  Andrew Belt 2f5bff5a3a Add _WIN32_WINNT version. 4 years ago
  Andrew Belt f7f2678f82 Remove ModelBox::deletePreview(). 4 years ago
  Andrew Belt 1add965db4 Decrease default screen refresh rate on Macs. 4 years ago
  Andrew Belt 0fdad2faa8 Remove ModelBox preview timeout. 4 years ago
  Andrew Belt 26bda06eb7 Move slug normalization from getPlugin or getModel functions to fromJson functions. 4 years ago
  Andrew Belt a419381f71 Parse -p flag as if it's a valid flag, in order to ignore -psn_... nonsense with Mac app translocation. 4 years ago
  Andrew Belt 5c5f3f4517 Fix random::uniform() to not return 1.f. 4 years ago
  Andrew Belt a7fc2c67e3 Add text editing in NoteChoice of MIDI-Gate and CC-Gate. 4 years ago
  Andrew Belt 3790d1da0d Use zlib types for string::compress/uncompress implementation. 4 years ago
  Andrew Belt ba056f6d6a Update documentation for string::. 4 years ago
  Andrew Belt c53fbebd97 string namespace: Change base64 functions. Add compress/uncompress. 4 years ago
  Andrew Belt 584c37889f Add ability for plugins to use LuaJIT. 4 years ago
  Andrew Belt 798d01d240 Add system::getEntriesRecursive(). 4 years ago
  Andrew Belt 98a86b6eae Add proper app bundle detection on Mac. 4 years ago
  Andrew Belt 8140897835 Don't include GLFW/glfw3native.h in window.hpp. 4 years ago
  Andrew Belt 7de83dca3b Use GLFW's glfwGetOpenedFilename() 4 years ago
  Andrew Belt 3dbd084b33 Don't use glfwGetOpenedFilename() when launched via command line on Mac. 4 years ago
  Andrew Belt d3710cb300 Add FrameRateWidget. 4 years ago
  Andrew Belt f8ef68c4f1 Delete ModelBox tooltips in a deferred way to avoid a use-after-free. 4 years ago
  Andrew Belt 08f97d24f1 Nudge ParamTooltip inside parent. 4 years ago
  Andrew Belt 3f9b22e5b4 Explicitly specify RTLD_LOCAL for plugin loading. 4 years ago
  Andrew Belt e248cc8813 Disable crash warning dialog in dev mode. 4 years ago
  Andrew Belt 82098f21c4 Core MIDI-Map: Only set param if CC is initialized. 4 years ago
  Andrew Belt 96e623bb70 Fix screenshot flag -t 4 years ago
  Andrew Belt f68a981d11 Add SegmentDisplay to component library. Fix huge light halo issue with non-square lights. 4 years ago
  Andrew Belt ee876efa88 Use actual monitor refresh rate instead of 60 Hz as frame rate reference. 4 years ago
  Andrew Belt 7b0ce97406 Add Engine > Frame rate menu bar item. 4 years ago
  Andrew Belt e631131aea Replace "frameRateLimit" and "frameRateSync" in settings with "frameSwapInterval". 4 years ago
  Andrew Belt ac5e544d62 Change screenshot flag to -t [zoom]. Re-enable on Mac. 4 years ago
  Andrew Belt e59e8aca40 Add sort-of-automatic updater on Linux. 4 years ago
  Andrew Belt 69681d2dbd Add numpad key commands. Clean up Scene::onHoverKey(). 4 years ago
  Andrew Belt 3d21a2a7b2 Add key command for engine CPU timer. 4 years ago
  Andrew Belt 63a939d432 Hide menu and scrollbars when fullscreen. 4 years ago
  Andrew Belt 618454e7c0 Stop engine wprker threads when engine is paused. 4 years ago
  Andrew Belt deba1974f1 Don't use GLU in dep.cpp either. 4 years ago
  Andrew Belt 1388e9ebb1 Add network::init(). Add asset::bundlePath. 4 years ago
  Andrew Belt 49654d0c82 Fix sustain pedal bug in polyphonic mode. 4 years ago
  Andrew Belt 7f6f933420 Add automatic unzipping when updating on Mac. 4 years ago
  Andrew Belt a629561f58 Move plugin.cpp's extractZip to system::unzipToFolder(). 4 years ago
  Andrew Belt 52d838d28f Accept backspace key command on key-repeat with Module Browser search box. 4 years ago
  Andrew Belt 3b2a12559f Reorder tag and brand lists in Module Browser 4 years ago
  Andrew Belt 7b74d0a2a8 Add Hardware tag. 4 years ago
  Andrew Belt 0053517ec7 Delete ModuleWidget children before deleting Module. 4 years ago
  Andrew Belt 38fb2c8682 Line-break descriptions for tags 4 years ago
  Andrew Belt 07099e9ccb MIDI-Map: Jump value for MIDI CC buttons. 4 years ago
  Andrew Belt 873f6719d0 Use higher precision (but lower accuracy) thread runtime counter on Windows. 4 years ago
  Andrew Belt ab0b0852df Add Base64 encoding/decoding to string.hpp. 4 years ago
  Andrew Belt ff2ac805e2 Fix #1510 4 years ago
  Andrew Belt f55d039ee9 Fix #1479 4 years ago