1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/Applications
Timothy Slater 6a4fdae575 HexEditor: Add Value Inspector
This adds a value inspector window to the Hex Editor. This window shows
the data at the current cursor position (or selection start if a range
is selected) interpreted as a variety of data types.

Currently supported values include 8, 16, 32, and 64 bit signed and
unsigned values as well as float and double.

The inspector can operate in both little endian and big endian modes.
This is switched between by options in the View menu.
2022-04-07 16:55:20 +04:30
..
3DFileViewer LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically 2022-04-06 11:32:24 +02:00
About About: Port to LibMain 2021-12-17 13:09:54 -08:00
AnalogClock AnalogClock: Keep default alpha hit threshold 2022-04-06 11:36:15 +02:00
Assistant Applications: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Browser LibWeb+Browser: Remove Web::WebViewHooks class 2022-04-06 19:35:08 +02:00
BrowserSettings BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gml 2022-02-18 19:21:12 +01:00
Calculator Calculator: Update mimic_pressed for refactor into the Button class 2022-04-03 12:21:50 +02:00
Calendar Applications: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
CharacterMap CharacterMap+FontEditor: Switch current Unicode block on arrow press 2022-03-04 11:53:04 -05:00
ClockSettings ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00
CrashReporter Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Debugger Applications: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
DisplaySettings DisplaySettings+WindowServer: Allow updating theme without background 2022-04-03 12:58:46 +02:00
FileManager Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 2022-03-24 11:57:51 +01:00
FontEditor LibGUI+FontEditor: Add context menu for editor actions 2022-03-20 20:00:25 +01:00
Help LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
HexEditor HexEditor: Add Value Inspector 2022-04-07 16:55:20 +04:30
ImageViewer Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KeyboardMapper Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KeyboardSettings Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Magnifier Applications: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Mail Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
MailSettings LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
MouseSettings Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
PDFViewer PDFViewer: Propagate more errors 2022-04-04 14:59:37 +02:00
Piano Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PixelPaint Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Run Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Settings Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
SoundPlayer Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpaceAnalyzer Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Spreadsheet Spreadsheet: Change paste action's enabled state on clipboard change 2022-04-06 18:32:49 +02:00
SystemMonitor SystemMonitor: Default initialize all thread state variables 2022-04-06 22:41:54 +02:00
Terminal Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TerminalSettings Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
TextEditor TextEditor: Update file argument parser regex pattern 2022-04-03 18:54:47 +04:30
ThemeEditor Applications: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
VideoPlayer Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Welcome Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CMakeLists.txt ClockSettings: Add a GUI application to set the system time zone 2022-01-23 12:48:26 +00:00