George Sokianos
1abca0d4c7
Fixed the color problem of the editor
2 years ago
George Sokianos
3a5cadc116
First changes and new makefile to have it compile on OS4
2 years ago
rxi
38bd9b3326
Merge pull request #233 from takase1121/update_stb
...
update stb_truetype
3 years ago
takase1121
efa73e1ed1
update stb_truetype
3 years ago
rxi
806f0e39e3
Added support for `.pyw` files in language_python plugin
3 years ago
rxi
79c4f9fcae
Updated README.md for build.bat addition
3 years ago
rxi
b2ddc140d6
Added build.bat
3 years ago
rxi
de5cb4fa52
Improved behaviour of `doc:join-lines` when joining to empty line
3 years ago
rxi
878c94a334
Changed rencache to store font tab_width with font command
...
Fixes bug where text would be drawn/cached wrongly if more than one tab_width
was used in a given frame
3 years ago
rxi
2caa7f182d
Added `doc/usage.md`
...
Resolves #158
Resolves #103
3 years ago
rxi
91c43dc01e
Version 1.11
3 years ago
rxi
99831bbc29
Added lua5.4 attribute support to `language_lua`
3 years ago
rxi
87532a4b3a
Version 1.10
3 years ago
rxi
094cf0cc2c
Fixed shift+click select behavior
3 years ago
rxi
53d555b362
Added support for mouse double/triple click+drag selection
...
Resolves #159
Resolves #161
3 years ago
rxi
11df722162
Version 1.09
3 years ago
rxi
ae48049695
Changed `trimwhitespace` to never cause caret to reposition
3 years ago
rxi
6ec8fc5616
Create FUNDING.yml
3 years ago
rxi
1db1f0bceb
Version 1.08
3 years ago
rxi
1a82fd2b92
Added `-fno-strict-aliasing` to build script
3 years ago
rxi
7517d0ef55
Changed EXEDIR to be used as default project dir
3 years ago
rxi
95b70b1b16
Revert "Removed __APPLE__ `#ifdef` from main.c"
...
This reverts commit 6a7e214d1c
.
3 years ago
rxi
ba6c14846b
Added file-header pattern support to `syntax`
3 years ago
rxi
db471c0554
Version 1.07
3 years ago
rxi
6a7e214d1c
Removed __APPLE__ `#ifdef` from main.c
3 years ago
rxi
877d940c0e
language_js improvements
3 years ago
rxi
bd0644a5bb
Added resetting of selection on intermediate find-text failure
3 years ago
rxi
3569abcb53
Merge pull request #133 from 6r1d/master
...
Fix for keypad enter issue
3 years ago
rxi
dc766a644f
Merge pull request #137 from dslul/patch-1
...
Don't tell the system to disable compositing under X11
3 years ago
Daniele Laudani
95ee03fb37
move BYPASS_COMPOSITOR near other SetHint
3 years ago
Daniele Laudani
7aa462e43d
Don't tell the system to disable compositing under X11
...
Fixes #123
3 years ago
rxi
18de4552e2
Made tab's text left-aligned if wider than the tab
3 years ago
rxi
4b167e86c6
Fixed bug in Highlighter.invalidate() when setting first_invalid_line
...
The value should not be updated if the current first_invalid_line is less than
the new invalid line index
3 years ago
Victor Gridnevsky
a6f52197d0
Fixes keypad enter issue ( #131 )
3 years ago
rxi
f00d5d55df
Version 1.06
3 years ago
rxi
508b6fb73a
Improved RootView's EmptyView
3 years ago
rxi
db8c5ea2aa
Renamed core:command/file-finder => core:find-command/file
3 years ago
rxi
7fbefe40d5
Made `system.set_window_title` only be called on title change
3 years ago
rxi
cc58fcc35b
Changed summer color theme's caret color
3 years ago
rxi
b96609b7b8
Removed redundant __APPLE__ case in get_scale()
3 years ago
rxi
1b2fda2825
Changed block movement to mimic word movement
3 years ago
rxi
9c652086e8
Improved behaviour of and renamed `translate.next|previous_word_boundary`
3 years ago
rxi
74755f5b4a
Simplified implementation of `core.temp_filename()`
3 years ago
rxi
e7cf551e22
Changed EmptyView text from `empty` to `lite`
3 years ago
rxi
064b6d0b95
Fixed changing of cwd and loading of commandline files
...
the current-working-directory is now set at the start of `core.init` after the
absolute path for all filename arguments have been resolved
3 years ago
rxi
257b9ab753
Added `core.temp_filename()`
3 years ago
rxi
61a2a2c4e5
Version 1.05
3 years ago
rxi
c2d27ab3f7
Removed `core.project_dir`
3 years ago
rxi
82e33dd2de
Moved event-waiting when not focused to after run_threads()
3 years ago
rxi
946c125fd4
Changed `core.redraw` to be set to `true` by default
...
As the window isn't created until the first frame is drawn this is required to
assure the window is ever shown without relying on the assumption that some
other part of the program would have set this to true
3 years ago