jules
|
b6d825e133
|
Added slider type LinearBarVertical.
|
12 years ago |
jules
|
6d15cc2948
|
Minor cleanups.
|
12 years ago |
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.
|
12 years ago |
jules
|
8d354bd8cf
|
Allowed filename drag-and-drop into a TextPropertyComponent.
|
12 years ago |
jules
|
5d7622ade5
|
Added methods TreeViewItem::sortSubItems() and PopupMenu::MenuItemIterator::addItemTo().
|
12 years ago |
jules
|
b305389d46
|
Changes for DLL build.
|
12 years ago |
jules
|
da4d2a46cb
|
Refactored audio plugin DllMain.
|
12 years ago |
jules
|
a180c6c358
|
Added a class TextEditor::InputFilter to perform custom filters on text input.
|
12 years ago |
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
770d1ccd49
|
Added method TreeView::moveSelectedRow.
|
12 years ago |
jules
|
9a24aa8a20
|
Minor clean-ups.
|
12 years ago |
jules
|
9fde239d9c
|
Misc minor tidying up.
|
12 years ago |
jules
|
d24ee139d3
|
Introjucer: wizards for auto-generating new Component classes
|
12 years ago |
jules
|
9281759612
|
Added method TextEditor::setEscapeAndReturnKeysConsumed().
|
12 years ago |
jules
|
b7089dfa45
|
New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component".
|
12 years ago |
jules
|
18977ebd44
|
Optimised TreeView openness XML generation, avoiding redundant state data about tree items that are in their default state.
|
12 years ago |
jules
|
7650576f0c
|
Slider double-click fix.
|
13 years ago |
jules
|
c632856c88
|
TreeViewItem: added virtual methods for customising the connecting lines.
|
13 years ago |
jules
|
a84c446738
|
Silder bugfix, addition of new dragging mode, and a bit of internal tidying-up.
|
13 years ago |
jules
|
e3537ba57a
|
Cleaned out some defunct ComponentBuilder code.
|
13 years ago |
jules
|
00ff36f0e6
|
Introjucer: some linux settings tweaks.
|
13 years ago |
jules
|
4268ed7453
|
Introjucer: better tool windows. Font fixes.
|
13 years ago |
jules
|
dc9e0cb9bb
|
Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters.
|
13 years ago |
jules
|
2329cfa286
|
Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes.
|
13 years ago |
jules
|
cd5893d6e8
|
Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible()
|
13 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
25e7361f2c
|
Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project.
|
13 years ago |
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.
|
13 years ago |
jules
|
6758ce0bc9
|
CodeEditorComponent improvements and TextEditor menu refactoring.
|
13 years ago |
jules
|
50313a1b86
|
Fixed a positioning problem when dragging-and-dropping.
|
13 years ago |
jules
|
b39851e892
|
Fix for TreeView::findItemFromIdentifierString()
|
13 years ago |
jules
|
ce513dc37d
|
ToolbarButton fix.
|
13 years ago |
jules
|
04401e7f3e
|
Tidied up an assertion when using empty treeviews.
|
13 years ago |
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.
|
13 years ago |
jules
|
d04645639e
|
TextEditor now always uses an I-beam cursor.
|
13 years ago |
jules
|
7a36867150
|
Workaround for VS2005 compiler bugs.
|
13 years ago |
jules
|
81fa57663b
|
Tidied up a warning and some docs.
|
13 years ago |
jules
|
964b84ce49
|
Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters.
|
13 years ago |
jules
|
791e15b790
|
Fix to documentation.
|
13 years ago |
jules
|
089a2e31ba
|
Improved some docs.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
13 years ago |
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
13 years ago |
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
13 years ago |
jules
|
9d973f0089
|
Fixes for CoreAudio, MidiFile, TextEditor, Tooltip.
|
13 years ago |
jules
|
d12fa83a7e
|
TreeView key navigation fix.
|
13 years ago |
jules
|
5308aef329
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
13 years ago |
jules
|
05d10b8be9
|
Introjucer: fix to avoid unneccessary saving. Internal ListBox tweaks.
|
13 years ago |
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
jules
|
b8397a9888
|
Added some iterators for introjucer projects.
|
13 years ago |