|  Andrew Belt | d56c9698bf | Actually fix Mac mouse issue? | 8 years ago | 
				
					
						|  Andrew Belt | ca9add800a | Remove negative mouse dimension fix on Mac, doesn't work. Updated osdialog | 8 years ago | 
				
					
						|  Andrew Belt | 081cb154cf | Increased audio channel limit to 8 | 8 years ago | 
				
					
						|  Andrew Belt | 548ef873da | 8 channels for Audio Interface | 8 years ago | 
				
					
						|  Andrew Belt | 6b33f9dbac | Lazy initialize portmidi and portaudio | 8 years ago | 
				
					
						|  Andrew Belt | 93dda7bd57 | Fixed that annoying Mac mouse lock/unlock cursor jump bug | 8 years ago | 
				
					
						|  Andrew Belt | f703aaac9d | Render GUI only when window is visible | 8 years ago | 
				
					
						|  Andrew Belt | 2785a39c9c | Merge branch 'master' of github.com:VCVRack/Rack | 8 years ago | 
				
					
						|  Andrew Belt | d4b899e746 | Switch rack rails to vector | 8 years ago | 
				
					
						|  Andrew Belt | 62acc22ac3 | Add ASIO to portaudio | 8 years ago | 
				
					
						|  Andrew Belt | 38b50cda00 | Merge branch 'master' of https://github.com/VCVRack/Rack | 8 years ago | 
				
					
						|  Andrew Belt | c51faf9089 | Fix Windows build, add GLFW error handling | 8 years ago | 
				
					
						|  Andrew Belt | cc2f172a88 | Merge branch 'master' of github.com:VCVRack/Rack | 8 years ago | 
				
					
						|  Andrew Belt | 7997fbfedc | Update plugin Makefile | 8 years ago | 
				
					
						|  Andrew Belt | 837071241e | Added high DPI support. I bought a Macbook Pro Retina for $450 just for this commit! | 8 years ago | 
				
					
						|  Andrew Belt | a400f63651 | Fix Windows dep build | 8 years ago | 
				
					
						|  Andrew Belt | 81a32da366 | Fix GLEW in dep to use lib instead of lib64 install path | 8 years ago | 
				
					
						|  Andrew Belt | b06a79fecb | Merge branch 'master' of github.com:VCVRack/Rack | 8 years ago | 
				
					
						|  Andrew Belt | 7776697d72 | Updated build instructions, refactored Makefiles | 8 years ago | 
				
					
						|  Andrew Belt | 1e34c3d3ee | Fix MacOS build | 8 years ago | 
				
					
						|  Andrew Belt | 6dfcdff7fd | Add .gitignore | 8 years ago | 
				
					
						|  Andrew Belt | 4945e963ae | Added ComponentLibrary and fonts to /res | 8 years ago | 
				
					
						|  Andrew Belt | 8bba88d448 | Refactor Makefiles | 8 years ago | 
				
					
						|  Andrew Belt | e511823809 | Update submodules, convert oui-blendish to git submodule | 8 years ago | 
				
					
						|  Andrew Belt | 5d8b431f9c | Add osdialogs submodule | 8 years ago | 
				
					
						|  Andrew Belt | 3eba4b755e | Switch from noc to osdialog, add arch-detecting Makefile, added dep Makefile | 8 years ago | 
				
					
						|  Andrew Belt | 630a46e8fa | Refactoring method names, build system | 8 years ago | 
				
					
						|  Andrew Belt | de5c9ca2af | Added Scene::createMenu(), renamed arch macros to ARCH_* | 8 years ago | 
				
					
						|  Andrew Belt | 233a240db2 | Merge branch 'master' of github.com:VCVRack/Rack | 8 years ago | 
				
					
						|  Andrew Belt | 4e18045052 | Add Info.plist | 8 years ago | 
				
					
						|  Andrew Belt | 093ecdbb94 | Add param randomization, changed mapf to rescalef, other refactors | 8 years ago | 
				
					
						|  Andrew Belt | 7ad20a0188 | Add unsupporting note | 8 years ago | 
				
					
						|  Andrew Belt | bd7b90fcda | Updated SchmittTrigger, QuantityWidgets can now have maxValue < minValue for inverted operation, added SnapKnob | 8 years ago | 
				
					
						|  Andrew Belt | d9c803962b | Added Decimator, SlewLimiter, Trigger, other cleanup | 8 years ago | 
				
					
						|  Andrew Belt | 5ce268b5ba | Improved code quality of Light subclasses | 8 years ago | 
				
					
						|  Andrew Belt | da89bdb76e | Added more switches | 8 years ago | 
				
					
						|  Andrew Belt | 6e4cddc4e1 | Add SVGSlider, SVGSwitch, attempt SVG gradients | 8 years ago | 
				
					
						|  Andrew Belt | 59b39bf876 | Add CircularShadow and add it to the SVGKnob framebuffer | 8 years ago | 
				
					
						|  Andrew Belt | 412759de29 | Fixed current working directory on macOS Sierra, probably http://stackoverflow.com/questions/42600770/chdir-to-the-location-of-the-app-bundle-in-c-macos-application#comment72481655_42637115 | 8 years ago | 
				
					
						|  Andrew Belt | 2fd04a764e | Bumped OpenGL require from 3.2 to 2.0, fixed plugin loading on win and mac, added licenses for new libraries | 8 years ago | 
				
					
						|  Andrew Belt | 12ff32e3ca | Add plugin manager for downloading plugins within the application, add libzip and curl dependency | 8 years ago | 
				
					
						|  Andrew Belt | e23bf21e5b | Added PeakFilter to dsp.hpp, added dr_libs dependency for dr_wav.h | 8 years ago | 
				
					
						|  Andrew Belt | de44d0c754 | Added Rogan knobs to components.hpp, added shadow to SVGKnob, fixed bug/typo in SVG stroke fill color | 8 years ago | 
				
					
						|  Andrew Belt | 3f8b5ad055 | Renamed scene.hpp to app.hpp, moved app stuff to src/app | 8 years ago | 
				
					
						|  Andrew Belt | d24b587eb6 | Combined InputPort and OutputPort to just Port with an enum | 8 years ago | 
				
					
						|  Andrew Belt | 71a1b6a987 | Added SVGKnob, added TextField, PasswordField, migrated to SVGKnobs | 8 years ago | 
				
					
						|  Andrew Belt | 0e0f9c38f2 | Added TransformWidget, SVGWidget, FramebufferWidget | 8 years ago | 
				
					
						|  Andrew Belt | a76a6e7f5e | revised Lights for Component Library, removed constructor argument from ModuleWidget | 8 years ago | 
				
					
						|  Andrew Belt | ab091bec31 | Switching from OpenGL 2 to OpenGL 3.2 for no reason | 8 years ago | 
				
					
						|  Andrew Belt | 6964942204 | When patching wires, invalid ports are rendered at 50% opacity | 8 years ago |