admich

Results 20 comments of admich

I know about `C-y` but it paste the clipboard not the primary selection. When I use SHIFT-MOUSE-L to select some text in CLIM applications it is put on the primary...

There was already an issue about that: #702 Here the link of the spec.: http://bauhh.dyndns.org:8000/clim-spec/28-2.html#_1467

Thanks for the feedback. When I have time I will try to write the implementation. Do you have preferences about the proposed nomenclature (`:gesture` `:gesture-name` `:virtual` `:indirect`)?

As I understand in Genera at each moment there is an "active" application. All the visible (but the windows can be scrolled with the scroll bars) presentations accepted from the...

I agree with this sketch, this is similar to some experiment that I made several month ago: https://github.com/admich/omni-accept One difficult part is how to control the change of the "focused...

Why introduce a new `medium-zoom`? Why don't set directly the `medium-transformation`? Clim spec is already cumbersome and I think it is possible to obtain many effect without introduce new stuff....

The spec says that the output-record store the coordinates transformed by the user transformation (or alternatively can store the user-transformation). The user-transformation is the medium-transformation eventualy modified by macro (with-translation,...

About the "Coordinates 101" part I almost agree with you, about the "Units 101" (Why 101? and where you "mentioned above"?) part I agree with you but I have thought...

2. I read this with attention and definetly I was wrong (i.e. not adhere to spec.) when I wanted to apply `sheet-device-transformation` in the :around method. But I think that...

You wrote: > Please note that this approach gives us a handicap when the sheet-native-transformation changes for a sheet which records its output, because we record coordinates transformed only by...