1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
JUCE/modules
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
..
juce_audio_basics Increased accuracy of frame rate constants in the plugin wrappers 2017-02-13 08:55:07 +00:00
juce_audio_devices Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_audio_formats Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
juce_audio_plugin_client Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_audio_processors Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_audio_utils Fixed a possible nullptr dereference in the Android runtime permission code 2017-02-09 17:57:04 +00:00
juce_blocks_basics Fixed crash when PhysicalTopologySource fails to open a MIDI device 2017-02-07 07:44:02 +00:00
juce_box2d Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_core Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_cryptography Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_data_structures Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_events Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_graphics Clarified a few comments in the Image class 2017-02-13 08:25:58 +00:00
juce_gui_basics Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_gui_extra Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_opengl Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_osc Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_tracktion_marketplace Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_video Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app. 2017-02-09 15:06:29 +00:00
JUCE Module Format.txt Add pkg-config support for linux 2016-07-07 10:37:58 +01:00