Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (703 - 705 of 1030)

Ticket Resolution Summary Owner Reporter
#1120 fixed cffi problem (cl-opengl) Ilya Vazhev
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 R. Matthew Emerson R. Matthew Emerson
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 Ben Hyde
Description

Porting some code from lispworks/sbcl I note that the char names for things like #\SOH et. al. are not defined.

http://www.december.com/html/spec/ascii.html

(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)))

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.