Julian Storer
|
9c5651fb8e
|
Changed SparseSet to work with Range objects. Fixed array sorting bug.
|
2010-04-26 12:00:36 +01:00 |
|
Julian Storer
|
21006fbd0a
|
Internal refactoring of file functions and win32 com objects.
|
2010-04-25 21:13:12 +01:00 |
|
Julian Storer
|
87175e988b
|
Viewport scrollbar fix.
|
2010-04-25 16:07:53 +01:00 |
|
Julian Storer
|
a7e824032f
|
Refactored some directory iteration code and other minor clean-ups.
|
2010-04-25 15:14:32 +01:00 |
|
Julian Storer
|
27506c2120
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
Julian Storer
|
f8f02568b3
|
Removed IntegerElementComparator and FloatElementComparator, replacing them with DefaultElementComparator, which does the same job. Added method Array::addUsingDefaultSort().
|
2010-04-22 20:49:04 +01:00 |
|
Julian Storer
|
c85d54b1cb
|
Minor tweaks. Jucer development.
|
2010-04-21 23:02:37 +01:00 |
|
Julian Storer
|
39ced6543a
|
Small additions to ValueTree, Rectangle, AudioDeviceSelectorComponent. Jucer development.
|
2010-04-20 20:30:29 +01:00 |
|
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.
|
2010-04-19 15:39:15 +01:00 |
|
Julian Storer
|
a612dfdc2f
|
String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development.
|
2010-04-17 16:22:18 +01:00 |
|
Julian Storer
|
0490668407
|
Small socket fix. Minor changes to MouseCursor static data.
|
2010-04-16 10:04:53 +01:00 |
|
jules
|
af73276aea
|
Minor clean-ups.
|
2010-04-16 09:44:21 +01:00 |
|
Julian Storer
|
0fe89aa299
|
Fixed a few minor warnings found by valgrind.
|
2010-04-15 20:51:51 +01:00 |
|
Julian Storer
|
d083d4f22f
|
Minor fixes for menus, linux fonts, mac http streams.
|
2010-04-15 13:25:02 +01:00 |
|
Julian Storer
|
c76e500574
|
Minor clean-ups.
|
2010-04-15 11:09:20 +01:00 |
|
Julian Storer
|
d4435ca8b8
|
Minor clean-ups. Jucer development.
|
2010-04-14 20:08:21 +01:00 |
|
Julian Storer
|
7bb8c6b435
|
Small fix for AudioDeviceSelectorComponent channel names.
|
2010-04-14 11:05:35 +01:00 |
|
Julian Storer
|
5673b7ed5d
|
Small tweaks to InterprocessLock. Jucer development.
|
2010-04-14 10:46:23 +01:00 |
|
Julian Storer
|
9d5954c08d
|
Small fix for audio device name display.
|
2010-04-12 19:22:36 +01:00 |
|
Julian Storer
|
00ac238956
|
ResizableBorderComponent fix. Jucer development.
|
2010-04-04 09:52:03 +01:00 |
|
Julian Storer
|
cc5f0a50b9
|
Internal changes to ResizableBorderComponent to expose a Zone class.
|
2010-04-02 21:20:11 +01:00 |
|
Julian Storer
|
1ef2087154
|
Minor clean-ups. Jucer development.
|
2010-04-01 16:57:40 +01:00 |
|
Julian Storer
|
8afb26072f
|
Minor updates to ValueTree, SelectedItemSet, zlib symbols, Jucer.
|
2010-03-31 23:00:27 +01:00 |
|
Julian Storer
|
8532475b9c
|
Added a few methods to Range, and used Ranges internally in Slider. Cleaned up a few files.
|
2010-03-30 15:23:53 +01:00 |
|
Julian Storer
|
4f704c4d33
|
Compiler compatibility changes. Minor clean-ups. Linux windowing tweaks.
|
2010-03-29 14:22:11 +01:00 |
|
Julian Storer
|
b67c077f0d
|
Minor code clean-ups.
|
2010-03-27 18:29:09 +00:00 |
|
Julian Storer
|
66643e85ac
|
Minor string changes.
|
2010-03-26 18:23:54 +00:00 |
|
Julian Storer
|
a728139698
|
Small fix for demo plugin code. Minor code clean-ups.
|
2010-03-25 14:21:34 +00:00 |
|
Julian Storer
|
59569fb58e
|
Documentation fixes.
|
2010-03-23 20:56:48 +00:00 |
|
Julian Storer
|
841a6665bd
|
Minor string literal tidy-ups.
|
2010-03-23 17:36:12 +00:00 |
|
Julian Storer
|
f316faaa04
|
Change posix juce_readFile to always return >= 0. Sorted out a casting error in carbon AU plugins. Tidied up a bunch of win32 warnings.
|
2010-03-22 21:05:42 +00:00 |
|
Julian Storer
|
49320b25d2
|
iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused.
|
2010-03-22 17:25:45 +00:00 |
|
Julian Storer
|
7bc8db2ff4
|
Minor code style tweaks.
|
2010-03-21 12:06:36 +00:00 |
|
Julian Storer
|
148e9f8d25
|
Minor code style tweaks.
|
2010-03-20 22:18:59 +00:00 |
|
Julian Storer
|
97e9095933
|
Minor iPhone GL updates, fix for juce_WithoutMacros.h
|
2010-03-20 20:45:49 +00:00 |
|
Julian Storer
|
a94ebc0461
|
Added openGL support for the iPhone.
|
2010-03-20 14:07:33 +00:00 |
|
Julian Storer
|
8b8316038b
|
Converted the BitArray class into "BigInteger", replacing its clunky old arithmetic methods with a proper set of arithmetic operators so it can be used like an int. All the bit-access methods are still there, and there's a typedef of BitArray -> BigInteger to allow most old code to still work. (You might need to change calls to isEmpty() to isZero() though). Also fixed a bug in MidiBuffer.
|
2010-03-18 09:49:49 +00:00 |
|
Julian Storer
|
d7108bb5ba
|
Jucer VC6 support + misc VC6 compatibility hacks.
|
2010-03-17 14:46:03 +00:00 |
|
Julian Storer
|
06fb01aab3
|
Minor string tweaks.
|
2010-03-15 18:48:36 +00:00 |
|
Julian Storer
|
34201bf815
|
Linux build fixes.
|
2010-03-15 15:03:31 +00:00 |
|
Julian Storer
|
81b2e7818d
|
Couple of minor mouse-pointer fixes.
|
2010-03-15 14:08:40 +00:00 |
|
Julian Storer
|
574694f458
|
Corrected geometry of drawLine in CoreGraphics to match the software renderer. Minor code clean-ups.
|
2010-03-13 18:38:56 +00:00 |
|
Julian Storer
|
24a73b96ef
|
Fix to prevent win32 mouse event queuing and some mouse cursor update problems. Changes to internal string storage.
|
2010-03-12 19:47:28 +00:00 |
|
Julian Storer
|
e07c59c8f4
|
Eradicated the last vestiges of printf from the library. String::formatted and String::printf are now gone - please use the << operators instead!
|
2010-03-11 14:33:40 +00:00 |
|
Julian Storer
|
4ed63991e2
|
Work-arounds for compiling with VC6.
|
2010-03-11 11:37:40 +00:00 |
|
Julian Storer
|
d84e47353c
|
Couple of optimisations to text rendering. Removed various printfs from the codebase.
|
2010-03-11 10:16:02 +00:00 |
|
Julian Storer
|
858a758aee
|
Fixed a minor AU build error and removed some old macros.
|
2010-03-10 13:04:24 +00:00 |
|
Julian Storer
|
19c332a144
|
Minor plugin code fix + clean-ups.
|
2010-03-08 20:18:20 +00:00 |
|
Julian Storer
|
1e1e4ae848
|
Removed the ComponentDeletionWatcher class - use Component::SafePointer or Component::BailOutChecker instead.
|
2010-03-08 19:22:48 +00:00 |
|
Julian Storer
|
28518aa834
|
Tweaked some component methods. Added function call types for some operators for compatibility with RTAS build.
|
2010-03-08 18:16:24 +00:00 |
|