639 Commits (369d59f656b705a82c92dfdca78110cffb28aeb3)

Author SHA1 Message Date
  jules 369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 8 years ago
  jules 15871dd890 Added some more JUCE_CONSTEXPR flags to Point 8 years ago
  jules 31c99d3680 Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor 8 years ago
  jules 2fcb8fa71b Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 8 years ago
  jules 93a22599d1 Tweaked the rate at which EdgeTable grows its internal storage, to improve performance rendering large and complex paths 8 years ago
  jules 970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
  jules 3d7c777238 Some light modernisation of a bunch of old code 8 years ago
  jules 27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 8 years ago
  jules 06d6a08892 Tweaked TextLayout::createLayoutWithBalancedLineLengths() to improve line length balancing 8 years ago
  tpoole 47698a86b1 MinGW: Fixed some 32 bit build errors 8 years ago
  tpoole 0ae8aa812c Bump version number to 5.1.2 8 years ago
  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 8 years ago
  ed 5900e076f9 Added some missing HTML colours 8 years ago
  jules 7c6f3d40b6 Tidied up some method calls involving HeapBlock 8 years ago
  hogliux 4a2a5294a7 Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr 8 years ago
  hogliux 7bae8a426b Fixed a potential nullptr dereference in Image::clear() 8 years ago
  jules 3df7f8ff8b Did a bit of minor modernising in Graphics + Path 8 years ago
  hogliux c02ef79fd6 Bump version number to 5.1.1 8 years ago
  hogliux eb33f537da Bump version number to 5.1.1 8 years ago
  hogliux c1ad53c14e Bump version number to 5.1.0 8 years ago
  tpoole a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 8 years ago
  tpoole 10b7aa3c16 MinGW: Fixed some build warnings 8 years ago
  jules 66fa7e7411 Added some assertions to catch use of some Font methods on background threads 8 years ago
  jules 61044c8bda Fix to Line::getDistanceFromPoint to make it work for integer types 8 years ago
  tpoole 0874e47a35 Graphics code refactoring 8 years ago
  jules 433a82edee Added an offset to GlowEffect 8 years ago
  jules d7197f8f42 Added a couple of missing 'override's 8 years ago
  hogliux bc3ef88603 Bump version number to 5.0.2 8 years ago
  jules b12d4c3378 (Fixed a warning in the last commit) 8 years ago
  jules a82c11402c Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class. 8 years ago
  jules 5c1e707824 Modernised RectangleList 8 years ago
  hogliux 8413614744 Bump version number to 5.0.1 8 years ago
  jules 8689df5590 Fixed a few c++17 warnings 8 years ago
  hogliux 9d81c5066a Bump version number to 5.0.0 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules 2f523cfae7 Added /usr/share/fonts as an extra font search-path on linux 8 years ago
  jules bc78b2f524 Added a constructor to ColourGradient that takes Point arguments 8 years ago
  jules e0698daaca Tidied up a couple of comments, warnings and did a bit of code modernisation 8 years ago
  jules bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 8 years ago
  jules 5b39a8f607 Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 9 years ago
  jules dace37288b Tidied up a couple of minor analyser warnings and comments 9 years ago
  jules f19390b531 Fixed a cache timestamping issue in ImageCache, and modernised its internals a bit. 9 years ago
  jules 89ad7eb0a4 Modernised some code in some text layout classes, and made TextLayout draw underlining where the font asks for it 9 years ago
  jules 38d49a5ee7 Modernised a few RectangleList iterators 9 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 9 years ago
  hogliux 5fe3289256 Fixed several Android text rendering bugs 9 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 9 years ago
  tpoole 1e2f6fec5c Restored module header #defines 9 years ago
  jules f184ed1710 Clarified a few comments in the Image class 9 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 9 years ago