|  jules | b45fc0f664 | DPI correction for android. | 12 years ago | 
				
					
						|  jules | a688675dd0 | Tweaks to android mulit-touch handling. | 12 years ago | 
				
					
						|  jules | 3f07f45702 | Improved Android event callback mechanism. | 12 years ago | 
				
					
						|  jules | f1c01f1f3c | Deletion of ModalComponentManager::Callback objects passed to native dialog boxes. | 12 years ago | 
				
					
						|  jules | 42aa27900b | Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. | 12 years ago | 
				
					
						|  jules | a2c95ce4fd | Cleaned out and optimised some graphics code. | 12 years ago | 
				
					
						|  jules | be1d5253ee | Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value. | 12 years ago | 
				
					
						|  jules | ea4c7b3351 | Added some JUCE_CALLTYPE flags to Process methods. | 12 years ago | 
				
					
						|  jules | 823039215f | Corrected the naming of the iOS component peer rendering engine. | 12 years ago | 
				
					
						|  jules | 16b9bbe212 | Fix for win32 scaled component mouse positioning. | 12 years ago | 
				
					
						|  jules | cbe2777656 | Default desktop scaling for win32. | 12 years ago | 
				
					
						|  jules | 3cd00c8730 | A few android warning fixes. | 12 years ago | 
				
					
						|  jules | 0713d87a95 | Added a Process::hide() method (implemented only on OSX) | 12 years ago | 
				
					
						|  jules | 60a0087114 | Some internal component peer work. | 12 years ago | 
				
					
						|  jules | 5918d039ce | Added some "override" annotations. | 12 years ago | 
				
					
						|  jules | 96c234f8c5 | Groundwork for desktop scaling. Added win32 calls to allow drag+drop in apps with lower permissions. | 12 years ago | 
				
					
						|  jules | 155859f86b | Internal refactoring. | 12 years ago | 
				
					
						|  jules | 98ae8a49d2 | Added DPI field to Desktop::Display information. Couple of Android fixes. | 12 years ago | 
				
					
						|  jules | 03c2801f3f | Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 | 12 years ago | 
				
					
						|  jules | c7506df13f | Changed some pass-by-references to pass-by-value to improve compiler optimisation. | 12 years ago | 
				
					
						|  jules | 9387c7fdaf | Simplified some ComponentPeer methods. | 12 years ago | 
				
					
						|  jules | 7969ec3611 | NativeAlertWindow callback implementations. | 12 years ago | 
				
					
						|  jules | 960e604baa | Removed restriction on number of touches in iOS/Android. | 12 years ago | 
				
					
						|  jules | 9ca3ab9454 | AlertWindows should now be always-on-top if the process is using any other windows are in that mode. | 13 years ago | 
				
					
						|  jules | 0ceeb573d8 | Minor changes to avoid pedantic compiler warnings. | 13 years ago | 
				
					
						|  jules | f292238b32 | Android: keyboard input support. | 13 years ago | 
				
					
						|  jules | 699b5303e2 | Android: multi-touch support. | 13 years ago | 
				
					
						|  jules | d5dc5b2ba9 | MouseCursor refactoring. | 13 years ago | 
				
					
						|  jules | 67ee4a6201 | New method Process::makeForegroundProcess() (only implemented in OSX) | 13 years ago | 
				
					
						|  jules | 5a69cc6ce2 | Internal tidying-up. | 13 years ago | 
				
					
						|  jules | 7ce0bf15d3 | Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. | 13 years ago | 
				
					
						|  jules | 18cfadf898 | Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). | 13 years ago | 
				
					
						|  jules | 7d4bbd114a | New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays(). | 13 years ago | 
				
					
						|  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 | e78147dd06 | Android: screen size fix. | 13 years ago | 
				
					
						|  jules | 1804b983a0 | Android GL work. | 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 | 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 | cd0683ef4d | Tidied up a few return types. | 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 | 7404020717 | New method LookAndFeel::createGraphicsContext(). More OpenGL refactoring. | 14 years ago | 
				
					
						|  Julian Storer | b114339c3f | New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. | 14 years ago | 
				
					
						|  Julian Storer | bd9a32c757 | Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. | 14 years ago | 
				
					
						|  Julian Storer | 4808d9c318 | Hard-coded some juce namespace declarations. | 14 years ago | 
				
					
						|  Julian Storer | b70e0a28d2 | First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. | 14 years ago |