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 |
|
jules
|
87175c91f5
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
jules
|
d04645639e
|
TextEditor now always uses an I-beam cursor.
|
2012-05-24 14:25:40 +01:00 |
|
jules
|
7a36867150
|
Workaround for VS2005 compiler bugs.
|
2012-05-09 16:53:42 +01:00 |
|
jules
|
81fa57663b
|
Tidied up a warning and some docs.
|
2012-05-07 13:15:16 +01:00 |
|
jules
|
964b84ce49
|
Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters.
|
2012-05-04 22:36:27 +01:00 |
|
jules
|
791e15b790
|
Fix to documentation.
|
2012-05-01 21:44:40 +01:00 |
|
jules
|
089a2e31ba
|
Improved some docs.
|
2012-05-01 15:47:48 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
2012-04-03 20:25:05 +01:00 |
|
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
9d973f0089
|
Fixes for CoreAudio, MidiFile, TextEditor, Tooltip.
|
2012-02-20 12:04:49 +00:00 |
|
jules
|
d12fa83a7e
|
TreeView key navigation fix.
|
2012-02-13 21:24:38 +00:00 |
|
jules
|
5308aef329
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
2012-02-13 17:56:59 +00:00 |
|