summaryrefslogtreecommitdiff
path: root/Userland/Applications/KeyboardSettings
AgeCommit message (Expand)Author
2021-11-03LibGUI+Settings: Remove superfluous margin setsFrHun
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-08-31KeyboardSettings: Use LibConfig intead of Core::ConfigFileMustafa Quraish
2021-08-31KeyboardSettings: Reuse generic GUI::ItemListModelKarol Kosek
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-31KeyboardSettings: Remove outdated FIXMEAndreas Kling
2021-07-27KeyboardSettings: Fix button marginsFrHun
2021-07-26KeyboardSettings: Prevent minimising the windowJamie Mansfield
2021-07-26KeyboardSettings: Prevent resizing the windowJamie Mansfield
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21KeyboardSettings: Use typical OK-Cancel-Apply arrangementJamie Mansfield
2021-07-05KeyboardSettings+Kernel: Setting to enable Num Lock on loginForLoveOfCats
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling