dscm-platform depnds on dscm-common |
|
More...
|
almost 16 years ago
|
make-path8-tab supports both top and bottom, and wider than 127 pixels |
|
More...
|
almost 16 years ago
|
prolly don't need dscm-common.scm because it's part of dscm-platform |
|
More...
|
almost 16 years ago
|
translate X11 keycodes to keysyms and then to Linux keycodes |
|
More...
|
almost 16 years ago
|
better yet we have to-focused-widget (a dispatcher function) rather than letting the root widget handle it. |
|
More...
|
almost 16 years ago
|
implemented concept of focused widget; default widget keyboard handler dispatches event to the focused widget |
|
More...
|
almost 16 years ago
|
new docs |
|
More...
|
almost 16 years ago
|
vkb is nominally working again. Something weird with using the altgr keymap by default though... |
|
More...
|
almost 16 years ago
|
vkb widget is starting to work |
|
More...
|
almost 16 years ago
|
cannot compile dsinp-vkb-widget.scm into its own module, because we get Error: call-next-method: no methods left: as if the handle-touch-event for <widget> is no longer defined. |
|
More...
|
almost 16 years ago
|
commit just because it's been a while. |
|
More...
|
almost 16 years ago
|
don't need this checked in |
|
More...
|
almost 16 years ago
|
use dscm-g2d; g2d-flush at the end |
|
More...
|
almost 16 years ago
|
separated dsinp-x11 from g2d-x11 (consistency); made text bbox functions more consistent between g2d-x11 and g2d-fb |
|
More...
|
almost 16 years ago
|
Closer to working again |
|
More...
|
almost 16 years ago
|
After refactoring, compiles again. |
|
More...
|
almost 16 years ago
|
moved input stuff to dsinp, including dsinpd; next will try to refactor |
|
More...
|
almost 16 years ago
|
GRAPHICS_PLATFORM is configurable |
|
More...
|
almost 16 years ago
|
compile .c files to .o files before calling csc - saves time on slow platforms |
|
More...
|
almost 16 years ago
|
unbound-variable-value as a handler for calls on proxy objects, has failed: ##sys#unbound-in-eval is #f for some reason. |
|
More...
|
about 16 years ago
|
=> is now a generic function, which modifies proxy objects remotely by sending the s-expression which will do so on the remote object. W00t! |
|
More...
|
about 16 years ago
|
fixed stupid bug in make-proxy |
|
More...
|
about 16 years ago
|
closed the loop: managed (primitively) to notify the button when the state is changed on the server side |
|
More...
|
about 16 years ago
|
initial implementation of proxy objects... not very useful ones yet |
|
More...
|
about 16 years ago
|
a bit of simplification/streamlining, but I'm not too crazy about the requirement to do initialization after having already started the log. |
|
More...
|
about 16 years ago
|
factored out the abstract service functions, so x10-wish has less boilerplate stuff. |
|
More...
|
about 16 years ago
|
flushing doesn't seem to be necessary for the client, but it is for the server. Weird... |
|
More...
|
about 16 years ago
|
(response value) rather than (quote response) value |
|
More...
|
about 16 years ago
|
implemented response handler queue, make-recv, integrated that stuff, and it seems to be working |
|
More...
|
about 16 years ago
|
meta-meta-programming isn't working yet: it's hard to write a server-side generator the output of which will be partially evaluated client-side and partially back on the server when it is received as a response. But make-proxy is there in skeletal form, and make-send is working better. |
|
More...
|
about 16 years ago
|