jules
|
63085a7185
|
Introjucer: minor fixes.
|
2012-09-20 12:27:39 +01:00 |
|
jules
|
bb37710eca
|
Introjucer: shutdown fix.
|
2012-09-20 11:29:55 +01:00 |
|
jules
|
0a1c88be30
|
Android: setting targetSDKVersion flag.
|
2012-09-20 08:53:59 +01:00 |
|
jules
|
06e2a667fb
|
Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins.
|
2012-09-19 18:39:57 +01:00 |
|
jules
|
e77d5b12ef
|
Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer.
|
2012-09-19 15:22:39 +01:00 |
|
jules
|
2ac8615c7e
|
Introjucer: Xcode project generation update.
|
2012-09-19 10:57:55 +01:00 |
|
jules
|
73359d4af0
|
Introjucer: added text search for the code editor.
|
2012-09-18 20:04:26 +01:00 |
|
jules
|
6269df4823
|
Introjucer: fix for new command-line project wizard.
|
2012-09-18 10:36:15 +01:00 |
|
jules
|
3831af62ef
|
Updated CodeEditorComponent to act as an ApplicationCommandTarget
|
2012-09-17 21:20:18 +01:00 |
|
jules
|
5428554cda
|
Added a flag to disable bypass in RTAS.
|
2012-09-17 13:18:11 +01:00 |
|
jules
|
172f61dc3e
|
Introjucer: minor internal work.
|
2012-09-14 16:25:32 +01:00 |
|
jules
|
68880492f1
|
Introjucer: editor scrolling changes.
|
2012-09-13 21:39:54 +01:00 |
|
jules
|
1be82bfcee
|
Introjucer: Added a strip option to linux makefile generation
|
2012-09-11 11:09:39 +01:00 |
|
jules
|
b396155430
|
Introjucer: file type fix.
|
2012-09-11 09:35:26 +01:00 |
|
jules
|
9a24aa8a20
|
Minor clean-ups.
|
2012-09-11 09:35:03 +01:00 |
|
jules
|
1cd7660f10
|
Introjucer: popup menu for code editor.
|
2012-09-08 14:36:30 +01:00 |
|
jules
|
9fde239d9c
|
Misc minor tidying up.
|
2012-09-08 11:31:51 +01:00 |
|
jules
|
e00bfdc1df
|
A couple of minor introjucer changes.
|
2012-09-07 22:38:32 +01:00 |
|
jules
|
c75abb51c4
|
Introjucer: minor appearance tweaks.
|
2012-09-07 12:10:25 +01:00 |
|
jules
|
b0b6a7ca25
|
Introjucer: added command to open counterpart files.
|
2012-09-06 17:51:43 +01:00 |
|
jules
|
d24ee139d3
|
Introjucer: wizards for auto-generating new Component classes
|
2012-09-06 11:08:29 +01:00 |
|
jules
|
e8131455d5
|
Introjucer: added some comment fields to the config pages.
|
2012-09-05 15:27:29 +01:00 |
|
jules
|
745e2ae8b9
|
Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel.
|
2012-09-05 11:54:44 +01:00 |
|
jules
|
2791f878e7
|
Introjucer: fix for VS.
|
2012-09-05 08:51:32 +01:00 |
|
jules
|
b11527d751
|
Introjucer: launching a project now opens the first possible exporter in the list.
|
2012-09-04 21:08:52 +01:00 |
|
jules
|
629007c219
|
Introjucer: another code indent fix.
|
2012-09-04 15:26:22 +01:00 |
|
jules
|
842d30fbfa
|
Minor tidying-up.
|
2012-09-04 11:38:16 +01:00 |
|
jules
|
2b32036ab3
|
Introjucer: code indenting changes.
|
2012-09-04 10:39:29 +01:00 |
|
jules
|
ebb7b6db74
|
Introjucer: some refactoring, new icon.
|
2012-08-31 10:46:33 +01:00 |
|
jules
|
d7cea05104
|
Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer.
|
2012-08-29 11:01:47 +01:00 |
|
jules
|
a4e87ef28a
|
Introjucer: file separator character fix on windows.
|
2012-08-28 20:56:24 +01:00 |
|
jules
|
66917b65fd
|
Minor clean-ups.
|
2012-08-28 11:10:14 +01:00 |
|
jules
|
2918e8d886
|
Minor fixes for compiler warnings.
|
2012-08-27 12:33:35 +01:00 |
|
jules
|
e49c56109b
|
Introjucer: Updated RTAS include path (on win32)
|
2012-08-26 09:55:16 +01:00 |
|
jules
|
40183ecd74
|
Introjucer: following aliases in modules folder.
|
2012-08-24 08:57:53 +01:00 |
|
jules
|
0b8174c410
|
Introjucer: removed android build warning.
|
2012-08-23 11:21:23 +01:00 |
|
jules
|
514ed0f30d
|
Introjucer: avoid unnecessary file deletions when saving.
|
2012-08-22 10:23:54 +01:00 |
|
jules
|
8772e5716b
|
Changed the SVG parser to set the content area of the drawable to the SVG bounding box. Also updated introjucer to display SVG image files.
|
2012-08-20 10:29:33 +01:00 |
|
jules
|
9a89d815cc
|
Reverted CodeDocument::replaceAllContent, and added an applyChanges() method.
|
2012-08-19 18:54:23 +01:00 |
|
jules
|
50e659a37b
|
Introjucer: colour scheme tweak.
|
2012-08-17 20:32:56 +01:00 |
|
jules
|
b4fe06fb81
|
CallOutBox: changed parameters to allow better positioning, and improved layout algorithm.
|
2012-08-17 20:08:55 +01:00 |
|
jules
|
85e5fae0fd
|
Made CodeDocument:: replaceAllContent apply a diff of only the changed regions.
|
2012-08-15 23:13:18 +01:00 |
|
jules
|
18e07fcd95
|
Introjucer: fixed bundle identifier generation.
|
2012-08-10 08:26:13 +01:00 |
|
jules
|
753ebf48e5
|
Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties.
|
2012-08-09 15:14:48 +01:00 |
|
jules
|
e9ae25ed9c
|
Introjucer fixes + cosmetic changes.
|
2012-08-09 11:40:45 +01:00 |
|
jules
|
af9c71be38
|
Added Image::Bitmap::getBounds method.
|
2012-08-07 20:26:52 +01:00 |
|
jules
|
b86a9f3429
|
Introjucer: fix for Xcode plist file generation when there are multiple file extensions.
|
2012-08-07 15:43:54 +01:00 |
|
jules
|
74eb65090f
|
Introjucer: improved some rollover help.
|
2012-08-07 14:52:12 +01:00 |
|
jules
|
b16995da41
|
Minor update to ConcertinaPanel
|
2012-08-06 16:50:10 +01:00 |
|
jules
|
6b679bb46b
|
New methods in ImageFileFormat for checking file extensions.
|
2012-08-06 10:48:30 +01:00 |
|