jules
44cd80969d
A few C++11 modernisations and comment corrections
2017-03-28 12:31:51 +01:00
jules
3b2014a5db
Code cleanups in OSX networking
2017-03-27 16:32:30 +01:00
jules
8ed41ed14b
Fixed some whitespace style and cleaned up some code using C++11
2017-03-27 13:06:42 +01:00
jules
e561f1f5aa
Whitespace
2017-03-23 12:06:13 +00:00
jules
5c4553a06c
Added a parameter to SystemStats::CrashHandlerFunction to supply some platform-specific crash details
2017-03-23 12:02:02 +00:00
tpoole
e4857ceaae
Added MacOS SystemStats::getDeviceDescription
2017-03-21 15:23:43 +00:00
jules
4c6d20681d
Made WindowsRegistry::deleteKey operate recursively
2017-03-21 11:25:59 +00:00
jules
cd59c26a0e
Added some JUCE_API flags to some RelativeTime global operators
2017-03-20 17:31:18 +00:00
jules
86f1b6628f
Added a reference count getter method to SharedResourcePointer
2017-03-20 12:08:32 +00:00
jules
b8d1183f78
Fixed a typo in a comment
2017-03-17 11:44:32 +00:00
hogliux
08483a0138
Fixed a VS 2017 compiler warning
2017-03-14 15:09:39 +00:00
jules
f6873c2273
(Fixed a typo in linux code in the last commit)
2017-03-13 12:10:47 +00:00
jules
2d192bed9b
Added method SystemStats::getNumPhysicalCpus()
2017-03-13 10:38:53 +00:00
jules
9c75f13a4f
Added a method JavascriptEngine::callFunctionObject() for invoking javascript methods in DynamicObject native methods
2017-03-07 15:51:01 +00:00
jules
d3bb833f0e
Made File::getRelativePathFrom() return '.' if comparing two identical folders.
2017-03-06 15:02:24 +00:00
hogliux
51d5572220
Added showYesNoBox to NativeMessageBox class
2017-03-06 12:39:09 +00:00
hogliux
5fe3289256
Fixed several Android text rendering bugs
2017-03-01 16:16:34 +00:00
hogliux
0edd0e4632
Fixed a few Android warnings when building for ARM 64-bit
2017-02-28 14:03:45 +00:00
tpoole
cc524bf626
Minor documentation fix
2017-02-28 10:38:27 +00:00
jules
6a629f985f
Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions
2017-02-27 11:16:41 +00:00
hogliux
bc79f43175
Added getSystemService method to JNI helper android activity methods
2017-02-24 17:05:16 +00:00
jules
c04c9ee56e
Added a sanity check on the value returned by DirectoryIterator::getEstimatedProgress()
2017-02-23 16:50:52 +00:00
jules
8011ce4209
Added a couple of missing JUCE_API declarations
2017-02-23 15:22:52 +00:00
jules
e6ea21d1ae
Whitespace fix
2017-02-23 09:56:58 +00:00
jules
297675c5cb
Workaround for a compile error in MSVC DLL builds
2017-02-23 09:39:28 +00:00
jules
aa2598ffff
Added method JavascriptEngine::stop()
2017-02-23 09:38:45 +00:00
jules
91d4ba9891
Added method NormalisableRange::setSkewForCentre()
2017-02-23 09:15:46 +00:00
tpoole
1e2f6fec5c
Restored module header #defines
2017-02-17 10:26:09 +00:00
Felipe F. Tonello
c2100022cc
Added several linux improvements to the event loop, MIDI and X11 (see commit messsage)
...
MIDI: Several ALSA Seq improvements
===================================
Many things were done in this patch (I couldn't really split in several
patches):
* Only one ALSA Sequencer client per application
* ALSA Sequencer client name is the application's name by default
* Fixed a bug when getDeivces() would return devices created by the
application itself
* Only ports created with createNewDevice() are allowed to be subscribed,
other ports (created by openDevice()) doesn't allow subscription
* AlsaPort is now handled by AlsaClient, basically having the proper
representation such as the ALSA Sequencer has.
Files: Fix default directory paths
==================================
Some information on:
* Linux LSB FHS:
http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs-30
* https://wiki.archlinux.org/index.php/Xdg_user_directories
Refactor Event loop to remove X11 dependency
============================================
The goal of this refactor was to remove X11 dependencies on juce_events
to enable non-gui applications (example, Embedded Linux apps) to have no
libx11 dependency.
The side-effect of this refactor is easy implementation of other Linux
graphical back-end, cleanup some code, better handling of X displays and
other benefits.
I removed a lot of the code from juce_linux_Windowing to separate files
for clarity. I also renamed all Linux X11 files to *linux_X11* instead of
just *linux*.
X11: Remove unnecessary XGrabButton call
========================================
This call is made unnecessary if used proper window flags when a window
is created.
2017-02-13 17:14:34 +00:00
hogliux
c1f7b6dc16
Fixed a possible nullptr dereference in the Android runtime permission code
2017-02-09 17:57:04 +00:00
hogliux
ebbba641a4
Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed
2017-02-09 17:57:04 +00:00
hogliux
376b83986a
Fixed a bug that would cause asserts to be ignored on some android platforms
2017-02-09 17:57:04 +00:00
hogliux
6559b3e185
Fixed multiple harmless warnings in Android builds
2017-02-08 18:07:37 +00:00
hogliux
5cdd316934
Fixed a compiler error when building for Android in recently added IPv6 address support
2017-02-08 16:47:19 +00:00
jules
d094fc2f52
Added begin/end iterators to MemoryBlock
2017-02-08 15:28:07 +00:00
ed
e7ebd069e3
tidied up String::replaceFirstOccurrenceOf() method
2017-02-07 12:25:08 +00:00
ed
e09c2b65a1
Added IPv6 support to the IPAddress class
2017-02-07 08:52:49 +00:00
ed
67931e4465
Added String::replaceFirstOccurrenceOf() method
2017-02-06 10:38:59 +00:00
hogliux
2da1bc5f41
Replace include guards with "#pragma once"
2017-02-01 17:18:07 +00:00
hogliux
9f3fb1c0a6
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
2017-02-01 17:18:06 +00:00
hogliux
ec0485388d
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
2017-02-01 17:18:06 +00:00
jules
e040353898
Cleaned up a few old bits of VC2005 support code
2017-01-30 07:50:56 +00:00
hogliux
b35c2f2f61
Fixed a compiler warning when using HashMap iterators in VS2013
2017-01-27 10:07:14 +00:00
hogliux
e0aff606a8
Bump version number to 4.3.1
2017-01-26 10:40:42 +00:00
hogliux
06dde9d927
Removed unnecessary check in macOS/iOS URL session cancel
2017-01-20 11:43:19 +00:00
hogliux
a84c166c6f
Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped
2017-01-18 12:11:14 +00:00
jules
d8ead14de4
Removed a duplicate header file
2017-01-15 08:33:38 +00:00
ed
2a983067ab
Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method
2017-01-11 15:45:56 +00:00
jules
fcd5a47d8c
Added a bit-twiddling helper method: findHighestSetBit()
2017-01-11 08:50:16 +00:00
jules
a6c4a02c81
Avoided an unused variable warning in the OSX network code
2017-01-10 09:15:08 +00:00