1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
Commit graph

7705 commits

Author SHA1 Message Date
hogliux
e65708eb4c Added colour ids to modify the colours of the TableHeaderComponent 2017-08-16 12:35:27 +01:00
jules
afada01e41 Added some autotools folders to the .gitignore 2017-08-16 12:19:09 +01:00
jules
1f9f9bd6e2 BLOCKS API: Added an internal serial code 2017-08-16 11:44:27 +01:00
ed
37cf001599 Reduced the minimum height of PopupMenu ItemComponent from 2 to 1 2017-08-16 10:52:48 +01:00
hogliux
39ce151636 Plugin Host: Fixed a potential crash when creating a new document 2017-08-16 10:52:19 +01:00
ed
b7a7563a59 Added a virtual getPopupMenuBorderSize() to PopupMenu::LookAndFeelMethods 2017-08-16 10:50:42 +01:00
tpoole
8e2ab5eeaa Added a script to create Doxygen groups for modules 2017-08-15 16:53:11 +01:00
ed
33535973be Projucer: Update window title when project name changes 2017-08-15 15:58:49 +01:00
ed
65fd505a70 Projucer: Fixed a typo in Code::Blocks exporter 2017-08-15 11:27:05 +01:00
ed
cb1f02696f Fixed a leak in URLConnectionState 2017-08-15 10:25:13 +01:00
jules
ef58d3716f Added a missing VST3 header 2017-08-15 09:57:46 +01:00
jules
55f536078a Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag 2017-08-15 09:53:29 +01:00
jules
723a15c7a0 Removed a few more old compiler workarounds 2017-08-14 13:10:40 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
hogliux
ee4993f0ff Fixed File::getCreationTime() to return the correct creation time on macOS/iOS 2017-08-14 11:59:31 +01:00
ed
6b315c4e15 Projucer: Fixed a few uninitialised variables 2017-08-14 11:31:06 +01:00
hogliux
2fbbb59fef PopupMenu: Minor documentation fix 2017-08-14 10:43:35 +01:00
hogliux
4a2a5294a7 Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr 2017-08-14 10:09:15 +01:00
hogliux
7bae8a426b Fixed a potential nullptr dereference in Image::clear() 2017-08-14 09:44:10 +01:00
hogliux
825888afba AudioProcessorGraph: Fixed a crash when the processor graph is called with block sizes larger than reported by prepareToPlay 2017-08-11 11:45:12 +01:00
jules
dcbe32f527 Added some missing move constructors to SortedSet 2017-08-11 09:58:23 +01:00
jules
3265de83bd Added a method SynthesiserVoice::setKeyDown 2017-08-11 09:03:25 +01:00
jules
47284a4209 Improved some comments in OpenGLAppComponent 2017-08-11 09:02:30 +01:00
jules
aed0e13745 Workaround for an edge-case involving sustain + sostenuto pedal parsing in the Synthesiser class. Also gave that class a quick spring-clean internally 2017-08-10 15:49:42 +01:00
jules
5e4fd94b8f SVG parser: if font-size is unspecified for text, a non-zero default size is used 2017-08-10 15:09:23 +01:00
hogliux
a092c19bcc Added In-App Purchase sample code app 2017-08-10 12:05:46 +01:00
hogliux
3d379863f1 Revert commit (as already applied with earlier commit): Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 2017-08-10 12:04:47 +01:00
hogliux
cd46000927 Projucer: sign the apk with user provided credentials in both debug and release mode 2017-08-10 11:51:52 +01:00
hogliux
0413331cc3 Android IAP: Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 2017-08-10 11:43:40 +01:00
hogliux
38f9e951bb SoundPlayer: Added support for automatic sample rate conversion when playing audio from AudioFormatReaders 2017-08-10 11:41:25 +01:00
jules
b653e838d0 Tweaked the order in which properties are set when TreeViewItems are added, and did some internal modernisation of the TreeView classes 2017-08-10 11:13:01 +01:00
hogliux
cd74131729 IAP Android: Delay IAP responses if IAP android service did not bind to our app yet 2017-08-10 09:13:17 +01:00
hogliux
803800376b IAP: Fixed a compiler error on linux and windows 2017-08-10 09:12:30 +01:00
hogliux
3c871602dc Re-saved all projects 2017-08-09 20:16:55 +01:00
hogliux
df91b15455 Added in-app purchase feature to JUCE 2017-08-09 20:15:17 +01:00
jules
3df7f8ff8b Did a bit of minor modernising in Graphics + Path 2017-08-09 10:41:08 +01:00
jules
82e9d47416 Tweaked a LookAndFeel_V2 method to avoid a subtle rectangle rendering glitch 2017-08-09 10:40:11 +01:00
ed
b9ea65b0c1 Projucer: Fixed a couple of potential race conditions when saving a project 2017-08-08 14:36:09 +01:00
hogliux
60c664c83c WASAPI: Fixed an issue where the AudioIODevice would not be stopped if the system goes to sleep 2017-08-08 14:29:37 +01:00
hogliux
368d2542a1 VST2: Fixed an issue with resizing plug-ins in Ableton Live 2017-08-08 09:26:30 +01:00
jules
8c0331b605 Avoided a VS warning 2017-08-08 09:08:21 +01:00
ed
3947df98a9 Fixed a scaling bug when doing drag auto-repeat 2017-08-07 16:41:25 +01:00
hogliux
530bdf6f45 Fixed an assertion when using an IncDec slider with the AudioProcessorValueTree 2017-08-07 11:36:57 +01:00
hogliux
293e746e57 Fixed a live-build compiler-error when building the DSP module 2017-08-07 10:56:28 +01:00
jules
3c43707a54 Avoided some assertions drawing very small ToggleButtons 2017-08-07 10:40:25 +01:00
jules
0ca253856b Added a method DrawableButton::getEdgeIndent() 2017-08-07 09:54:49 +01:00
jules
1801193b5d Improved comments in AsyncUpdater 2017-08-07 09:43:41 +01:00
hogliux
1b7d30f0f4 Android: Moved more Java code into C++ 2017-08-04 18:49:14 +01:00
ed
b2db1f48c1 Defined some Windows touch API flags that were not defined when compiling using MinGW 2017-08-04 17:44:42 +01:00
hogliux
662cf06a52 Projucer: Don't delete the entire src/main/java folder when re-saving Android projects 2017-08-04 12:01:18 +01:00