xserver-multidpi/hw/xquartz/pbproxy
George Peter Staplin 7bb73a9513 XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop,
instead of calling CFRunLoopRun() directly.  The leak wasn't reproducible on
this machine, but someone was able to produce a leak trace with Instruments
that indicates it was leaking in the CFRunLoopRun() path.

x-input.m: dequeue and ignore events when pbproxy_active is false.

x-selection.h: add an is_active method that is used by x-input.m to ignore
events.

x-selection.m: Handle nearly every preference, except for primary_on_grab,
which I don't really understand yet.
(cherry picked from commit 4d51ad851e)
2008-10-03 11:14:49 -07:00
..
app-main.m XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop, 2008-10-03 11:14:49 -07:00
main.m XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit. 2008-10-03 11:14:30 -07:00
Makefile.am Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for making this into a thread. 2008-10-03 11:12:57 -07:00
pbproxy.h Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for making this into a thread. 2008-10-03 11:12:57 -07:00
trick_autotools.c XQuartz: Added pasteboard proxy code stripped out of quartz-wm. 2008-09-03 09:33:58 -07:00
x-input.m XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop, 2008-10-03 11:14:49 -07:00
x-selection.h XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop, 2008-10-03 11:14:49 -07:00
x-selection.m XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop, 2008-10-03 11:14:49 -07:00