summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
2022-11-30HackStudio: User-definable documentation search pathsFiliph Sandström
2022-11-30SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarityTimothy Flynn
2022-11-29HackStudio: Remove FindWidgetthankyouverycool
2022-11-26Profiler: Don't stop disassembly on invalid instructionsSimon Wanner
2022-11-26LibX86: Add {Address,Operand}Size::Size64Simon Wanner
2022-11-26LibX86+UserspaceEmulator: Introduce AddressSize and OperandSize enumsSimon Wanner
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-27Kernel: Make scheduler control syscalls more generickleines Filmröllchen
2022-10-26GMLPlayground: Replace /proc/all unveil with /sys/kernel/processesTimothy Flynn
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-24Inspector: Reopen picker UI after selecting Inspectorcrpz1
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
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-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-11HackStudio: Set proper action scope for editor shortcutsTimothy Slater
2022-10-06HackStudio: Use a single global tooltip windowItamar
2022-10-06HackStudio: Remove adjustment of text range for documentation tooltipItamar
2022-10-06HackStudio: Prevent closing the last editor groupMarco Cutecchia
2022-10-06HackStudio: Remove the 'Open in a new tab' actionMarco Cutecchia