|  Andrew Belt | c5549682eb | Add new Light graphics. Add TSvgLight class to handle SVG files above light. | 4 years ago | 
				
					
						|  Andrew Belt | fa5cd69cd7 | Reduce number precision of zoom levels in Module Browser. | 4 years ago | 
				
					
						|  Andrew Belt | 48331e4e70 | Add app variant name to window title. | 4 years ago | 
				
					
						|  Andrew Belt | 90077192b2 | Add APP_VARIANT global. | 4 years ago | 
				
					
						|  Andrew Belt | d7c36b9bee | Tweak Makefiles. | 4 years ago | 
				
					
						|  Andrew Belt | 0569eb0784 | Reorganize gitignore. | 4 years ago | 
				
					
						|  Andrew Belt | de0cb6631b | Move standalone source to new adapters folder. | 4 years ago | 
				
					
						|  Andrew Belt | 7c7fd45699 | Clarify doc for WeakPtr. | 4 years ago | 
				
					
						|  Andrew Belt | f88ff2ae5f | Add subdirectory navigation to module presets. | 4 years ago | 
				
					
						|  Andrew Belt | 077064f069 | Add copy ctor to WeakPtr. | 4 years ago | 
				
					
						|  Andrew Belt | d4a815c574 | Fix incorrect Rogan background SVG filenames. | 4 years ago | 
				
					
						|  Andrew Belt | 6fbc3d6292 | Fix UTF8toUTF16 call. | 4 years ago | 
				
					
						|  Andrew Belt | 0fd569bc65 | Update glfw submodule. | 4 years ago | 
				
					
						|  Andrew Belt | 7ddf7dc3a6 | Remove old TL1105 graphic. | 4 years ago | 
				
					
						|  Andrew Belt | 39ca179daf | Add new Rogan knob designs. | 4 years ago | 
				
					
						|  Andrew Belt | ac29571db3 | Rearrange ModuleWidget methods. | 4 years ago | 
				
					
						|  Andrew Belt | 46fff99244 | Add Module::getPatchStorageDir(). | 4 years ago | 
				
					
						|  Andrew Belt | f0deb51863 | Move ui.hpp to ui/common.hpp. | 4 years ago | 
				
					
						|  Andrew Belt | 69fc690290 | Add getter methods to Module. | 4 years ago | 
				
					
						|  Andrew Belt | ed1842a743 | Rename string::U8toU16 to UTF8toUTF16 and U16toU8 to UTF16toUTF8. | 4 years ago | 
				
					
						|  Andrew Belt | 88995ab5f3 | Remove debug message. | 4 years ago | 
				
					
						|  Andrew Belt | e712c98020 | Fix screenshot command -t not generating correct PNGs. | 4 years ago | 
				
					
						|  Andrew Belt | 8432b26546 | Replace Rogan1PS, Rogan3PS, TL1105, and PJ301M graphics. | 4 years ago | 
				
					
						|  Andrew Belt | 4450bd7ef1 | Add default argument to settings::save() and load(). | 4 years ago | 
				
					
						|  Andrew Belt | 583530032f | Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. | 4 years ago | 
				
					
						|  Andrew Belt | 30f814b7ae | Move asset::logPath to logger::path. | 4 years ago | 
				
					
						|  Andrew Belt | 2966cd57f7 | Move asset::autosavePath to Patch. Add Module::createPatchStorageDir() and remove asset::module(). | 4 years ago | 
				
					
						|  Andrew Belt | daad5bd355 | Add default arguments to math::clamp, clampSafe, and rescale. | 4 years ago | 
				
					
						|  Andrew Belt | 5faeb67a11 | Fix `float approxExp2Floor()` to work with negative arguments and arguments above 30. | 4 years ago | 
				
					
						|  Andrew Belt | 898bc44794 | Clean up MIDI-CV, CC, and Gate. | 4 years ago | 
				
					
						|  Andrew Belt | 87eeb02f5c | Rename new Widget methods. Add Rogan3PSWhite fg/bg test. | 4 years ago | 
				
					
						|  Andrew Belt | 649a601fc2 | Add Widget::hasChild(), addChildBefore(), and addChildAfter(). | 4 years ago | 
				
					
						|  Andrew Belt | 82802c3c15 | Update license to reflect recent purchase of property. | 4 years ago | 
				
					
						|  Andrew Belt | 8eb58fde2b | Remove window reopen test. Add mutexes to logger init/destroy. | 4 years ago | 
				
					
						|  Andrew Belt | 7bec4bd93c | Destroy system and plugin subsystems properly so they can be re-initialized. | 4 years ago | 
				
					
						|  Andrew Belt | c545995fb1 | Make fonts and images be permanently cached. Use font cache in LedDisplay. | 4 years ago | 
				
					
						|  Andrew Belt | acac627ae7 | Destroy history after scene. | 4 years ago | 
				
					
						|  Andrew Belt | c1f6c0e69b | Destroy event subsystem after scene. | 4 years ago | 
				
					
						|  Andrew Belt | 66cb723b63 | Reorder initialization and destruction of submodules. | 4 years ago | 
				
					
						|  Andrew Belt | 6ffea7d25d | Move SVG_DPI and mm2px() to svg.hpp. | 4 years ago | 
				
					
						|  Andrew Belt | b90177811b | Add Svg::draw() convenience method. | 4 years ago | 
				
					
						|  Andrew Belt | 4e7f1edb24 | Change all deprecated APP->window->loadSvg() calls to Svg::load(). Fix FramebufferWidget::onContextDestroy() not unsetting framebuffer handle. | 4 years ago | 
				
					
						|  Andrew Belt | 55fa1f0dca | Move Svg from window.hpp to svg.hpp. Deprecate Window::loadSvg(). Un-deprecate Svg::load(). | 4 years ago | 
				
					
						|  Andrew Belt | ad1d109845 | Add ContextCreateEvent and ContextDestroyEvent. | 4 years ago | 
				
					
						|  Andrew Belt | 5484126aaa | Change `event::Foo` to `FooEvent`. | 4 years ago | 
				
					
						|  Andrew Belt | c9cf25f66e | Merge event namespace into widget namespace. Event classes are now defined inside the Widget class. | 4 years ago | 
				
					
						|  Andrew Belt | 033e181370 | Reorder changelog and source code menu items in module info menu. | 4 years ago | 
				
					
						|  Andrew Belt | b6e4767e46 | Remove "v" from version display strings. Make Windows installer not install over Rack v1. | 4 years ago | 
				
					
						|  Andrew Belt | d2c08beb35 | Fix midi::Output names of devices. | 4 years ago | 
				
					
						|  Andrew Belt | 1b76dd5f07 | Change midi::Message::toString() to const. Clean up midi code. | 4 years ago |