Daniel Kochmanski
Daniel Kochmanski
When `accepting-values` is started, then frame's Command Table is set to `accepting-values` command table and that makes presentation translators present in the frame's command table not available. Steps to reproduce:...
Currently in code we assume that coordinates are put in pixels, however specification gives hints that grafts in other units may be useful. I'm exploring the possibilities and I think...
bands-op and isum-op are recursive and (at least) for the former it is very easy to blow up the stack. These functions are also qutie unreadable, so rewriting them (and...
Should the function (sheet-native-region sheet) return the region of the sheet in native coordinates, or that region should be additionally clipped by the sheet parents?
As per discussion https://irclog.tymoon.eu/libera/%23clim?around=1637783749#1637783749 The clipping region should be applied to output records after laying them out in table, graph, border and other compound records. The behavior B (on the...
Steps to reproduce: 1. run clim-demo:demodemo 2. start Stream Test demo 3. start second instance of Stream Test demo from the same menu 4. type characters 5. change window to...
`C-q` will close the application `bar` but won't close the application `foo`. It should not close any application because keystrokes are not inherited by default. ESA has its own gesture...
The specification says: > If the remaining arguments are at the end of the command line, it reads them as a command line, otherwise it constructs a dialog using accepting-values...
Test program ```common-lisp (in-package #:clim-user) (define-application-frame transclime () () (:panes (text :application :scroll-bars nil :borders 12 :width 640 :display-time nil)) (:layouts (:default (horizontally (:height 480) (scrolling (:scroll-bars t) text))))) (find-application-frame...