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

2292 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
e875ddc3a1 Introjucer: optimised some unnecessary project copying. 2012-07-22 14:21:07 +01:00
jules
dac898c601 Introjucer: modules panel fix. 2012-07-22 10:03:32 +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
6838666a58 Introjucer: modules panel tweak. 2012-07-21 14:38:03 +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
a151510501 Introjucer: don't enable OSX "active architecture only" if an non-default architecture has been chosen. 2012-07-20 21:09:30 +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
26ae696f94 (Removed a debugging hack that was left behind mistakenly..) 2012-07-18 18:02:24 +01:00
jules
330abbc8df Fix for lost mouse-exits when modal components are present. 2012-07-18 17:45:46 +01:00
jules
c2666bfe61 Introjucer: fix for broken colour scheme when run for the first time. 2012-07-18 16:32:39 +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
40fd93e32e Fixed a typo in the widgets demo. 2012-07-18 08:53:53 +01:00
jules
d019af5b82 Introjucer: minor internal stuff. 2012-07-17 15:51:24 +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
8b208084aa Introjucer: icns file format fix. 2012-07-16 20:33:45 +01:00
jules
74078ee2c8 Introjucer: support for larger OSX icon sizes. 2012-07-16 15:53:09 +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
7ef8246cae Introjucer: restricted font list to fixed-width fonts. 2012-07-14 14:08:14 +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
1b2b1a1aac Introjucer: colour scheme presets and aesthetic stuff. 2012-07-14 10:30:56 +01:00
jules
b1d73f2086 Minor internal refactoring and clean-ups. 2012-07-14 10:02:45 +01:00
jules
1f2c81980f Introjucer: Fix for MSVC optimisation levels. 2012-07-13 19:35:46 +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
396a5d9178 Introjucer: nicer scrollbars. 2012-07-13 16:17:11 +01:00
jules
55dc84bc69 Minor fixes for AudioPluginFormatManager, PluginListComponent. 2012-07-13 16:16:20 +01:00
jules
baecac82d9 Introjucer: tweaked document focus behaviour. 2012-07-13 14:50:49 +01:00