WerWolv
e16216b39e
patterns: Fixed for-loop parsing
2022-08-07 23:27:25 +02:00
WerWolv
738a537723
patterns: Fixed display issue with static array entries
2022-08-07 22:03:32 +02:00
Bernard Teo
d8d3a315a4
build: Update nfd-extended to get correct feature test detection ( #661 )
2022-08-07 15:32:56 +02:00
WerWolv
2200e11e85
fix: Pattern language runtime not being reset properly after checking MIME types
2022-08-07 00:11:54 +02:00
WerWolv
88f8bb9848
sys: Updated to new pattern language library structure
2022-08-06 21:38:09 +02:00
WerWolv
7d93c54444
build: Updated nfd-extended to prevent linking of macOS 11 framework
2022-08-06 14:33:23 +02:00
WerWolv
e3ef7d53a7
ui: Fixed pattern tooltip of static array only showing value of last entry
2022-08-05 10:55:29 +02:00
WerWolv
0e2bfa25ab
ui: Use easier to read float representation in various places
2022-08-05 09:36:04 +02:00
WerWolv
881b633006
patterns: Updated pattern language
2022-08-04 10:52:50 +02:00
WerWolv
0f8ac672f3
sys: Fixed compile issue on non-Windows
2022-08-04 09:51:07 +02:00
WerWolv
be37228dc6
sys: Fixed resize cursors not appearing in non-borderless window mode
2022-08-04 09:46:17 +02:00
WerWolv
14150b5a04
sys: Fix macOS build issues
2022-08-03 23:48:39 +02:00
WerWolv
deabacbd50
sys: Updated ImGui, ImPlot and imnodes to latest versions
2022-08-03 23:32:34 +02:00
ogarvey
09a1e59b8c
fix: Allow Numpad Enter to work in text editor ( #645 )
...
Fixes #590
2022-08-03 19:52:45 +02:00
WerWolv
fdcce1c046
patterns: Updated pattern language
2022-08-02 22:56:07 +02:00
WerWolv
84e049be07
build: Fixed some issues to make porting to other systems easier
2022-08-01 14:35:25 +02:00
WerWolv
e530cdbc7f
patterns: Updated pattern language
2022-08-01 13:20:54 +02:00
WerWolv
64f962dbb2
patterns: Updated pattern language
2022-08-01 12:46:45 +02:00
WerWolv
de2458f72d
patterns: Added support for the new [[sealed]] attribute
2022-07-31 15:10:59 +02:00
WerWolv
fb4c21b97a
build: Fix weird macOS build errors ( #591 )
...
* cleanup
* Remove prints
2022-07-26 14:59:08 +02:00
WerWolv
0c8deecfc5
patterns: Updated pattern language
2022-07-25 11:50:46 +02:00
WerWolv
2fb51d1a56
patterns: Fixed Bit and Bool operator mixup
2022-07-18 11:39:50 +02:00
WerWolv
499b68b7ad
build: Updated nativefiledialog library
2022-07-16 13:26:07 +02:00
WerWolv
0d3eaa5d86
patterns: Updated pattern language
2022-07-16 12:57:33 +02:00
WerWolv
831dac9b47
patterns: Updated pattern language
2022-07-15 11:38:46 +02:00
WerWolv
071bae345e
patterns: Fixed passing placed values to functions
2022-07-07 21:32:25 +02:00
WerWolv
b6b5045340
build: Downgrade nativefiledialog again
2022-07-06 16:58:36 +02:00
WerWolv
ab4f17a6f4
patterns: Fixed provider operation crash
2022-07-06 16:46:33 +02:00
WerWolv
12942a4e71
build: Updated libromfs
2022-07-06 16:29:26 +02:00
WerWolv
1a378381bd
build: Updated pattern language
2022-07-06 11:30:23 +02:00
WerWolv
e0cae1dacb
patterns: Improved pattern formatting
2022-07-06 11:30:06 +02:00
WerWolv
f9fc7051fc
tests: Added UTF-8 file operation tests
2022-07-02 10:05:25 +02:00
WerWolv
ab1f4df9d9
fix: In/Out variables not being added to the interface when using menu item to load pattern
2022-07-01 19:56:28 +02:00
WerWolv
710771b8b1
patterns: Cleanup pattern search
2022-07-01 19:12:01 +02:00
WerWolv
2d982e2088
fix: Drastically improve pattern highlighting performance
2022-07-01 19:05:53 +02:00
WerWolv
19f99bab0c
fix: Issues when opening files with unicode names
2022-06-30 14:57:05 +02:00
WerWolv
3efdc02fed
patterns: Improved automatic heap management
2022-06-30 11:19:37 +02:00
WerWolv
501d141e13
patterns: Added support for custom local types
2022-06-30 08:14:33 +02:00
WerWolv
9c1006f3ae
fix: Compile errors because of Windows function defined on all systems
2022-06-30 07:47:32 +02:00
WerWolv
5b0813478e
fix: Copying to clipboard not working correctly with non-english locales
...
Fixes #563
2022-06-30 07:44:22 +02:00
WerWolv
e02ccd9b9b
patterns: Actually fixed endian inversion in functions
2022-06-27 16:27:19 +02:00
WerWolv
956276d1ee
patterns: Fixed endian inversion in functions
...
Fixes #555
2022-06-27 15:15:10 +02:00
WerWolv
a936cf1ce4
fix: Another file read issue
2022-06-27 15:08:22 +02:00
WerWolv
5800546369
fix: Tar extraction and file string read error
2022-06-27 14:58:40 +02:00
WerWolv
3471b314dd
build: Switch to GCC on MacOS ( #552 )
...
* build: Experimentally switch to gcc on macOS
* build: Corrected gcc paths
* build: Enable objective c support on macOS
* build: Enable ObjC and ObjC++ on macOS
* build: Add ObjC and ObjC++ flags
* build: Try compiling objc with clang
* build: Remove invalid flags again
* fix: Let's not include objc headers in C++ code
* sys: Move macos utils code to its own file
* fix: Missing unistd include on mac
* sys: Removed loader script stuff since it's currently unused and broken
* fix: Missing include
* fix: Another missing include
* fix: CFURLCreateWithBytes wants a pointer to mutable data
* fix: Try disabling name mangling of ObjC functions
* sys: Move macos utils declarations to its own header file
* fix: C Linkage
* fix: Move objc function prototypes to C++ headers
* fix: More missing includes
* fix: Warning error
* sys: Call ObjC with C ABI instead of trying to use C++
* build: Update libraries
* sys: Fixed build errors
* sys: No const correctness I guess
* sys: Fixed prototypes
* sys: This is C now
* sys: More nullptr -> NULL
* sys: Fix crash on exit
* sys: Try using proper std concepts instead of custom ones
* sys: Replaced another hex::is_signed
* build: Upgrade to gcc 12 and MacOS Monterey
* build: Fixed MacOS runner name
* build: Cache correct ccache folder on macOS
2022-06-25 12:19:59 +02:00
WerWolv
a5aa002752
patterns: Moved most built-in functions to the pattern language repo
2022-06-23 19:33:30 +02:00
WerWolv
6490e565d3
patterns: Fixed formatting issue with values of static arrays
...
Fixes #540
2022-06-17 13:47:49 +02:00
WerWolv
653a688fe6
fix: Very inefficient iterating over static array patterns
...
Fixes #532
2022-06-14 10:29:41 +02:00
WerWolv
dfc1dc2529
fix: Highlighting of static arrays that start at uneven addresses
...
Fixes #534
2022-06-14 10:19:59 +02:00
WerWolv
a5d202ffc8
fix: Vector out of bounds access
2022-06-13 21:56:02 +02:00