summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-16LibGUI+HackStudio+PixelPaint: Port Widget title to the new StringKarol Kosek
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-11HackStudio: Use Syntax::Language instead of our own oneSam Atkins
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-08HackStudio: Store correct address in ClassViewModel's ModelIndicesSam Atkins
2023-03-08HackStudio: Enable CMakeCache.txt highlightingSam Atkins
2023-03-06Kernel: Stop using NonnullLockRefPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05Kernel: Move process coredump metadata modification to the prctl syscallLiav A
2023-03-04HackStudio: Enable CMake syntax highlightingSam Atkins
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-03HackStudio: Don't hard-code a default code fontAndreas Kling
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-24HackStudio: Add 'pause debuggee' buttonItamar
2023-02-24SystemMonitor: Add "Debug In HackStudio" action to process context menuItamar