Bernardo Magri
|
62709d8621
fix(core): resolve dangling reference in buffer loading
|
1 mês atrás |
Bernardo Magri
|
11c960fcf5
fix(core): handle non-existent files gracefully
|
1 mês atrás |
Bernardo Magri
|
535d3d7bb0
fix(tui): ensure visible block cursor
|
1 mês atrás |
Bernardo Magri
|
41871776c8
fix(tui): restore hardware cursor and remove artifacts
|
1 mês atrás |
Bernardo Magri
|
c74c0f295b
fix(gtk): correct minibuffer cursor rendering
|
1 mês atrás |
Bernardo Magri
|
24d017b21c
feat(completion): enhance file path autocompletion
|
1 mês atrás |
Bernardo Magri
|
f77a196c6f
fix(gtk): resolve modeline visibility and split crash
|
1 mês atrás |
Bernardo Magri
|
21a1dbc211
feat: persistent minibuffer output with *Messages* buffer
|
1 mês atrás |
Bernardo Magri
|
5198c07ecf
feat(core): implement *Messages* buffer for persistent logging
|
1 mês atrás |
Bernardo Magri
|
59c5e9c977
fix(minibuffer): cursor not moving after tab completion, GTK crash
|
1 mês atrás |
Bernardo Magri
|
2c6e725dda
fix(renderer): resolve GTK crash and TUI cursor glitch
|
1 mês atrás |
Bernardo Magri
|
0ac653930f
feat(gtk): disable completion popover by default via config
|
1 mês atrás |
Bernardo Magri
|
795933094b
fix(gtk): address popover focus stealing and minibuffer rendering bugs
|
1 mês atrás |
Bernardo Magri
|
c64fab6e6d
fix(minibuffer): resolve TUI backspace, GTK rendering, and Popover issues
|
1 mês atrás |
Bernardo Magri
|
ba648df3f8
refactor(minibuffer): polish ISearch integration and TUI rendering
|
1 mês atrás |
Bernardo Magri
|
1a27977493
fix(themes): implement renderer cache invalidation on theme change
|
1 mês atrás |
Bernardo Magri
|
95f60df0c1
feat: Enhance theme system with comprehensive styling and new themes
|
1 mês atrás |
Bernardo Magri
|
11edbd4979
fix: Resolve theme system crashes and functionality issues
|
1 mês atrás |
Bernardo Magri
|
0365159a11
Merge branch 'master' of ssh://git.bernardomagri.eu:10022/bernardo/Lumacs
|
1 mês atrás |
Bernardo Magri
|
53788ee054
refactor: Embed fundamental-mode into C++ defaults
|
1 mês atrás |
Bernardo Magri
|
9c5b59fc19
feat: Refactor major modes into separate Lua files
|
1 mês atrás |
Bernardo Magri
|
e2f5936eea
Update 'documentation/ARCHITECTURE.md'
|
1 mês atrás |
Bernardo Magri
|
d505891c13
updating architecture and readmen files
|
1 mês atrás |
Bernardo Magri
|
92b1ed1c86
making it build on macos with modern clang
|
1 mês atrás |
Bernardo Magri
|
6cfeda886e
updating nix-shell and CMake file
|
1 mês atrás |
Bernardo Magri
|
13d2b48c3f
fix(main): Ensure Lua configuration is loaded on startup. This commit adds the necessary call to core.lua_api()->load_init_file() in main.cpp. This ensures that both the embedded default Lua configuration and the user's init.lua are loaded when Lumacs starts. This change was inadvertently left uncommitted from a previous task that addressed Lua initialization issues.
|
1 mês atrás |
Bernardo Magri
|
51f9ebaced
feat(ui): Implement smart cursor blinking for GTK and TUI
|
1 mês atrás |
Bernardo Magri
|
30d115bb9e
fix(gtk): Correct visual cursor misplacement and improve font metrics. This commit addresses the issue where the visual cursor would not redraw in the correct position despite logical cursor updates. The Pango::Layout is now always updated with the current line's text before cursor position calculations, resolving misplacement. Character width calculation is also refined.
|
1 mês atrás |
Bernardo Magri
|
3a92acee04
fix(defaults): Register standard commands and fix cursor updates
|
1 mês atrás |
Bernardo Magri
|
103b867d38
test: Add regression test for defaults loading and basic input
|
1 mês atrás |