| Commit message (Expand) | Author | Age | |
|---|---|---|---|
| * | fix settitle crash | Nathan Reiner | 2023-06-23 |
| * | implement new bold drawing method | Nathan Reiner | 2023-06-22 |
| * | only make color bright when code < 8 | Nathan Reiner | 2023-04-30 |
| * | fix bold is bright | Nathan Reiner | 2023-04-30 |
| * | make bold bright | Nathan Reiner | 2023-04-30 |
| * | disable keyrepeat on keyboard leave | Nathan Reiner | 2023-04-30 |
| * | remove debunging prints | Nathan Reiner | 2023-04-30 |
| * | add mouse support | Nathan Reiner | 2023-04-30 |
| * | reformat | Nathan Reiner | 2023-04-24 |
| * | fix fontcache, free glyph after drawing if not cached | Nathan Reiner | 2023-04-24 |
| * | add glyph caching | Nathan Reiner | 2023-04-22 |
| * | add resize_drw instead of free and create | Nathan Reiner | 2023-04-21 |
| * | fix missing font crash and use color index as rgb if not found | Nathan Reiner | 2023-04-20 |
| * | fix coloring | Nathan Reiner | 2023-04-19 |
| * | trigger redraw only once a cycle | Nathan Reiner | 2023-04-17 |
| * | add clipboard support | Nathan Reiner | 2023-04-17 |
| * | Remove unnecessary fprintf statements | Nathan Reiner | 2023-04-17 |
| * | fix cursor drawing | Nathan Reiner | 2023-04-17 |
| * | fix crash on cursor sel y overflow | Nathan Reiner | 2023-04-17 |
| * | add cursor selection | Nathan Reiner | 2023-04-17 |
| * | set cursor position to "text" | Nathan Reiner | 2023-04-13 |
| * | add optional boldstrokemode | Nathan Reiner | 2023-04-12 |
| * | config add default cursor color | Nathan Reiner | 2023-04-11 |
| * | add font weights | Nathan Reiner | 2023-04-11 |
| * | add ctrl-sequences and custom kmap | Nathan Reiner | 2023-04-11 |
| * | smoother resizing | Nathan Reiner | 2023-04-11 |
| * | add borderpx | Nathan Reiner | 2023-04-11 |
| * | add grayscale colors | Nathan Reiner | 2023-04-11 |
| * | add colors and first try to implement resize handling | Nathan Reiner | 2023-04-10 |
| * | add title | Nathan Reiner | 2023-04-10 |
| * | add double buffering | Nathan Reiner | 2023-04-10 |
| * | add font rendering | Nathan Reiner | 2023-04-10 |
| * | connect st term api | Nathan Reiner | 2023-04-08 |
| * | add pointer support | Nathan Reiner | 2023-04-07 |
| * | add keyboard support | Nathan Reiner | 2023-04-07 |
| * | create green window using xdg-surface | Nathan Reiner | 2023-04-06 |