jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
4d0cd69895
|
Minor tidying
|
2013-06-04 10:41:53 +01:00 |
|
jules
|
31fc78b314
|
Minor tidying up.
|
2013-06-04 10:16:25 +01:00 |
|
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
100e231122
|
Removed leak detector from BorderSize class.
|
2013-05-19 15:23:38 -06:00 |
|
jules
|
4c147d94a5
|
Fix to Rectangle::intersects
|
2013-04-24 11:29:39 +01:00 |
|
jules
|
d9f1b72067
|
Added method AffineTransform::withAbsoluteTranslation
|
2013-03-23 11:09:56 +00:00 |
|
jules
|
29419e480e
|
Added a method Point::dotProduct()
|
2013-03-23 11:09:30 +00:00 |
|
jules
|
f1f237ebbf
|
Added Rectangle::toDouble() method
|
2013-03-19 19:50:30 +00:00 |
|
jules
|
b627a75c21
|
Minor docs updates. Added a method to Rectangle.
|
2013-03-15 12:29:48 +00:00 |
|
jules
|
79cad7771a
|
Fix for Rectangle::constrainedWithin()
|
2013-01-16 20:23:30 +00:00 |
|
jules
|
9ed6f088e3
|
Improved Path::addBubble.
|
2013-01-09 12:43:43 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
3c83383d0e
|
Added Line::toFloat(). Fix for scrollbar edge-case.
|
2012-11-30 14:14:17 +00:00 |
|
jules
|
e704ed0c46
|
Support for high-dpi software rendering on OSX.
|
2012-11-25 14:00:23 +00:00 |
|
jules
|
f6ce67ed4a
|
OpenGL context now supports high DPI displays. Added operator* to Rectangle class.
|
2012-11-15 17:55:57 +00:00 |
|
jules
|
667a18712f
|
Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster.
|
2012-11-15 13:58:49 +00:00 |
|
jules
|
07e7188eb1
|
Tidied up a few compiler warnings.
|
2012-11-07 20:50:45 +00:00 |
|
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
jules
|
9a7e7a267a
|
New method: Rectangle::constainedWithin().
|
2012-09-11 10:57:09 +01:00 |
|
jules
|
9a24aa8a20
|
Minor clean-ups.
|
2012-09-11 09:35:03 +01:00 |
|
jules
|
745e2ae8b9
|
Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel.
|
2012-09-05 11:54:44 +01:00 |
|
jules
|
842d30fbfa
|
Minor tidying-up.
|
2012-09-04 11:38:16 +01:00 |
|
jules
|
bddebf3433
|
Added a couple of reduced/expanded methods to Rectangle.
|
2012-07-25 13:10:21 +01:00 |
|
jules
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
2012-07-07 15:13:46 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
49870de020
|
Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent.
|
2012-03-18 16:41:03 +00:00 |
|
jules
|
28fbf4cb64
|
Relaxed some assertions in Component to make it easier to load SVG on threads. Minor internal tinkering with Path class.
|
2012-03-14 21:34:07 +00:00 |
|
jules
|
1804b983a0
|
Android GL work.
|
2012-02-23 09:57:00 +00:00 |
|
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.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
aff5fea6b4
|
Minor introjucer clean-ups.
|
2012-01-22 10:04:19 +00:00 |
|
jules
|
f4cbb721a5
|
Minor update to ResizableWindow positioning, and slider tooltips.
|
2012-01-02 10:57:11 +00:00 |
|
jules
|
2c0902833d
|
Lock for multithreaded font rendering. Tweaks for some openGL settings. Updated the demo to have an openGL rendering engine option.
|
2011-12-20 13:32:11 +00:00 |
|
jules
|
cd0683ef4d
|
Tidied up a few return types.
|
2011-12-11 21:25:53 +00:00 |
|
jules
|
907cfc5221
|
Straightened out some confusion with the Point::getAngleToPoint and Line::getAngle methods, where the description didn't actually match the behaviour. The behaviour and descriptions of these functions have now changed, but should now match up!
|
2011-12-09 12:41:38 +00:00 |
|
jules
|
84d438aebc
|
Revamped the introjucer's settings page, making it easier to navigate than the old tabbed layout. Also, tweaked Viewport to be more resilient to changes in its content's size.
|
2011-11-18 13:50:19 +00:00 |
|
jules
|
34840062ef
|
Made the x and y members public in the Point class.
|
2011-11-01 21:29:10 +00:00 |
|
jules
|
115a171d76
|
Big OpenGLRenderer rewrite, plus a revamped OpenGL demo page to demonstrate 2D rendering.
|
2011-11-01 20:43:19 +00:00 |
|
jules
|
27d7185f34
|
OSX10.4 menu fix. Graphics::drawSingleLineText justification.
|
2011-10-20 22:22:40 +01:00 |
|
jules
|
b258976e6a
|
Internal graphics refactoring.
|
2011-10-16 17:30:33 +01:00 |
|
jules
|
f31dca5f2f
|
More OpenGL work.
|
2011-10-10 18:30:51 +01:00 |
|
jules
|
58580fc792
|
OpenGL gradient rendering. Viewport fix.
|
2011-10-08 14:09:00 +01:00 |
|
Julian Storer
|
8c7b3107f9
|
Fixed a typo.
|
2011-09-07 15:21:54 +01:00 |
|
Julian Storer
|
c0fb38c35c
|
Minor fix for Path. Added a missing file.
|
2011-09-07 12:23:05 +01:00 |
|
Julian Storer
|
d55b7419ec
|
Fixed a typo in the introjucer. C++0x fixes.
|
2011-08-22 16:40:37 +01:00 |
|
Julian Storer
|
ffc2f5d40e
|
Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course)
|
2011-08-21 21:20:28 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|