[Bug 1306846]

2015-09-26 Thread Spitzak-k
Created attachment 118385 attachment-30721-0.html This seems excessively complex, rather than having the later handler (the one turning a non-zero float into a zero fixed) be patched instead. I figure it would be correct for all backends to turn very tiny but non-zero line widths into the smallest

[Bug 1395250] [NEW] XConvertSelection crashes gnome-terminal

2014-11-21 Thread Spitzak-k
Public bug reported: Trivial program that will crash gnome-terminal. Select some text in gnome-terminal and run this: #include int main() { Display* dpy = XOpenDisplay(0); Atom selection = XInternAtom(dpy, "PRIMARY", False); Atom target = XInternAtom(dpy, "STRING", False); Window table

[Bug 36812]

2012-10-04 Thread Spitzak-k
As in comment 101, the current behavior of X prevents a lot of interesting usage of shift keys as shortcuts. A Windows-only compose key program uses the "ctrl" key as the compose key. This is apparently impossible to do in X input methods because you can only bind actions to the press of "ctrl". W