78 Commits (ae712c72d88efcb35f190e3f761596e8dee0a364)

Author SHA1 Message Date
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules bbc129fb45 Fix for SVG parsing of paths containing non-space-separated decimal points 9 years ago
  jules bbbe451b7d Added a workaround to the SVG parser to let it display <a> tags 9 years ago
  jules b80d39777c Added some comments to DrawabkeComposite. 9 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 9 years ago
  hogliux f59ab9e4a3 Also copy transforms when copying drawables 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules a49cc0fca5 Added methods degreesToRadians and radiansToDegrees 10 years ago
  jules fbbc9b3595 Made the SVG parser recognise the "display=none" attribute. 10 years ago
  jules 1eab064696 Rearranged some documentation for relative coord expressions. 10 years ago
  jules 06c1a15496 Added some missing 'override' decorators 10 years ago
  jules 585b202945 Setting component ID for SVG text elements. 10 years ago
  jules 036c6cb4a2 Rudimentary implementation of SVG text elements. 10 years ago
  jules bce3aefadd Tidied up some SVG transform parsing code. 10 years ago
  jules 01e1421613 Made sure that the DrawableImage copy constructor also copies the component bounds. 10 years ago
  jules 19937e63e1 Updated a few trig functions to use the std:: implementations. 10 years ago
  jules 5be91dd16b Updated a few trig functions to use the std:: implementations. 10 years ago
  jules 37d8f5ca41 SVG parser fix for files that contain a viewBox but no preserveAspectRatio attribute. 10 years ago
  jules 609794ceae SVG parser fix for default stroke widths 10 years ago
  jules fd21b02845 Made the SVG parser set the component ID of the drawables it creates. 11 years ago
  jules 516b7bcc58 SVG parser: handling paths that aren't correctly closed. 11 years ago
  jules 8e7fbe9976 Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file. 11 years ago
  jules 8ee40273f2 Added method Drawable::replaceColour 11 years ago
  jules 76c8400049 Really minor clean-ups. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules f9759ecc6b Documentation fixes. 11 years ago
  jules 7ba6a353ed Avoided an assertion when parsing invalid SVG path strings. 11 years ago
  jules 59b9b0ccaf Couple of minor fixes to CharacterFunctions, and added a find-character method. 11 years ago
  jules c485fae6d9 Made copied DrawableText objects update their bounds. 11 years ago
  jules 779d5795fd Big performance improvement to the SVG parser. 11 years ago
  jules a2c95ce4fd Cleaned out and optimised some graphics code. 11 years ago
  jules 5ae7353443 Minor clean-ups + optimisations. 11 years ago
  jules 7f6394478a Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
  jules 7590e3f1fe Fixed some toolbar customiser drag+drop problems. 12 years ago
  jules 3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 4fc8fbaef1 Added some more override decorators. 12 years ago
  jules 4ce1908f79 Misc tidying-up. 12 years ago
  jules 5918d039ce Added some "override" annotations. 12 years ago
  jules 2091e8dfc8 Replaced a few Justification references. 12 years ago
  jules 2329e63f20 Converted a few Colour references to pass-by-values. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules 265fb0e8eb More MSVC warning fixes. 12 years ago
  jules 4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 0e978e13b1 Added method Drawable::parseSVGPath() 12 years ago
  jules 8f26cc79c9 Minor clean-ups. 12 years ago
  jules 93dd9757e5 Added XmlElement methods to help parse namespaces on tagnames. Updated SVG parser to handle files which use namespaces. 12 years ago
  jules 910b834f72 Minor clean-ups. 12 years ago