1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Libraries
Andreas Kling c59b053ad6 GSlider: Add support for vertical sliders.
You now have to pass an Orientation to the GSlider constructor. It's not
possible to change the orientation after construction.

Added some vertical GSliders to the WidgetGallery demo for testing. :^)
2019-07-20 19:32:12 +02:00
..
LibAudio AWavLoader: Share code between 24/16/8 bit reading 2019-07-18 13:45:10 +02:00
LibC Kernel: Only allow superuser to halt() the system (#342) 2019-07-19 13:08:26 +02:00
LibCore CEventLoop: Use Vector::prepend(Vector&&) to shuffle events to outer loop. 2019-07-20 16:11:45 +02:00
LibDraw LibDraw: Add orientation-based offset/size manipulation helpers. 2019-07-20 19:32:12 +02:00
LibGUI GSlider: Add support for vertical sliders. 2019-07-20 19:32:12 +02:00
LibHTML LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
LibM Libraries: Unbreak "make install" with new directory locations. 2019-07-04 16:41:42 +02:00