Files
ladybird/Libraries/LibGUI
Andreas Kling 870bc2a4d1 LibGUI: Get rid of GWindow's destroy-on-close mechanism
Since we're moving to a world of ref-counting, we can't have weird
behaviors like "windows delete themselves when you close them."

The "close app when there are no more windows" mechanism is moved
to GWindow::hide(). Now, we close the app when it has no more
windows on screen.
2019-09-21 18:53:17 +02:00
..
2019-09-20 19:36:39 +02:00
2019-07-25 19:49:28 +02:00
2019-07-11 15:49:47 +02:00
2019-09-21 16:33:53 +02:00
2019-07-31 07:07:59 +02:00
2019-09-21 17:05:35 +02:00