summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Playground/main.cpp
AgeCommit message (Expand)Author
2022-01-18Playground: Enable line numbers in the GML editorBrian Gianforcaro
2021-12-18Playground: Convert to try_create_default_iconAstraeus-
2021-12-11Playground: Remove redundant pledge()bugreport0
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24Playground: Port to LibMain :^)Andreas Kling
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-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-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-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: 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