Julian Storer
ae30b5c50a
Made introjucer avoid any version-control files.
2011-08-19 14:45:14 +01:00
Julian Storer
172d2a1c8b
Introjucer work.
2011-08-18 15:04:22 +01:00
Julian Storer
8aa60b9361
Minor URL additions and introjucer work.
2011-08-18 12:44:30 +01:00
Julian Storer
64ee6d54d9
Introjucer MSVC absolute path fix.
2011-08-17 17:48:24 +01:00
Julian Storer
f04875879e
Introjucer work. Improved command line tokenisation in OSX.
2011-08-17 15:07:06 +01:00
Julian Storer
81da96f1a2
Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.
2011-08-16 18:05:20 +01:00
Julian Storer
693132a6e5
Changed the way module code is wrapped by the Introjucer.
2011-08-15 19:40:50 +01:00
Julian Storer
4808d9c318
Hard-coded some juce namespace declarations.
2011-08-13 21:13:50 +01:00
Julian Storer
d3bcbeef9c
Introjucer saving optimisations.
2011-08-13 15:31:49 +01:00
Julian Storer
b70e0a28d2
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
2011-08-12 10:04:52 +01:00
Julian Storer
1a21c89755
Quicktime fix.
2011-08-09 13:42:45 +01:00
Julian Storer
f89fa9456a
Sorted out some windows header files. Introjucer RTAS VC project fix.
2011-07-12 15:51:35 +01:00
Julian Storer
bf68f7932e
Android mono audio device fix. More introjucer work.
2011-07-12 12:23:17 +01:00
Julian Storer
e130af03ec
Introjucer refactoring, moving more functionality from the ProjectExporters and into the ProjectTypes. Slightly altered the structure of nested groups that is generated, and tweaked the demo projects to reflect this. Couple of minor fixes to symbol exporting and CoreAudioFormat.
2011-07-11 19:03:54 +01:00
Julian Storer
cf4ecfacac
Changed some obj-C literals to avoid cross-linkage problems in plugins. More introjucer work.
2011-07-07 22:16:51 +01:00
Julian Storer
3d8ce244b1
New class: CoreAudioFormat, for using system audio codecs in OSX and iOS.
2011-07-07 12:25:45 +01:00
Julian Storer
6392cdabcc
Even more introjucer refactoring.
2011-07-07 10:13:18 +01:00
Julian Storer
e627847d32
More introjucer refactoring.
2011-07-06 13:35:17 +01:00
Julian Storer
a7a4c287b7
More introjucer refactoring. Fixes for MessageListener and iOS font names.
2011-07-05 11:48:13 +01:00
Julian Storer
2dff4cd3fa
GIF decoding fix. Introjucer refactoring work.
2011-07-04 11:20:17 +01:00
Julian Storer
98ba259599
Minor introjucer clean-ups.
2011-07-03 18:51:54 +01:00
Julian Storer
3871c8d6d1
Tweaked OS file drag-and-drop to ignore unwanted file types. Minor structural fixes. Changes to avoid cancellation of ThreadWithAlertWindow and for Linux openGL rendering.
2011-07-01 11:40:44 +01:00
Julian Storer
c908bc5b84
Fixed a couple of introjucer problems. Reorganised some native code.
2011-06-30 11:26:05 +01:00
Julian Storer
dbe5768527
Added device detection for DirectSound. New method addToDesktop() for ResizableWindow.
2011-06-24 11:43:38 +01:00
Julian Storer
59f78f4cbe
Sorted out some mac window maximising and ordering peculiarities. Fix for introjucer Xcode project generation. Added AudioIODeviceType::Listener class for monitoring audio device insertion/removal events (implemented for CoreAudio and WASAPI). Made TextEditor update its Value when it loses focus.
2011-06-22 10:50:46 +01:00
Julian Storer
0853a9b686
Removed const-ness from some return types to take advantage of future c++0x advantages.
2011-06-15 20:32:29 +01:00
Julian Storer
74469aaa83
Refactored the PropertiesFile construction, introducing a PropertiesFile::Options structure to hold all the settings that previously were just passed as parameters. Also added a mandatory option for setting the OSX preferences path to be used - see the PropertiesFile::Options::osxLibrarySubFolder value for details.
...
Also on OSX, changed the location used for interprocess lock files to /var/tmp - this may affect applications which try to share locks with older builds of the same app.
2011-06-15 16:16:33 +01:00
Julian Storer
b08d3c69fa
Fix for Win7 full-screen problem. Fix for introjucer absolute paths.
2011-06-09 17:00:14 +01:00
Julian Storer
67e22bbb56
Added selection to treeview persistent state. Minor optimisations to AudioThumbnail. Added FTP password support for win32 networking. Cleaned up some file dependencies and altered some return value types to allow better c++0x forwarding behaviour.
2011-05-30 21:10:57 +01:00
Julian Storer
e6f64740d9
New classes: Reverb and ReverbAudioSource. Fixes for component alpha levels, mac file chooser, MemoryInputStream.
2011-05-23 18:17:03 +01:00
Julian Storer
328cc11713
Removed the initialiseJuce_NonGUI() and shutdownJuce_NonGUI() methods - these aren't needed any more. Removed some old MidiOutput methods which weren't cross-platform. OpenGLComponent updates. Extra DropShadower safety.
2011-04-22 22:47:58 +01:00
Julian Storer
e159587a9b
Decentralised some initialisation code. Minor fixes for Array, Component, iOS fonts.
2011-04-21 12:20:08 +01:00
Julian Storer
e9bdd1d637
Changed the var class to be able to hold any ReferenceCountedObject rather than just a DynamicObject. Altered the drag-and-drop classes to use a var instead of a String as the drag description. This affects the getDragSourceDescription() methods in the TreeViewItem, ListBoxModel and TableListBoxModel classes, which now return a var instead of a String.
2011-04-14 20:13:12 +01:00
Julian Storer
f4c4f310e1
Refactored the DragAndDropTarget callback methods, to replace the parameters with a structure. This also affects the TreeViewItem drag-and-drop callback methods.
2011-04-14 13:33:01 +01:00
Julian Storer
67afa64a4b
Relocated the audio plugin wrapper files from the 'extras' folder into src/audio/plugin_client/
2011-04-11 10:52:39 +01:00
Julian Storer
8519598c93
Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks.
2011-04-08 15:27:03 +01:00
Julian Storer
f04309f44a
Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers.
2011-04-07 13:49:01 +01:00
Julian Storer
e0a38a30db
Minor tweaks to the software renderer, introjucer and vst wrapper.
2011-04-05 20:11:38 +01:00
Julian Storer
f73d602b45
64-bit VST tweaks. Removed leak warnings for messages.
2011-04-05 13:15:52 +01:00
Julian Storer
904e1aba45
A couple of minor fixes, and changed code to use std::swap instead of swapVariables()
2011-04-01 09:38:25 +01:00
Julian Storer
1fb8929c55
New class: ImageComponent, which just displays an image.
2011-03-31 13:33:09 +01:00
Julian Storer
927cebcdbb
New class NativeMessageBox, with static methods for showing several types of native alert boxes.
2011-03-30 12:20:58 +01:00
Julian Storer
a493cfee4d
Added a button size option to the PreferencesPanel. Added an operator for writing Strings to std::wcout. Fixed a clipping error in audio float to int conversion. Made the introjucer cope with backslashes in filenames when used on unix.
2011-03-28 11:14:27 +01:00
Julian Storer
c15d414895
Fix for linux build, lookandfeel typo, VS2005 sockets. Added a class ZipFile::Builder for creating zip files.
2011-03-12 22:29:46 +00:00
Julian Storer
883ff38bf5
Tidied up a typo in an android pathname. Fixed a clipping error in audio conversion.
2011-03-10 11:50:50 +00:00
Julian Storer
0297ae5c69
Added mac architecture type to the introjucer. Optimised code editor syntax iteration.
2011-03-08 19:27:23 +00:00
Julian Storer
82e8d68a5d
Renamed the experimental jucer as the Introjucer.
2011-03-08 11:41:28 +00:00