jules
75bbd8e2b2
Couple of introjucer fixes.
13 years ago
jules
7a91c10a81
Android openGL build fixes.
13 years ago
jules
8dd0a7e7f2
Fix for misaligned AIFF files. Introjucer fix for locally-copied files and MSVC optimisation.
13 years ago
jules
52fc8e14bb
Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer.
13 years ago
jules
c7354b927e
Introjucer updates to the new project wizard and module update system.
13 years ago
jules
438cc245ad
Introjucer fix for malformed GUIDs (caused problems with .sln files)
13 years ago
jules
ce0b4bdb9c
Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox.
13 years ago
Julian Storer
52a90374df
AU path fix. Minor tweaks. Version number bump.
13 years ago
Julian Storer
b114339c3f
New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround.
13 years ago
Julian Storer
6e82a92d07
Changed the introjucer's hash-generation algorithm.
13 years ago
Julian Storer
7c77e101fc
Minor clean-ups.
13 years ago
Julian Storer
2d56bedab5
Introjucer update to provide downloading of new modules directly from the website.
13 years ago
Julian Storer
dce7cd9cd1
Added a unit-test, and removed constness from a couple more return types.
13 years ago
Julian Storer
79090d1017
Improved the string hashing algorithm in the introjucer.
13 years ago
Julian Storer
4fcd1e3384
New class: ChildProcess. Fixed android build problems with paths.
13 years ago
Julian Storer
5b92d8cc8f
Fixed a spelling mistake and in the VST hosting code. Fixed a mistake in the design of the StandaloneFilterwindow class.
13 years ago
Julian Storer
d86d68446c
RTAS mac window position fix. Introjucer fixes for Windows.
14 years ago
Julian Storer
d55b7419ec
Fixed a typo in the introjucer. C++0x fixes.
14 years ago
Julian Storer
2c328dfedc
Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed.
14 years ago
Julian Storer
dab3472756
Fixed a typo in the introjucer.
14 years ago
Julian Storer
cdd1778630
Modal component deletion fix. Minor addition to ComponentAnimator.
14 years ago
Julian Storer
ae30b5c50a
Made introjucer avoid any version-control files.
14 years ago
Julian Storer
172d2a1c8b
Introjucer work.
14 years ago
Julian Storer
8aa60b9361
Minor URL additions and introjucer work.
14 years ago
Julian Storer
64ee6d54d9
Introjucer MSVC absolute path fix.
14 years ago
Julian Storer
f04875879e
Introjucer work. Improved command line tokenisation in OSX.
14 years ago
Julian Storer
81da96f1a2
Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.
14 years ago
Julian Storer
693132a6e5
Changed the way module code is wrapped by the Introjucer.
14 years ago
Julian Storer
4808d9c318
Hard-coded some juce namespace declarations.
14 years ago
Julian Storer
d3bcbeef9c
Introjucer saving optimisations.
14 years ago
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..
14 years ago
Julian Storer
1a21c89755
Quicktime fix.
14 years ago
Julian Storer
f89fa9456a
Sorted out some windows header files. Introjucer RTAS VC project fix.
14 years ago
Julian Storer
bf68f7932e
Android mono audio device fix. More introjucer work.
14 years ago
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.
14 years ago
Julian Storer
cf4ecfacac
Changed some obj-C literals to avoid cross-linkage problems in plugins. More introjucer work.
14 years ago
Julian Storer
3d8ce244b1
New class: CoreAudioFormat, for using system audio codecs in OSX and iOS.
14 years ago
Julian Storer
6392cdabcc
Even more introjucer refactoring.
14 years ago
Julian Storer
e627847d32
More introjucer refactoring.
14 years ago
Julian Storer
a7a4c287b7
More introjucer refactoring. Fixes for MessageListener and iOS font names.
14 years ago
Julian Storer
2dff4cd3fa
GIF decoding fix. Introjucer refactoring work.
14 years ago
Julian Storer
98ba259599
Minor introjucer clean-ups.
14 years ago
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.
14 years ago
Julian Storer
c908bc5b84
Fixed a couple of introjucer problems. Reorganised some native code.
14 years ago
Julian Storer
dbe5768527
Added device detection for DirectSound. New method addToDesktop() for ResizableWindow.
14 years ago
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.
14 years ago
Julian Storer
0853a9b686
Removed const-ness from some return types to take advantage of future c++0x advantages.
14 years ago
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.
14 years ago
Julian Storer
b08d3c69fa
Fix for Win7 full-screen problem. Fix for introjucer absolute paths.
14 years ago
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.
14 years ago