1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

621 commits

Author SHA1 Message Date
jules
d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 2012-07-23 07:54:23 +01:00
jules
98e37b8e7a Minor MSVC compatibility fix. 2012-07-22 19:48:38 +01:00
jules
c16783f645 Minor code editor optimisation. 2012-07-22 14:48:14 +01:00
jules
c3b0903b74 Workaround for compiling with VC2012. 2012-07-22 09:31:52 +01:00
jules
31e1382646 Changed LassoComponent to draw itself via the LookAndFeel. 2012-07-22 08:28:26 +01:00
jules
ad1becb00b PixelARGB compile fix for PPC targets. 2012-07-21 20:25:50 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +01:00
jules
cd62c252de Minor fix to StretchableObjectResizer 2012-07-21 10:53:43 +01:00
jules
b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 2012-07-21 08:58:27 +01:00
jules
8ee1897916 Introjucer: some code editor fixes and functionality. 2012-07-20 20:57:39 +01:00
jules
21d7a993ab Minor clean-ups in TabbedComponent. 2012-07-19 15:46:47 +01:00
jules
7373bfd3be OSX: prevent mouse-moves when behind an inactive window. 2012-07-19 14:07:47 +01:00
jules
d92d5ba108 Minor thread fix. Introjucer: fixed colour of rollover help text. 2012-07-19 12:44:23 +01:00
jules
74e687aa99 Added a String << operatator that takes int64. 2012-07-19 08:53:15 +01:00
jules
330abbc8df Fix for lost mouse-exits when modal components are present. 2012-07-18 17:45:46 +01:00
jules
2d9312ca3e Added function: SystemStats::getEnvironmentVariable() 2012-07-18 16:17:36 +01:00
jules
18ce7d1a5b Fix for obscure mouse-up failure when blocked by a modal component. 2012-07-18 15:44:19 +01:00
jules
c6299a08dc Changed the return type of ImageType::create(). 2012-07-18 10:43:27 +01:00
jules
e35e130362 Added some matrix uniform setting methods to OpenGLShaderProgram. 2012-07-18 10:41:26 +01:00
jules
cf4c9c9823 Tweaks to some posix code. 2012-07-18 09:45:59 +01:00
jules
e864ac8109 New method: Process::setDockIconVisible() 2012-07-17 15:50:44 +01:00
jules
9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 2012-07-17 15:49:55 +01:00
jules
601f729bf7 OSX zooming window fix. 2012-07-16 21:13:07 +01:00
jules
66cd90e4af Added some assertions to ValueTree 2012-07-16 13:58:41 +01:00
jules
c586e91c7f ValueTree constness tweak. 2012-07-15 16:15:01 +01:00
jules
391e99443e Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 2012-07-15 13:59:13 +01:00
jules
d78b10edb3 Introjucer: code indent tweaks. 2012-07-15 11:56:10 +01:00
jules
2c3adef110 Fixed a mac windowing bug. 2012-07-14 13:48:45 +01:00
jules
fb5bcb5094 Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name. 2012-07-14 12:48:01 +01:00
jules
dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 2012-07-14 11:54:29 +01:00
jules
006e324114 Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug. 2012-07-14 11:21:56 +01:00
jules
b1d73f2086 Minor internal refactoring and clean-ups. 2012-07-14 10:02:45 +01:00
jules
5a69cc6ce2 Internal tidying-up. 2012-07-13 19:31:00 +01:00
jules
4718026b47 OSX keycode character fix. 2012-07-13 18:17:25 +01:00
jules
55dc84bc69 Minor fixes for AudioPluginFormatManager, PluginListComponent. 2012-07-13 16:16:20 +01:00
jules
2329cfa286 Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes. 2012-07-13 14:50:10 +01:00
jules
cd5893d6e8 Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible() 2012-07-13 13:36:55 +01:00
jules
225040e62b Improved drop-shadow code. 2012-07-13 11:58:44 +01:00
jules
8d283685fc Fixed a mouse-position bug in win32 when dragging windows. 2012-07-13 10:32:05 +01:00
jules
26c002498d Fix for MixerAudioSource. 2012-07-13 08:52:04 +01:00
jules
9fc29dad53 More tabbed component work. 2012-07-12 18:33:43 +01:00
jules
b6965d2fe5 New method: ValueTree::copyPropertiesFrom() 2012-07-12 15:55:34 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
246cb94bb0 AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids. 2012-07-12 12:37:37 +01:00
jules
9af7f2f480 Fixed a dependency issue in the graphics module. 2012-07-12 11:19:32 +01:00
jules
b8f557b201 Tab button fix and minor clean-ups. 2012-07-12 11:06:12 +01:00
jules
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. 2012-07-11 21:07:47 +01:00
jules
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. 2012-07-11 15:12:29 +01:00
jules
1e9e6cbf79 New methods for Graphics, CallOutBox. 2012-07-11 14:26:51 +01:00
jules
7afbc077e7 Version update. 2012-07-11 10:19:09 +01:00