284 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  jules 0ec53673ce Demo cleanups. 11 years ago
  jules 653a68ddee Added includes of new template classes. 11 years ago
  jules 4f591df870 Initial check-in of new simple app helper classes 11 years ago
  jules bbd2262945 Avoided NSViewComponent calling removeFromSuperview when re-parenting a child NSView. 11 years ago
  jules a99bbc9ba5 win32 web browser component - better updating when components are made visible. 11 years ago
  jules 03b8320ae9 Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines. 11 years ago
  jules 6efc1b8afc Removed an unnecessary inclusion of Carbon.h 11 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 11 years ago
  jules 99e8445b96 Version number update 11 years ago
  jules 4a96fc6ed2 Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled 11 years ago
  jules 65b97cd334 Fix for non-string textboxes in live constant editor. 11 years ago
  jules d2e1c7f679 Version number update 11 years ago
  jules 2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 11 years ago
  jules 8bbe42c4e2 UTF32 build fix. 11 years ago
  jules 4a3c45e7bd Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. 11 years ago
  jules c8bf8cd41e Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. 11 years ago
  jules 0b20c60e95 Fixed some object releasing for OSX system tray icons. 11 years ago
  jules 6c61dbb68e Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
  jules f8e9a13f1d Version number update 11 years ago
  jules 4a451b1cb0 Added juce namespace to the JUCE_LIVE_CONSTANT macro 11 years ago
  jules 91d9c96338 Minor clean-ups 11 years ago
  jules fd5df871ed Fixed a couple of typos in file chooser messages. 11 years ago
  jules d7d662bb38 Documentation improvement. 11 years ago
  jules 75770f293c New class: SharedResourcePointer 11 years ago
  jules e3e80de0d8 Fix for CodeDocument iterator. 11 years ago
  jules 40c06f9ca9 Added a TRANS macro in the key-map editor. 11 years ago
  jules bee0b791f7 Updated a comment. 11 years ago
  jules b3e7f2b772 Added support for uploading files in the OSX embedded web browser. 11 years ago
  jules 3a81057828 Virtualised a few CodeEditorComponent methods to help customisation. 11 years ago
  jules 4251a2437b Version number update 11 years ago
  jules 5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 11 years ago
  jules 7f9425058a Version number update 11 years ago
  jules a3ea53c460 Version number update 11 years ago
  jules f3cca83dc8 Refactored some NSView wrapper classes. Should fix some plugin host window resizing issues. 11 years ago
  jules b2cb45496d Added some selection accessors to CodeEditorComponent 11 years ago
  jules e11ca3533e Added notifications in NSViewComponent so that its childBoundsChanged method will be called if the embedded NSView changes bounds. 11 years ago
  jules d2532f4540 Version number update 11 years ago
  jules 76c8400049 Really minor clean-ups. 11 years ago
  jules d8178b4e15 Mingw workaround. 11 years ago
  jules 9f84c81d62 Read-only fixes to CodeEditorComponent 11 years ago
  jules 7dd5c09826 Version number update 12 years ago
  jules 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 12 years ago
  jules c3212f5d96 Updated c++ tokeniser keyword list. 12 years ago
  jules d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 12 years ago
  jules 08c2fce9b5 Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button. 12 years ago
  jules 48cdb90341 Made the live constant editor call resize on all visible components. 12 years ago
  jules 2f72bba274 Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads. 12 years ago
  jules 8ba781aa81 Added a demo page for the live constant editor stuff. 12 years ago
  jules f89c2ca05d Added read-only support for the CodeEditorComponent. 12 years ago
  jules 5e10803565 Added new keywords to CppTokeniserFunctions 12 years ago