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 |
|