1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics/native
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_android_FileChooser.cpp Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
juce_android_Windowing.cpp Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
juce_ios_UIViewComponentPeer.mm Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations 2016-10-03 14:39:54 +01:00
juce_ios_Windowing.mm Fixed a compiler warning on iOS 2017-01-24 17:14:04 +00:00
juce_linux_FileChooser.cpp If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing 2016-05-21 08:53:03 +01:00
juce_linux_X11.cpp Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_linux_X11.h Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_linux_X11_Clipboard.cpp Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_linux_X11_Windowing.cpp Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_mac_FileChooser.mm Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
juce_mac_MainMenu.mm Added some TRANS macros to some internal OSX menu item strings 2016-12-30 11:38:03 +00:00
juce_mac_MouseCursor.mm Fixed a potential memory leak 2016-09-16 11:23:26 +01:00
juce_mac_NSViewComponentPeer.mm Fixed multiple file drag and drop on OS X 2017-02-06 17:02:16 +00:00
juce_mac_Windowing.mm Fixed multiple file drag and drop on OS X 2017-02-06 17:02:16 +00:00
juce_MultiTouchMapper.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_win32_DragAndDrop.cpp Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
juce_win32_FileChooser.cpp Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files 2017-01-03 16:44:34 +00:00
juce_win32_Windowing.cpp Fixed a leak of OnScreenKeyboard 2017-02-06 15:45:26 +00:00