summaryrefslogtreecommitdiff
path: root/src/dged/lang.h
AgeCommit message (Collapse)Author
2024-02-23Make language less specificAlbert Cervin
Now it just contains id and name as static properties.
2024-01-31Finish lang settings reworkAlbert Cervin
2024-01-31Change how language and settings workAlbert Cervin
No need to register settings anymore and languages can better handle arbitrary settings now.
2023-05-11Fix languagesAlbert Cervin
- Enumerate windows on screen. - Build with optimizations.
2023-05-01Implement window handlingAlbert Cervin
Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region