Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2021-01-04 | LibGUI: Simplify ToolBarContainer by using shrink-to-fit | Andreas Kling |
2021-01-03 | LibGUI: Move widget registrations to the corresponding cpp file | Andrew Kaster |
2021-01-01 | LibCore: Remove Core::Object::is_widget() in favor of RTTI | Andreas Kling |
2020-12-30 | LibGUI: Rewrite layout system in terms of min and max sizes | Andreas Kling |
2020-10-03 | LibGUI: Don't paint borders for invisible bars in ToolBarContainer | Andreas Kling |
2020-10-03 | LibGUI: Don't accomodate invisible children in ToolBarContainer height | Andreas Kling |
2020-04-25 | LibGUI: Make ToolBarContainer better at reacting to child events | Andreas Kling |
2020-04-23 | LibGUI: Add a ToolBarContainer widget and put most ToolBars in one | Andreas Kling |