Julian Storer
|
3847842ae8
|
Tweak to Viewport logic. Jucer development.
|
15 years ago |
Julian Storer
|
b46e94cffd
|
New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development.
|
15 years ago |
Julian Storer
|
ed97872c1a
|
Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead)
|
15 years ago |
Julian Storer
|
1751beed57
|
Code clean-ups. Jucer development.
|
15 years ago |
Julian Storer
|
22e02cf791
|
Added a way to store a Font descriptor as a string. Tweaked sample-rate initialisation in the AU hosting wrapper. Gave default constructors to a few components.
|
15 years ago |
Julian Storer
|
5a9e18d3a5
|
Added the option to coalesce UndoableActions, and implemented this for ValueTree undo. Jucer development.
|
15 years ago |
Julian Storer
|
42666db484
|
Some win32 clean-ups.
|
15 years ago |
Julian Storer
|
9a55b0291e
|
Rewrite of software renderer to improve vertical line drawing speed.
|
15 years ago |
Julian Storer
|
87e416a278
|
Minor additions to AlertWindow, tweak for 64-bit Atomics, minor clean-ups. Jucer development.
|
15 years ago |
Julian Storer
|
9ec78100e0
|
Added file renaming ability to new Jucer.
|
15 years ago |
Julian Storer
|
b9443c8ba3
|
Cleaned up some compiler warnings. Jucer development.
|
15 years ago |
Julian Storer
|
e6a5f1501f
|
Minor fix to Atomic. Jucer development.
|
15 years ago |
Julian Storer
|
7299608550
|
Fixed a typo in Atomic.
|
15 years ago |
Julian Storer
|
ba391f55bb
|
Minor linux build fixes and clean-ups.
|
15 years ago |
Julian Storer
|
f3f041798d
|
Back by popular demand: the amalgamated files no longer have the comments stripped out.
|
15 years ago |
Julian Storer
|
b56494b29b
|
Replaced the old atomic ops with a templated Atomic class. Minor tweaks to directory browser. Jucer development.
|
15 years ago |
Julian Storer
|
7cf5140eb2
|
Made Value constructor explicit. Jucer development.
|
15 years ago |
Julian Storer
|
2bb19e2a4d
|
Modal mouse event fix. Jucer development.
|
15 years ago |
Julian Storer
|
7ed446b5fd
|
Tweak to TextInputTarget. Code clean-ups. Jucer development.
|
15 years ago |
Julian Storer
|
27d1d9a9d9
|
Minor clean-ups.
|
15 years ago |
Julian Storer
|
9524149ce1
|
Minor clean-ups.
|
15 years ago |
Julian Storer
|
db2224b209
|
Fix for iphone atomics on older SDKs.
|
15 years ago |
Julian Storer
|
636ed22863
|
Minor fixes to LassoComponent, ReferenceCountedArray, Plugin demo resizing. Added deselect method to FileBrowserComponent, made TreeViews update widths when scrolling sideways. Jucer development.
|
15 years ago |
Julian Storer
|
49b47cc866
|
Minor additions to Rectangle and CodeEditorComponent. Jucer development.
|
15 years ago |
Julian Storer
|
5093ecbc84
|
Minor clean-ups. Jucer development.
|
15 years ago |
Julian Storer
|
10f53a1cb4
|
ValueTree bugfix. Minor tweaks and new method StringArray::removeRange.
|
15 years ago |
Julian Storer
|
082dff25dd
|
Refactored the Line class to be templated (to update old code, just replace "Line" with "Line<float>"). Corrected a mac ppc build problem.
|
15 years ago |
Julian Storer
|
0d611ec065
|
Reduced the dependencies of the juce demo. Jucer development.
|
15 years ago |
Julian Storer
|
9c5651fb8e
|
Changed SparseSet to work with Range objects. Fixed array sorting bug.
|
15 years ago |
Julian Storer
|
21006fbd0a
|
Internal refactoring of file functions and win32 com objects.
|
15 years ago |
Julian Storer
|
87175e988b
|
Viewport scrollbar fix.
|
15 years ago |
Julian Storer
|
a7e824032f
|
Refactored some directory iteration code and other minor clean-ups.
|
15 years ago |
Julian Storer
|
db657c04cd
|
Tidied up some minor compile warnings.
|
15 years ago |
Julian Storer
|
f8f02568b3
|
Removed IntegerElementComparator and FloatElementComparator, replacing them with DefaultElementComparator, which does the same job. Added method Array::addUsingDefaultSort().
|
15 years ago |
Julian Storer
|
c1f4f5501f
|
Added a couple of methods to ValueTree. Added a MidiBuffer::ensureSize method and used it in the audio plugin wrapper code to preallocate their midi buffers.
|
15 years ago |
Julian Storer
|
c85d54b1cb
|
Minor tweaks. Jucer development.
|
15 years ago |
Julian Storer
|
39ced6543a
|
Small additions to ValueTree, Rectangle, AudioDeviceSelectorComponent. Jucer development.
|
15 years ago |
Julian Storer
|
e663b1a04c
|
Small fix for tab-key focus movement. Added default property option to ValueTree. RTAS change for mac shutdown problems. Rearranged Atomic methods. Jucer development.
|
15 years ago |
Julian Storer
|
7baa7fa209
|
Fixed some VST includes on windows. Jucer development.
|
15 years ago |
Julian Storer
|
a612dfdc2f
|
String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development.
|
15 years ago |
Julian Storer
|
643eea5fde
|
Jucer development. Small safety fix for String.
|
15 years ago |
Julian Storer
|
0490668407
|
Small socket fix. Minor changes to MouseCursor static data.
|
15 years ago |
Julian Storer
|
0fe89aa299
|
Fixed a few minor warnings found by valgrind.
|
15 years ago |
Julian Storer
|
258b3eff81
|
Removed some win32 warnings, made CustomTypeface automatically update its ascent.
|
15 years ago |
Julian Storer
|
d083d4f22f
|
Minor fixes for menus, linux fonts, mac http streams.
|
15 years ago |
Julian Storer
|
c76e500574
|
Minor clean-ups.
|
15 years ago |
Julian Storer
|
e6237b5154
|
Added safeguard for ScopedPointer and fix for PropertiesFile locks.
|
15 years ago |
Julian Storer
|
6bb4cbfb59
|
Added an optional InterprocessLock to PropertiesFile
|
15 years ago |
Julian Storer
|
d4435ca8b8
|
Minor clean-ups. Jucer development.
|
15 years ago |
Julian Storer
|
61252d75c6
|
Added some compiler optimisations to the win32 graphics code in debug mode.
|
15 years ago |