summaryrefslogtreecommitdiff
path: root/Applications/HexEditor/HexEditor.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30HexEditor: Ignore control keys in text modeGal Horowitz
2020-12-27HexEditor: Don't update selection numbers when clicking the last+1 charRok Povsic
2020-12-27HexEditor: Make single-character selection display proper start/endRok Povsic
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-25HexEditor: Use the system default fixed width fontAndreas Kling
2020-10-06AK+Format: Exclude prefix from width calculation.asynts
2020-10-06HexEditor: Use new format functions.asynts
2020-09-11HexEditor: Use widget override cursorsAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-19HexEditor: Make the application theme-awareTibor Nagy
2020-02-19HexEditor: Clear tracked changes when setting a new bufferTibor Nagy
2020-02-19HexEditor: Fix out of bounds cursorTibor Nagy
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-10-27HexEditor: Created has_selection() method.Brandon Scott
2019-10-27HexEditor: Added fill selection action.Brandon Scott
2019-10-24HexEditor: Added a multi-label status bar, and a new copy option.Brandon Scott
2019-10-21HexEditor: Fix half byte offset bugBrandon Scott
2019-10-21HexEditor: Fixed off-by-one copying bugBrandon Scott
2019-10-21HexEditor: Reverse selectionsBrandon Scott
2019-10-13HexEditor: Initial application releaseBrandon Scott