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
Age
Commit message (
Expand
)
Author
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-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
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-05
HexEditor: Remove unused m_hover_pos
joshua stein
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-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-13
Applications: Use pledge()
Andreas Kling
2020-01-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2020-01-01
HexEditor: Clarify in InputBox which offset (Hex/Dec) you're Going To
Jami Kettunen
2019-12-25
Build: support library and generator dependencies
joshua stein
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-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-10-27
HexEditor: Created has_selection() method.
Brandon Scott
2019-10-27
HexEditor: Added fill selection action.
Brandon Scott
2019-10-27
HexEditor: Added new file action.
Brandon Scott
2019-10-24
HexEditor: Fixed startup error
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: Added navigate to a hex offset
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