summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Playground
AgeCommit message (Expand)Author
2021-09-12Playground: Ask to save file contents on quit actionKarol Kosek
2021-07-29LibGUI+Playground: Move GMLAutocompleteProvider to LibGUIConor Byrne
2021-07-24GML Playground: Add Vim emulationPhoenix
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-06-22Playground: Prompt to save changes after the user picked a file to openGunnar Beutner
2021-06-22Playground: Add a menu action to save the fileGunnar Beutner
2021-06-22Playground: Ask to save changes even when the document was never savedGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-05LibGUI: Fix off-by-one error in Lexer tokensMax Wipfli
2021-06-02TextEditor/GMLPlayground: Don't close app if user aborts save on exitMatthew Jones
2021-05-26Playground: Start out with a GUI::Frame on the right hand sideAndreas Kling
2021-05-17Playground: Show the modified state in the window titlefaxe1008
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-11Playground: Add Alt shortcuts to menusAndreas Kling
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-29Playground: Autocomplete after empty {}Edgar Araújo
2021-03-29Playground: Move AutocompleteProvider to a separate fileEdgar Araújo
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas 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-12DevTools: Move to Userland/DevTools/Andreas Kling