index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
HexEditor
/
FindDialog.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-03-02
Applications: Fix undefined behavior capturing non-static constexpr
Lenny Maiorani
2022-02-28
Applications: Change static constexpr variables to constexpr
Lenny Maiorani
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-28
HexEditor: Use Array in FindDialog's options
kleines Filmröllchen
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-05-27
HexEditor: Add 'Find All' option to Find Dialog to find all matches
Brendan Coles
2021-05-25
HexEditor: Construct Find dialog from GML
Brendan Coles
2021-05-22
HexEditor: Fix typo: ASCII
Brendan Coles
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-24
HexEditor: Find
Camisul