aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2022-07-20[fix] bug in stroke and fill rect; [refactor] pen color stateColin Okay
2022-07-19[fix] setting of pen function in canvasColin Okay
2022-07-19[example] fiddling with the exampleColin Okay
2022-07-19[add] canvas language and [example]Colin Okay
2022-07-19[rename] bitmap/imageColin Okay
2022-07-18[add] mouse event bubbling; [example] click-and-drag to 01Colin Okay
2022-07-18[doc] docstring on with-grid-bezierColin Okay
2022-07-18[add] bezier curve surrportColin Okay
2022-07-18[modify] with-grid-path autoclosep assumed when interiorpColin Okay
2022-07-17[add] path drwing and filling to canvasColin Okay
2022-07-17[add] path drawingColin Okay
2022-07-17[wip]Colin Okay
2022-07-17[refactor] [rename] with-line/with-grid-line; all vars now in loopColin Okay
2022-07-16[refactor] blit to use glTexSubImage2DColin Okay
2022-07-15[example] tweaking canvas exampleColin Okay
2022-07-15[bugfix] in ww::setf-many; [example] fiddling with example 10Colin Okay
2022-07-15[add] working canvas demo!Colin Okay
2022-07-15[fix] argument typo in setf-many macroColin Okay
2022-07-15[add] with-line macroColin Okay
2022-07-14[modify] exporting more symbolsColin Okay
2022-07-14[modify] package to export symbols naming asset classesColin Okay
2022-07-09[bugfix] still need bitmap cleanup method.Colin Okay
2022-07-09[refactor] use trival-garbage finalizers to clean up gl resourcesColin Okay
2022-07-08[add] [doc] README; [refactor] rendering of containersColin Okay
2022-07-08[docs] added docstrings to exportsColin Okay
2022-07-08[formatting] reorganized package exportsColin Okay
2022-07-08[add] exports to pacage; [rename] frameset-key/sprite-frameset-keyColin Okay
2022-07-08dohColin Okay
2022-07-08[doc] added docstring to on-mousemotionColin Okay
2022-07-07[refactor] paths points and enclosure [add] path encloses path testColin Okay
2022-07-07[refactor] point containment, generalized [add] intersectionsColin Okay
2022-07-06[bugfix] in accessor generation for buttonColin Okay
2022-07-06[bugfix] get-rect (container); [modify] contains-point-pColin Okay
modification to contains-point-p in order to handle events on objects in containers correctly; i.e. event doesn't fire if object is not being drawn.
2022-07-06[refactor] containers have render boundsColin Okay
2022-07-01[bugfix] temporary prohibition of reasigning button facesColin Okay
2022-07-01[remove] [dep] lambda-riffs and hyperquirksColin Okay
2022-07-01[add] sprite class and exampleColin Okay
2022-07-01[removed] spurious class defColin Okay
2022-07-01[modify] don't need to set visibility of frameset framesColin Okay
2022-07-01[refactor] namechange for macrolet frameset accessor generationColin Okay
2022-07-01[refactor] generating frameset accessors using macroletColin Okay
2022-07-01[add] frameset class and an [exmaple] using itColin Okay
2022-06-30[add] text button example; button file to asd fileColin Okay
2022-06-30[add] button unit and [example]; [modify] scale-by is now defunColin Okay
2022-06-30[modify] affine fns are generic; [add] safe-slot utilColin Okay
2022-06-30[structure] renamed some asd modulesColin Okay
2022-06-30[modify] changed unit-width/height to just width/height. made defunColin Okay
2022-06-30[refactor] factored out affine from unit; made container a unit;Colin Okay
2022-06-30[add] cached-application slot to unit; app-of-unit functionColin Okay
2022-06-30[modify] moved *application* into wheelwork; should-listen-for-pColin Okay