234 Commits (a82ab2fd8eaf61b83d9132de98bcae5d8c026777)

Author SHA1 Message Date
  jules a82ab2fd8e Introjucer: made linux exporter use same flags for C files 12 years ago
  jules 5a0cef7239 Added some static StringArray methods for tokenising. 12 years ago
  jules 794d9d4862 Resaved projects. 12 years ago
  jules c8fe9cab4b Rebuilt projects 12 years ago
  jules 5ee84916a3 Introjucer: per-config linux makefile architecture setting. 12 years ago
  jules 2f46a58238 Spelling correction. 12 years ago
  jules 5b3a6d184b Resaved projects 13 years ago
  jules 52b638ff40 Misc cleanups. 13 years ago
  jules af18430f08 Changed Label::setText to use a NotificationType parameter rather than a bool. 13 years ago
  jules 9c9cae12f4 Resaved some projects. Added a Code::Blocks project for the introjucer. 13 years ago
  jules 891e0c5343 Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default. 13 years ago
  jules eee4176331 VC2008 build fix. Rebuild of projects. 13 years ago
  jules f65a8148a6 Introjucer: fixed broken MSVC intermediates path. 13 years ago
  jules 9e4baf538b Android: fix for pausing openGL apps. Rebuild of project files. 13 years ago
  jules 9fbc963d96 2.0.33 13 years ago
  jules 69a08e3fb2 Removed some superfluous semicolons. 13 years ago
  jules e543949bda Minor clean-ups. 13 years ago
  jules 82b9a6d6e5 Added a section to jucer template file. 13 years ago
  jules c391b5eab8 Introjucer: added an extra icon ID in the MSVC resource file. 13 years ago
  jules d79fcf1d32 Introjucer: swapped the xib file for a nib file. 13 years ago
  jules f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 13 years ago
  jules 422b0df651 Updated some introjucer template files. Updated project files. 13 years ago
  jules 53401e246f Minor tweak to a Jucer template. 13 years ago
  jules c38cb0a7b9 Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources. 13 years ago
  jules 6b1654e1d2 Fixed some more warnings. 13 years ago
  jules 46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 13 years ago
  jules faf92ea026 Old jucer: eliminated the 'L' string literal prefix. 13 years ago
  jules 08dd8f62c7 Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template. 13 years ago
  jules 2ac8615c7e Introjucer: Xcode project generation update. 13 years ago
  jules 5428554cda Added a flag to disable bypass in RTAS. 13 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. 13 years ago
  jules ab10aeca89 Refactored some c++ tokeniser classes. 13 years ago
  jules 9caac6d44e New class: TextDiff 13 years ago
  jules a0ed9c96e4 New class: ConcertinaPanel. 13 years ago
  jules 27ebcccb7e Update to the jucer's slider handling. 13 years ago
  jules 49d0182f61 Introjucer: graphical tweaks, binary data header change. 13 years ago
  jules e3537ba57a Cleaned out some defunct ComponentBuilder code. 13 years ago
  jules 391e99443e Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 13 years ago
  jules 1b2b1a1aac Introjucer: colour scheme presets and aesthetic stuff. 13 years ago
  jules df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 9b323d9115 Jucer: fix for some generated Drawable code. 13 years ago
  jules 2fe73f6ebe Introjucer: added a flag to help with OSX retina displays. 13 years ago
  jules a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. 13 years ago
  jules 7f499caf5f Introjucer: refactored some filenames. 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
  jules 1fd27d7ed6 Introjucer: fix for binary data file generation when no images are present. 13 years ago
  jules 4cabc9095e Introjucer: Added code to the win32 resource file to allow custom rc files to be included. 13 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules 5fcebaa07e Updated project files. 13 years ago
  jules 1977238869 Fix for a Jucer build error. 13 years ago