jules
|
74078ee2c8
|
Introjucer: support for larger OSX icon sizes.
|
2012-07-16 15:53:09 +01:00 |
|
jules
|
391e99443e
|
Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static.
|
2012-07-15 13:59:13 +01:00 |
|
jules
|
d78b10edb3
|
Introjucer: code indent tweaks.
|
2012-07-15 11:56:10 +01:00 |
|
jules
|
7ef8246cae
|
Introjucer: restricted font list to fixed-width fonts.
|
2012-07-14 14:08:14 +01:00 |
|
jules
|
fb5bcb5094
|
Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name.
|
2012-07-14 12:48:01 +01:00 |
|
jules
|
dc9e0cb9bb
|
Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters.
|
2012-07-14 11:54:29 +01:00 |
|
jules
|
006e324114
|
Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug.
|
2012-07-14 11:21:56 +01:00 |
|
jules
|
1b2b1a1aac
|
Introjucer: colour scheme presets and aesthetic stuff.
|
2012-07-14 10:30:56 +01:00 |
|
jules
|
b1d73f2086
|
Minor internal refactoring and clean-ups.
|
2012-07-14 10:02:45 +01:00 |
|
jules
|
1f2c81980f
|
Introjucer: Fix for MSVC optimisation levels.
|
2012-07-13 19:35:46 +01:00 |
|
jules
|
5a69cc6ce2
|
Internal tidying-up.
|
2012-07-13 19:31:00 +01:00 |
|
jules
|
396a5d9178
|
Introjucer: nicer scrollbars.
|
2012-07-13 16:17:11 +01:00 |
|
jules
|
baecac82d9
|
Introjucer: tweaked document focus behaviour.
|
2012-07-13 14:50:49 +01:00 |
|
jules
|
65f147b241
|
Introjucer: Visual studio WPO and debug option fixes.
|
2012-07-13 12:28:25 +01:00 |
|
jules
|
225040e62b
|
Improved drop-shadow code.
|
2012-07-13 11:58:44 +01:00 |
|
jules
|
515bfe90b2
|
Introjucer: new tab panel look and feel.
|
2012-07-12 22:09:49 +01:00 |
|
jules
|
edb1114c5e
|
Introjucer: more colour scheme stuff.
|
2012-07-12 15:56: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
|
246cb94bb0
|
AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids.
|
2012-07-12 12:37:37 +01:00 |
|
jules
|
af9e993e12
|
Fixed a typo.
|
2012-07-12 08:14:58 +01:00 |
|
jules
|
3ddc6dd43d
|
New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers.
|
2012-07-11 21:07:47 +01:00 |
|
jules
|
591ce2a396
|
Added TabBarButton::setExtraComponent() method to allow custom components to be inserted into tabs. This involved a big refactoring and clean-up of all the tab drawing methods in the LookAndFeel class. Also (slightly) cleaned up some of the crappy old code in the WidgetsDemo while I was adding a demo for this.
|
2012-07-11 15:12:29 +01:00 |
|
jules
|
1e9e6cbf79
|
New methods for Graphics, CallOutBox.
|
2012-07-11 14:26:51 +01:00 |
|
jules
|
7ce0bf15d3
|
Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android.
|
2012-07-10 16:59:35 +01:00 |
|
jules
|
9b323d9115
|
Jucer: fix for some generated Drawable code.
|
2012-07-10 16:32:27 +01:00 |
|
jules
|
770b8a4ae1
|
Introjucer: more colour scheme stuff.
|
2012-07-10 15:28:53 +01:00 |
|
jules
|
44e454f0b7
|
Introjucer: colours and refactoring.
|
2012-07-10 12:08:35 +01:00 |
|
jules
|
6fe9e2db73
|
Minor clean-ups.
|
2012-07-10 11:50:17 +01:00 |
|
jules
|
ecd91dc559
|
Introjucer: updated Android builds to work with the latest SDK.
|
2012-07-09 15:59:26 +01:00 |
|
jules
|
f50b05b251
|
Introjucer threading fix.
|
2012-07-09 13:48:59 +01:00 |
|
jules
|
b20b5f9276
|
Introjucer: fix for Xcode post-build script in audio plugin projects.
|
2012-07-09 11:51:09 +01:00 |
|
jules
|
c65c7dd4a4
|
Introjucer: misc internal refactoring.
|
2012-07-09 10:15:26 +01:00 |
|
jules
|
1f2b26a30b
|
Introjucer: refactored icons.
|
2012-07-08 22:02:59 +01:00 |
|
jules
|
2fe73f6ebe
|
Introjucer: added a flag to help with OSX retina displays.
|
2012-07-08 17:32:58 +01:00 |
|
jules
|
25e7361f2c
|
Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project.
|
2012-07-08 15:05:55 +01:00 |
|
jules
|
a866a9c2cf
|
Fixed a few Array::removeValue calls that I'd missed..
|
2012-07-07 22:23:47 +01:00 |
|
jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
2012-07-07 21:11:06 +01:00 |
|
jules
|
591e89cd87
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
jules
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
2012-07-07 15:13:46 +01:00 |
|
jules
|
fb29acf1fa
|
Introjucer: minor internal stuff.
|
2012-07-07 15:05:25 +01:00 |
|
jules
|
9e3cd767aa
|
Introjucer: minor internal changes.
|
2012-07-06 10:15:59 +01:00 |
|
jules
|
7a1c8f61a5
|
RTAS build fixes.
|
2012-07-05 19:50:16 +01:00 |
|
jules
|
e875c65642
|
Introjucer: some treeview refactoring.
|
2012-07-05 18:34:20 +01:00 |
|
jules
|
4233f603db
|
More MouseInputSource tweaks.
|
2012-07-05 11:29:03 +01:00 |
|
jules
|
6758ce0bc9
|
CodeEditorComponent improvements and TextEditor menu refactoring.
|
2012-07-04 20:34:47 +01:00 |
|
jules
|
d3bb7fb9cc
|
Added line-numbering to the CodeEditorComponent.
|
2012-07-04 13:11:25 +01:00 |
|
jules
|
f824e99f2d
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
2012-07-04 10:43:18 +01:00 |
|
jules
|
17e59cf95f
|
Introjucer: made sure the new project wizard creates an exporter for the current OS.
|
2012-07-03 12:07:05 +01:00 |
|
jules
|
b4251726f0
|
Introjucer: refactored some settings classes, and added new icons for the treeviews.
|
2012-06-28 19:11:48 +01:00 |
|
jules
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
2012-06-28 12:38:21 +01:00 |
|