serenity/Applications/HexEditor
Andreas Kling 51146e3075 LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
To open up for putting not just text/plain content on the clipboard,
let's make the GUI::Clipboard API a bit more raw-data-friendly. :^)
2020-09-05 16:16:01 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
HexEditor.cpp LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +02:00
HexEditor.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
HexEditorWidget.cpp LibGUI: Add InputBox::show with required parent window argument 2020-07-16 16:10:21 +02:00
HexEditorWidget.h AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
main.cpp Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00