1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/extras/browser plugins
2010-02-07 00:52:30 +00:00
..
demo made the NPAPI browser wrapper able to compile in 64-bit mode 2009-09-17 13:47:47 +01:00
wrapper The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 2010-02-07 00:52:30 +00:00
How to build a browser plugin.txt First version of the ActiveX browser plugin wrapper 2009-05-11 09:33:05 +00:00