summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/MultiView.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-25LibGUI: Put actions in order in MultiViewKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts for changing views in MultiViewKarol Kosek
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-19LibGUI: Register GUI::MultiViewAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling