Lenny Maiorani
160bda7228
Applications: Use default constructors/destructors
...
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-14 22:06:55 +00:00
kleines Filmröllchen
145eeb57ab
Userland: Remove a bunch of unnecessary Vector imports
...
How silly :^)
2022-01-28 23:40:25 +01:00
Brendan Coles
6aa766f8ca
HexEditor: Add 'Find All' option to Find Dialog to find all matches
2021-05-27 22:57:17 +02:00
Brendan Coles
16094baffc
HexEditor: Construct Find dialog from GML
2021-05-25 13:17:28 +01:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Camisul
0678dab7dc
HexEditor: Find
...
Added search submenu with options to find or find again.
Find allows to search for ASII string or sequence of Hex value.
2021-01-24 19:23:31 +01:00