index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
HexEditor
/
HexEditor.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
HexEditor: Ignore control keys in text mode
Gal Horowitz
2020-12-27
HexEditor: Don't update selection numbers when clicking the last+1 char
Rok Povsic
2020-12-27
HexEditor: Make single-character selection display proper start/end
Rok Povsic
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-25
HexEditor: Use the system default fixed width font
Andreas Kling
2020-10-06
AK+Format: Exclude prefix from width calculation.
asynts
2020-10-06
HexEditor: Use new format functions.
asynts
2020-09-11
HexEditor: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-19
HexEditor: Make the application theme-aware
Tibor Nagy
2020-02-19
HexEditor: Clear tracked changes when setting a new buffer
Tibor Nagy
2020-02-19
HexEditor: Fix out of bounds cursor
Tibor Nagy
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-10-27
HexEditor: Created has_selection() method.
Brandon Scott
2019-10-27
HexEditor: Added fill selection action.
Brandon Scott
2019-10-24
HexEditor: Added a multi-label status bar, and a new copy option.
Brandon Scott
2019-10-21
HexEditor: Fix half byte offset bug
Brandon Scott
2019-10-21
HexEditor: Fixed off-by-one copying bug
Brandon Scott
2019-10-21
HexEditor: Reverse selections
Brandon Scott
2019-10-13
HexEditor: Initial application release
Brandon Scott