Andreas Kling
|
5e0577a042
|
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
I need a layer somewhere between AK (usable both by userspace and kernel)
and LibGUI (usable by userspace except WindowServer.) So here's LibCore.
|
2019-04-10 16:14:44 +02:00 |
|
Andreas Kling
|
c9b0d87927
|
LibGUI: Fix broken doubleclick detection due to uninitialized GElapsedTimer.
|
2019-04-01 22:03:32 +02:00 |
|
Andreas Kling
|
aef6030a80
|
LibC: Time-related POSIX compliance fixes.
|
2019-03-27 01:31:53 +01:00 |
|
Andreas Kling
|
20f7d7ec67
|
LibGUI: Add GWidget::doubleclick_event().
Now double-clicking an item in a GTableView or GItemView will activate it.
|
2019-03-25 01:43:32 +01:00 |
|