4441 Commits (6773fc2f4f34db8d3e7cd2cda258da0bf5fe0afc)
 

Author SHA1 Message Date
  jules 6773fc2f4f Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback. 11 years ago
  jules ed0bed9af7 Added a function countNumberOfBits() 11 years ago
  jules 7dac51859c Fixes for unbounded mouse behaviour on scaled displays 11 years ago
  jules fdf6f12185 Made Label take its editing colours from the L+F. 11 years ago
  jules bdeb0765ea Added support for windows command line apps that want an event loop. 11 years ago
  jules 6bb3a4b74f For for hi-res timer threads on android. 11 years ago
  jules e233124fc3 Fix for StandAloneFilterWindow path saving. 11 years ago
  jules 1b7c4ea6a4 Added some extra Label colour IDs to allow control over the text editor colours while it's being edited. 11 years ago
  jules 19b412c1a8 Avoiding flicker when handling synchronous repainting of desktop windows when they are resized. 11 years ago
  jules 2080aab33a Linux: better detection of transparent windowing ability. 11 years ago
  jules e131dd3b2a Documentation correction. 11 years ago
  jules 82726a9e66 Improved slider mouse wheel behaviour for inc/dec sliders. 11 years ago
  jules 65b97cd334 Fix for non-string textboxes in live constant editor. 11 years ago
  jules b66661d569 Clarified some comments. 11 years ago
  jules 7f5c5e02d1 Avoided problems in the VST3 wrapper for plugins with 0 inputs. 11 years ago
  jules 5d5f0d2cad Clarified some documentation about AudioProcessor::suspendProcessing 11 years ago
  jules ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 11 years ago
  jules 7c0d0ae677 VST hosting: tweaked the way 64-bit plugin NSViews are created, to avoid an extra intermediate parent NSView which seems to break some plugins. 11 years ago
  jules 705492a800 Avoided division-by-zero problems in the javascript interpreter. 11 years ago
  jules 4aee96be04 Added an animation option to TabbedButtonBar::removeTab(). 11 years ago
  jules 6ec478bb8d Introjucer gui comp layout generation - added missing parentheses. 11 years ago
  jules 0c1f2a6a72 Extended linux zenity file chooser to use filters and bring the window to the front. 11 years ago
  jules 413954f60c Documentation fix. 11 years ago
  jules 7f4270ef59 Added method getCallOutBoxBorderSize() to look+feel. 11 years ago
  jules bd5b47484f Added an internal flag JUCE_WIN32_TIMER_PERIOD, which can be set to change the value that is passed to the timeBeginPeriod function, or to prevent this function being called at all. 11 years ago
  jules 1e23cda2ff Cleaned up a couple of minor analyser warnings. 11 years ago
  jules 7b8ab7b503 Changed MessageBase::post() to return a bool to detect failure in the OS message queue (which can happen under stress on win32), and used this to avoid some messaging classes getting stuck. 11 years ago
  jules 8baa07ac89 Updated introjucer component editor to use callout boxes for colour editors 11 years ago
  jules aef09a4d5b Minor layout tweaks to the AudioDeviceSelectorComponent 11 years ago
  jules 2d34266125 Fixed a layout bug in AudioDeviceSelectorComponent 11 years ago
  jules 6bb134ae89 Made sure that AudioDeviceSelectorComponent reflects the l+f correctly 11 years ago
  jules e35096148e Made the AU wrapper detect program changes. 11 years ago
  jules 9793db0a47 Correction to tracktion marketplace win32 ID generation. 11 years ago
  jules d2e1c7f679 Version number update 11 years ago
  jules 21a64cee02 New module: juce_tracktion_marketplace. This module handles product authentication between an app and a web-store. 11 years ago
  jules 54512dcb3f In the VST wrapper, made the ioChanged callback happen asynchronously on the message thread. 11 years ago
  jules f6603043a2 Fix for https in the win32 http stream implementation 11 years ago
  jules 21f13fb909 Resaved some project files. 11 years ago
  jules 2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 11 years ago
  jules 13f99df268 Fix for changing the OSX HighResolutionTimer interval while it's still running. 11 years ago
  jules ae0383c7db Added a win32-specific flag File::windowsSystemDirectory 11 years ago
  jules 09f35b6cbd Fixed a counter in ThreadedWriter 11 years ago
  jules 8bbe42c4e2 UTF32 build fix. 11 years ago
  jules 95f536383f Internal refactoring of some camera capture classes to make it easier to update to new APIs. 11 years ago
  jules a0fd7bbc1c Added method AudioFormatWriter::ThreadedWriter::setFlushInterval() 11 years ago
  jules 48cdbf2622 Fix for padding in wav file writer. 11 years ago
  jules 71eafe439c Split the SystemStats::Windows8 enum into 8.0 and 8.1 values. 11 years ago
  jules e3d7ec1827 Cleaned up a couple of parameter types in byte order conversion. 11 years ago
  jules 7e35b73df6 Added a method AudioFormatWriter::flush, and implemented it in the WAV format. 11 years ago
  jules 4a3c45e7bd Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. 11 years ago