1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics
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
..
application Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
buttons Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
commands Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
components Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
drawables Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
filebrowser Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
keyboard Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
layout Fixed a bug where modal components in a Viewport with setScrollOnDrag enabled hit jassert (numTouches >= 0) when dismissed 2017-02-13 16:02:08 +00:00
lookandfeel Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
menus Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
misc Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
mouse Fixed bug where inertial mouse wheel events had screen position (0, 0) 2017-02-13 12:12:38 +00:00
native Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
positioning Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
properties Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
widgets Fixed bug where ListBox mouse listener wasn't being removed when ListBoxMouseMoveSelector was destroyed 2017-02-07 10:45:29 +00:00
windows Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_gui_basics.cpp Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_gui_basics.h Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_gui_basics.mm Update copyright notice 2015-07-22 15:59:34 +01:00