Lines Matching refs:pbproxy

20709     XQuartz: pbproxy shouldn't need to wait for server initialization.
59154 XQuartz: pbproxy: Fix build with -DDEBUG
70090 pbproxy: Fix a warning about a bad method prototype
85143 XQuartz: pbproxy: Add missing AM_OBJCFLAGS
93422 XQuartz: pbproxy: LP64: Fix itteration through XGetWindowProperty where sizeof(long) != 4
96549 XQuartz: pbproxy: Protect against possible collision between Cocoa and X11 Cursor types
114663 XQuartz: pbproxy: Make standalone xpbproxy respect the launchd prefix
118215 XQuartz: pbproxy: Fix building of standalone xpbproxy executable
118862 XQuartz: pbproxy: Wait for the server to finish starting up, so display is valid.
121932 XQuartz: pbproxy: Remove debugging XBell()
122452 XQuartz: pbproxy: 64bit fixes: Properly process an array of Atoms
129407 XQuartz: pbproxy standalone: added missing variable declarations.
136440 …XQuartz: pbproxy: Push dpy init and CFRunLoop hook setup into the pbproxy thread to avoid possible…
136504 XQuartz: pbproxy: We explicitly need libX11 for pbproxy
136678 XQuartz: pbproxy: Release display notification lock when not needed to avoid deadlock
137873 XQuartz: pbproxy: Simplify linking
139620 XQuartz: pbproxy: Added some typedefs for types not available on Tiger
139641 XQuartz: pbproxy: Push the pbproxy Xevent processing into its own thread
139742 XQuartz: pbproxy: nuke RCS Id, update header license/copyright
139749 XQuartz: pbproxy: Remove thread-main.m
140620 XQuartz: pbproxy: Fix a bug that prevented nedit CLIPBOARD from being proxied.
140630 XQuartz: pbproxy: Work around bugs in some apps that aren't ICCCM compliant.
140640 XQuartz: pbproxy: Add code to handle PICT conversion to PNG and JPEG.
140656 XQuartz: pbproxy: fixed blocking
140663 …Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam up quick, but will b…
140855 …XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, so it wasn't building…
140893 XQuartz: pbproxy: Fix compilation on case-sensitive file systems...
140934 XQuartz: pbproxy: SIGHUP reloads preferences.
141094 XQuartz: pbproxy: Fix 2 bugs with the preferences.
142005 XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop,
142051 XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit.
142055 Remove some dead code that was never called or used in pbproxy.
142194 XQuartz: pbproxy: Fix another STRING bug.
142206 …XQuartz: pbproxy: Fix a bug that rxvt brought out in STRING copying. Now I can copy and paste to/…
142220 XQuartz: pbproxy: Removed stray SPI include.
142227 XQuartz: pbproxy: Fix 3 paths that could leak memory.
142238 XQuartz: pbproxy: Fix NSObject memory leaks by properly using the
142261 XQuartz: pbproxy: Add a comment to pbproxy.h about how the DB()
142531 XQuartz: pbproxy: Add an X error handler that returns 0.
142542 XQuartz: pbproxy: Fix a bug that occured when a PICT format was available.
142552 XQuartz: pbproxy: Make the proxy handle copy request races, and PRIMARY
142571 XQuartz: Added a preferences UI for pbproxy options.
142578 XQuartz: pbproxy: Add a missing include of Xutil.h. Another header
142586 XQuartz: pbproxy: Add COMPOUND_TEXT handling. Do misc. cleanups with testing
142591 pbproxy.h: Add compound_text and atom_pair to the struct atom_list.
142605 XQuartz: pbproxy: pbproxy now responds to selection request events.
142610 The NSPasteboard can contain TIFF or PICT images, and pbproxy will
142623 XQuartz: pbproxy: Use an NSBitmapImageRep to convert an "image/png" selection
142641 XQuartz: pbproxy: The greedy CLIPBOARD handling now works for text.
142652 … XQuartz: pbproxy: return the TARGETS list as a 32-bit list to fix a bug that was in the original.
142699 XQuartz: pbproxy: Added global variables to customize how pbproxy behaves
142706 XQuartz: pbproxy: First round of updates to pbproxy from George.