19 Commits (258414bad2bb298b7dd94d46f30988749bccb76b)

Author SHA1 Message Date
  Julian Storer 258414bad2 Fix for checkerboard rendering. Minor clean-ups. 15 years ago
  Julian Storer 6bcc8febca Minor code clean-ups. 15 years ago
  Julian Storer 266494a1b9 Minor code clean-ups. 15 years ago
  Julian Storer 27506c2120 Copyright notice update. 15 years ago
  Julian Storer 39ced6543a Small additions to ValueTree, Rectangle, AudioDeviceSelectorComponent. Jucer development. 15 years ago
  Julian Storer 7bb8c6b435 Small fix for AudioDeviceSelectorComponent channel names. 15 years ago
  Julian Storer 9d5954c08d Small fix for audio device name display. 15 years ago
  Julian Storer 841a6665bd Minor string literal tidy-ups. 15 years ago
  Julian Storer 8b8316038b Converted the BitArray class into "BigInteger", replacing its clunky old arithmetic methods with a proper set of arithmetic operators so it can be used like an int. All the bit-access methods are still there, and there's a typedef of BitArray -> BigInteger to allow most old code to still work. (You might need to change calls to isEmpty() to isZero() though). Also fixed a bug in MidiBuffer. 15 years ago
  Julian Storer 574694f458 Corrected geometry of drawLine in CoreGraphics to match the software renderer. Minor code clean-ups. 15 years ago
  Julian Storer 08eb852103 Minor code clean-ups. 15 years ago
  Julian Storer effe92f6e7 Fix for some MSVC compile problems and warnings. 15 years ago
  Julian Storer e61e8f6775 Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future). 16 years ago
  Julian Storer 97035bb3a1 Removed the (rather pointless) granularity value from the array objects. Converted a few macros into functions and other misc code clean-ups. 16 years ago
  Julian Storer 8bf4d88d97 Minor clean-ups. 16 years ago
  Julian Storer 3954631795 Fixed some problems with audio formats not correctly clearing their buffers; Rewrote the CoreAudio functions to avoid deprecated functions. 16 years ago
  Julian Storer a90a65343c whitespace tidying-up 16 years ago
  Julian Storer 3355029c6c Fixed a few minor issues and added code to drawables for loading/saving them (this is work-in-progress: not for public use yet!) 16 years ago
  jules 4d16424d9c Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 16 years ago
  jules eb32240e95 Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
  jules 47cf2369e5 17 years ago
  jules 5572be0248 17 years ago
  jules 4405b097f8 17 years ago
  jules 8347a814f5 17 years ago
  jules 298e801f27 17 years ago
  jules 934f1c1c1d 17 years ago
  jules a4aa6e4a43 17 years ago
  jules ac86c4f307 17 years ago
  jules 9a2abee330 17 years ago
  jules 3b59053b2c 17 years ago
  jules a47ddae4a3 17 years ago
  jules 876c9a0f3a 17 years ago
  jules ec5bc5655d 18 years ago
  jules 5eea51a781 18 years ago
  jules bc3d1ca7d6 18 years ago
  jules 15dfdff5f8 (automatic tidy-up of whitespace) 18 years ago
  jules d7a429759b 18 years ago
  jules 38aa8c42a9 misc optimisations 18 years ago
  jules 6264cdcc2b 18 years ago
  jules 94cfda5062 18 years ago