90 Commits (e77d5b12eff290fc28a705cc2c190504e66d6523)

Author SHA1 Message Date
  jules e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 12 years ago
  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 b396155430 Introjucer: file type fix. 12 years ago
  jules 9a24aa8a20 Minor clean-ups. 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 842d30fbfa Minor tidying-up. 12 years ago
  jules ebb7b6db74 Introjucer: some refactoring, new icon. 12 years ago
  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. 12 years ago
  jules 66917b65fd Minor clean-ups. 12 years ago
  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. 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 b16995da41 Minor update to ConcertinaPanel 12 years ago
  jules d5ddbc88bd Introjucer: cosmetic changes. 12 years ago
  jules c93d7a31d5 Added some colour IDs for TextPropertyComponent 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 4268ed7453 Introjucer: better tool windows. Font fixes. 12 years ago
  jules bddebf3433 Added a couple of reduced/expanded methods to Rectangle. 12 years ago
  jules 8a006e589c Cleaned up some application startup code. 12 years ago
  jules 87db662f29 Introjucer: code editor improvements, icon class reshuffle. 12 years ago
  jules c2666bfe61 Introjucer: fix for broken colour scheme when run for the first time. 12 years ago
  jules d019af5b82 Introjucer: minor internal stuff. 13 years ago
  jules 7ef8246cae Introjucer: restricted font list to fixed-width fonts. 13 years ago
  jules fb5bcb5094 Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name. 13 years ago
  jules 006e324114 Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug. 13 years ago
  jules 1b2b1a1aac Introjucer: colour scheme presets and aesthetic stuff. 13 years ago
  jules 396a5d9178 Introjucer: nicer scrollbars. 13 years ago
  jules baecac82d9 Introjucer: tweaked document focus behaviour. 13 years ago
  jules 225040e62b Improved drop-shadow code. 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 df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 770b8a4ae1 Introjucer: more colour scheme stuff. 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 9e3cd767aa Introjucer: minor internal changes. 13 years ago
  jules 6758ce0bc9 CodeEditorComponent improvements and TextEditor menu 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 7f499caf5f Introjucer: refactored some filenames. 13 years ago
  jules 9074f68da8 Introjucer: more AAX support and some clean-ups. 13 years ago
  jules f5d72f1406 Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle)); 13 years ago