Truly independent web browser
Find a file
Andreas Kling 11db8c1697 Add a simple close button ("X") to windows.
Clicking the button generates a WindowCloseRequest event which the client app
then has to deal with. The default behavior for GWindow is to close() itself.

I also added a flag, GWindow::should_exit_event_loop_on_close() which does
what it sounds like it does.

This patch exposed some bugs in GWindow and GWidget teardown.
2019-02-05 10:31:37 +01:00
AK AK: Vector::data() shouldn't crash if the vector is empty. 2019-02-05 07:12:45 +01:00
Base Rename LizaBold to LizaRegular and LizaBlack to LizaBold. 2019-02-05 09:08:25 +01:00
Clock Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
FontEditor Rename LizaBold to LizaRegular and LizaBlack to LizaBold. 2019-02-05 09:08:25 +01:00
Kernel Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
LibC Add a /bin/top program for process table monitoring. 2019-02-04 10:28:12 +01:00
LibGUI Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
SharedGraphics Show the amount of memory in GraphicsBitmaps in /bin/top. 2019-02-05 09:27:27 +01:00
Terminal Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
Userland Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
WindowServer Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
.gitignore Tweak .gitignore. 2019-01-28 20:38:53 +01:00