Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • c2697bdce9 Code editor fix for long lines. by jules 2012-07-24 10:37:33 +0100
  • 6784564060 Scrollbar l+f fix. by jules 2012-07-23 20:48:22 +0100
  • fab78ea09e Fixed a leak in OwnedArray. by jules 2012-07-23 09:21:59 +0100
  • d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. by jules 2012-07-23 07:54:23 +0100
  • 98e37b8e7a Minor MSVC compatibility fix. by jules 2012-07-22 19:48:38 +0100
  • c16783f645 Minor code editor optimisation. by jules 2012-07-22 14:48:14 +0100
  • e875ddc3a1 Introjucer: optimised some unnecessary project copying. by jules 2012-07-22 14:21:07 +0100
  • dac898c601 Introjucer: modules panel fix. by jules 2012-07-22 10:03:32 +0100
  • c3b0903b74 Workaround for compiling with VC2012. by jules 2012-07-22 09:31:52 +0100
  • 31e1382646 Changed LassoComponent to draw itself via the LookAndFeel. by jules 2012-07-22 08:28:26 +0100
  • ad1becb00b PixelARGB compile fix for PPC targets. by jules 2012-07-21 20:25:50 +0100
  • 75d72d6323 Version number bump. by jules 2012-07-21 14:39:29 +0100
  • 6838666a58 Introjucer: modules panel tweak. by jules 2012-07-21 14:38:03 +0100
  • cd62c252de Minor fix to StretchableObjectResizer by jules 2012-07-21 10:53:43 +0100
  • b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. by jules 2012-07-21 08:58:27 +0100
  • a151510501 Introjucer: don't enable OSX "active architecture only" if an non-default architecture has been chosen. by jules 2012-07-20 21:09:30 +0100
  • 8ee1897916 Introjucer: some code editor fixes and functionality. by jules 2012-07-20 20:57:39 +0100
  • 21d7a993ab Minor clean-ups in TabbedComponent. by jules 2012-07-19 15:46:47 +0100
  • 7373bfd3be OSX: prevent mouse-moves when behind an inactive window. by jules 2012-07-19 14:07:47 +0100
  • d92d5ba108 Minor thread fix. Introjucer: fixed colour of rollover help text. by jules 2012-07-19 12:44:23 +0100
  • 74e687aa99 Added a String << operatator that takes int64. by jules 2012-07-19 08:53:15 +0100
  • 26ae696f94 (Removed a debugging hack that was left behind mistakenly..) by jules 2012-07-18 18:02:24 +0100
  • 330abbc8df Fix for lost mouse-exits when modal components are present. by jules 2012-07-18 17:45:46 +0100
  • c2666bfe61 Introjucer: fix for broken colour scheme when run for the first time. by jules 2012-07-18 16:32:39 +0100
  • 2d9312ca3e Added function: SystemStats::getEnvironmentVariable() by jules 2012-07-18 16:17:36 +0100
  • 18ce7d1a5b Fix for obscure mouse-up failure when blocked by a modal component. by jules 2012-07-18 15:44:19 +0100
  • c6299a08dc Changed the return type of ImageType::create(). by jules 2012-07-18 10:43:27 +0100
  • e35e130362 Added some matrix uniform setting methods to OpenGLShaderProgram. by jules 2012-07-18 10:41:26 +0100
  • cf4c9c9823 Tweaks to some posix code. by jules 2012-07-18 09:45:59 +0100
  • 40fd93e32e Fixed a typo in the widgets demo. by jules 2012-07-18 08:53:53 +0100
  • d019af5b82 Introjucer: minor internal stuff. by jules 2012-07-17 15:51:24 +0100
  • e864ac8109 New method: Process::setDockIconVisible() by jules 2012-07-17 15:50:44 +0100
  • 9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). by jules 2012-07-17 15:49:55 +0100
  • 601f729bf7 OSX zooming window fix. by jules 2012-07-16 21:13:07 +0100
  • 8b208084aa Introjucer: icns file format fix. by jules 2012-07-16 20:33:45 +0100
  • 74078ee2c8 Introjucer: support for larger OSX icon sizes. by jules 2012-07-16 15:53:09 +0100
  • 66cd90e4af Added some assertions to ValueTree by jules 2012-07-16 13:58:41 +0100
  • c586e91c7f ValueTree constness tweak. by jules 2012-07-15 16:15:01 +0100
  • 391e99443e Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. by jules 2012-07-15 13:59:13 +0100
  • d78b10edb3 Introjucer: code indent tweaks. by jules 2012-07-15 11:56:10 +0100
  • 7ef8246cae Introjucer: restricted font list to fixed-width fonts. by jules 2012-07-14 14:08:14 +0100
  • 2c3adef110 Fixed a mac windowing bug. by jules 2012-07-14 13:48:45 +0100
  • fb5bcb5094 Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name. by jules 2012-07-14 12:48:01 +0100
  • dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. by jules 2012-07-14 11:54:29 +0100
  • 006e324114 Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug. by jules 2012-07-14 11:21:56 +0100
  • 1b2b1a1aac Introjucer: colour scheme presets and aesthetic stuff. by jules 2012-07-14 10:30:56 +0100
  • b1d73f2086 Minor internal refactoring and clean-ups. by jules 2012-07-14 10:02:45 +0100
  • 1f2c81980f Introjucer: Fix for MSVC optimisation levels. by jules 2012-07-13 19:35:46 +0100
  • 5a69cc6ce2 Internal tidying-up. by jules 2012-07-13 19:31:00 +0100
  • 4718026b47 OSX keycode character fix. by jules 2012-07-13 18:17:25 +0100
  • 396a5d9178 Introjucer: nicer scrollbars. by jules 2012-07-13 16:17:11 +0100
  • 55dc84bc69 Minor fixes for AudioPluginFormatManager, PluginListComponent. by jules 2012-07-13 16:16:20 +0100
  • baecac82d9 Introjucer: tweaked document focus behaviour. by jules 2012-07-13 14:50:49 +0100
  • 2329cfa286 Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes. by jules 2012-07-13 14:50:10 +0100
  • cd5893d6e8 Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible() by jules 2012-07-13 13:36:55 +0100
  • 65f147b241 Introjucer: Visual studio WPO and debug option fixes. by jules 2012-07-13 12:28:25 +0100
  • 225040e62b Improved drop-shadow code. by jules 2012-07-13 11:58:44 +0100
  • 8d283685fc Fixed a mouse-position bug in win32 when dragging windows. by jules 2012-07-13 10:32:05 +0100
  • 26c002498d Fix for MixerAudioSource. by jules 2012-07-13 08:52:04 +0100
  • 515bfe90b2 Introjucer: new tab panel look and feel. by jules 2012-07-12 22:09:49 +0100
  • 9fc29dad53 More tabbed component work. by jules 2012-07-12 18:33:43 +0100
  • edb1114c5e Introjucer: more colour scheme stuff. by jules 2012-07-12 15:56:10 +0100
  • b6965d2fe5 New method: ValueTree::copyPropertiesFrom() by jules 2012-07-12 15:55:34 +0100
  • df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. by jules 2012-07-12 14:10:46 +0100
  • 246cb94bb0 AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids. by jules 2012-07-12 12:37:37 +0100
  • 9af7f2f480 Fixed a dependency issue in the graphics module. by jules 2012-07-12 11:19:32 +0100
  • b8f557b201 Tab button fix and minor clean-ups. by jules 2012-07-12 11:06:12 +0100
  • af9e993e12 Fixed a typo. by jules 2012-07-12 08:14:58 +0100
  • 3ddc6dd43d New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers. by jules 2012-07-11 21:07:47 +0100
  • 591ce2a396 Added TabBarButton::setExtraComponent() method to allow custom components to be inserted into tabs. This involved a big refactoring and clean-up of all the tab drawing methods in the LookAndFeel class. Also (slightly) cleaned up some of the crappy old code in the WidgetsDemo while I was adding a demo for this. by jules 2012-07-11 15:12:29 +0100
  • 1e9e6cbf79 New methods for Graphics, CallOutBox. by jules 2012-07-11 14:26:51 +0100
  • 7afbc077e7 Version update. by jules 2012-07-11 10:19:09 +0100
  • eb47f3c656 Fix for MidiFile::readNextTrack() by jules 2012-07-11 10:18:24 +0100
  • 502af083aa Fixed a bug in Font::setUnderline(). by jules 2012-07-11 09:44:10 +0100
  • 8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. by jules 2012-07-10 17:27:11 +0100
  • 7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. by jules 2012-07-10 16:59:35 +0100
  • 9b323d9115 Jucer: fix for some generated Drawable code. by jules 2012-07-10 16:32:27 +0100
  • 6919e4ec91 AudioUnit: moved an include to help with 64-bit compiling. by jules 2012-07-10 15:32:53 +0100
  • 770b8a4ae1 Introjucer: more colour scheme stuff. by jules 2012-07-10 15:28:53 +0100
  • deeab7f818 Minor tidying-up. by jules 2012-07-10 13:40:11 +0100
  • 44e454f0b7 Introjucer: colours and refactoring. by jules 2012-07-10 12:08:35 +0100
  • 6fe9e2db73 Minor clean-ups. by jules 2012-07-10 11:50:17 +0100
  • b95258cb20 C++ syntax tokeniser fix. by jules 2012-07-10 10:29:50 +0100
  • 3fdc8a22db New colour contrast method. by jules 2012-07-09 21:59:27 +0100
  • ecd91dc559 Introjucer: updated Android builds to work with the latest SDK. by jules 2012-07-09 15:59:26 +0100
  • 5edf41737e Minor fix in ValueTree. by jules 2012-07-09 15:19:19 +0100
  • f50b05b251 Introjucer threading fix. by jules 2012-07-09 13:48:59 +0100
  • 70024eae19 Fix for RTAS compile error. by jules 2012-07-09 13:46:08 +0100
  • 6f28207e87 AAX: plugin is now recognised and loaded by PT (but doesn't yet play correctly) by jules 2012-07-09 13:18:09 +0100
  • b20b5f9276 Introjucer: fix for Xcode post-build script in audio plugin projects. by jules 2012-07-09 11:51:09 +0100
  • 4253bacb6a Removed some compiler warnings, fix for OSX file chooser modality. by jules 2012-07-09 10:16:51 +0100
  • c65c7dd4a4 Introjucer: misc internal refactoring. by jules 2012-07-09 10:15:26 +0100
  • 1f2b26a30b Introjucer: refactored icons. by jules 2012-07-08 22:02:59 +0100
  • ceb556876a Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc. by jules 2012-07-08 20:07:53 +0100
  • 2fe73f6ebe Introjucer: added a flag to help with OSX retina displays. by jules 2012-07-08 17:32:58 +0100
  • 8d92a49312 RTAS/OpenGL fix (?) by jules 2012-07-08 17:04:07 +0100
  • 25e7361f2c Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project. by jules 2012-07-08 15:05:55 +0100
  • 3d72789127 A couple more Array::removeValue calls that I'd missed.. by jules 2012-07-08 11:46:44 +0100
  • a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. by jules 2012-07-07 22:23:47 +0100
  • 0475cedff5 Introjucer: commands to move back/forwards through open docs. by jules 2012-07-07 21:11:06 +0100