ladybird/Applications
Andreas Kling 21c56477b0 LibGUI: Add a GAbstractButton base class for button widgets.
This patch moves GButton and GRadioButton to inherit from it. This allows
them to share code for mouse event handling, etc.
2019-05-24 16:32:20 +02:00
..
About LibGUI: Add a GAbstractButton base class for button widgets. 2019-05-24 16:32:20 +02:00
Downloader Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
FileManager Added functionality to make back and forward buttons work in FileManager. Also 2019-05-24 00:24:28 +02:00
FontEditor LibGUI: Add a GAbstractButton base class for button widgets. 2019-05-24 16:32:20 +02:00
IRCClient Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Launcher Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
ProcessManager ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager. 2019-05-14 17:12:35 +02:00
Taskbar LibGUI: Add a GAbstractButton base class for button widgets. 2019-05-24 16:32:20 +02:00
Terminal Terminal: Uh, also change the one caller of beep() to sysbeep().. 2019-05-17 14:34:07 +02:00
TextEditor TextEditor: Make use of GFilePicker to select a file to open 2019-05-16 13:31:19 +02:00