Andreas Kling
|
dc28c07fa5
|
Applications: Move to Userland/Applications/
|
2021-01-12 12:05:23 +01:00 |
|
Andreas Kling
|
b4f307f982
|
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Let's just say each window has a cursor, there's not really overriding
going on.
|
2020-09-11 14:26:37 +02:00 |
|
Andreas Kling
|
0f9be82826
|
LibGfx: Move StandardCursor enum to LibGfx
This enum existed both in LibGUI and WindowServer which was silly and
error-prone.
|
2020-09-10 19:25:13 +02:00 |
|
Hüseyin ASLITÜRK
|
1887e35dc8
|
KeyboardMapper: Replace char data type to u32 for code point
|
2020-06-16 13:15:17 +02:00 |
|
Hüseyin ASLITÜRK
|
3ebdb5ea30
|
Application: KeyboardMapper, make button to like a real key
Change key paint to more like a real key :)
|
2020-06-13 12:36:30 +02:00 |
|
Andreas Kling
|
116cf92156
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much
better visual clue about what type of metric is being used.
|
2020-06-10 10:59:04 +02:00 |
|
Hüseyin ASLITÜRK
|
d3578fdf9b
|
Applications: Add new KeyboardMapper application
New editing app for keymap files.
|
2020-06-03 21:52:40 +02:00 |
|