1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 10:31:00 +00:00
serenity/Libraries
Andreas Kling 5c7bb09a73 GTreeView: Support multiple root-level items
Previously it was only possible to have a single root-level item in a
GTreeView. This was an oversight and I didn't realize it because this
code was only ever used in the FileManager, which has one root ("/").

Also factored out item toggling into a separate function, and increase
the base indentation level so that root items can be toggled as well.

Finally, let the user toggle the selected item with the spacebar. :^)
2019-08-18 10:17:00 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API 2019-08-18 07:40:02 +02:00
LibCore LibCore: Fix a crash in CArgsParser 2019-08-17 12:07:55 +02:00
LibDraw StylePainter: Move progress bar painting from GProgressBar to here 2019-08-14 20:31:46 +02:00
LibGUI GTreeView: Support multiple root-level items 2019-08-18 10:17:00 +02:00
LibHTML LibHTML: Implement basic block height computation 2019-08-18 08:39:52 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibVT LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes 2019-08-13 12:59:58 +02:00