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

1107 commits

Author SHA1 Message Date
disarray2077
b707bef001
Make Variant IDisposable 2021-12-27 14:22:22 -03:00
disarray2077
60c0377d95
Add IsDefined<T>, GetValues<T> and GetNames<T> to Enum class 2021-12-27 13:45:52 -03:00
disarray2077
bf9753f8a2
Add methods PadLeft/PadRight and Equals(StringView) to String class 2021-12-27 12:38:33 -03: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
Simon Lübeß
b70745ef1e Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete 2021-12-24 14:07:34 +01: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
670fc4fe75
Merge pull request #1263 from marsej/SDL-init-white-bg-to-black
Changed SDL initial bg color from white to black to remove white flas…
2021-12-21 07:30:24 -05:00
Brian Fiete
649aabcaee Leave append buffers uninitialized 2021-12-20 15:06:37 -05:00
Brian Fiete
ce4b6e04de Support for comptime file IO and process creation 2021-12-20 09:39:39 -05:00
unknown
b8e0778807 Delay ShowWindow until after first render 2021-12-19 04:18:57 +02:00
Brian Fiete
045e706600 Added CallerType, CallerTypeName 2021-12-17 15:45:53 -05:00
Brian Fiete
5cc6f13af4 Merge vista code into main FileDialog 2021-12-17 07:12:27 -05:00
Brian Fiete
77c3ab596f
Merge pull request #1134 from disarray2077/vistafiledialogs
Add complete support for Vista File Dialogs
2021-12-17 07:04:39 -05:00
Brian Fiete
d3e33365f0 Made GCMarkMembers call unbound 2021-12-16 11:08:29 -05:00
Brian Fiete
612368b0f7 Comptime EmitAddInterface 2021-12-16 09:38:19 -05:00
Brian Fiete
ae186433cc Negative zero fix 2021-12-15 14:41:30 -05:00
Brian Fiete
7b58863563
Merge pull request #996 from EinScott/bufstream-fixes
more buffered stream stuff
2021-12-15 07:19:25 -05:00
Brian Fiete
798c259e53 Spelling fix 2021-12-14 14:33:12 -05:00
disarray2077
4d337e3a31 Fix dialogs in release mode
... and inline "GetFilterItems" method so we can use scoped allocation
2021-12-14 16:25:39 -03:00
Brian Fiete
8623f8f7e5 Removed buttons during regen 2021-12-14 11:13:51 -05:00
disarray2077
a32dad3740
Optimize the remove method of dictionary enumerator 2021-12-14 12:21:53 -03:00
Brian Fiete
73099e4a04 Code generator support 2021-12-11 09:08:42 -08:00
EinBurgbauer
e13f194c6f make BufferedFileStream act like UnbufferedFileStream 2021-12-09 20:04:17 +01:00
EinBurgbauer
32966b79a6 buffered stream seek accepts everything by default + fromEnd fix 2021-12-09 19:46:52 +01:00
EinBurgbauer
92738418eb Merge branch 'master' into bufstream-fixes 2021-12-09 16:13:29 +01:00
Brian Fiete
195c705a46 Fix for channel allocation error 2021-12-07 21:41:11 -08:00
unknown
7864f83c4d Changed SDL initial bg color from white to black to remove white flash effect with some GPUs 2021-12-07 16:39:37 +02: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
22919dd629
Merge pull request #1260 from disarray2077/allocstackcount
Expose `AllocStackCount` to corlib & Use it in Dbg_ObjectAlloc
2021-12-06 09:35:55 -08:00
Brian Fiete
82fbaab8eb
Merge pull request #1250 from disarray2077/patch-1
Fix Encoding static init priority
2021-12-06 09:33:44 -08:00
Brian Fiete
85bf96659d
Merge pull request #1258 from disarray2077/icharacter
Add ICharacter interface
2021-12-06 09:33:03 -08:00
Brian Fiete
82ca2fd72c
Merge pull request #1255 from disarray2077/patch-2
Add ignore case option for StringView.Contains & Improve String.Contains
2021-12-06 09:32:37 -08:00
Brian Fiete
e29a785fee Compression interface change 2021-12-05 12:08:03 -08:00
disarray2077
8b96697fdf Also expose type-specific AllocStackCount 2021-12-04 19:27:28 -03:00
disarray2077
111b785081 Expose AllocStackCount to corlib 2021-12-04 17:19:08 -03:00
disarray2077
9cf3d54a9d Add ICharacter interface 2021-12-04 14:32:44 -03: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
disarray2077
5e78e24fe8
Add ignore case option for StringView.Contains
... and remove unnecessary overload on String.Contains, allowing StringView to also be used.
2021-12-02 14:46:43 -03:00
Brian Fiete
46fbba9712 StringView.Intern 2021-12-01 11:07:09 -08:00
Brian Fiete
69f26e453d Added 'Alt' methods 2021-12-01 11:06:59 -08:00
disarray2077
f1688df047
Fix Encoding static init priority 2021-11-30 23:43:49 -03: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
3bd1e97179
Merge pull request #1239 from disarray2077/matchindex
Add MatchIndex to StringSplitEnumerator
2021-11-29 09:27:27 -08:00
Brian Fiete
72064e7dc2 AlwaysInclude required methods 2021-11-26 08:55:11 -08:00
disarray2077
c4f50ec64e
Add MatchIndex to StringSplitEnumerator 2021-11-20 17:30:07 -03:00
Brian Fiete
345746d34d zlib interface 2021-11-14 18:01:37 -08:00