1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

1063 commits

Author SHA1 Message Date
jules
b16995da41 Minor update to ConcertinaPanel 2012-08-06 16:50:10 +01:00
jules
6b679bb46b New methods in ImageFileFormat for checking file extensions. 2012-08-06 10:48:30 +01:00
jules
d5ddbc88bd Introjucer: cosmetic changes. 2012-08-06 10:14:30 +01:00
jules
a0ed9c96e4 New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
jules
27ebcccb7e Update to the jucer's slider handling. 2012-08-04 15:40:59 +01:00
jules
8149502c8b Made SortedSet::add() return a bool. Improvements to code editor indents. 2012-08-04 14:31:23 +01:00
jules
c93d7a31d5 Added some colour IDs for TextPropertyComponent 2012-07-30 08:34:44 +01:00
jules
9afac59a60 Introjucer: dragging exporter treeview fix. Audio plugin demo algorithm fix. 2012-07-27 10:32:32 +01:00
jules
49d0182f61 Introjucer: graphical tweaks, binary data header change. 2012-07-26 22:16:07 +01:00
jules
af3bab799f Introjucer: fine-tuned some command behaviours. 2012-07-26 18:47:24 +01:00
jules
e3537ba57a Cleaned out some defunct ComponentBuilder code. 2012-07-26 15:32:34 +01:00
jules
00ff36f0e6 Introjucer: some linux settings tweaks. 2012-07-26 14:01:56 +01:00
jules
4268ed7453 Introjucer: better tool windows. Font fixes. 2012-07-26 13:42:40 +01:00
jules
88c17da08b Removed const-ness from a couple of LookAndFeel method return values. 2012-07-25 20:02:03 +01:00
jules
bddebf3433 Added a couple of reduced/expanded methods to Rectangle. 2012-07-25 13:10:21 +01:00
jules
aea20ee144 Added background and outline colour IDs to BubbleComponent, and updated the arguments to the LookAndFeel::drawBubble method. 2012-07-25 12:16:42 +01:00
jules
8a006e589c Cleaned up some application startup code. 2012-07-25 07:53:28 +01:00
jules
87db662f29 Introjucer: code editor improvements, icon class reshuffle. 2012-07-24 15:45:44 +01:00
jules
d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 2012-07-23 07:54:23 +01:00
jules
e875ddc3a1 Introjucer: optimised some unnecessary project copying. 2012-07-22 14:21:07 +01:00
jules
dac898c601 Introjucer: modules panel fix. 2012-07-22 10:03:32 +01:00
jules
6838666a58 Introjucer: modules panel tweak. 2012-07-21 14:38:03 +01:00
jules
a151510501 Introjucer: don't enable OSX "active architecture only" if an non-default architecture has been chosen. 2012-07-20 21:09:30 +01:00
jules
8ee1897916 Introjucer: some code editor fixes and functionality. 2012-07-20 20:57:39 +01:00
jules
d92d5ba108 Minor thread fix. Introjucer: fixed colour of rollover help text. 2012-07-19 12:44:23 +01:00
jules
26ae696f94 (Removed a debugging hack that was left behind mistakenly..) 2012-07-18 18:02:24 +01:00
jules
c2666bfe61 Introjucer: fix for broken colour scheme when run for the first time. 2012-07-18 16:32:39 +01:00
jules
cf4c9c9823 Tweaks to some posix code. 2012-07-18 09:45:59 +01:00
jules
40fd93e32e Fixed a typo in the widgets demo. 2012-07-18 08:53:53 +01:00
jules
d019af5b82 Introjucer: minor internal stuff. 2012-07-17 15:51:24 +01:00
jules
9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 2012-07-17 15:49:55 +01:00
jules
8b208084aa Introjucer: icns file format fix. 2012-07-16 20:33:45 +01:00
jules
74078ee2c8 Introjucer: support for larger OSX icon sizes. 2012-07-16 15:53:09 +01:00
jules
391e99443e Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 2012-07-15 13:59:13 +01:00
jules
d78b10edb3 Introjucer: code indent tweaks. 2012-07-15 11:56:10 +01:00
jules
7ef8246cae Introjucer: restricted font list to fixed-width fonts. 2012-07-14 14:08:14 +01:00
jules
fb5bcb5094 Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name. 2012-07-14 12:48:01 +01:00
jules
dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 2012-07-14 11:54:29 +01:00
jules
006e324114 Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug. 2012-07-14 11:21:56 +01:00
jules
1b2b1a1aac Introjucer: colour scheme presets and aesthetic stuff. 2012-07-14 10:30:56 +01:00
jules
b1d73f2086 Minor internal refactoring and clean-ups. 2012-07-14 10:02:45 +01:00
jules
1f2c81980f Introjucer: Fix for MSVC optimisation levels. 2012-07-13 19:35:46 +01:00
jules
5a69cc6ce2 Internal tidying-up. 2012-07-13 19:31:00 +01:00
jules
396a5d9178 Introjucer: nicer scrollbars. 2012-07-13 16:17:11 +01:00
jules
baecac82d9 Introjucer: tweaked document focus behaviour. 2012-07-13 14:50:49 +01:00
jules
65f147b241 Introjucer: Visual studio WPO and debug option fixes. 2012-07-13 12:28:25 +01:00
jules
225040e62b Improved drop-shadow code. 2012-07-13 11:58:44 +01:00
jules
515bfe90b2 Introjucer: new tab panel look and feel. 2012-07-12 22:09:49 +01:00
jules
edb1114c5e Introjucer: more colour scheme stuff. 2012-07-12 15:56:10 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00