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

242 commits

Author SHA1 Message Date
Brian Fiete
c6f1f358a9 Added multi-line custom build command 2020-06-22 08:49:23 -07:00
Brian Fiete
d463832168 Added more editor keys and commands 2020-06-13 15:55:08 -07:00
Brian Fiete
dfde0c6dda
Merge pull request #292 from HydrogenC/patch-1
Deprecate [Stdcall]
2020-05-28 09:06:41 -07:00
Brian Fiete
74f3ef4e43 Removed debug line 2020-05-25 15:55:11 -07:00
Brian Fiete
c69150e3bb Linux font fix 2020-05-25 14:14:04 -07:00
Brian Fiete
c43212c38a Linux font fix 2020-05-25 13:38:57 -07:00
Brian Fiete
1010e8ac83 Added font failovers for missing fonts 2020-05-25 11:02:09 -07:00
LZMPDev
ad0dab0d4c Revamp Stdcall 2020-05-25 20:46:28 +08:00
Brian Fiete
84aecbca81 Smoother mouse wheel scrolling 2020-05-25 00:10:35 -07:00
Brian Fiete
cce45dbc15 Fixed issues with multi-window editing 2020-05-20 06:44:21 -07:00
Brian Fiete
9a2d200b70 Fixed a few read-only modifications 2020-05-20 06:42:38 -07:00
Brian Fiete
81f8a95cd8 Avoiding closing of main frame when last tab is closed 2020-05-17 07:05:07 -07:00
Brian Fiete
6976de31af Fixed issues closing tabs 2020-05-17 06:44:23 -07:00
Brian Fiete
50244bf400 Triple-click to select line 2020-05-16 10:11:04 -07:00
Brian Fiete
e8fd27fb0c Added IsEmpty property 2020-05-15 08:50:27 -07:00
Brian Fiete
962ebba6e9 Disabled Alt+Enter 2020-05-11 10:31:12 -07:00
Brian Fiete
40fe76d903 Added missing ()'s for allocations 2020-05-11 10:16:24 -07:00
Brian Fiete
876e89d034 Fix for auto-props 2020-05-08 15:43:27 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Brian Fiete
ea072ad77b Added Ctrl+Backspace support for deleting text span 2020-05-07 11:48:10 -07:00
Brian Fiete
26604017f8 Multi-monitor fixes 2020-05-07 08:39:40 -07:00
Brian Fiete
562b565f49 Made Free Cursor Movement a setting (default false) 2020-05-04 11:44:43 -07:00
ExMatics HydrogenC
852b2ed961
Remove redundant using 2020-05-01 14:59:25 +08:00
Brian Fiete
dbd9b32e3f Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Brian Fiete
607f819d90 Made middle click close tab 2020-04-28 12:55:16 -07:00
Brian Fiete
5c68049bd1 Fixed some scale issues 2020-04-28 12:55:06 -07:00
Brian Fiete
5934e27976 Fixed crash with long tooltip 2020-04-25 06:52:48 -07:00
Brian Fiete
d6a4b8b62c Fixed some font crashing issues, allowed fonts to be 'optional' with a ? 2020-04-24 16:57:16 -07:00
Brian Fiete
6434676134 Angle property 2020-04-16 00:33:42 -07:00
Brian Fiete
f0b5a4eb94 Whitespace 2020-04-13 06:43:06 -07:00
Brian Fiete
4ac6bfe4b5 Added ctor 2020-04-11 14:27:55 -07:00
Brian Fiete
5879469933 Fixed Ctrl+Backspace, fixed muiltiline clipping paste-then-undo error 2020-04-10 08:57:45 -07:00
Brian Fiete
e12c03d46e Improved GetCursorLineChar 2020-04-07 08:30:11 -07:00
Brian Fiete
79acc766fd Added GetCurEnum 2020-04-02 08:57:15 -07:00
Brian Fiete
7014320916 Fixed MouseUp 2020-03-30 12:17:38 -07:00
Brian Fiete
757464db3e Fixed popup location clipping 2020-03-30 12:17:24 -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
9413d3ded4 Fixed issue where menu could be clipped off the right of desktop 2020-03-21 07:12:30 -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
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Brian Fiete
76cb117e1f Added View Whitespace for string viewer 2020-03-02 06:24:21 -08:00
Brian Fiete
292e0992a4 Removed IDisposable indirection 2020-02-23 06:14:33 -08:00
Brian Fiete
90e4cf8825 Expanded BinarySearch api, got rid of IComparable due to iOpComparable 2020-02-18 08:43:29 -08:00
Brian Fiete
7ad6df2c6e Fixed spelling mistake 2020-02-08 06:12:04 -08:00
Brian Fiete
2b2bb7c960 Lib fixes 2020-02-07 08:50:53 -08:00
Brian Fiete
2ed6a9a94b Corlib fixes 2020-02-05 17:07:47 -08:00
Brian Fiete
a296eb0f49 Fixed a crash when doing a fixit in a split window 2020-02-02 05:30:56 -08:00