1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Commit graph

571 commits

Author SHA1 Message Date
Brian Fiete
757464db3e Fixed popup location clipping 2020-03-30 12:17:24 -07:00
Brian Fiete
d635b8e67f Adjusted autocomplete window position 2020-03-30 11:58:42 -07:00
Brian Fiete
a3020720c9 Fixed unqualified static lookups in mixins 2020-03-30 11:13:24 -07:00
Brian Fiete
9933e4a353 Fixed inlined file positions 2020-03-30 09:53:44 -07:00
Brian Fiete
385fa6dbb5 More scaling fixes, frameless combo box for status bar 2020-03-30 07:28:04 -07:00
Brian Fiete
990d092274 Fixed more scaling issues 2020-03-29 10:17:28 -07:00
Brian Fiete
d9a820f5a1 Scale fixes 2020-03-28 14:27:36 -07:00
Brian Fiete
863009f329 Added Clean Cmds 2020-03-28 14:27:22 -07:00
Brian Fiete
1caaec9b56 Scale fixes 2020-03-28 14:26:59 -07:00
Brian Fiete
56e3077338 Removing ValidateBreakpoints 2020-03-28 14:26:36 -07:00
Brian Fiete
076931cf3b Working on wrapping for formatter 2020-03-28 14:26:14 -07:00
Brian Fiete
edcdb3bbb1 Added StringView iteration 2020-03-27 08:28:57 -07:00
Brian Fiete
6f975686f7 Fixed autocomplete crash with a generic delegate invocation 2020-03-27 08:28:27 -07:00
Brian Fiete
0720b9ad1a Fixed dependency issue with type lookups 2020-03-27 06:47:26 -07:00
Brian Fiete
9a5308b19e
Merge pull request #103 from damianday/spelling
Spelling
2020-03-27 05:38:53 -07:00
Damian Day
e78ebca9cc Spelling 2020-03-27 11:16:18 +00:00
Brian Fiete
24dd60933b Fixed LastPlatform issue when platform options were default 2020-03-26 07:04:00 -07:00
Brian Fiete
55a8c12a7c Merge remote-tracking branch 'origin/master' 2020-03-26 05:52:27 -07:00
Brian Fiete
bedc989425
Merge pull request #100 from damianday/master
Fix #97
2020-03-26 05:52:19 -07:00
Damian Day
b43831de65 Fix #97
Move the pointer assignment after the allocation.

Implemented CalculatedReserve to simplify reallocation.
2020-03-26 11:58:26 +00:00
Brian Fiete
761870e357 Merge remote-tracking branch 'origin/master' 2020-03-25 17:19:31 -07:00
Brian Fiete
f0e613f2c9
Merge pull request #93 from damianday/String.Insert
Add String.Insert char32
2020-03-25 17:19:11 -07:00
Damian Day
94067bea80 Update String.bf 2020-03-26 00:13:55 +00:00
Brian Fiete
118f819cc3 Document formatted 2020-03-25 11:57:51 -07:00
Brian Fiete
19e53801f1 Enhanced Write/WriteLine 2020-03-25 09:17:53 -07:00
Brian Fiete
dde6a56a03 Added uninitialized ctors: this(?), base(?) 2020-03-25 09:17:34 -07:00
Brian Fiete
48e752e95f
Merge pull request #94 from HydrogenC/wln-addition
More Write and WriteLine overloads
2020-03-25 07:17:35 -07:00
ExMatics HydrogenC
6afce5b179
Add universal Write and WriteLine with no params 2020-03-25 21:57:49 +08:00
ExMatics HydrogenC
15eebce64a
Add universal WriteLine 2020-03-25 21:50:34 +08:00
Brian Fiete
0facfb8c29 Fixed formatting issues with properties and destructors 2020-03-25 06:28:10 -07:00
Brian Fiete
dab667ec92 Added Encode without a range check 2020-03-25 06:27:26 -07:00
Brian Fiete
b5815927ef Faster Append(char32) 2020-03-25 06:26:59 -07:00
Brian Fiete
2f78063927 Added Quick Info key 2020-03-24 15:26:32 -07:00
Brian Fiete
9bd71299d9 Fixed 'case' for pointer to enums 2020-03-24 15:25:43 -07:00
Damian Day
f2427119ef Add String.Insert char32
Use CalcNewSize in Insert.
Remove a duplicated Insert char8 by using default parameter.
Add new Insert method accepting char32.
2020-03-24 18:09:21 +00:00
Brian Fiete
598765d437 Fixed LTO error in ResolveOnly 2020-03-24 07:21:20 -07:00
Brian Fiete
b8437bc67c Critical fix- function inlining was broken 2020-03-24 07:09:29 -07:00
Brian Fiete
cdabb18d9f Fix when findName is empty 2020-03-24 07:08:54 -07:00
Brian Fiete
f8f4fd859c
Merge pull request #90 from damianday/Array-Reverse
Array reverse
2020-03-24 07:07:55 -07:00
Brian Fiete
61468d818f Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
Brian Fiete
32c09bf94b Changed isSimpleEnum classification to be more permissive 2020-03-22 07:12:57 -07:00
Brian Fiete
5d4d21cce1 Added fixit for global namespace lookup 2020-03-21 13:09:42 -07:00
Brian Fiete
6412a27f97 Started with some simulation to determine 'step into' symbol lookup 2020-03-21 13:09:19 -07:00
Brian Fiete
9413d3ded4 Fixed issue where menu could be clipped off the right of desktop 2020-03-21 07:12:30 -07:00
Brian Fiete
dce4a3ecf2 Made abs an intrinsic 2020-03-21 07:10:59 -07:00
Brian Fiete
567662b3c3 Renamed Windows Application to GUI Application 2020-03-21 07:10:16 -07:00
Brian Fiete
8aba7f0d8e Renamed Windows Application to GUI Application 2020-03-21 07:09:41 -07:00
Brian Fiete
a51fa2b657 Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
Brian Fiete
5f949c177d Reducing boxing for IDisposable 2020-03-21 07:07:39 -07:00
Damian Day
37f8cc9f98 Add Reverse
Reverse an array.
Update GetRef while i'm here.
2020-03-20 22:18:27 +00:00