Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-25 | LibGUI: Fix ColumnsView.cpp build | Andreas Kling | |
2020-02-25 | LibGUI: Make descendants of AbstractView define their own select_all() (#1201) | DAlperin | |
AbstractView does not know which column it's displaying which makes it impossible to implement the select_all functionality up there. Now descendants override the pure virtual select_all method and implement it themselves. | |||
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling | |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling | |
2020-02-23 | LibGUI: Make GUI::Frame have the 2px sunken container look by default | Andreas Kling | |
The overwhelming majority of GUI::Frame users set the same appearance, so let's just make it the default. | |||
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling | |
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it. | |||
2020-02-15 | LibGUI: Use inactive selection colors from palette instead of hardcoding them | Tibor Nagy | |
2020-02-14 | LibGUI: Remove some header dependencies from Widget.h | Andreas Kling | |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |