1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 18:18:00 +02:00
Commit graph

183 commits

Author SHA1 Message Date
Brian Fiete
f37fb2c1b7 Comptime improvments, IOn<X> interfaces, const payload enum 2022-02-11 05:47:32 -05:00
Hiroko
bb0678c839
[Fix] Beefy2D missing quotes in build config
Missing quotes in the Beefy2D project configuration causes (only) Release builds to fail, if 'BeefySysLib64.lib' is located in a path with spaces in it.
2022-01-24 19:29:45 +01:00
Brian Fiete
3c091be0d5 Reduced brightness of char pair hilite 2022-01-20 08:16:15 -05:00
Brian Fiete
fa01e7ad17
Merge pull request #1375 from blat-blatnik/HighlightMatchingParens
Highlight matching parens under cursor
2022-01-18 12:31:11 -05:00
Brian Fiete
3bb7f72116 Minor workspace folder tweaks 2022-01-18 12:01:56 -05:00
blat-blatnik
41159bdb38 Merge remote-tracking branch 'upstream/master' into HighlightMatchingParens 2022-01-11 22:48:27 +01:00
blat-blatnik
85ac4d5f83 Hilite matching parentheses under cursor 2022-01-11 22:48:08 +01:00
Brian Fiete
3f6d4d1199 DeleteChar mJustInsertedCharPair fix 2022-01-11 15:57:07 -05:00
Brian Fiete
bc060ec362 Made CursorToLineStart work like VS (and others) 2022-01-11 10:58:36 -05:00
disarray2077
6d2803dbb1 Add support for file drag drop 2022-01-07 12:51:57 -03:00
disarray2077
2fd78b36e7 Improve open error for files from network 2022-01-07 10:22:26 -03:00
blat-blatnik
bb4b4ef185 Slightly better positioning of highlight rect 2022-01-07 08:58:18 +01:00
blat-blatnik
8e476812f8 Correct handling of horizontal scrolling 2022-01-07 08:52:20 +01:00
blat-blatnik
28a0d118e5 Added option to highlight current line when editing source files 2022-01-07 01:49:20 +01:00
Brian Fiete
befc60aa63 Improved errors on files 2021-12-31 10:26:32 -05:00
Brian Fiete
674f0f6a56 Cast fix 2021-12-30 07:51:01 -05:00
Brian Fiete
a03b5c3eba Color ctor fix 2021-12-30 07:12:31 -05:00
Brian Fiete
1ac5992d8e Fix for Up/Down with selection without mAllowVirtualCursor 2021-12-28 10:42:34 -05:00
Brian Fiete
da58610736 HasSelection fix for cursor up/down 2021-12-27 09:35:54 -05:00
Brian Fiete
905ccae64c Fixed cursor up/down when there's a selection 2021-12-27 06:17:14 -05:00
Brian Fiete
6e988b90aa Moved default 'Comment Lines' to 'Ctrl+K, Ctrl+/' 2021-12-23 06:29:25 -05:00
Brian Fiete
d5642b6558 Added safe mode toggle to Preferences menu 2021-12-21 08:29:15 -05:00
Brian Fiete
73099e4a04 Code generator support 2021-12-11 09:08:42 -08:00
Brian Fiete
9f57be150e
Merge pull request #1252 from blat-blatnik/OpenTabsOnRight
[IDE] Added setting to open new tabs on right instead of left
2021-12-06 09:39:49 -08:00
Brian Fiete
e29a785fee Compression interface change 2021-12-05 12:08:03 -08:00
Brian Fiete
00463b92b2 CopyToDependents for Linux 2021-12-03 14:43:38 -08:00
Brian Fiete
61222f8525 Zero-sized compression fixes 2021-12-02 14:43:36 -08:00
blat-blatnik
0e0a989e8e Should work for all tabs now. 2021-12-01 00:21:12 +01:00
blat-blatnik
318cb6524d Added setting to open new tabs on right instead of left 2021-11-30 23:37:44 +01:00
Brian Fiete
345746d34d zlib interface 2021-11-14 18:01:37 -08:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
Brian Fiete
1a37f5e0ad 2d cels 2021-10-26 06:16:13 -07:00
Brian Fiete
9a9ad47d2a UI fixes 2021-10-13 12:10:21 -07:00
Brian Fiete
fb1d1aecc0 Support for TrueType collections 2021-09-22 11:33:47 -07:00
Brian Fiete
7ef88f4b9c Simple XML support, string-to-num conversions 2021-09-22 08:04:42 -07:00
Brian Fiete
507fb82e4a Json array detection fix 2021-09-10 14:09:22 -07:00
Brian Fiete
a0343678bc Fix for starting with array 2021-09-10 11:51:30 -07:00
Hiroko
3056357386
[Fix] Graphics: Image rendering issue
In the DrawQuad function, hard-coded vertical vertex components were used instead of the unused v1 and v2 parameters.
This prevented narrowing the image vertically.
2021-08-28 21:40:04 +02:00
Brian Fiete
3cd94cbc8e
Merge pull request #1130 from disarray2077/fix_ide_textwrites
Fix issues with the methods for writing files
2021-08-02 11:01:50 -07:00
Brian Fiete
d5ce181dc6
Merge pull request #1129 from disarray2077/fix_stackoverflow_dew
Fix stack overflow in DarkEditWidget
2021-08-02 10:49:45 -07:00
Brian Fiete
d14ae8e69d Widened parsed int to int64 2021-08-02 10:44:56 -07:00
disarray2077
09438c8c42 Fix stack overflow in DarkEditWidget 2021-08-01 19:16:46 -03:00
disarray2077
8a210699c7 Improve WriteTextFile safety 2021-08-01 17:40:29 -03:00
fusion
93cef5fe9b Fix AltGr triggering keyboard shortcuts. 2021-07-06 23:52:16 +02:00
Brian Fiete
f49c1957a0 Properly restricted Undo/Redo during readonly 2021-06-29 08:36:31 -07:00
Brian Fiete
39c140f44a Additional 3d support 2021-05-25 10:57:22 -04:00
Brian Fiete
f26df6c86b Additional 3d support 2021-05-12 07:24:29 -04:00
Brian Fiete
9e3248fb4f CachedEnumerateInputDevices 2021-04-11 07:02:00 -04:00
EinBurgbauer
9772364a6d fix readonly editwidget deletions 2021-04-04 10:37:33 +02:00
Brian Fiete
202a3f7cfc Store prodName/guid 2021-03-17 07:47:14 -04:00