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

91 commits

Author SHA1 Message Date
jules
d8454fc2b8 Added missing JUCE_API flags. 2013-02-12 12:46:42 +00:00
jules
9eb3c1955a Added some missing JUCE_API modifiers. 2013-02-09 15:21:53 +00:00
jules
f9e31ab7a9 Documentation pedanticism. 2013-01-14 16:51:02 +00:00
jules
f12f85ac06 Mingw fix. Spelling correction. 2013-01-14 09:37:15 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
1ff5fb6ee6 Fixed small inaccuracy in text editor width. 2013-01-05 13:12:18 +00:00
jules
10c73edf57 Removed const-ness from some return types of LookAndFeel font methods. Renamed LookAndFeel::getFontForTextButton() as getTextButtonFont() for consistency. Added LookAndFeel::getLabelFont(). Fixed a problem in Label where the label's font wasn't being correctly applied to the text editor when editing it. 2013-01-05 12:53:49 +00:00
jules
7a3453f48b Minor clean-ups. 2012-12-31 19:10:54 +00:00
jules
164ab05bac Minor clean-ups. 2012-12-28 13:34:39 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
5d35a31f2e Minor clean-ups and documentation fixes. 2012-12-20 21:26:12 +00:00
jules
3a9cad8f2c Enabled some code that was disabled for mingw, but which will work with the latest version. 2012-12-13 14:17:08 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
f292238b32 Android: keyboard input support. 2012-11-25 17:05:44 +00:00
jules
c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
jules
412e59e1fd Slider: alt-click acts like double-clicking. 2012-11-10 15:11:21 +00:00
jules
9aab5c7f82 Removed leak in ValueSource async updater. 2012-11-10 14:52:04 +00:00
jules
b6d825e133 Added slider type LinearBarVertical. 2012-11-05 20:33:34 +00:00
jules
6d15cc2948 Minor cleanups. 2012-10-20 15:12:37 +01:00
jules
5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00
jules
8d354bd8cf Allowed filename drag-and-drop into a TextPropertyComponent. 2012-10-01 10:15:18 +01:00
jules
5d7622ade5 Added methods TreeViewItem::sortSubItems() and PopupMenu::MenuItemIterator::addItemTo(). 2012-09-30 13:39:50 +01:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
a180c6c358 Added a class TextEditor::InputFilter to perform custom filters on text input. 2012-09-24 14:04:46 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
770d1ccd49 Added method TreeView::moveSelectedRow. 2012-09-20 12:26:53 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
d24ee139d3 Introjucer: wizards for auto-generating new Component classes 2012-09-06 11:08:29 +01:00
jules
9281759612 Added method TextEditor::setEscapeAndReturnKeysConsumed(). 2012-08-29 19:02:57 +01:00
jules
b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 2012-08-14 17:47:41 +01:00
jules
18977ebd44 Optimised TreeView openness XML generation, avoiding redundant state data about tree items that are in their default state. 2012-08-09 14:55:02 +01:00
jules
7650576f0c Slider double-click fix. 2012-08-03 13:23:50 +01:00
jules
c632856c88 TreeViewItem: added virtual methods for customising the connecting lines. 2012-08-03 12:39:50 +01:00
jules
a84c446738 Silder bugfix, addition of new dragging mode, and a bit of internal tidying-up. 2012-08-03 12:10:43 +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
dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 2012-07-14 11:54:29 +01:00
jules
2329cfa286 Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes. 2012-07-13 14:50:10 +01:00
jules
cd5893d6e8 Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible() 2012-07-13 13:36:55 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
25e7361f2c Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project. 2012-07-08 15:05:55 +01:00
jules
591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
jules
6758ce0bc9 CodeEditorComponent improvements and TextEditor menu refactoring. 2012-07-04 20:34:47 +01:00
jules
50313a1b86 Fixed a positioning problem when dragging-and-dropping. 2012-06-27 21:20:33 +01:00
jules
b39851e892 Fix for TreeView::findItemFromIdentifierString() 2012-06-25 11:24:21 +01:00
jules
ce513dc37d ToolbarButton fix. 2012-06-25 11:11:52 +01:00
jules
04401e7f3e Tidied up an assertion when using empty treeviews. 2012-06-24 10:12:59 +01:00