summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2023-01-13AK: Add support for "debug only" formattersMacDue
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-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-11HackStudio: Hide autocomplete popup when switching tabsMatthew Olsson
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-07GMLPlayground: Port to `Core::Stream`Lucas CHOLLET
2023-01-07Userland: Silence warnings from ElapsedTimer::elapsed() type changeAndrew Kaster
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
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-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-01LibGUI+Userland: Make GML unregistered_child_handler fallibleSam Atkins
2022-12-30SQLStudio: Remove (unimplemented) ability to open database storage filesTimothy Flynn
2022-12-30SQLStudio: Display error message boxes when connections/executions failTimothy Flynn
2022-12-30SQLStudio: Add an option to select or specify the database to connect toTimothy Flynn
2022-12-30SQLStudio: Only display the character/word count of selected textTimothy Flynn
2022-12-30SQLStudio: Close the current SQL connection before opening a new oneTimothy Flynn
2022-12-30SQLStudio: Simplify action handling a bitTimothy Flynn
2022-12-30SQLStudio: Protect against possible crash when saving an empty fileTimothy Flynn
2022-12-30SQLStudio: Convert SQLStudio to GMLTimothy Flynn
2022-12-30sql+SQLStudio: Recover from errors preparing SQL statementsTimothy Flynn
2022-12-28DevTools: Remove i686 supportLiav A
2022-12-28HackStudio: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-26HackStudio: Remove `release_values_but_fixme_should_propogate_errors`sominusliticus
2022-12-25Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttonsAayush
2022-12-23HackStudio: Make a new ProjectBuilder object when opening a projectKarol Kosek
2022-12-23HackStudio: Open projects after the action tab was createdKarol Kosek
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-22AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()Sam Atkins
2022-12-21HackStudio: Fix typo in one error messageKarol Kosek
2022-12-20HackStudio: Port to `Core::Stream::File` :^)Karol Kosek
2022-12-16HackStudio: Add a factory function for DebugInfoWidgetBaitinq
2022-12-16HackStudio: Add a factory function for HackStudioWidgetBaitinq
2022-12-16Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscallLiav A
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher