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

510 commits

Author SHA1 Message Date
Brian Fiete
1cb5538317 Buffered fix 2021-04-12 17:22:14 -04:00
Brian Fiete
3756323021 32-bit fixes 2021-04-11 07:55:53 -04:00
Brian Fiete
c77f861fb7 Merge remote-tracking branch 'origin/master' 2021-04-11 07:04:23 -04:00
Brian Fiete
4bf12e121c Stream buffering 2021-04-11 07:04:17 -04:00
Brian Fiete
9e3248fb4f CachedEnumerateInputDevices 2021-04-11 07:02:00 -04:00
Hiroko
9fe7df9950 OpenFileName struct: Change default extension type (char8* -> char16*) 2021-04-04 18:10:46 +02:00
EinBurgbauer
9772364a6d fix readonly editwidget deletions 2021-04-04 10:37:33 +02:00
EinBurgbauer
1296f002a3 list remove range fix, remove range fast 2021-03-20 07:48:10 +01:00
Brian Fiete
ed837c10c1
Merge pull request #962 from Moneyl/master
Add functions to System.IO.Stream
2021-03-17 10:40:04 -04:00
moneyl
b1dc76ba11 PR feedback changes 2021-03-17 10:32:01 -04:00
Brian Fiete
202a3f7cfc Store prodName/guid 2021-03-17 07:47:14 -04:00
moneyl
a1e15ecb73 Add ReadNullTerminatedString to System.IO.Stream
Function that reads a null terminated string from the stream.
2021-03-16 19:39:38 -04:00
moneyl
7cc95c2b07 Add functions to System.IO.Stream 2021-03-16 19:06:01 -04:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
e6c4a95ccd Start of package management 2021-02-25 08:10:21 -08:00
Brian Fiete
af274d1790 NoShow change 2021-02-23 06:16:00 -08:00
Brian Fiete
b061798379 CreateWindowAndRenderer change 2021-02-23 06:14:31 -08:00
Brian Fiete
cdb78eec69
Merge pull request #920 from RogueMacro/master
Some minor fixes for the SDL2 lib
2021-02-23 06:03:51 -08:00
RogueMacro
a273d514c5
Deprecate CreateWindowAndRenderer() and add WindowPos helpers 2021-02-21 19:20:29 +01:00
RogueMacro
45dd528c7b
Fix incorrect link name for SimpleMessageBox 2021-02-20 21:56:16 +01:00
RogueMacro
dfdfe094cd
Fix parameter type in SDLTTF.RenderText_Solid() 2021-02-17 21:22:44 +01:00
RogueMacro
358efb8d54
Add correct parameter types to SDL.CreateWindowAndRenderer() 2021-02-16 16:03:23 +01:00
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