summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-04-22TextEditor: Add "Find Previous" 16x16 iconBrendan Coles
2020-04-22FileManager: Fix buildAndreas Kling
2020-04-22FileManager: Exit the application cleanly when failing to open initial directoryangel
2020-04-22FileManager: Graceful handling of access errorsangel
2020-04-21WindowServer+SystemMenu: Check the current system theme on startupAndreas Kling
2020-04-21SystemMenu: Make the system theme menu items checkable (and exclusive)Andreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-21PaintBrush: Initial support for transparency. (#1883)Nicolas Van Bossuyt
2020-04-21TextEditor: Add "Find Next" 16x16 iconBrendan Coles
2020-04-20Debugger: Add source-level operationsItamar
2020-04-20FileManager+LibGUI: Allow drop on entire DirectoryViewangel
2020-04-20DirectoryView: Don't push same path twice to historyangel
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-04-19PaintBrush: Fix crash with flood fill. (#1881)Nicolas Van Bossuyt
2020-04-19FileManager: Replicate permissions on directory copy (#1437)angel
2020-04-19FileManager: Fix recursive copy on dragangel
2020-04-19FileManager: Ignore empty selections on tree viewangel
2020-04-19Browser: Make removal of bookmark persistent (#1865)Vojtech Moravec
2020-04-19Browser: Fix opening non-file URLs passed in argvSergey Bugaev
2020-04-19LibCore+LibGUI: Move DesktopServices to LibCoreSergey Bugaev
2020-04-18FileManager: Allow running in desktop modeAndreas Kling
2020-04-18FileManager: Use URL::create_with_file_protocol() in one placeAndreas Kling
2020-04-18Browser: Use URL::create_with_file_protocol() in one placeAndreas Kling
2020-04-18FileManager: Use GUI::DesktopServices::open() to open filesAndreas Kling
2020-04-18IRCClient: Use sub-menus for app channel menu and member context menuBrendan Coles
2020-04-18Taskbar: Remove frame around quick-launch iconsAndreas Kling
2020-04-16Debugger: Use LibLineItamar
2020-04-16Userland: Add "functrace" utilityItamar
2020-04-15Piano: Use NumericLimits<T>Andreas Kling
2020-04-15DisplayProperties: Make the preview calculation more accurate (#1807)Hüseyin ASLITÜRK
2020-04-15Browser: Default page title to URL if no title is providedNick Tiberi
2020-04-14Kernel: Don't include null terminator in sys$readlink() resultSergey Bugaev
2020-04-13Debugger: Repeat previous command when an empty command is enteredItamar
2020-04-13Debugger: Add single step commandItamar
2020-04-13Debugger: Breakpoints now persist after being trippedItamar
2020-04-13Debugger: Print where we're stopped atItamar
2020-04-13LibELF: Add find_demangled_functionItamar
2020-04-13Debugger: Add pledgesItamar
2020-04-13Debugger: Add DebugSessionItamar
2020-04-13ptrace: Add PT_SETREGSItamar
2020-04-13ptrace: Stop a traced thread when it exists from execveItamar
2020-04-13ptrace: Add PT_POKEItamar
2020-04-13Debugger: Get entry point of debugged processItamar
2020-04-13ptrace: Add PT_PEEKItamar
2020-04-13CPU: Handle breakpoint trapItamar
2020-04-12QuickShow: Small code edits to fit standardsHüseyin ASLITÜRK
2020-04-12QuickShow: Toolbar for who love to use mouseHüseyin ASLITÜRK
2020-04-12QuickShow: Add Delete actionHüseyin ASLITÜRK
2020-04-12QuickShow: Use Core::ArgsParser to handle parametersHüseyin ASLITÜRK