summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack
2022-12-11LibX86: Only pass ProcessorMode to Instruction constructorItamar
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-08LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct nameTimothy Flynn
2022-12-07UserspaceEmulator: Implement MOV_RM16_segAndreas Kling
2022-12-07UserspaceEmulator: Implement MOV_seg_RM32 and MOV_seg_RM16Andreas Kling
2022-12-07UserspaceEmulator: Implement PUSH_{CS,DS,ES,FS,GS,SS}Andreas Kling
2022-12-07UserspaceEmulator: Add SoftCPU getters for FS and GSAndreas Kling
2022-12-07UserspaceEmulator: Initialize the FS segment on startupAndreas Kling
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::ValueTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediatelyTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDsTimothy Flynn
2022-12-07SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServerTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-30HackStudio: Replace blank file when opening a new oneFiliph Sandström