aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-07-06[bugfix] in accessor generation for buttonColin Okay
2022-07-06[doc] [readme] outliningColin 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[add] renderarea exampleColin Okay
2022-07-06[refactor] containers have render boundsColin Okay
2022-07-05[modify] [license] from artistic to gplColin Okay
2022-07-05[readme]Colin Okay
2022-07-05[readme]Colin Okay
2022-07-05[readme]Colin Okay
2022-07-05[readme]Colin Okay
2022-07-05[readme]Colin Okay
2022-07-05[readme]Colin Okay
2022-07-05[readme] [doc]Colin Okay
2022-07-02[example] added a second keydown handler to sprite exampleColin Okay
In order to control speed, but also to demonstrate that you can add as many handlers for an event as you like.
2022-07-02[example] [typo]Colin Okay
2022-07-02[doc] docstrings added to sprite example. [modified] fps of sameColin Okay
2022-07-02[modify] readme to mention the examples asdf systemColin Okay
2022-07-02[add] wheelwork-exampes.asd system defColin Okay
2022-07-02[example] improved sprite exampleColin Okay
2022-07-01[example] speeiding up gelatinouscubeColin 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[rename] ww.example/4 to ww.examples/4Colin 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[example] tweakingColin Okay
2022-06-30[modify] moved *application* into wheelwork; should-listen-for-pColin Okay
2022-06-30[modify] projected-matrix no longer genericColin Okay
2022-06-30[moved] fps functins into wheelwork.lispColin Okay
2022-06-29[dep] [update] hq:with-plists changed; updated accordinglyColin Okay
2022-06-29[removed] spurious fileColin Okay
2022-06-29[refactor] [structure] modularized project file structureColin Okay
2022-06-29[example] fiddlingColin Okay
2022-06-29[example] transparent texture, [modify] render transparent texturesColin Okay
2022-06-29[modify] first added is last drawnColin Okay
2022-06-29[refactor] contains-point-p to eliminate edge casesColin Okay
2022-06-29[bugfix] in contains-point-pColin Okay
2022-06-29[refactor] factored run-perframe out of render (app)Colin Okay
2022-06-29[refactor] drop-unit to use when-letColin Okay