28 Commits (a0ed9c96e47dd2b86cf4b258f8e73357a19653d2)

Author SHA1 Message Date
  jules a0ed9c96e4 New class: ConcertinaPanel. 12 years ago
  jules 897ee9017b C++ tokeniser fix. 12 years ago
  jules e6e46b3187 Code editor fix for large line numbers. 12 years ago
  jules 87db662f29 Introjucer: code editor improvements, icon class reshuffle. 12 years ago
  jules c2697bdce9 Code editor fix for long lines. 12 years ago
  jules d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 12 years ago
  jules c16783f645 Minor code editor optimisation. 12 years ago
  jules 8ee1897916 Introjucer: some code editor fixes and functionality. 12 years ago
  jules d78b10edb3 Introjucer: code indent tweaks. 13 years ago
  jules b1d73f2086 Minor internal refactoring and clean-ups. 13 years ago
  jules b95258cb20 C++ syntax tokeniser fix. 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 39c974194e Added a CodeEditorComponent::State class. 13 years ago
  jules 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 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 767589710b Minor syntax tokeniser changes. 13 years ago
  jules 3974e09c9f Workaround for a GCC problem. 13 years ago
  jules 25303b158a Refactored the classes used for the CodeEditorComponent colour-schemes. 13 years ago
  jules 87175c91f5 Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules 36bd285c4b Viewport component listener fix. Minor clean-ups. 13 years ago
  Julian Storer 2c328dfedc Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 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