Andreas Kling
|
6673284b06
|
LibGUI: Switch to a resizing cursor when hovering or using a GSplitter.
Also expose the various standard cursors on WSWindowManager so they can
be reused by the override mechanism.
|
2019-04-02 02:34:09 +02:00 |
|
Andreas Kling
|
dcf6726487
|
WindowServer: Add support for per-window override cursors.
Use this to implement automatic switching to an I-beam cursor when hovering
over a GTextEditor. :^)
|
2019-03-31 23:52:02 +02:00 |
|
Andreas Kling
|
2334ffcbf8
|
WindowServer: Add a WSCursor class (a bitmap and a hotspot.)
Also import a bunch of cursors I drew. Only the default ("arrow") cursor is
ever used so far.
|
2019-03-31 22:09:10 +02:00 |
|