summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-08-15Terminal: Mark window as alpha-less when starting up with 100% opacityAndreas Kling
2019-08-14SystemMonitor: Paint the "used" disk space column as a progress barAndreas Kling
2019-08-14SystemMonitor: Add a PCI devices tabSergey Bugaev
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
2019-08-13Terminal: Only repaint the lines that actually changedAndreas Kling
2019-08-13Terminal: Clip to the paint event rectAndreas Kling
2019-08-13Terminal: Rename Terminal => TerminalWidgetAndreas Kling
2019-08-13LibVT: Rename VT::BufferPosition to VT::Position and move to own fileAndreas Kling
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling
2019-08-12ProcessManager: Hook the sort order for the file systems JSON modelAndreas Kling
2019-08-11ProcessManager: Add "File systems" tab with info on mounted filesystemsAndreas Kling
2019-08-10LibCore: Use URL in CHttpRequestAndreas Kling
2019-08-10ProcessManager: Use a GJsonArrayModel for the process memory mapsAndreas Kling
2019-08-10GJsonArrayModel: Support fields that aren't tied to a single JSON valueAndreas Kling
2019-08-10ProcessManager: Use a GJsonArrayModel for the process file desciptorsAndreas Kling
2019-08-10GJsonArrayModel: Add an optional "massage_for_display" fieldspec hookAndreas Kling
2019-08-10ProcessManager: Remove SocketModel and NetworkAdapterModelAndreas Kling
2019-08-10Calculator: Add a simple calculator appSergey Bugaev
2019-08-09ProcessManager: Enable automatic column sizing for all table viewsAndreas Kling
2019-08-09ProcFS: Make a new nifty /proc/net directorySergey Bugaev
2019-08-08ProcessManager: Add a "Network" tab with live adapter and socket statsAndreas Kling
2019-08-08ProcessManager: Tweak memory stats widget layout to fit more textAndreas Kling
2019-08-07ChanViewer: Show "" instead of "undefined" for missing thread subjectsAndreas Kling
2019-08-06Terminal: Fix trying to free() a stack variableSergey Bugaev
2019-08-05ChanViewer: Add a status bar to show loading statusAndreas Kling
2019-08-05ChanViewer: Fetch the list of boards and allow switching the boardAndreas Kling
2019-08-05ChanViewer: Show thread subjects in the catalog viewAndreas Kling
2019-08-04ChanViewer: If catalog download fails, don't try to parse response JSONAndreas Kling
2019-08-04ChanViewer: Give this application a simple window iconAndreas Kling
2019-08-04ChanViewer: Show the time of each post in the thread catalogAndreas Kling
2019-08-04ChanViewer: Start working on a simple read-only 4Chan viewerAndreas Kling
2019-08-04Terminal: Paint bold text with a bold font.Andreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-03FontEditor(UI): Update the groupbox to have the right background colorAndreas Kling
2019-08-03Kernel+ProcessManager: Add some more info to /proc/PID/fdsAndreas Kling
2019-08-03LibCore: Make get_current_user_home_path() return String & close passwdAndreas Kling
2019-08-03ProcessManager: Add a new per-proces "open files" view showing open FDsAndreas Kling
2019-08-03Piano: Add mouse support for playing notesConrad Pankoff
2019-08-01ProcessManager: Fix timer leak in ProcessStacksWidgetAndreas Kling
2019-07-31FileManager: Show home directory by default, or command line argumentConrad Pankoff
2019-07-29TextEditor: Include extension during SaveAsrhin123
2019-07-29Kernel+ProcessManager: Let processes have an icon and show it in the table.Andreas Kling
2019-07-28ProcessManager: Add a "Memory map" view to show a process's VM layout.Andreas Kling
2019-07-28WindowServer+LibGUI: Remove old "icon path" way of doing things.Andreas Kling
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-27TextEditor: Let's have line numbers starting at 1.Andreas Kling
2019-07-27TextEditor: Add back lost "Save as..." action.Andreas Kling
2019-07-27ProcessManager: Oops, the process-specific view should not be global.Andreas Kling
2019-07-27Piano: Add an (empty) menubar so the app looks a little more complete.Andreas Kling
2019-07-27ProcessManager: Add a process-specific tab view below the process table.Andreas Kling