jules
|
ebc3b797bd
|
Updated LookAndFeel::createFileChooserHeaderText method to return an attributedstring.
|
2013-06-15 16:41:11 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
334ad5a51a
|
FileTreeComponent fix.
|
2013-05-12 16:18:17 +01:00 |
|
jules
|
4d61bfd8a3
|
Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro.
|
2013-05-05 17:13:53 +01:00 |
|
jules
|
eeb59c57a9
|
Documentation fixes.
|
2013-04-21 12:30:08 +01:00 |
|
jules
|
af18430f08
|
Changed Label::setText to use a NotificationType parameter rather than a bool.
|
2013-04-01 14:33:27 +01:00 |
|
jules
|
910b834f72
|
Minor clean-ups.
|
2013-03-31 12:13:02 +01:00 |
|
jules
|
e10dfff1af
|
Cleaned up some FileChooser code, and added a new method showDialog()
|
2013-03-30 11:22:47 +00:00 |
|
jules
|
14ca3470e6
|
Changed the parameters of FilenameComponent::setCurrentFile() to use a NotificationType.
|
2013-03-18 21:44:29 +00:00 |
|
jules
|
d046e30b25
|
FileTreeComponent selection fix.
|
2013-03-08 14:30:38 +00:00 |
|
jules
|
655468a380
|
Fix for FileTreeComponent::setSelectedFile
|
2013-02-26 13:21:13 +00:00 |
|
jules
|
2cc6485f9b
|
Fixed 64-bit compiler warning.
|
2013-01-05 11:12:52 +00:00 |
|
jules
|
3a5b51ef0d
|
Minor cleaning up.
|
2013-01-03 11:28:00 +00:00 |
|
jules
|
7a3453f48b
|
Minor clean-ups.
|
2012-12-31 19:10:54 +00:00 |
|
jules
|
8015525e5c
|
Fixes for FileBrowserComponent's handling of directory saving.
|
2012-12-23 14:25:04 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
01be101f41
|
Added error callback dispatching to AudioDeviceManager.
|
2012-09-26 16:30:05 +01:00 |
|
jules
|
d24ee139d3
|
Introjucer: wizards for auto-generating new Component classes
|
2012-09-06 11:08:29 +01:00 |
|
jules
|
842d30fbfa
|
Minor tidying-up.
|
2012-09-04 11:38:16 +01:00 |
|
jules
|
2329cfa286
|
Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes.
|
2012-07-13 14:50:10 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
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.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
74a727b42f
|
Added a FileTreeComponent::refresh() method.
|
2011-10-26 18:23:49 +01:00 |
|
jules
|
79bf147d89
|
Couple of minor additions to file browser comps.
|
2011-10-01 18:26:53 +01:00 |
|
jules
|
07b73e4071
|
StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups.
|
2011-09-29 14:51:42 +01:00 |
|
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.
|
2011-09-28 17:10:38 +01:00 |
|
jules
|
fce514266e
|
Refactored the linux Freetype font code and native file chooser (via zenity).
|
2011-09-25 21:33:38 +01:00 |
|
Julian Storer
|
dce7cd9cd1
|
Added a unit-test, and removed constness from a couple more return types.
|
2011-09-13 15:09:21 +01:00 |
|
Julian Storer
|
bd9a32c757
|
Removed 'const' from some virtual method return types - this might require a few tweaks to user-code.
|
2011-09-12 21:59:19 +01:00 |
|
Julian Storer
|
c0fb38c35c
|
Minor fix for Path. Added a missing file.
|
2011-09-07 12:23:05 +01:00 |
|
Julian Storer
|
5fc80a9b79
|
Fix for win32 file icon extraction.
|
2011-09-01 15:59:19 +01:00 |
|
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.
|
2011-08-19 21:34:34 +01:00 |
|
Julian Storer
|
89455b18cb
|
Added a callback method to FileBrowserListener.
|
2011-08-18 15:59:23 +01:00 |
|
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..
|
2011-08-12 10:04:52 +01:00 |
|