Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (196 - 198 of 1030)

Ticket Resolution Summary Owner Reporter
#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.

#158 fixed apropos window doesn't work on Tiger/PPC32 R. Matthew Emerson R. Matthew Emerson
Description

The apropos window doesn't work on Tiger/PPC32.

It signals the following error:

*** Error in event process: No applicable method for args:
 (#<NS-WINDOW-CONTROLLER <NSKVONotifying_AproposWindowController: 0x1882a00> (#x1882A00)>)
 to #<STANDARD-GENERIC-FUNCTION CCL::PREVIOUS-INPUT #x8A0564E>
#173 fixed loop form wedges event thread Gary Byers R. Matthew Emerson
Description

The following forms, typed into a listener, wedge the event thread.

(in-package "CCL")
(loop for k being each hash-key of *objc-method-signatures* do (format t "~&~s" k))

If I type them at the tty where I did (require 'cocoa), it works as expected.

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