iTrooz

Results 93 issues of iTrooz

Tested on Linux (non-borderless) and Windows (borderless) You may want to also test it just to be sure

Really small issue, in Help->About->Imhex directories, there would be an extra entry at the end because you seemed to loop over the fs::ImHexPath::END entry

Draft because I want to test it again tomorrow with all OSes, first

This PR does two things : - save opened projects as recent entries - refactor stuff about recent entries in a separate file. The reason is that I felt like...

Ideally, it would look like this: ![image](https://user-images.githubusercontent.com/16626308/235295632-7d73159e-f077-4e5a-8cf1-e360af653ed0.png) Related: https://gitlab.kitware.com/cmake/cmake/-/issues/24939

feature request

See https://github.com/btzy/nativefiledialog-extended/issues/110#issuecomment-1788272173 Implementation should probably be done here: https://github.com/WerWolv/ImHex/blob/ed8c0794bb4be617f969d455b37370c0a0cb5ae3/lib/libimhex/source/helpers/fs.cpp#L112-L114

Right now, ImHex will not resize the file automatically (e.g. when writing past the end of the file, or when using Ctrl+V), because we do not want people to accidentally...

### Discussed in https://github.com/WerWolv/ImHex/discussions/1176 Originally posted by **truemassimo** July 1, 2023 I need to export the results of a search, offset and founded values, it is, also, not possible select...

feature request

### What feature would you like to see? The color palette in Imhex currently uses random colors, which can be hard to read. Proposition : - use the same color...

feature request

This PR does two things : - adds the 'update_tag' option - refactor the big try/catch block, to allow better error handling (a random error will not create a new...