serenity/Userland
Liav A 6a998c1a8b HexEditor: Add support for handling PageUp and PageDown key events
In such case, move the cursor up or down the amount of bytes per row,
multiplied by the visible content rectangle height, if possible.
2022-02-20 15:44:36 +01:00
..
Applets Userland/Applets: Use default constructors/destructors 2022-02-13 21:27:17 +00:00
Applications HexEditor: Add support for handling PageUp and PageDown key events 2022-02-20 15:44:36 +01:00
Demos Demos: Use default constructors/destructors 2022-02-15 23:00:03 +02:00
DevTools Playground: Show last saved time when asked about unsaved changes 2022-02-20 08:40:26 -05:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Libraries LibRegex: Make codegen+optimisation for alternatives much faster 2022-02-20 11:53:59 +01:00
Services RequestServer: Bump the ConnectionCache concurrent connection limit to 4 2022-02-18 16:12:42 +03:30
Shell Shell: Use an opaque default color for BarewordLiteral 2022-02-19 11:33:28 +01:00
Utilities ls: Add option -1 which lists one file per line 2022-02-19 18:18:13 -08:00
CMakeLists.txt