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
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