Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-02 | SystemMonitor: Make all tabs except the process table lazily loaded | Andreas Kling | |
We now use GLazyWidget for all the secondary tabs, which makes the program start up way faster than before. There's a noticeable delay when you click on the "PCI Devices" tab for the first time, but that's definitely better than always eating that delay before seeing a window at all. :^) | |||
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling | |
Now that CObject is fully ref-counted, just use RefPtr everywhere! :^) | |||
2019-09-21 | LibCore: Convert CFile to ObjectPtr | Andreas Kling | |
2019-09-21 | LibGUI: Convert GWidget to ObjectPtr | Andreas Kling | |
2019-09-21 | LibGUI: Convert GLabel to ObjectPtr | Andreas Kling | |
2019-08-14 | ProcessManager: Rename it to SystemMonitor | Sergey Bugaev | |
This is a more appropriate name now that it does a lot more than just manage processes ^) |