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

488 commits

Author SHA1 Message Date
Brian Fiete
10f175b0c5 Fix for deleting mFileNames values in Reset 2021-02-14 07:36:26 -08:00
Brian Fiete
1d5bb1fade SDL_GetDisplayUsableBounds linkname fix 2021-02-13 06:02:50 -08:00
Brian Fiete
66adc12f73 Improved dragging list view items 2021-02-08 08:51:02 -08:00
Joseph Battelle
0d57e54033 Respect 'Permanent' on TabbedViews when dragging tabs out
TabbedViews now remain open when a single remaining tab is dragged
out of the view when the DockedWidget has 'mAutoClose = false'. This
also applies to views of secondary windows which now remain open and
empty when permanent. In this case, the full window visual no longer
participates in the drag when a single tab is dragged out.
2021-02-07 21:33:53 -08:00
Brian Fiete
2e4792d51e Fix to disable VS check when VS is not required 2021-02-06 06:55:32 -08:00
Brian Fiete
597304c126
Merge pull request #890 from bttelle/maximize-secondary-window
Allow secondary windows to be maximized
2021-02-05 11:51:06 -08:00
Brian Fiete
3f68473fe1 Added Sync with Workspace Panel option 2021-02-03 12:48:04 -08:00
Joseph Battelle
815af77641 Allow secondary windows to be maximized
Prior to this change, secondary windows could be minimized by
right-clicking on the title bar, but not maximized. Maximizing is
very useful for multi-monitor setups. The popup menu includes restore
as well. To enable these actions directly from the titlebar without
navigating a popup, the 'ToolWindow' style would have to be removed
because it inhibits the standard system buttons.
2021-02-03 00:37:54 -08:00
Brian Fiete
76d997fca7 Better word wrapping for hoverwatch 2021-02-02 14:58:01 -08:00
Brian Fiete
142332baaa Hoverwatch wordwrapping 2021-02-01 13:56:17 -08:00
Brian Fiete
46f97ef987 Length fix 2021-01-31 05:36:27 -08:00
Brian Fiete
9c473dc269 Substream fixes 2021-01-31 05:26:09 -08:00
Joseph Battelle
cf863ff2e7 s/Seperator/Separator 2021-01-30 00:35:52 -08:00
Joseph Battelle
a69dff59ce s/seperate/separate 2021-01-29 23:52:58 -08:00
Brian Fiete
4d1672fbcf Added 'in' parameter support 2021-01-27 09:01:47 -08:00
Brian Fiete
1e52dce7c4 Support for operators with ref parameters, sized array->span 2021-01-26 11:06:17 -08:00
Brian Fiete
5c05b15b37 ToString fix 2021-01-26 06:34:42 -08:00
Brian Fiete
fdcbb55ff2 ReadAll/WriteAll 2021-01-26 06:34:31 -08:00
Brian Fiete
1f42567339 varargs fixes 2021-01-22 13:20:17 -08:00
Brian Fiete
71f677d902 Fixed errors during qualified static field reference 2021-01-22 08:50:21 -08:00
Brian Fiete
9ccdf7282e Added VarArgs 2021-01-22 04:58:08 -08:00
Brian Fiete
c8f42a0bfc Support for obsolete/error/warning on property declaration 2021-01-21 05:56:17 -08:00
Brian Fiete
458eb90752 Added IEnumerable<T> to sized arrays 2021-01-20 15:00:13 -08:00
Brian Fiete
3560554127 Fixed extension methods in autocomplete, added extmethod icon 2021-01-20 12:43:55 -08:00
Brian Fiete
3f35ef51f2 Added IEnumerable<T> to arrays 2021-01-20 11:44:07 -08:00
Brian Fiete
b5aa92ff33 Removing CVarAttribute 2021-01-20 08:23:35 -08:00
Brian Fiete
e06949dac1 Added @return support 2021-01-16 12:35:51 -08:00
Brian Fiete
a681da30be Removed '=' in generic constraints 2021-01-15 14:59:02 -08:00
Brian Fiete
e3f51e39ed Added 'concrete' constraint 2021-01-13 09:24:15 -08:00
Brian Fiete
8f3060fd3c Comptime method reflection, method entry/exit emission 2021-01-13 05:09:09 -08:00
Brian Fiete
71d4dd0e90 Early code generation support 2021-01-11 09:41:43 -08:00
Brian Fiete
0f33968030 Comptime naming fixes 2021-01-09 04:20:45 -08:00
Brian Fiete
3bbf2d8313 Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
Brian Fiete
7d23978cfe
Merge pull request #795 from xposure/master
fixed crash with CreateObject on ArrayType when count is 0
2021-01-06 09:03:50 -08:00
Brian Fiete
080dd5a25e Fixed Thread.CurrentThread initialization order issue 2021-01-05 16:16:28 -08:00
Chris Phillips
752d9eb5d9 Merge branch 'master' of github.com:xposure/Beef into master 2021-01-05 09:38:12 -05:00
Brian Fiete
e7912b1095 Made CopyTo use Span 2021-01-05 05:56:11 -08:00
xposure
2cfcfd9113 adding comment on ArrayType CreateObject for count > 1 2021-01-04 20:43:03 -05:00
xposure
f606006c39 fixing the fix, we only need to memset when count is > 1 because Array1 holds the first element 2021-01-04 20:42:04 -05:00
xposure
bd4c60a251 fixed crash with CreateObject on ArrayType when count is 0 2021-01-04 20:40:03 -05:00
Brian Fiete
f9b9b15214 DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Brian Fiete
d78cb3182a
Merge pull request #785 from xposure/master
DeleteDictionaryAndItems + String to span<char8>
2021-01-04 04:47:31 -08:00
xposure
aeb0e70d21 Adds implicit Span<char8> operator to String 2021-01-03 21:07:34 -05:00
xposure
fe74d58958 DeleteDictionaryAndItems 2021-01-03 19:55:28 -05:00
Brian Fiete
f6174aade2 Support for file dragging in workspace panel 2021-01-03 11:51:53 -08:00
Brian Fiete
ae0f3c5ebb Fixed warn/obsolete 2021-01-02 09:38:27 -08:00
Brian Fiete
1be37e6f24 Deprecated DeleteAndClearItems 2021-01-02 09:08:25 -08:00
xposure
a3a17aea83 Added CreateObject support for Arrays 2021-01-01 19:22:23 -05:00
Chris Phillips
f659672b11 Adding IsArray and IsSizedArray to corlib Type 2020-12-31 23:40:33 -05:00
Brian Fiete
5c88091760 Added AlwaysIncludeFlags 2020-12-29 12:41:54 -08:00