Andreas Kling
f4b51a63ec
LibCore: Remove CTimer::create() overloads in favor of construct()
2019-09-21 18:13:17 +02:00
Andreas Kling
50a6560413
LibCore: Convert CTimer to ObjectPtr
2019-09-20 15:20:10 +02:00
Andreas Kling
b4a2bb9383
GScrollBar: Scrolling with the mouse wheel should use step increments
2019-09-06 15:01:08 +02:00
Andreas Kling
dc3c6be6f2
GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over it
2019-08-20 20:11:20 +02:00
Andreas Kling
a1a4013b1c
LibGUI: Make the timers in GAbstractButton and GScrollBar into children
2019-08-18 12:14:15 +02:00
Ignas S
feabe6ed31
GScrollBar: highlight the scrubber while it's in use.
...
Originally, it would stop being highlighted if the mouse was moved away from
it, even while in use. Now it will stay highlighted for the duration of
usage.
2019-08-11 12:00:10 +02:00
Andreas Kling
aa2224a2f0
GWidget: Add set_preferred_size(width, height) overload.
...
It was annoying to always write set_preferred_size({ width, height }). :^)
2019-07-20 22:39:24 +02:00
Andreas Kling
1c0669f010
LibDraw: Introduce (formerly known as SharedGraphics.)
...
Instead of LibGUI and WindowServer building their own copies of the drawing
and graphics code, let's it in a separate LibDraw library.
This avoids building the code twice, and will encourage better separation
of concerns. :^)
2019-07-18 10:18:16 +02:00
Andreas Kling
04b9dc2d30
Libraries: Create top level directory for libraries.
...
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
2019-07-04 16:16:50 +02:00