ed
6722194260
Bump version number to 5.4.3
2019-02-21 15:25:51 +00:00
Tom Poole
e3ebe5aed1
Bump version number to 5.4.2
2019-02-07 10:02:17 +00:00
ed
6d39f01793
Bump version number to 5.4.1
2018-11-12 11:26:11 +00:00
ed
0b8fcc7a15
Bump version number to 5.4.0
2018-11-06 12:50:21 +00:00
ed
68fe75742f
Add support for DPI aware applications on Windows
2018-08-10 16:38:17 +01:00
ed
b78e63aa02
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
2018-08-10 16:37:52 +01:00
ed
2d79cc78c0
Bump version number to 5.3.2
2018-05-09 12:34:36 +01:00
Tom Poole
c7c26fa9f0
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
2018-04-17 18:46:55 +01:00
Noah Dayan
1a31c86f39
Bump version number to 5.3.1
2018-04-10 17:01:54 +01:00
ed
404838a99f
Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it
2018-03-22 15:04:53 +00:00
ed
262dff8854
Bump version number to 5.3.0
2018-03-15 12:23:30 +00:00
ed
fa0f7a4281
Bump version number to 5.2.1
2018-02-08 10:55:52 +00:00
Tom Poole
7d943e76dc
Tidied up some module dependencies
2018-01-15 12:20:35 +00:00
Noah Dayan
004360b59e
Projucer: Added missing tooltip descriptions
2018-01-08 16:44:03 +00:00
jules
85f74ca7d3
Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated
2017-12-31 10:49:33 +00:00
Lukasz Kozakiewicz
36da4cde05
Add native content sharing support for iOS and Android
2017-12-11 16:08:01 +00:00
jules
3a937b75a0
Avoided a confusing error with Grid when using old compilers
2017-12-04 14:19:16 +00:00
hogliux
7e23bf28ae
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
2017-11-20 10:56:08 +00:00
hogliux
e2a0759ab3
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
2017-11-10 18:18:48 +00:00
ed
1b962aa2f2
GUI: Added a SidePanel component class which is useful for auxiliary UI components on mobile
2017-11-09 17:06:28 +00:00
ed
dbb2f620b4
Bump version number to 5.2.0
2017-10-25 12:07:32 +01:00
tpoole
0ae8aa812c
Bump version number to 5.1.2
2017-09-18 14:59:57 +01:00
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
2017-09-08 08:59:55 +01:00
tpoole
b58a0f4be7
Fixed some VS2013 compiler errors
2017-09-07 16:44:46 +01:00
hogliux
a2a0a2cae6
Fixed compiler errors when compiling with GNU libstdc++
2017-08-28 12:31:59 +01:00
hogliux
c02ef79fd6
Bump version number to 5.1.1
2017-08-02 18:35:29 +01:00
jules
2bbd2b9785
Added CSS Grid classes
2017-08-01 16:22:19 +01:00
hogliux
c1ad53c14e
Bump version number to 5.1.0
2017-07-27 12:39:23 +01:00
tpoole
10b7aa3c16
MinGW: Fixed some build warnings
2017-07-07 11:06:16 +01:00
tpoole
984654318d
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
2017-06-22 09:33:30 +01:00
hogliux
bc3ef88603
Bump version number to 5.0.2
2017-05-30 16:32:47 +01:00
hogliux
8413614744
Bump version number to 5.0.1
2017-05-04 15:26:54 +01:00
hogliux
9d81c5066a
Bump version number to 5.0.0
2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
2017-04-27 14:43:04 +01:00
hogliux
7ed37f8600
Added the standard JUCE splash screen and app usage reporting
2017-04-27 14:43:03 +01:00
hogliux
ef2c63e4e3
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
2017-04-27 14:40:50 +01:00
ed
9c62eaf4f8
Removed JUCE_USE_WINDOWS_POINTER_API flag from juce_gui_basics.h and changed juce_win32_Windowing.cpp to dynamically load Windows pointer API methods.
2017-03-28 12:55:54 +01:00
ed
f855806602
Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above).
2017-03-17 11:49:04 +00:00
ed
b7b8d5be57
Multiple fixes for touch and pen input on Windows
2017-03-15 17:16:04 +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
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
e0aff606a8
Bump version number to 4.3.1
2017-01-26 10:40:42 +00:00
hogliux
363ceb08cf
Bump version number to 4.3.0
2016-11-02 14:02:52 +00:00
hogliux
4eb89336f9
Bump version number to 4.2.4
2016-09-16 16:42:43 +01:00
hogliux
d73f776370
Fixed a bug where FlexBox would still be compiled on older versions of VS
2016-09-06 16:49:31 +01:00
jules
8994f37dd0
Added some FlexBox layout classes, and a demo page for this in the big juce demo app
2016-08-10 16:57:44 +01:00
hogliux
c9aca28d00
Add pkg-config support for linux
2016-07-07 10:37:58 +01:00
hogliux
630ab88f8b
Version number update
2016-07-05 11:27:53 +01:00