Custom Query (1030 matches)
Results (703 - 705 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1120 | fixed | cffi problem (cl-opengl) | ||
| Description |
I ran into weird problem with cl-opengl and ccl. Looks like code is generated incorrectly for callbacks and program crashes. Reproduces on Linux and Windows 64bit. Current trunk 1.10-dev-r15968M-trunk LinuxX8664 and 1.9 release. Up to date cffi_0.11.2, cl-opengl-20131003 from quicklisp. Attached simple reduced test. |
|||
| #156 | duplicate | changing fonts in prefs panel should update existing windows | ||
| Description |
When the default fonts are changed in the Preferences panel, existing windows without per-window text attributes (to be implemented later) should be updated to use the new fonts. |
|||
| #757 | fixed | char names for ascii control chars | ||
| Description |
Porting some code from lispworks/sbcl I note that the char names for things like #\SOH et. al. are not defined. (loop for x in '("#\NUL" "#\SOH" "#\STX" "#\ETX" "#\EOT" "#\ENQ" "#\ACK" "#\BEL" "#\BS" "#\HT" "#\NL" "#\VT" "#\NP" "#\CR" "#\SO" "#\SI") collect (ignore-errors (read-from-string x))) |
|||
