~reykjalin/Fonn

c1d2e5f7 — Kristófer R 9 months ago main
update extensions submodule
14c83626 — Kristófer R 9 months ago
move git commit highlighting to cpp instead of lua extension
de1036a2 — Kristófer R 9 months ago
update extensions submodule
d79831a2 — Kristófer R 9 months ago
add clang format config
633202dc — Kristófer R 9 months ago
move lua and cpp syntax highlighting to cpp modules instead of lua extensions
9d1943a3 — Kristófer R 9 months ago
update extensions submodule
81097326 — Kristófer R 9 months ago
add scroll_up and scroll_down commands
ed7872f3 — Kristófer R 9 months ago
add move_to_home and insert_newline editor extension commands
4b8c6efa — Kristófer R 9 months ago
add line extend and line select extension commands
704840df — Kristófer R 9 months ago
fix use of nonexistent constants
e6461931 — Kristófer R 9 months ago
use meson to build instead of cmake
b7ebb9f8 — Kristófer R 10 months ago
update wxwidgets
f4293d54 — Kristófer R 1 year, 24 days ago
Update extensions submodule
fec7f324 — Kristófer R 1 year, 24 days ago
Update wxWidgets submodule
3faa0fee — Kristófer R 1 year, 24 days ago
Make delete command copy to registers
8f848ee8 — Kristófer R 1 year, 27 days ago
Update the extensions submodule
44c51d5f — Kristófer R 1 year, 27 days ago
Fix a couple memory leaks
3c3ca188 — Kristófer R 1 year, 27 days ago
Improve styling algorithm

This relies on a feature (coincidence?) in the tree-sitter queries that
seems to make more specific captures show up first during processing.
I should probably be verifying that the most specific capture is being
styled somehow, but it's not worth the effort at the moment. There's a
FIXME there to remind me to get back to this.
4698f777 — Kristófer R 1 year, 27 days ago
Listen to wxEVT_CHAR instead of wxEVT_KEY_DOWN to hand off input

This is so we can check for characters that are typically entered using
modifiers such as shift. Otherwise we'd have to check for specific
combinations that can't be translated well, such as Shift+5 instead of
"%", which may not be accurate for all keyboard layouts or locales.
36147243 — Kristófer R 1 year, 27 days ago
Load functions and constants into Lua extension runtime
Next