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

264 commits

Author SHA1 Message Date
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
fd5df871ed Fixed a couple of typos in file chooser messages. 2014-04-23 16:32:18 +01:00
jules
d7d662bb38 Documentation improvement. 2014-04-14 16:53:16 +01:00
jules
75770f293c New class: SharedResourcePointer 2014-04-14 13:13:07 +01:00
jules
e3e80de0d8 Fix for CodeDocument iterator. 2014-04-10 20:59:59 +01:00
jules
40c06f9ca9 Added a TRANS macro in the key-map editor. 2014-04-09 13:50:49 +01:00
jules
bee0b791f7 Updated a comment. 2014-04-05 10:40:38 +01:00
jules
b3e7f2b772 Added support for uploading files in the OSX embedded web browser. 2014-04-02 19:40:38 +01:00
jules
3a81057828 Virtualised a few CodeEditorComponent methods to help customisation. 2014-03-26 18:10:12 +00:00
jules
4251a2437b Version number update 2014-03-24 20:01:37 +00:00
jules
5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
f3cca83dc8 Refactored some NSView wrapper classes. Should fix some plugin host window resizing issues. 2014-02-13 21:53:11 +00:00
jules
b2cb45496d Added some selection accessors to CodeEditorComponent 2014-01-31 21:42:25 +00:00
jules
e11ca3533e Added notifications in NSViewComponent so that its childBoundsChanged method will be called if the embedded NSView changes bounds. 2014-01-24 20:35:16 +00:00
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
76c8400049 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
jules
d8178b4e15 Mingw workaround. 2014-01-03 14:55:14 +00:00
jules
9f84c81d62 Read-only fixes to CodeEditorComponent 2014-01-03 14:52:41 +00:00
jules
7dd5c09826 Version number update 2013-12-31 10:25:10 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
c3212f5d96 Updated c++ tokeniser keyword list. 2013-12-14 21:26:58 +00:00
jules
d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
jules
08c2fce9b5 Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button. 2013-12-06 18:27:41 +00:00
jules
48cdb90341 Made the live constant editor call resize on all visible components. 2013-12-06 14:49:17 +00:00
jules
2f72bba274 Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads. 2013-12-05 15:46:08 +00:00
jules
8ba781aa81 Added a demo page for the live constant editor stuff. 2013-12-03 19:13:14 +00:00
jules
f89c2ca05d Added read-only support for the CodeEditorComponent. 2013-12-03 19:09:16 +00:00
jules
5e10803565 Added new keywords to CppTokeniserFunctions 2013-12-03 17:42:22 +00:00
jules
d85d14843a Made JUCE_ENABLE_LIVE_CONSTANT_EDITOR enabled by default in debug builds. 2013-12-03 14:09:17 +00:00
jules
be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 2013-12-03 13:44:15 +00:00
jules
58acb96a9e Changed CodeEditorComponent to stop it scrolling to code changes made in other editors that share the same document. 2013-12-03 12:47:37 +00:00
jules
28cdb20040 Whitespace cleanups. 2013-12-03 11:33:45 +00:00
jules
d226fea10e Added a callback WebBrowserComponent::windowCloseRequest() 2013-12-03 11:02:22 +00:00
jules
eefbcef611 Tweaked the internals of CodeDocument::replaceSection so that replacing a section doesn't mess-up the position of CodeDocument::Position objects that are positioned at its start and end. 2013-12-02 23:14:09 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
cdacae9cbb Version 3.0.0 2013-11-19 10:13:14 +00:00
jules
1113e17186 Version number update 2013-11-10 18:00:38 +00:00
jules
57974a793c Some fixes for minor graphical problems. 2013-11-09 16:22:09 +00:00
jules
164cad105a Fixed colour in key-mapping editor comp. 2013-11-04 19:08:37 +00:00
jules
3fe70cd8f0 Made some FileBasedDocument methods return Result objects instead of bools, and made it less modal. 2013-11-03 12:56:15 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
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). 2013-10-27 22:02:21 +00:00
jules
56ec1d1400 Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
2013-10-27 12:49:17 +00:00
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
2d7cf92ad9 (Compiler warning fix) 2013-10-11 22:58:32 +01:00
jules
318e9cf405 Fixed code editor line number display problem. 2013-10-11 22:07:00 +01:00
jules
349d3d423f Fix for software text layout colour of single-character strings. 2013-10-11 21:56:44 +01:00
jules
293aedac2f Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00