Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling | |
2020-10-06 | SystemMonitor: Use new format functions. | asynts | |
2020-09-22 | SystemMonitor: Wrap file descriptor and unveiled paths model into a ↵ | Tibor Nagy | |
SortingProxyModel | |||
2020-05-21 | LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing | Andreas Kling | |
Auto-sizing of view columns is now enabled by default. This removes the last remaining need for ColumnMetadata, so this patch gets rid of it. | |||
2020-03-04 | LibGUI: Use set_layout<LayoutType>() in lots of client code | Andreas Kling | |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling | |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |
2020-02-06 | LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout | Andreas Kling | |
2020-02-06 | LibDraw: Put all classes in the Gfx namespace | Andreas Kling | |
I started adding things to a Draw namespace, but it somehow felt really wrong seeing Draw::Rect and Draw::Bitmap, etc. So instead, let's rename the library to LibGfx. :^) | |||
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling | |
This took me a moment. Welcome to the new world of GUI::Widget! :^) | |||
2020-02-02 | LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes | Andreas Kling | |
2020-01-20 | SystemMonitor: Add an "Unveiled paths" section to the per-process tabs | Andreas Kling | |
This shows the data from /proc/PID/unveil in a nice table view. :^) |