3402 Commits (aa615db3a79f0d91bb747b2acbc82e117ee641b6)
 

Author SHA1 Message Date
  Andrew Belt aa615db3a7 Tweak ellipsizing of Browser choice buttons again. 10 months ago
  Andrew Belt 6c86c85d55 Support UTF-8 strings in string::ellipsize() and ellipsizePrefix(). Add truncatePrefix(). 10 months ago
  Andrew Belt 2ba3377afe Tweak ellipsizing of Browser choice buttons. 10 months ago
  Andrew Belt 9cfc29730a Fix key command label for PortCloneCableItem. 10 months ago
  Andrew Belt 67cc5011b1 Refactor string::UTF8NextCodepoint() with a static UTF8CodepointSize() function. 10 months ago
  Andrew Belt 1e9dfaf5a5 Use new string::UTF8* functions in TextField. Fixes text input of non-ASCII-7 codepoints. 10 months ago
  Andrew Belt d8abaa05f9 Add string::UTF32toUTF8(), UTF8toUTF32(), UTF8NextCodepoint(), and UTF8PrevCodepoint(). 10 months ago
  Andrew Belt 6dfc81252d Accept UTF-8 text input events in TextField. Fix arrow keys, backspace, and delete for UTF-8 text. 10 months ago
  Andrew Belt 997f90eee3 Use git commit for version revision. 10 months ago
  Andrew Belt 8cf05a500b Fix compile error on Windows. Release instance mutex on Windows when restarting standalone. 10 months ago
  Andrew Belt 4e5c701ef6 Set restart setting when user chooses to exit and restart. 10 months ago
  Andrew Belt 4d796b547e Add settings::restart which restarts Rack on exit when true. 10 months ago
  Andrew Belt 9b3d8c2136 Add app::appendLanguageMenu(). 10 months ago
  Andrew Belt 3cf4a37948 Don't prompt to restart Rack if user selects current language. 10 months ago
  Andrew Belt c1041ce700 Specify translation file in log if it fails to load. 10 months ago
  Andrew Belt b301e9d90d Add Noto Sans Simplified Chinese font. Fix crash if any UI fonts fail to load. 10 months ago
  Andrew Belt 16b264627d Load string translations earlier in standalone initialization. 10 months ago
  Andrew Belt f8ef2520f5 Fix newlines and smart-quotes in English translation. 10 months ago
  Andrew Belt ad30d3a5c2 Move English strings to translation file. 10 months ago
  Andrew Belt 3316c1efed Translate module tags. 11 months ago
  Andrew Belt 804bd47bc6 Move English from most app classes to translation file. Add translated names for getKeyName() and getKeyCommandName(). 11 months ago
  Andrew Belt 45feab5f2c Use isKeyCommand() instead of manually checking key and mods, to fix key commands on non-QWERTY keyboard layouts. 11 months ago
  Andrew Belt 363c9e48e5 Add Widget::KeyBaseEvent::isKeyCommand() for checking a key command correctly on all keyboard layouts. Make getKeyName() directly convert GLFW key to name, ignoring current keyboard layout. 11 months ago
  Andrew Belt 7b9a170408 Add scratch AI-generated Japanese translation. 11 months ago
  Andrew Belt 5d8effcd75 Move strings from ModuleWidget and RackWidget to translations file. 11 months ago
  Andrew Belt aaa5c04b9d Remove .c_str() calls for string::f() arguments. 11 months ago
  Andrew Belt 164f396ce7 Make `string::f()` automatically convert all arguments (including format string) from `std::string` to `const char*` as needed. 11 months ago
  Andrew Belt 3e58077d9d Move strings in MenuBar to translation. 11 months ago
  Andrew Belt ad3e10d842 Add documentation to string:: language functions. 11 months ago
  Andrew Belt 511886a6e2 Add Noto Emoji font for black & white emojis. 11 months ago
  Andrew Belt e5c0819c3a Add "Help > Language" menu item to select language setting. 11 months ago
  Andrew Belt 89aede6e9e Add `string::translate()` and `settings::language` for getting translated strings depending on language. 11 months ago
  Andrew Belt 863f509ce2 Add Noto Sans Japanese font as UI fallback. 11 months ago
  Andrew Belt 8b249888fd In `network::requestDownload()`, set default `progress` argument to NULL. 11 months ago
  Andrew Belt a36f4dc131 Make RtAudio return UTF-8 device names on Windows and Mac. 11 months ago
  Andrew Belt b38734b69d Update oui-blendish website link in README. 11 months ago
  Andrew Belt 0924e39255 Remove RtAudioDriver deviceInfo caching 11 months ago
  Andrew Belt daf219aaeb Fix deprecated PUT macro from cURL. 11 months ago
  Andrew Belt 530286250c Fix static linking libarchive on Windows. 11 months ago
  Andrew Belt cf924e57a9 Fix unarchiving of zstd dep on Windows with hack. 11 months ago
  Andrew Belt a9c91b9ebd Update RtAudio submodule. deviceIds are now arbitrary instead of sequential. 11 months ago
  Andrew Belt e694181636 Update LICENSE-dist for Zstandard. 11 months ago
  Andrew Belt 6bb9377e0e Update to zstd 1.5.6 and libarchive 3.7.7. Define zstd static library path in libarchive build. 11 months ago
  Andrew Belt 4a7ad1e1e7 Update LICENSE-dist. 11 months ago
  Andrew Belt 8c33d966d3 Add date and Rack Pro changes to changelog. 11 months ago
  Andrew Belt 1ff18c9946 Bump version. Update changelog. 11 months ago
  Andrew Belt 2995ed74ff When launching engine worker threads, inherit main thread's scheduling policy and priority instead of setting manually. 11 months ago
  Andrew Belt 9d70bad7aa Tint/dim port only when left-dragging. 11 months ago
  Andrew Belt 854f2f121e Add "All cables" menu item to port context menu for dragging multiple cables. 11 months ago
  Andrew Belt e5a067398d Handle linear and radial gradient stop offsets (other than 0.0 and 1.0) in SVG. 11 months ago