Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
reuk
|
310b4e6234
|
Fonts: Avoid segfaulting on Linux when there are no installed fonts
|
3 years ago |
reuk
|
67e3326ecf
|
Fonts: Avoid segfaulting on Linux when there are no installed fonts
|
3 years ago |
reuk
|
86f08302b6
|
Linux Fonts: Replace font style if it does not exist for the requested font
|
3 years ago |
reuk
|
3c08f8beda
|
Linux Fonts: Replace font style if it does not exist for the requested font
|
3 years ago |
Tom Poole
|
fbff65dea2
|
Linux: Fix an issue where the requested font style could be incorrectly overwritten
|
3 years ago |
reuk
|
3bf635e004
|
Warnings: Always supply all field initialisers
This also fixes an issue where the requested font style could be
incorrectly overwritten.
|
3 years ago |
reuk
|
6de457f932
|
Linux Fonts: Add extra default font path
|
3 years ago |
reuk
|
f9c0c626fe
|
Linux: Avoid picking a bold/oblique version of Bitstream Vera Sans by default
|
3 years ago |
reuk
|
c31f3477a8
|
Linux: Avoid picking a bold/oblique version of Bitstream Vera Sans by default
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
Tom Poole
|
79fbde7099
|
Added preliminary support for FreeBSD
|
4 years ago |
reuk
|
3baaad8b5b
|
XmlElement: Update loops to use new iterators
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
6 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
jules
|
2f523cfae7
|
Added /usr/share/fonts as an extra font search-path on linux
|
8 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
d8c065c81f
|
Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor()
|
11 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
11 years ago |
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
11 years ago |
jules
|
fc5fc50ae0
|
Linux font fix.
|
11 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
2d6135a6db
|
Added some methods for scanning font folders with FreeType.
|
12 years ago |
jules
|
c8b3d28acc
|
Refactored some linux freetype font classes.
|
12 years ago |
jules
|
79f9874f59
|
OTF font scanning in linux.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
c80bc652e9
|
Linux font list parsing fix.
|
12 years ago |
jules
|
f84d57243b
|
Fix for linux font path parsing assertion.
|
12 years ago |
jules
|
4268ed7453
|
Introjucer: better tool windows. Font fixes.
|
13 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
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
|
70a5f0233c
|
Fixes to some MemoryOutputStream streaming operators.
|
13 years ago |
jules
|
aabc0dbe6e
|
Couple of minor linux + android fixes.
|
13 years ago |
jules
|
7d7d8ff781
|
Linux + android font stuff.
|
13 years ago |
jules
|
fce514266e
|
Refactored the linux Freetype font code and native file chooser (via zenity).
|
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 |
Julian Storer
|
fb58d0c380
|
Tidied up some warnings and documentation.
|
14 years ago |
Julian Storer
|
0853a9b686
|
Removed const-ness from some return types to take advantage of future c++0x advantages.
|
14 years ago |
Julian Storer
|
67e22bbb56
|
Added selection to treeview persistent state. Minor optimisations to AudioThumbnail. Added FTP password support for win32 networking. Cleaned up some file dependencies and altered some return value types to allow better c++0x forwarding behaviour.
|
14 years ago |
Julian Storer
|
94b07cb09b
|
Added quality options to FlacAudioFormat. Fixed a positioning error in embedded NSViewComponents. Fixes to KnownPluginList, ResizableCornerComponent. Component findColour tweak.
|
14 years ago |
Julian Storer
|
b047d9be53
|
More 'nullptr' updates and minor clean-ups.
|
14 years ago |