Differences From Artifact [03679c636d]:
- File dcommon.scm — part of check-in [db71f6e3c0] at 2016-09-17 01:48:59 on branch runs-summary-context-menu — cleaned up some debug statements; I think runs-summary click-cb issue may be specific to my host. Made opinionated changes to context menu (user: bb, size: 52552) [annotate] [blame] [check-ins using] [more...]
To Artifact [5cb93c13c6]:
- File dcommon.scm — part of check-in [7c0396e31d] at 2016-09-26 13:40:35 on branch v1.62 — Convert from vector record to defstruct for dbr:dbstruct (user: mrwellan, size: 52556) [annotate] [blame] [check-ins using] [more...]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + | ;;====================================================================== (use format) (require-library iup) (import (prefix iup iup:)) (use canvas-draw) (import canvas-draw-iup) |
︙ |