reuk
|
83e5264c86
|
Formatting: Remove double-dots from comments and other strings
|
2025-11-18 15:47:42 +00:00 |
|
reuk
|
19061e6d17
|
Direct2D: Add initial support
|
2024-04-18 14:16:02 +01:00 |
|
Tom Poole
|
94d98a2b10
|
Update licensing information
|
2024-04-16 11:39:35 +01:00 |
|
Tom Poole
|
7d45d498b9
|
Removed some superfluous consts from definitions
|
2023-09-20 16:31:10 +01:00 |
|
reuk
|
28414a6af8
|
Global: Avoid floating-point equality checks where possible
|
2023-04-04 19:55:11 +01:00 |
|
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
2022-05-16 17:55:48 +01:00 |
|
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
2022-04-04 12:36:32 +01:00 |
|
Tom Poole
|
04a8a44a85
|
Make Path::intersectsLine const
|
2022-02-24 14:20:08 +00:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
ed
|
a54da0b832
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
ed
|
88fecd196e
|
Fixed a typo
|
2019-06-10 09:45:19 +01:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
jules
|
430948ad91
|
Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions
|
2017-12-19 15:01:41 +00:00 |
|
jules
|
5e9267e5d8
|
Simplified the Path class by making it use an Array for starage.
|
2017-12-18 12:22:02 +00:00 |
|
jules
|
24f023bb23
|
Added some heuristics to EdgeTable to try to improve the table size prediction
|
2017-10-11 15:28:32 +01:00 |
|
jules
|
970eda679e
|
Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
|
2017-10-09 12:38:06 +01:00 |
|
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
jules
|
3df7f8ff8b
|
Did a bit of minor modernising in Graphics + Path
|
2017-08-09 10:41:08 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
2017-02-01 17:18:06 +00:00 |
|
jules
|
9abd4eeace
|
Added some extra tolerance settings to some Path methods
|
2016-04-11 16:00:15 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
jules
|
edec7b34b2
|
Replaced some uses of AffineTransform::identity with a default-constructed object
|
2015-12-22 17:46:31 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
afbec9cf3c
|
Updates to avoid pedantic warnings in gcc.
|
2015-04-07 14:41:28 +01:00 |
|
jules
|
f02562f2c4
|
Fixed some documentation.
|
2015-03-23 09:54:19 +00:00 |
|
jules
|
19cd517bac
|
(Oops - last Path check-in should have been used float, not int)
|
2015-03-04 16:19:11 +00:00 |
|
jules
|
cd48446e89
|
Added an alternative version of Path::addPieSegment()
|
2015-03-04 14:42:18 +00:00 |
|
jules
|
78bfab2d17
|
Added a Path::addTriangle method that takes Point parameters
|
2014-11-12 10:52:44 +00:00 |
|
jules
|
1a2a50f71d
|
Added a version of Path::addEllipse that takes a Rectangle
|
2014-05-16 17:41:43 +01:00 |
|
jules
|
e1ebe495b4
|
Added method Path::preallocateSpace().
|
2014-03-12 19:41:09 +00:00 |
|
jules
|
76c8400049
|
Really minor clean-ups.
|
2014-01-12 18:06:48 +00:00 |
|
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
2013-09-11 10:29:48 +01:00 |
|
jules
|
d28ebfdb36
|
Stripped out some unnecessary boilerplate includes from juce_graphics.
|
2013-08-24 10:49:25 +01:00 |
|
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
2013-08-23 12:08:31 +01:00 |
|
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
2013-07-22 13:18:29 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
a53a50eb35
|
Improved ShapeButton's mouse-click movement behaviour.
|
2013-07-01 22:12:07 +01:00 |
|
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
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
745e2ae8b9
|
Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel.
|
2012-09-05 11:54:44 +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
|
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 |
|
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 |
|