ExMatics HydrogenC
|
7b4239d08e
|
stdcall deprecation
|
2020-05-25 19:54:39 +08:00 |
|
Brian Fiete
|
84aecbca81
|
Smoother mouse wheel scrolling
|
2020-05-25 00:10:35 -07:00 |
|
Brian Fiete
|
4b965a440d
|
Console fix
|
2020-05-22 06:05:33 -07:00 |
|
RogueMacro
|
fc229c9835
|
Update Console.bf
|
2020-05-22 11:06:20 +02:00 |
|
Brian Fiete
|
f8b27c13a2
|
Enhanced var capabilities for scripts and building
|
2020-05-21 11:47:15 -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
|
952e3aec58
|
Nullable fixes with !=
|
2020-05-19 12:27:26 -07:00 |
|
Brian Fiete
|
693334bdc8
|
Fixes to SetDeleted
|
2020-05-18 08:30:42 -07:00 |
|
Brian Fiete
|
76dfe97d78
|
Another pass at marking scoped raw arrays as deleted
|
2020-05-18 06:58:02 -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
|
79ae4e3eb2
|
SDL_GL_CreateContext name fix
|
2020-05-17 06:19:25 -07:00 |
|
Brian Fiete
|
9499c727ab
|
Fixed title in release mode
|
2020-05-17 05:05:34 -07:00 |
|
Brian Fiete
|
50244bf400
|
Triple-click to select line
|
2020-05-16 10:11:04 -07:00 |
|
Brian Fiete
|
121e5b9b06
|
Added type enumeration
|
2020-05-15 15:42:44 -07:00 |
|
Brian Fiete
|
f3e9224a45
|
Made hashing better
|
2020-05-15 12:39:07 -07:00 |
|
Brian Fiete
|
63c6421413
|
Fixed issues using object flags on on-debug default alloc
|
2020-05-15 10:33:56 -07:00 |
|
Brian Fiete
|
e8fd27fb0c
|
Added IsEmpty property
|
2020-05-15 08:50:27 -07:00 |
|
Brian Fiete
|
7211381672
|
Added a windows-only error
|
2020-05-15 06:28:32 -07:00 |
|
Brian Fiete
|
e18b35df7a
|
Merge pull request #258 from qzole/sdl_handle_events
Added virtual HandleEvent to SDLApp
|
2020-05-14 15:17:06 -07:00 |
|
Zoltán Kurucz
|
10ad3514a4
|
Made malloc and free public in SDL binding (used for freeing up clipboard text data in imgui binding)
|
2020-05-14 23:52:18 +02:00 |
|
Zoltán Kurucz
|
cae19b3363
|
Added virtual HandleEvent to SDLApp for ease in case it's needed (imgui binding for example handles all events like this.
Removed duplicated Quit event type handling.
|
2020-05-14 23:39:25 +02:00 |
|
Brian Fiete
|
21e2269d43
|
Fixed FieldInfo.SetValue for objects
|
2020-05-13 15:07:03 -07:00 |
|
Brian Fiete
|
f96b1a5d7a
|
Moved into MiniZ namespace
|
2020-05-13 07:40:06 -07:00 |
|
Brian Fiete
|
740b00629a
|
Fixed error string
|
2020-05-13 07:39:56 -07:00 |
|
Brian Fiete
|
962ebba6e9
|
Disabled Alt+Enter
|
2020-05-11 10:31:12 -07:00 |
|
Brian Fiete
|
a30ad3d9d2
|
When resizing, insured we didn't release old memory until after insert
|
2020-05-11 10:17:45 -07:00 |
|
Brian Fiete
|
40fe76d903
|
Added missing ()'s for allocations
|
2020-05-11 10:16:24 -07:00 |
|
Brian Fiete
|
36b6d63dbb
|
Properly using error message argument for Assert
|
2020-05-09 07:26:00 -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
|
7f0a81b5b3
|
Renaming params with 'own' prefix to denote ownership transfer
|
2020-05-07 05:47:18 -07:00 |
|
Brian Fiete
|
0a6949a7d0
|
Made 'not found' not be an error on directory deletion
|
2020-05-07 05:40:16 -07:00 |
|
Brian Fiete
|
0b73451502
|
Linux color fix
|
2020-05-06 17:41:08 -07:00 |
|
Brian Fiete
|
b62ac83155
|
Delete fix
|
2020-05-06 05:58:34 -07:00 |
|
Brian Fiete
|
caf1ea54a4
|
Other minor refactoring
|
2020-05-06 05:47:37 -07:00 |
|
Brian Fiete
|
31214fcbaf
|
Minor changes to bring into standard style
|
2020-05-06 05:31:05 -07:00 |
|
Brian Fiete
|
7b337a98f4
|
StdCall fix for Win32
|
2020-05-06 05:30:29 -07:00 |
|
Brian Fiete
|
7e74273a26
|
Fixed colors
|
2020-05-06 05:09:35 -07:00 |
|
Brian Fiete
|
2fa076bff9
|
Merge pull request #224 from thibmo/contrib-os-version
Add Windows version retrieval functionality to corelib
|
2020-05-06 05:08:01 -07:00 |
|
Thimo Braker
|
e43d7bf4a9
|
Add Windows version retrieval to OperatingSystem.bf
|
2020-05-05 18:28:38 +02:00 |
|
Thimo Braker
|
5a6257f135
|
Change Version.bf fields to uint32 for compat
|
2020-05-05 18:27:24 +02:00 |
|
Jean-Sébastien Nadeau
|
c145a98561
|
Update String.bf
|
2020-05-05 12:07:58 -04:00 |
|
Brian Fiete
|
e9a1d6990e
|
Correctly set original console colors. Minor code reworking.
|
2020-05-05 08:18:32 -07:00 |
|
RogueMacro
|
c367c94a75
|
Update ConsoleColor.bf
|
2020-05-05 15:41:33 +02:00 |
|
RogueMacro
|
15f2d65283
|
Create ConsoleColor.bf
|
2020-05-05 15:31:12 +02:00 |
|
RogueMacro
|
84a1d38e7d
|
Update Console.bf
|
2020-05-05 15:30:43 +02:00 |
|