|  jules | 87d3acf19f | Message leak fix. Android repaint fix. Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 53c0436d71 | Android fixes. OSX fix for old SDKs. | 13 years ago | 
				
					
						|  jules | bdd778332d | Removed some unused android code. Refactored some messaging code. | 13 years ago | 
				
					
						|  jules | dcb8351844 | Minor tweaks to Component and OSX fullscreen behaviour. | 13 years ago | 
				
					
						|  jules | e87f833183 | Tidied up a few rectangle methods. | 13 years ago | 
				
					
						|  jules | 49870de020 | Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent. | 13 years ago | 
				
					
						|  jules | cd711a5c44 | OpenGL refactoring. Removed a couple of minor methods from OpenGLComponent. | 13 years ago | 
				
					
						|  jules | 16f5684bd9 | Introjucer: added a button for changing the copying mode of all modules. Added support for kiosk mode in iOS. | 13 years ago | 
				
					
						|  jules | 83b35eba25 | Minor tweaks to help support mingw, and to avoid namespace issues with assertions. | 13 years ago | 
				
					
						|  jules | 96976db624 | Windows: faster rendering on 32-bit video cards. Audio fix for iOS. | 13 years ago | 
				
					
						|  jules | a07f07dda3 | Avoided disabling OSX kiosk mode when focus is lost. | 13 years ago | 
				
					
						|  jules | e78147dd06 | Android: screen size fix. | 13 years ago | 
				
					
						|  jules | a8083eb293 | TextLayout fix. OSX fullscreen fix. | 13 years ago | 
				
					
						|  jules | 4cf80f1819 | Fix for kiosk mode in OSX 10.6. | 13 years ago | 
				
					
						|  jules | 1804b983a0 | Android GL work. | 13 years ago | 
				
					
						|  jules | 994f1de977 | Linux clipboard fix. Better kiosk mode control in OSX10.7. | 13 years ago | 
				
					
						|  jules | d3d391ae7f | Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. | 13 years ago | 
				
					
						|  jules | 9d973f0089 | Fixes for CoreAudio, MidiFile, TextEditor, Tooltip. | 13 years ago | 
				
					
						|  jules | e1fea143b6 | Linux 64-bit icon fix. | 13 years ago | 
				
					
						|  jules | 295d125142 | Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. | 13 years ago | 
				
					
						|  jules | 151ec34375 | Android windowing fix. | 13 years ago | 
				
					
						|  jules | a8a7630635 | OSX 10.7: windows that have a maximise button and a native title bar will now support Lion full-screen mode. | 13 years ago | 
				
					
						|  jules | a6fe278654 | Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes. | 13 years ago | 
				
					
						|  jules | c539feabd5 | Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups. | 13 years ago | 
				
					
						|  jules | aff5fea6b4 | Minor introjucer clean-ups. | 13 years ago | 
				
					
						|  jules | ffaa06c3d0 | XML parser fix. Mac filechooser fix. | 13 years ago | 
				
					
						|  jules | 6899d2c56f | Minor tweaks to win32, tab key handling. | 14 years ago | 
				
					
						|  jules | 38703ee4c3 | Cleaned up a few 64-bit VC++ warnings. | 14 years ago | 
				
					
						|  jules | bbac5a8790 | New class: OpenGLShaderProgram, and GL clean-ups. | 14 years ago | 
				
					
						|  jules | d6ed09e158 | TextLayout fix. Windows stylus fix. Minor clean-ups. | 14 years ago | 
				
					
						|  jules | c1ab947a53 | Couple of minor windowing fixes. | 14 years ago | 
				
					
						|  jules | cd0683ef4d | Tidied up a few return types. | 14 years ago | 
				
					
						|  jules | da7d612591 | Small 10.5 compatibility tweak. | 14 years ago | 
				
					
						|  jules | 1a5bdda7f1 | Fixed an obscure utf8 string comparison problem. Added a few C++11 tweaks. Improved VST host default folder detection. Win32 file browser filter fix. Introjucer VS2005 compiler bug workaround. | 14 years ago | 
				
					
						|  jules | cb3406d710 | win32 drag-and-drop improvement. | 14 years ago | 
				
					
						|  jules | fb9af90b61 | Updatesfor OSX 10.7 compatibility. | 14 years ago | 
				
					
						|  jules | 2ae2f8da30 | Improved OSX realtime key modifier flag detection. | 14 years ago | 
				
					
						|  jules | 2a780902ba | Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix. | 14 years ago | 
				
					
						|  jules | 96c0a756e0 | Linux windowing tweak for menus + tooltips. | 14 years ago | 
				
					
						|  jules | 5435bfcb26 | win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix. | 14 years ago | 
				
					
						|  jules | 09dd26bf60 | Tweak to ComponentBoundsConstrainer. Fix for iOS when embedding juce windows. | 14 years ago | 
				
					
						|  jules | 2b34a17716 | ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround. | 14 years ago | 
				
					
						|  jules | 34840062ef | Made the x and y members public in the Point class. | 14 years ago | 
				
					
						|  jules | 0b1cdf6ab1 | Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. | 14 years ago | 
				
					
						|  jules | d1e4e9b9d0 | OpenGL development (OpenGLRenderer now more-or-less works) | 14 years ago | 
				
					
						|  jules | 0422e4ced9 | More OpenGL work. | 14 years ago | 
				
					
						|  jules | 7404020717 | New method LookAndFeel::createGraphicsContext(). More OpenGL refactoring. | 14 years ago | 
				
					
						|  jules | 27d7185f34 | OSX10.4 menu fix. Graphics::drawSingleLineText justification. | 14 years ago | 
				
					
						|  jules | 164cd8909b | Fixes for TextEditor, ASIO, Windows touch, AU. | 14 years ago | 
				
					
						|  jules | d3935a9b91 | Small Win7 multi-touch tweak. | 14 years ago |