summaryrefslogtreecommitdiff
path: root/Userland/DevTools/GMLPlayground
AgeCommit message (Expand)Author
2023-06-01LibGUI: Add support for jumping to a line and column in TextEditorCaoimhe
2023-05-16GMLPlayground: Keep view_frame_action around to prevent a crashSam Atkins
2023-05-16GMLPlayground: Make 'Open' action start in the Application source folderKarol Kosek
2023-05-16GMLPlayground: Reuse request_close() in 'Open' and recent files actionsKarol Kosek
2023-05-16GMLPlayground: Use current file name in the 'Save as...' dialogKarol Kosek
2023-05-16GMLPlayground: Use `try_make` for syntax highlighting and autocompleteKarol Kosek
2023-05-16GMLPlayground: Set parent window for preview windowKarol Kosek
2023-05-16GMLPlayground: Remove one DeprecatedString usageKarol Kosek
2023-05-16GMLPlayground: Handle drop eventsKarol Kosek
2023-05-16GMLPlayground: Extract most logic into a MainWidget classKarol Kosek
2023-05-16GMLPlayground: Set file path when reading fileKarol Kosek
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-25Applications: Update man page links for applicationsTim Ledbetter
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-06GMLPlayground: Pledge Calendar domainCameron Youell
2023-03-20GMLPlayground: Let WindowServer handle the title's modification symbolSam Atkins
2023-03-20GMLPlayground: Add list of recent files to the File menuSam Atkins
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-13GMLPlayground: Add a toolbarSam Atkins
2023-01-13GMLPlayground: Move layout to GMLSam Atkins
2023-01-07GMLPlayground: Port to `Core::Stream`Lucas CHOLLET
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-05GMLPlayground: Fill preview window with background colorSam Atkins
2023-01-01LibGUI+Userland: Make GML unregistered_child_handler fallibleSam Atkins
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-26GMLPlayground: Replace /proc/all unveil with /sys/kernel/processesTimothy Flynn
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-24GMLPlayground: Restrict filesystem access using `unveil()`Karol Kosek
2022-10-24GMLPlayground: Open and save files using FileSystemAccessClientKarol Kosek
2022-10-15GMLPlayground: Allow previewing GML in a separate windowSamuel Bowman
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28Playground: Rename the application to GMLPlaygroundLinus Groh