0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replacing the write function is not working; had to bite the bullet and write a recursive send function that does various things depending on the type of what it is sending
ecloud
as Shawn Rutledge
More... over 15 years ago
x10 remote is working for the moment
ecloud
as Shawn Rutledge
More... over 15 years ago
X10 remote control is working for the moment. But overriding 'write did not work, and with-output-to-port also did not work.
ecloud
as Shawn Rutledge
More... over 15 years ago
further experiments with redefining 'write inside an environment; not working yet
ecloud
as Shawn Rutledge
More... over 15 years ago
experiment with environments, and ability to replace the "write" procedure within
ecloud
as Shawn Rutledge
More... over 15 years ago
x10-wish is closer to working, but there is the problem with (eval ',sw). Probably need to come up with a better way of interpreting object IDs rather than having to use names.
ecloud
as Shawn Rutledge
More... over 15 years ago
callback threads to monitor the state of each device should work, but it doesn't work for some reason
ecloud
as Shawn Rutledge
More... over 15 years ago
remote control of X10 devices is working for the first time
ecloud
as Shawn Rutledge
More... over 15 years ago
Fixed vertically centered text within bounds. g2d-x11 includes the usual dsinp keymap logic, but not the ability to read from evdev or dsinpd (since X provides key events). Still need to define a list of X keycodes.
ecloud
as Shawn Rutledge
More... over 15 years ago
fixed alignment of toolbar button text
ecloud
as Shawn Rutledge
More... over 15 years ago
can click the buttons and get feedback
ecloud
as Shawn Rutledge
More... over 15 years ago
can arbitrarily align text within the bounding box of a widget; fixed touch handler for grandchild widgets
ecloud
as Shawn Rutledge
More... over 15 years ago
handle mouse and kb events after a fashion
ecloud
as Shawn Rutledge
More... over 15 years ago
plan to handle all X events, so use XNextEvent rather than XCheckTypedEvent
ecloud
as Shawn Rutledge
More... over 15 years ago
X expose events cause repaint
ecloud
as Shawn Rutledge
More... over 15 years ago
first attempt at layout management
ecloud
as Shawn Rutledge
More... over 15 years ago
connects to ssh-based "service" and evals what it receives from there
ecloud
as Shawn Rutledge
More... over 15 years ago
X11 version somewhat more functional
ecloud
as Shawn Rutledge
More... over 15 years ago
X11 version updated fillRect function
ecloud
as Shawn Rutledge
More... over 15 years ago
phone shell has a live GPS satellite view used as a "tab" icon
ecloud
as Shawn Rutledge
More... over 15 years ago
moved gps widgets to gps-widgets.scm
ecloud
as Shawn Rutledge
More... over 15 years ago
added g2d-widest-string
ecloud
as Shawn Rutledge
More... over 15 years ago
added observer pattern impl
ecloud
as Shawn Rutledge
More... over 15 years ago
gack that wasn't right at all. The test in text.scm was wrong...
ecloud
as Shawn Rutledge
More... over 15 years ago
hopefully font size is calculated correctly now... hard to be sure though
ecloud
as Shawn Rutledge
More... over 15 years ago
got rid of the Flanigan constants in g2d_open_font... but don't yet understand why FT gives me a different font size than I ask for. Must have to do with DPI.
ecloud
as Shawn Rutledge
More... over 15 years ago
glyph cache has to have different glyphs for different fontIDs (duh)
ecloud
as Shawn Rutledge
More... over 15 years ago
fixed the math for plotting satellite positions. However it looks different than xpgs: sats too near the horizon all look the same.
ecloud
as Shawn Rutledge
More... over 15 years ago
Draws lozenges at satellite locations, centers PRN
ecloud
as Shawn Rutledge
More... over 15 years ago
added make-path8-rect path8-vline path8-hline polar->rectangular degrees->radians
ecloud
as Shawn Rutledge
More... over 15 years ago