0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dscm-platform depnds on dscm-common
ecloud
as Shawn Rutledge
More... about 15 years ago
make-path8-tab supports both top and bottom, and wider than 127 pixels
ecloud
as Shawn Rutledge
More... about 15 years ago
prolly don't need dscm-common.scm because it's part of dscm-platform
ecloud
as Shawn Rutledge
More... about 15 years ago
translate X11 keycodes to keysyms and then to Linux keycodes
ecloud
as Shawn Rutledge
More... about 15 years ago
better yet we have to-focused-widget (a dispatcher function) rather than letting the root widget handle it.
ecloud
as Shawn Rutledge
More... about 15 years ago
implemented concept of focused widget; default widget keyboard handler dispatches event to the focused widget
ecloud
as Shawn Rutledge
More... about 15 years ago
new docs
ecloud
as Shawn Rutledge
More... about 15 years ago
vkb is nominally working again. Something weird with using the altgr keymap by default though...
ecloud
as Shawn Rutledge
More... about 15 years ago
vkb widget is starting to work
ecloud
as Shawn Rutledge
More... about 15 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.
ecloud
as Shawn Rutledge
More... about 15 years ago
commit just because it's been a while.
ecloud
as Shawn Rutledge
More... about 15 years ago
don't need this checked in
ecloud
as Shawn Rutledge
More... about 15 years ago
use dscm-g2d; g2d-flush at the end
ecloud
as Shawn Rutledge
More... about 15 years ago
separated dsinp-x11 from g2d-x11 (consistency); made text bbox functions more consistent between g2d-x11 and g2d-fb
ecloud
as Shawn Rutledge
More... about 15 years ago
Closer to working again
ecloud
as Shawn Rutledge
More... over 15 years ago
After refactoring, compiles again.
ecloud
as Shawn Rutledge
More... over 15 years ago
moved input stuff to dsinp, including dsinpd; next will try to refactor
ecloud
as Shawn Rutledge
More... over 15 years ago
GRAPHICS_PLATFORM is configurable
ecloud
as Shawn Rutledge
More... over 15 years ago
compile .c files to .o files before calling csc - saves time on slow platforms
ecloud
as Shawn Rutledge
More... over 15 years ago
unbound-variable-value as a handler for calls on proxy objects, has failed: ##sys#unbound-in-eval is #f for some reason.
ecloud
as Shawn Rutledge
More... over 15 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!
ecloud
as Shawn Rutledge
More... over 15 years ago
fixed stupid bug in make-proxy
ecloud
as Shawn Rutledge
More... over 15 years ago
closed the loop: managed (primitively) to notify the button when the state is changed on the server side
ecloud
as Shawn Rutledge
More... over 15 years ago
initial implementation of proxy objects... not very useful ones yet
ecloud
as Shawn Rutledge
More... over 15 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.
ecloud
as Shawn Rutledge
More... over 15 years ago
factored out the abstract service functions, so x10-wish has less boilerplate stuff.
ecloud
as Shawn Rutledge
More... over 15 years ago
flushing doesn't seem to be necessary for the client, but it is for the server. Weird...
ecloud
as Shawn Rutledge
More... over 15 years ago
(response value) rather than (quote response) value
ecloud
as Shawn Rutledge
More... over 15 years ago
implemented response handler queue, make-recv, integrated that stuff, and it seems to be working
ecloud
as Shawn Rutledge
More... over 15 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.
ecloud
as Shawn Rutledge
More... over 15 years ago