Chris
Chris
Yes, Self is currently 32 bit only. The VM needs to be ported to 64 bit and a 64 bit JIT compiler implemented.
Added a commit that fixes issue #4 on Mac OS X.
Rebased on top of master.
Rebased on top of master.
Rebased on top of master.
Back when I looked at Linux fonts and Xft I think I tried XPlatformWindow too, but it wasn't where the font code was being done. It's done in Self. I...
Could it be related to the peek event handling? Maybe filter on peek too?
This is related to issue #2 which resulted in a break into the debugger when changing the title. Pull request #18 prevented that but the title didn't change.
I may be wrong but I think it's done by `eventWatcher`. See `traits xWindow spawnEventWatcherProcess`. This spawns a process that calls `watch` on a clone of `globals eventWatcher` attached to...
I suspect you need to find the actual instance of `simpleEventHandler` that is being used. Is it in a copy of `x11Globals window`?