Andreas Kling
94ca55cefd
Meta: Add license header to source files
...
As suggested by Joshua, this commit adds the 2-clause BSD license as a
comment block to the top of every source file.
For the first pass, I've just added myself for simplicity. I encourage
everyone to add themselves as copyright holders of any file they've
added or modified in some significant way. If I've added myself in
error somewhere, feel free to replace it with the appropriate copyright
holder instead.
Going forward, all new source files should include a license header.
2020-01-18 09:45:54 +01:00
Jami Kettunen
cece0d230d
Applications: Add new keyboard shortcuts & update few existing ones
2020-01-01 01:23:27 +01:00
Jami Kettunen
7f15604f72
HexEditor: Clarify in InputBox which offset (Hex/Dec) you're Going To
2020-01-01 01:23:27 +01:00
Andreas Kling
fd5eb79d19
LibGUI: Make GMenu inherit from CObject
...
This is primarily to make it possible to pass a GMenu* where a CObject*
is expected.
2019-12-09 21:05:44 +01:00
Brandon Scott
98e556fee9
HexEditor: Created has_selection() method.
...
Created has_selection() method and fixed a few small issues.
2019-10-27 00:44:42 +02:00
Brandon Scott
c77fe5161c
HexEditor: Added fill selection action.
...
Added the ability to fill the current selection with a given byte.
2019-10-27 00:44:42 +02:00
Brandon Scott
f947353a56
HexEditor: Added new file action.
...
Added a new file action, allowing you to create a new file of a specific
size.
2019-10-27 00:44:42 +02:00
Brandon Scott
e3fbd2fe60
HexEditor: Added a multi-label status bar, and a new copy option.
...
Make use of the new multi-label status bar, and added a menu
option to allow you to copy generated C code from a selection
to the clipboard.
2019-10-24 09:57:27 +02:00
Brandon Scott
a76b02f741
HexEditor: Added navigate to a hex offset
...
Added the ability to navigate to a specified hex offset.
2019-10-21 09:45:21 +02:00
Brandon Scott
48ef1d1bd1
HexEditor: Initial application release
...
The very first release of the Hex Editor for Serenity.
2019-10-13 08:45:49 +02:00