58 Commits (cba76bef60d0f1ad50f94e81121db03f5750cf9f)

Author SHA1 Message Date
  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. 13 years ago
  jules 38703ee4c3 Cleaned up a few 64-bit VC++ warnings. 13 years ago
  jules bbac5a8790 New class: OpenGLShaderProgram, and GL clean-ups. 13 years ago
  jules d6ed09e158 TextLayout fix. Windows stylus fix. Minor clean-ups. 13 years ago
  jules c1ab947a53 Couple of minor windowing fixes. 13 years ago
  jules cd0683ef4d Tidied up a few return types. 13 years ago
  jules da7d612591 Small 10.5 compatibility tweak. 13 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. 13 years ago
  jules cb3406d710 win32 drag-and-drop improvement. 13 years ago
  jules fb9af90b61 Updatesfor OSX 10.7 compatibility. 13 years ago
  jules 2ae2f8da30 Improved OSX realtime key modifier flag detection. 13 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. 13 years ago
  jules 96c0a756e0 Linux windowing tweak for menus + tooltips. 13 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. 13 years ago
  jules 09dd26bf60 Tweak to ComponentBoundsConstrainer. Fix for iOS when embedding juce windows. 13 years ago
  jules 2b34a17716 ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround. 13 years ago
  jules 34840062ef Made the x and y members public in the Point class. 13 years ago
  jules 0b1cdf6ab1 Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. 13 years ago
  jules d1e4e9b9d0 OpenGL development (OpenGLRenderer now more-or-less works) 13 years ago
  jules 0422e4ced9 More OpenGL work. 13 years ago
  jules 7404020717 New method LookAndFeel::createGraphicsContext(). More OpenGL refactoring. 13 years ago
  jules 27d7185f34 OSX10.4 menu fix. Graphics::drawSingleLineText justification. 13 years ago
  jules 164cd8909b Fixes for TextEditor, ASIO, Windows touch, AU. 13 years ago
  jules d3935a9b91 Small Win7 multi-touch tweak. 13 years ago
  jules 00b6a73860 Regenerated project files. 13 years ago
  jules e647ea8a90 Experimental support for Win7 multi-touch. 13 years ago
  jules fce514266e Refactored the linux Freetype font code and native file chooser (via zenity). 13 years ago
  Julian Storer f18cb9f382 Some internal refactoring in PopupMenu. 13 years ago
  Julian Storer 638a93d639 Fixes for AU hosting and Button Value reference handling. Minor clean-ups. 13 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. 13 years ago
  Julian Storer 098400ef31 Removed the Image::setPixelData method - this can be done with Image::BitmapData instead. OSX file chooser options change for aliased files. 13 years ago
  Julian Storer 24d40bdbb0 A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser. 13 years ago