summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2023-06-04Kernel: Move {Virtual,Physical}Address classes to the Memory directoryLiav A
2023-06-01LibGUI: Add support for jumping to a line and column in TextEditorCaoimhe
2023-05-27HackStudio: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-19LibCore: Migrate Command from Deprecated{File,String}Ben Wiederhake
2023-05-19HackStudio: Prefer FileSystem::copy_file_or_directoryBen Wiederhake
2023-05-16LibWebView: Remove the DumpLayoutTree programTimothy Flynn
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-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-13HackStudio: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-05LibMarkdown+LibSyntax: Add a Markdown syntax highlighterMaciej
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-30HackStudio: Move around execution order and prevent crashingiyush
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25Applications: Update man page links for applicationsTim Ledbetter
2023-04-24SQLStudio: Convert `MainWidget` to a failable constructorCameron Youell
2023-04-20SQLStudio: Propagate errors from `MainWidget::initialize_menubar()`Karol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-13HackStudio: Set_cursor even if the file is already openiyush
2023-04-12Applications: Use thousands separator for numbers shown in status barTim Ledbetter
2023-04-06HackStudio: Add configuration domain pledge for FileManagerEvan Smal
2023-04-06GMLPlayground: Pledge Calendar domainCameron Youell
2023-03-31HackStudio: Migrate git-diff indicators to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate execution-position indicator to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate breakpoint indicators to TextEditor APISam Atkins
2023-03-21LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`Cameron Youell
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron 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-16LibGUI+Userland: Port TabWidget set_tab_title to new stringKarol Kosek