1. 16af74a shiny/widget: add a RunWindowOptions type. by Nigel Tao · 8 years ago
  2. 991b113 shiny/widget: add a text widget. by Nigel Tao · 8 years ago
  3. 5295bc9 io/spi add a no-implementation of devfs for !linux by Matt Aimonetti · 8 years ago
  4. 5c9f286 shiny/driver/gldriver: (X11) GL ES 3.0 by David Crawshaw · 8 years ago
  5. c555be3 io/i2c: add a no-implementation of devfs for !linux by Matt Aimonetti · 8 years ago
  6. ca69166 shiny/text: add Height, LineCount and ParagraphCount methods. by Nigel Tao · 8 years ago
  7. 9e6f92b shiny/widget/node: add a nextSibling arg to AppendChild. by Nigel Tao · 8 years ago
  8. dc6dab7 io/i2c: make sure len(r) number of bytes are read by Jaana Burcu Dogan · 8 years ago
  9. 8bbbc12 shiny/widget: have NewContainer functions take children as args. by Nigel Tao · 8 years ago
  10. 36db296 io: fix the broken build by Jaana Burcu Dogan · 8 years ago
  11. 88ba025 io/i2c: simplify the driver, add ReadReg and WriteReg by Jaana Burcu Dogan · 8 years ago
  12. 5503743 io/spi: rename Transfer to Tx by Jaana Burcu Dogan · 8 years ago
  13. 0dc1be4 shiny/driver: handle dstPoint or srcRect out of bounds. by Nigel Tao · 8 years ago
  14. 13222e7 shiny/driver/x11driver: set the texture repeat to "pad". by Nigel Tao · 8 years ago
  15. b24f83b io/i2c: export ResolveAddr by Jaana Burcu Dogan · 8 years ago
  16. 4390e29 shiny/driver/x11driver: fix non-zero src rect min. by Nigel Tao · 8 years ago
  17. 90972fc io/gpio: add TODO about the interrupt support by Jaana Burcu Dogan · 8 years ago
  18. 5db43b7 shiny/widget/flex: justify-content support by David Crawshaw · 8 years ago
  19. a41c8b8 shiny/widget/flex: support cross-axis alignment and reverse direction by David Crawshaw · 8 years ago
  20. bfb3779 shiny/driver/gldriver: (cocoa) send mouse events when no button is down. by Nigel Tao · 8 years ago
  21. 7576772 shiny/driver/x11driver: make the mask per-texture instead of per-screen. by Nigel Tao · 8 years ago
  22. c2f8156 shiny/screen: add a link to the example programs. by Nigel Tao · 8 years ago
  23. eef72f3 shiny/example/goban: accomodate one-button mice such as MacBooks. by Nigel Tao · 8 years ago
  24. 452ccb5 io: build devfs drivers only on linux by Jaana Burcu Dogan · 8 years ago
  25. 58b2626 io/i2c: fix device name typo by Jaana Burcu Dogan · 8 years ago
  26. 65a75e2 shiny/driver/x11driver: use a smaller (1x1) opaque mask image. by Nigel Tao · 8 years ago
  27. 907f2f7 io/spi: don't enforce any opener arguments at the driver level by Jaana Burcu Dogan · 8 years ago
  28. b3d8be0 io/i2c: don't enforce <bus,addr> naming at the driver level by Jaana Burcu Dogan · 8 years ago
  29. e13ba9b shiny/driver/gldriver: implement X11 key events. by Nigel Tao · 8 years ago
  30. 3b6fac6 shiny/driver/x11driver: tighten the textureImpl.draw dst rectangle. by Nigel Tao · 8 years ago
  31. 6e6ea93 shiny/widget/flex: basics of flex algorithm by David Crawshaw · 8 years ago
  32. 5f8e80d shiny/widget/flex: add HTML printing of tests by David Crawshaw · 8 years ago
  33. 0fea752 shiny/driver/x11driver: have textureImpl.draw use an opaque mask. by Nigel Tao · 8 years ago
  34. 8554609 shiny/driver/internal/win32: actually send mouse events by Alex Brainman · 8 years ago
  35. 5ba6c84 shiny/widget/flex: new package for flex layout by David Crawshaw · 8 years ago
  36. 831f5ae shiny/driver/gldriver: implement lifecycle events for X11. by Nigel Tao · 8 years ago
  37. 48f38d6 shiny/driver/gldriver: (cocoa) don't set a mouse button for drags. by Nigel Tao · 8 years ago
  38. 8c14f43 shiny/widget/node: rename some function args. by Nigel Tao · 8 years ago
  39. 09bebe5 shiny/driver: only load Windows DLLs from the System32 directory by Alex Brainman · 8 years ago
  40. fa1b5a4 shiny/widget/node: add an OnMouseEvent method. by Nigel Tao · 8 years ago
  41. e84b7f1 io/gpio: initial import of the GPIO package by Jaana Burcu Dogan · 8 years ago
  42. 7370502 shiny/widget: eliminate the Class concept. by Nigel Tao · 8 years ago
  43. af82903 io/i2c/example: add the display IP example by Jaana Burcu Dogan · 8 years ago
  44. b13de41 shiny/widget: split off node and theme packages. by Nigel Tao · 8 years ago
  45. 1c64c01 shiny/driver/windriver: cleanup documentation and some code by Alex Brainman · 8 years ago
  46. cf98654 shiny/widget: introduce the NodeWrapper type. by Nigel Tao · 8 years ago
  47. 307ee26 io/i2c: fix the broken build by Jaana Burcu Dogan · 8 years ago
  48. 4ca50ec io/i2c: document the test case fields; test against a 10-bit addr by Jaana Burcu Dogan · 8 years ago
  49. 9c06131 io/i2c: add an example for Open by Jaana Burcu Dogan · 8 years ago
  50. 722d139 io/i2c: add support 10-bit addresses by Jaana Burcu Dogan · 8 years ago
  51. 465f795 io/i2c: fix typo by kortschak · 8 years ago
  52. 47a49e8 io/i2c: remove command argument from Read and Write by Jaana Burcu Dogan · 8 years ago
  53. 98612a8 io: open devices with device mode by Jaana Burcu Dogan · 8 years ago
  54. d5aecea io/i2c: depend on ioctl calls to read/write by Jaana Burcu Dogan · 8 years ago
  55. f6cd38f shiny/driver/windriver: move buffer swizzling off message pump thread by Alex Brainman · 8 years ago
  56. 6f9d4a2 shiny/driver/windriver: rename ExecCmd into execCmd by Alex Brainman · 8 years ago
  57. 498c652 shiny/widget: add a RunWindow function. by Nigel Tao · 8 years ago
  58. 63e4187 shiny/driver/x11driver: compute pixels-per-pt from screen info. by Ethan Burns · 8 years ago
  59. 00280ae shiny/widget: add a comment to a Node's tree-structure fields. by Nigel Tao · 8 years ago
  60. fa1df1a shiny/widget: remove the Node.ClassData field. by Nigel Tao · 8 years ago
  61. b6eca54 shiny/widget: add FlowLayoutData and Node.LayoutData. by Nigel Tao · 8 years ago
  62. 458ed73 shiny/driver/windriver: share some code in window Upload, Fill and Draw by Alex Brainman · 8 years ago
  63. a787d4f shiny/widget: rename the Image widget to Uniform. by Nigel Tao · 8 years ago
  64. 044a26c shiny/widget: add Node methods that forward to Class methods. by Nigel Tao · 8 years ago
  65. 8cc359f io/i2c: document that 10-bit addresses must be supported by Jaana Burcu Dogan · 8 years ago
  66. 3d74fdd io/i2c: document that devfs requires the i2c-dev kernel module by Jaana Burcu Dogan · 8 years ago
  67. 1090070 io/spi: allow nil rx by Jaana Burcu Dogan · 8 years ago
  68. aad89da shiny/widget: add arguments to the NewXxx functions. by Nigel Tao · 8 years ago
  69. 38984f6 shiny/widget: add a Label widget. by Nigel Tao · 8 years ago
  70. bb59c17 shiny/widget: add an origin argument to Paint. by Nigel Tao · 8 years ago
  71. 3274478 io: fix the capitalization of devfs by Jaana Burcu Dogan · 8 years ago
  72. 368d36b shiny/widget: add DPI information to a Theme. by Nigel Tao · 8 years ago
  73. f47bc35 shiny/example: use an "example" build tag instead of "ignore". by Nigel Tao · 8 years ago
  74. 8f81271 shiny/unit: new package for units of length. by Nigel Tao · 8 years ago
  75. 835e9bb shiny/widget: add basic measure, layout and paint implementations. by Nigel Tao · 8 years ago
  76. 31a0f30 shiny/text: add a test that a zero max width means infinite. by Nigel Tao · 8 years ago
  77. 9351350 io/i2c: return the right devfs connection by Jaana Burcu Dogan · 8 years ago
  78. b3108ac io/i2c: use devfs if no other Opener is specified by Jaana Burcu Dogan · 8 years ago
  79. 53366c3 io/i2c: add the devfs driver implementation by Jaana Burcu Dogan · 8 years ago
  80. e49bd25 io/i2c: initial commit of the i2c package by Jaana Burcu Dogan · 8 years ago
  81. cd4929d io/spi: note that spidev module is required to use devfs by Jaana Burcu Dogan · 8 years ago
  82. 4eaa292 shiny/widget: add ShellClassEmbed and ContainerClassEmbed types. by Nigel Tao · 8 years ago
  83. c134eb1 io/spi/driver: document configuration keys thoroughly by Jaana Burcu Dogan · 8 years ago
  84. 99018e1 io/spi: set delay for once by Jaana Burcu Dogan · 8 years ago
  85. c7852f5 io/spi: namespace devfs-related constants by Burcu Dogan · 8 years ago
  86. 3385186 io/spi: set bit order by Burcu Dogan · 8 years ago
  87. 5bd9a9c shiny/widget: add Palette and Theme types. by Nigel Tao · 8 years ago
  88. 31453b0 shiny/text: update a Caret's p, l, b and k fields lazily. by Nigel Tao · 8 years ago
  89. 8a7e59c shiny/example/fluid: add a fluid dynamics example. by Nigel Tao · 8 years ago
  90. 9b8816c io/spi: fix outdated Open godoc and have consistent var names by Burcu Dogan · 8 years ago
  91. b003a71 io/spi: remove driver registration by Burcu Dogan · 8 years ago
  92. 7a531dd io/spi: introduce drivers by Burcu Dogan · 8 years ago
  93. 2be0c31 shiny/driver/windriver: use SetWorldTransform in Draw by Alex Brainman · 8 years ago
  94. 389e2fc io/spi: mode numbers should have their own type by Burcu Dogan · 8 years ago
  95. 8727c84 io/spi: use driver name, bus and chip select identifiers to open by Burcu Dogan · 8 years ago
  96. a21bfe4 io/spi: enforce the canonical import path by Burcu Dogan · 8 years ago
  97. 74cb61b io: initial commit of the SPI package by Burcu Dogan · 8 years ago
  98. f5c05ac shiny/example/tile: don't hard-code the font face ascent. by Nigel Tao · 8 years ago
  99. 915b93b shiny/text: compact Frame.text after deletions. by Nigel Tao · 8 years ago
  100. 735fee3 shiny/text: add a toyFace.Metrics method. by Nigel Tao · 8 years ago