| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'main' into ac/editor | Andrés Cuervo | 2023-10-27 | 1 | -4/+1 |
| |\ | |||||
| | * | display: WIP: Refactor into files; use wishes, not Display:: | Omar Rizwan | 2023-10-06 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | Expose shader stuff to user programs for the first time. Mostly works, but display thread and main thread run much slower (28fps display, 70fps main). Also introduce dict getwithdefault (helpful for rest options). | ||||
| * | | Merge branch 'main' into ac/editor | Andrés Cuervo | 2023-10-10 | 1 | -2/+7 |
| |\| | |||||
| | * | Add changing fonts as an option to text rendering | Arcade Wise | 2023-10-06 | 1 | -2/+7 |
| | | | |||||
| * | | Fix halo angle, begin fixing editor text position | Andrés Cuervo | 2023-09-22 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #51 from FolkComputer/nm/apriltags | Omar Rizwan | 2023-07-23 | 1 | -2/+2 |
| |\ | | | | | Split out apriltag detection | ||||
| | * | Small optimization to label | Omar Rizwan | 2023-07-21 | 1 | -2/+2 |
| | | | |||||
| * | | Fix halo message positioning | Andrés Cuervo | 2023-07-21 | 1 | -4/+4 |
| |/ | |||||
| * | Done! Draw labels transparently; remove outline; accept all angles | Omar Rizwan | 2023-07-14 | 1 | -5/+1 |
| | | |||||
| * | Blit only the core part of buffer to the screen; flag bad angle | Omar Rizwan | 2023-07-12 | 1 | -1/+5 |
| | | | | | (speeds up Display a fair amount, I think) | ||||
| * | Do most of the integration of rotate -> Display::text and labelling | Omar Rizwan | 2023-07-12 | 1 | -9/+2 |
| | | | | | | Still need to remove outlines and backgrounds from label, and speed up / handle rotation beyond -90 to 90 degrees | ||||
| * | WIP: Do labeling with new region stuff & proper angle (laptop only) | Omar Rizwan | 2023-07-10 | 1 | -9/+3 |
| | | |||||
| * | Fix uspidedown with new angles | Omar Rizwan | 2023-07-10 | 1 | -10/+2 |
| | | |||||
| * | Left-align labels, watch for .folk.temp files | Andrés Cuervo | 2023-06-26 | 1 | -0/+7 |
| | | |||||
| * | Remove filename stuff, clean out some archive programs | Omar Rizwan | 2023-06-14 | 1 | -2/+0 |
| | | |||||
| * | Fix linebreaks in labels | Omar Rizwan | 2023-06-02 | 1 | -16/+17 |
| | | |||||
| * | merge master | Cristobal Sciutto | 2023-06-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix laptop label | Omar Rizwan | 2023-06-02 | 1 | -1/+2 |
| | | | |||||
| | * | Partly add fn. Laptop GUI mostly works, except label broken | Omar Rizwan | 2023-06-02 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'main' into osnr/c-evaluator | Omar Rizwan | 2023-05-26 | 1 | -11/+8 |
| | |\ | |||||
| | * \ | Merging main into c-evaluator | Charles Chamberlain | 2023-05-09 | 1 | -0/+14 |
| | |\ \ | |||||
| | * | | | More label microoptimization. This is like 0.4ms? | Omar Rizwan | 2023-04-25 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Some label optimizations: think this buys us another 2ms | Omar Rizwan | 2023-04-25 | 1 | -18/+17 |
| | | | | | |||||
| * | | | | refactor label.folk | Cristobal Sciutto | 2023-05-29 | 1 | -21/+24 |
| | | | | | |||||
| * | | | | label tweaks | Cristobal Sciutto | 2023-05-27 | 1 | -2/+3 |
| | |_|/ |/| | | |||||
| * | | | Reduce halo text size | Andrés Cuervo | 2023-05-22 | 1 | -2/+1 |
| | | | | |||||
| * | | | Add font scaling | Andrés Cuervo | 2023-05-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | Remove extraneous polyline method | Andrés Cuervo | 2023-05-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove some nested Whens | Andrés Cuervo | 2023-05-11 | 1 | -8/+6 |
| | |/ |/| | |||||
| * | | Add halo message | Andrés Cuervo | 2023-04-24 | 1 | -0/+14 |
| |/ | |||||
| * | Correct labeling logic on laptop | Andrés Cuervo | 2023-02-18 | 1 | -0/+1 |
| | | |||||
| * | Fix label orientation | Andrés Cuervo | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | Fix line order when page orientation changes | Andrés Cuervo | 2023-02-16 | 1 | -2/+3 |
| | | |||||
| * | Don't defer label text, it was already deferred anyway | Omar Rizwan | 2023-02-12 | 1 | -1/+1 |
| | | |||||
| * | Refactor sharing to have a more general 'peers' system. | Omar Rizwan | 2023-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This is in prep for interprocess communication. For now, it is just used to implement pretty much the same generational laptop-sharing-to-table scheme, although done with explicit share-patterns instead of implicitly based on assertion, which is nice. Also make `Claim` and `Wish` store the calling $this instead of `someone`. Also start on `Do` for controlling side effects. Also move back to the old way of collecting matches & build it into main -- this is used as a hack for negation (so we can explicitly retract the Pi root statements when a laptop connects) | ||||
| * | Use `When when` to collect matches | Omar Rizwan | 2023-01-29 | 1 | -1/+0 |
| | | |||||
| * | Update label to append downward, add keylog dict | Andrés Cuervo | 2022-12-16 | 1 | -1/+1 |
| | | |||||
| * | Multilabel???? | Omar Rizwan | 2022-12-15 | 1 | -12/+15 |
| | | |||||
| * | Fix line order for upside-down labels | Omar Rizwan | 2022-12-01 | 1 | -1/+2 |
| | | |||||
| * | Hack to draw upside-down text. It doesn't get line order right yet | Omar Rizwan | 2022-12-01 | 1 | -1/+3 |
| | | |||||
| * | temp disable rotate so this is wroking | Omar Rizwan | 2022-11-08 | 1 | -2/+1 |
| | | |||||
| * | Start working on rotate. Think it needs to rotate entire textures | Omar Rizwan | 2022-11-08 | 1 | -1/+3 |
| | | | | | this approach isn't right | ||||
| * | Fix label positioning | Omar Rizwan | 2022-11-07 | 1 | -1/+1 |
| | | |||||
| * | Move to using regions and outlining | Omar Rizwan | 2022-11-07 | 1 | -2/+7 |
| | | | | | instead of axis-aligned rectangles and highlighting | ||||
| * | New filename-wish scheme. Makes it easier to make new programs | Omar Rizwan | 2022-11-01 | 1 | -0/+2 |
| | | |||||
| * | Minor not-that-useful attempts at optimization | Omar Rizwan | 2022-10-18 | 1 | -2/+2 |
| | | |||||
| * | Flip matching | Omar Rizwan | 2022-10-18 | 1 | -2/+2 |
| | | |||||
| * | improve calibration overlay program; add multiline label support | Omar Rizwan | 2022-07-28 | 1 | -2/+5 |
| | | |||||
| * | move programs/ -> virtual-programs/ in prep for printable programs | Omar Rizwan | 2022-07-20 | 1 | -0/+7 |
| start working on print i guess | |||||
