26 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  Tom Poole 3c93cfb105 Clarified some Button LookAndFeel parameter names 7 years ago
  jules 7ab4d1708b Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago
  jules d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
  ed a40f6b3e5e Added ComboBox::ColourIds::focusedOutlineColourId 7 years ago
  jules c3a218ab49 Added some methods ColourGradient::vertical and ColourGradient::horizontal, and also some missing move operators for that class 7 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 7 years ago
  hogliux e65708eb4c Added colour ids to modify the colours of the TableHeaderComponent 7 years ago
  jules db346fea6d Change to unreadable button text colour in LookAndFeel_V3 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 1635f47b29 Modify buttonColourId and buttonOnColourId to be different colours 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 9 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  jules 7da62afe4c Minor lookandfeel colour tweak. 11 years ago
  jules 589f20e829 Better colour lookup in LookAndFeel_V3::drawTabButton 11 years ago
  jules f475dcfdb6 Cleaned up some line-drawing in BubbleComponent. 11 years ago
  jules 28dbc839b1 Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images. 11 years ago
  jules 8f6105de9b Colour support for LookAndFeel_V3 tab text. 11 years ago
  jules 0a8b8c74e6 Some minor LookAndFeel_V3 tweaks. 11 years ago
  jules e9598bb5c5 LookAndFeel_V3 tweaks. 11 years ago
  jules 2c9c35d3c3 Fixed a few compiler warnings. 11 years ago
  jules af55d142d3 Minor tweaks and comment corrections. 11 years ago
  jules 282078bf61 LookAndFeel_V3 tweaks. 11 years ago
  jules 75ed6ffe2d Minor look+feel tweaks. 11 years ago
  jules 8d8848db64 Some tweaks to the new V3 look+feel. 11 years ago
  jules bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago