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

1089 commits

Author SHA1 Message Date
jules
842d30fbfa Minor tidying-up. 2012-09-04 11:38:16 +01:00
jules
2b32036ab3 Introjucer: code indenting changes. 2012-09-04 10:39:29 +01:00
jules
ebb7b6db74 Introjucer: some refactoring, new icon. 2012-08-31 10:46:33 +01:00
jules
8e0d120421 Small fix for the demo on iOS. 2012-08-29 13:35:44 +01:00
jules
d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 2012-08-29 11:01:47 +01:00
jules
a4e87ef28a Introjucer: file separator character fix on windows. 2012-08-28 20:56:24 +01:00
jules
66917b65fd Minor clean-ups. 2012-08-28 11:10:14 +01:00
jules
2918e8d886 Minor fixes for compiler warnings. 2012-08-27 12:33:35 +01:00
jules
e49c56109b Introjucer: Updated RTAS include path (on win32) 2012-08-26 09:55:16 +01:00
jules
ffbf1cd5c4 Gave DrawableButton a bit of a spring-cleaning: got rid of its non-standard setBackgroundColours() method, and instead gave it some colour IDs for setting its colours, like other components do. 2012-08-25 20:36:45 +01:00
jules
40183ecd74 Introjucer: following aliases in modules folder. 2012-08-24 08:57:53 +01:00
jules
0b8174c410 Introjucer: removed android build warning. 2012-08-23 11:21:23 +01:00
jules
514ed0f30d Introjucer: avoid unnecessary file deletions when saving. 2012-08-22 10:23:54 +01:00
jules
8772e5716b Changed the SVG parser to set the content area of the drawable to the SVG bounding box. Also updated introjucer to display SVG image files. 2012-08-20 10:29:33 +01:00
jules
ab10aeca89 Refactored some c++ tokeniser classes. 2012-08-19 20:29:29 +01:00
jules
9a89d815cc Reverted CodeDocument::replaceAllContent, and added an applyChanges() method. 2012-08-19 18:54:23 +01:00
jules
50e659a37b Introjucer: colour scheme tweak. 2012-08-17 20:32:56 +01:00
jules
b4fe06fb81 CallOutBox: changed parameters to allow better positioning, and improved layout algorithm. 2012-08-17 20:08:55 +01:00
jules
85e5fae0fd Made CodeDocument:: replaceAllContent apply a diff of only the changed regions. 2012-08-15 23:13:18 +01:00
jules
9caac6d44e New class: TextDiff 2012-08-15 18:39:33 +01:00
jules
18e07fcd95 Introjucer: fixed bundle identifier generation. 2012-08-10 08:26:13 +01:00
jules
753ebf48e5 Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. 2012-08-09 15:14:48 +01:00
jules
e9ae25ed9c Introjucer fixes + cosmetic changes. 2012-08-09 11:40:45 +01:00
jules
af9c71be38 Added Image::Bitmap::getBounds method. 2012-08-07 20:26:52 +01:00
jules
b86a9f3429 Introjucer: fix for Xcode plist file generation when there are multiple file extensions. 2012-08-07 15:43:54 +01:00
jules
74eb65090f Introjucer: improved some rollover help. 2012-08-07 14:52:12 +01:00
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