42 Commits (7e9fbd30c3882bf2e5b718efbf08ce71c6f7ac08)

Author SHA1 Message Date
  jules 7e9fbd30c3 Some font style tweaks, and update of the juce demo fonts page to show a list of available styles. 13 years ago
  jules 941907a3d1 Initial commit of font style access, providing access to the styles available for each font family. 13 years ago
  jules 2e1ead004e Updated the default linux font names. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 13 years ago
  jules bdd778332d Removed some unused android code. Refactored some messaging code. 13 years ago
  jules e87f833183 Tidied up a few rectangle methods. 13 years ago
  jules 79fea88001 Fixed a problem with transparency layers in the software renderer. 13 years ago
  jules ed9a2a1575 Minor android and GL clean-ups. 13 years ago
  jules c8d3144fa2 Fixed some CoreText problems. 13 years ago
  jules e1fea143b6 Linux 64-bit icon fix. 13 years ago
  jules e87b1a59ec Fixed a small leak in TextLayout, and a win32 layout problem. 13 years ago
  jules 70a5f0233c Fixes to some MemoryOutputStream streaming operators. 13 years ago
  jules a6069d1c02 Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds. 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 38703ee4c3 Cleaned up a few 64-bit VC++ warnings. 13 years ago
  jules c38916b675 OpenGL renderer optimisations. 13 years ago
  jules 5e795134fc Added a read/write lock to the glyph cache. OpenGL shader fix. 13 years ago
  jules 2c0902833d Lock for multithreaded font rendering. Tweaks for some openGL settings. Updated the demo to have an openGL rendering engine option. 13 years ago
  jules 2779a6dd4c Win32 GL tweaks. Performance improvement for CoreGraphicsImage. 13 years ago
  jules aabc0dbe6e Couple of minor linux + android fixes. 13 years ago
  jules a45f14fbdf Minor DirectWrite fix. 13 years ago
  jules c0b089cae4 fixed a typo in the last check-in. 13 years ago
  jules 58db7eb880 Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn. 13 years ago
  jules fb9af90b61 Updatesfor OSX 10.7 compatibility. 13 years ago
  jules 7d7d8ff781 Linux + android font stuff. 13 years ago
  jules 4773b388ef AttributedString class and advanced text layout (stage 1) 13 years ago
  jules 34840062ef Made the x and y members public in the Point class. 13 years ago
  jules 0b1cdf6ab1 Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. 13 years ago
  jules d1e4e9b9d0 OpenGL development (OpenGLRenderer now more-or-less works) 13 years ago
  jules b23e5c4515 ImageButton fix. OpenGL refactoring. 13 years ago
  jules b258976e6a Internal graphics refactoring. 13 years ago
  jules deec72851b Rendering code refactoring. 13 years ago
  jules f9c7761e60 More graphics refactoring. 13 years ago
  jules be3565ac98 Refactored some rendering code. 13 years ago
  jules f31dca5f2f More OpenGL work. 13 years ago
  jules bd7c046f76 Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 13 years ago
  jules ce0b4bdb9c Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox. 13 years ago
  jules c9cdf073dd Couple of small win32 fixes. Cleaned up win32 registry code. 13 years ago
  jules fce514266e Refactored the linux Freetype font code and native file chooser (via zenity). 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.. 14 years ago