Daniel Kochmanski
Daniel Kochmanski
Another test case (requires `lispqr` system): ``` (in-package clim-user) (defun draw-matrix (matrix) (let* ((tr (make-scaling-transformation 10 10)) (pattern (make-pattern matrix (list +white+ +black+))) (pattern (transform-region tr pattern))) (with-translation (*standard-output* 10...
The second test case starts to work if we ignore the ink transformation in the method design-gcontext, but that change makes things worse for the first test case (because that's...
I agree that it seems fishy. no completion should happen before tab is pressed
accepts puts so-called "noise strings" when accepting from a stream (and they are not recorded, so on refresh they are not replayed). imo it is not correct in a sense...
 polygonized circle drawn with this branch.
I can't reproduce it on mcclim master branch. SBCL "2.0.2.11-c81ae27ab", Linux.
perhaps we should temporarily revert this commit. I think that in the ideal world we would have a separate repaint queue which is checked after a tick (i.e 1/60s) -...
(re this new test case, I've tried it now and it doesn't reproduce on my computer)
Hey, currently we have no clear instructions how to write a new backend (we want to have such guide though). Current focus is targeted at improving CLX backend. The other...
congrats! yes, information is up to date as far as I can tell.