Andreas Kling
1dd1595043
LibGUI: Make GUI::Application a Core::Object
...
Having this on the stack makes whole-program teardown iffy. Turning it
into a Core::Object allows anyone who needs it to extends its lifetime.
2020-07-04 14:05:57 +02:00
Andreas Kling
d480944f6a
ClipboardHistory: Use pledge() and unveil() :^)
2020-06-18 22:34:15 +02:00
Hüseyin ASLITÜRK
3a676c6fd2
ClipboardHistory: Replace IconWidget with GUI::Image
2020-06-18 16:35:57 +02:00
Andreas Kling
ff4eaa12b4
ClipboardHistory: Always place the applet at the same location :^)
2020-05-20 20:24:44 +02:00
Sergey Bugaev
f7ae66cee3
ClipboardHistory: Add a clipboard history applet :^)
...
It will listen for clipboard content changes in the backgroud. Once you click
on its icon, it will pop up a window listing all recorded clipboard contents.
You can then double-click on an item to copy it again.
2020-05-16 09:13:25 +02:00