jules
|
73359d4af0
|
Introjucer: added text search for the code editor.
|
12 years ago |
jules
|
3831af62ef
|
Updated CodeEditorComponent to act as an ApplicationCommandTarget
|
12 years ago |
jules
|
172f61dc3e
|
Introjucer: minor internal work.
|
12 years ago |
jules
|
c75abb51c4
|
Introjucer: minor appearance tweaks.
|
12 years ago |
jules
|
b0b6a7ca25
|
Introjucer: added command to open counterpart files.
|
12 years ago |
jules
|
745e2ae8b9
|
Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel.
|
12 years ago |
jules
|
b11527d751
|
Introjucer: launching a project now opens the first possible exporter in the list.
|
12 years ago |
jules
|
ebb7b6db74
|
Introjucer: some refactoring, new icon.
|
12 years ago |
jules
|
753ebf48e5
|
Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties.
|
12 years ago |
jules
|
e9ae25ed9c
|
Introjucer fixes + cosmetic changes.
|
12 years ago |
jules
|
49d0182f61
|
Introjucer: graphical tweaks, binary data header change.
|
12 years ago |
jules
|
af3bab799f
|
Introjucer: fine-tuned some command behaviours.
|
12 years ago |
jules
|
aea20ee144
|
Added background and outline colour IDs to BubbleComponent, and updated the arguments to the LookAndFeel::drawBubble method.
|
12 years ago |
jules
|
87db662f29
|
Introjucer: code editor improvements, icon class reshuffle.
|
12 years ago |
jules
|
e875ddc3a1
|
Introjucer: optimised some unnecessary project copying.
|
12 years ago |
jules
|
c2666bfe61
|
Introjucer: fix for broken colour scheme when run for the first time.
|
12 years ago |
jules
|
1b2b1a1aac
|
Introjucer: colour scheme presets and aesthetic stuff.
|
13 years ago |
jules
|
5a69cc6ce2
|
Internal tidying-up.
|
13 years ago |
jules
|
baecac82d9
|
Introjucer: tweaked document focus behaviour.
|
13 years ago |
jules
|
515bfe90b2
|
Introjucer: new tab panel look and feel.
|
13 years ago |
jules
|
44e454f0b7
|
Introjucer: colours and refactoring.
|
13 years ago |
jules
|
c65c7dd4a4
|
Introjucer: misc internal refactoring.
|
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
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
13 years ago |
jules
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
13 years ago |
jules
|
fb29acf1fa
|
Introjucer: minor internal stuff.
|
13 years ago |
jules
|
9e3cd767aa
|
Introjucer: minor internal changes.
|
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
|
7f499caf5f
|
Introjucer: refactored some filenames.
|
13 years ago |
jules
|
1406b72b54
|
Introjucer: selecting project settings on start-up.
|
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
|
d2aa3a666b
|
Introjucer: tidied up some document saving behaviour.
|
13 years ago |
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
13 years ago |
jules
|
cb18ce366a
|
Introjucer: disabled "launch project" buttons when no suitable exporter exists.
|
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
|
fad59e53d2
|
Introjucer: made treeview remember its openness state.
|
13 years ago |
jules
|
f7d3521e06
|
Introjucer: minor refactoring + enabled clang c++0x option.
|
13 years ago |
jules
|
96ec22501a
|
Improved CallOutBox layout. Minor introjucer tidy-ups.
|
13 years ago |
jules
|
ffaa06c3d0
|
XML parser fix. Mac filechooser fix.
|
13 years ago |
Julian Storer
|
f04875879e
|
Introjucer work. Improved command line tokenisation in OSX.
|
13 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..
|
13 years ago |
Julian Storer
|
c908bc5b84
|
Fixed a couple of introjucer problems. Reorganised some native code.
|
14 years ago |
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.
|
14 years ago |
Julian Storer
|
82e8d68a5d
|
Renamed the experimental jucer as the Introjucer.
|
14 years ago |
Julian Storer
|
3f97694143
|
Added a Component::setBounds method to take an expression. Fix for deleting CoreAudio devices.
|
14 years ago |
Julian Storer
|
2a86002b31
|
New class: ResizableEdgeComponent.
|
14 years ago |
Julian Storer
|
4cfdcb69fd
|
Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string.
|
14 years ago |
Julian Storer
|
51b5570292
|
Added an 'open project' button to the new Jucer.
|
14 years ago |