|
From: Ian P. <piu...@us...> - 2004-04-03 22:16:00
|
Update of /cvsroot/squeak/squeak/platforms/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22068 Modified Files: ChangeLog Log Message: Latest changes for 3.7b-3. Index: ChangeLog =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ChangeLog 3 Apr 2004 10:35:37 -0000 1.20 --- ChangeLog 3 Apr 2004 22:03:36 -0000 1.21 *************** *** 1,2 **** --- 1,16 ---- + 2004-04-04 Ian Piumarta <ian...@in...> + + * platforms/unix/vm-display-X11/sqUnixXdnd.c: New file. + XDND-based drag-and-drop support. + + * platforms/unix/vm-display-X11/sqUnixX11.c: New option "-noxdnd" + with attendant flag, command-line option, env var, and help entry. + Include "sqUnixXdnd.c" appropriately. + (handleEvent): Pass SelectionNotify to dnd if enabled. + (handleEvent): Pass ClientMessage to dnd if enabled. + (initWindow): Add EnterWindowMask to stParent event_mask if dnd + enabled. + (initWindow): Call dndInitialise() if dnd enabled. + 2004-04-03 Ian Piumarta <ian...@in...> |