quickshell/src
outfoxxed 5f4d7f89db
core/log: fix log corruption with messages at 29 second deltas
29, or 0x1d is used as a marker to mean the log level and time delta
cannot fit in a single byte, and the time delta will be a varint
following the current byte.

Prior to this commit, 29 second deltas would be written as 0x1d
instead of 0x1d1d, which the parser interpreted as a hint to read the
next byte, causing the parser to become offset by one byte and all
following logs to be potentially corrupt.
2024-08-10 01:35:52 -07:00
..
core core/log: fix log corruption with messages at 29 second deltas 2024-08-10 01:35:52 -07:00
dbus core/menu: add handle support to QsMenuOpener + add handle to tray 2024-07-25 02:51:17 -07:00
io docs: use new member reference shorthand 2024-07-21 17:41:49 -07:00
services core/util: add experimental member macros 2024-07-30 20:23:57 -07:00
wayland wayland/toplevel_management: add ToplevelManager.activeToplevel 2024-07-31 23:10:08 -07:00
x11 x11: add XPanelWindow 2024-05-20 02:16:44 -07:00
CMakeLists.txt x11: add XPanelWindow 2024-05-20 02:16:44 -07:00
main.cpp root: recreate the qml engine on reload instead of clearing it 2024-03-12 14:55:51 -07:00