jules
|
7ef8246cae
|
Introjucer: restricted font list to fixed-width fonts.
|
13 years ago |
jules
|
dc9e0cb9bb
|
Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters.
|
13 years ago |
jules
|
396a5d9178
|
Introjucer: nicer scrollbars.
|
13 years ago |
jules
|
65f147b241
|
Introjucer: Visual studio WPO and debug option fixes.
|
13 years ago |
jules
|
515bfe90b2
|
Introjucer: new tab panel look and feel.
|
13 years ago |
jules
|
edb1114c5e
|
Introjucer: more colour scheme stuff.
|
13 years ago |
jules
|
1e9e6cbf79
|
New methods for Graphics, CallOutBox.
|
13 years ago |
jules
|
770b8a4ae1
|
Introjucer: more colour scheme stuff.
|
13 years ago |
jules
|
44e454f0b7
|
Introjucer: colours and refactoring.
|
13 years ago |
jules
|
6fe9e2db73
|
Minor clean-ups.
|
13 years ago |
jules
|
c65c7dd4a4
|
Introjucer: misc internal refactoring.
|
13 years ago |
jules
|
1f2b26a30b
|
Introjucer: refactored icons.
|
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
|
9e3cd767aa
|
Introjucer: minor internal changes.
|
13 years ago |
jules
|
e875c65642
|
Introjucer: some treeview refactoring.
|
13 years ago |
jules
|
d3bb7fb9cc
|
Added line-numbering to the CodeEditorComponent.
|
13 years ago |
jules
|
f824e99f2d
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
13 years ago |
jules
|
b4251726f0
|
Introjucer: refactored some settings classes, and added new icons for the treeviews.
|
13 years ago |
jules
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
13 years ago |
jules
|
ead42bd39a
|
Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item.
|
13 years ago |
jules
|
9074f68da8
|
Introjucer: more AAX support and some clean-ups.
|
13 years ago |
jules
|
1fd27d7ed6
|
Introjucer: fix for binary data file generation when no images are present.
|
13 years ago |
jules
|
463d2b3289
|
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
|
13 years ago |
jules
|
0c142b51b5
|
Introjucer: avoided clang warning in generated binary data code.
|
13 years ago |
jules
|
c1d5fd53cb
|
Introjucer: ability to specify an iOS deployment version.
|
13 years ago |
jules
|
9a56a2f8ba
|
Introjucer: added Xcode option to link with LLVM libc++
|
13 years ago |
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
13 years ago |
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
13 years ago |
jules
|
cebf34d9bb
|
Introjucer: improved handling of windows filenames when run on *nix.
|
13 years ago |
jules
|
e7b552957e
|
Introjucer: made the c++11 flag optional in Android (enabling it seems to break some compatibility in the current NDK)
|
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
|
8369d9b3ab
|
Introjucer: improved Android projects so that ant can now build and install the apk in the standard way, and added signing key values.
|
13 years ago |
jules
|
1c55b28390
|
Introjucer: fix for MSVC post build events in RTAS.
|
13 years ago |
jules
|
51b2068576
|
Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext().
|
13 years ago |
jules
|
092a0166cc
|
Introjucer: added some android manifest options, and fixed audio input permissions for the demo app.
|
13 years ago |
jules
|
d3d391ae7f
|
Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures.
|
13 years ago |
jules
|
105929d39f
|
Introjucer: a few minor optimisations.
|
13 years ago |
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
13 years ago |
jules
|
1ef6c140ec
|
Introjucer: added an option for setting custom Xcode flags. Cleaned up some MSVC library naming settings.
|
13 years ago |
jules
|
4e77678299
|
Introjucer: App icons are now specified per-exporter type rather than globally for the project.
|
13 years ago |
jules
|
7241a03860
|
Introjucer: Added a library paths settings for all platforms.
|
13 years ago |
jules
|
ae5e0d348f
|
Introjucer: Added pre- and post-build commands and manifest generation options for MSVC.
|
13 years ago |
jules
|
18ea13a625
|
Introjucer: added option for setting warning levels in VC++
|
13 years ago |
jules
|
2e664976ec
|
Changed the introjucer's config list system: each exporter now contains its own list of configs. If you load an old project, its global config list will be copied into each of its exporters. Added x64 support for VC2010 projects, as an option in its configs.
|
13 years ago |
jules
|
10a388a9e8
|
Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling.
|
13 years ago |
jules
|
fad59e53d2
|
Introjucer: made treeview remember its openness state.
|
13 years ago |
jules
|
a0a500ee4b
|
Minor introjucer work. Minor fix for binarybuilder.
|
13 years ago |
jules
|
17e7f22976
|
Wav format fix. Minor introjucer clean-ups.
|
13 years ago |
jules
|
a6fe278654
|
Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes.
|
13 years ago |