summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-02-05Piano: Fix building with clangjoshua stein
2020-02-05Welcome: Pass -m to ld to fix building with clang/lldjoshua stein
2020-02-05SystemMonitor: Fix building with clangjoshua stein
2020-02-05FileManager: Include limits.h for PATH_MAXjoshua stein
2020-02-05FileManager: Fix building with clangjoshua stein
2020-02-05FileManager: Include sys/stat.h for struct statjoshua stein
2020-02-05HexEditor: Remove unused m_hover_posjoshua stein
2020-02-05FileManager: Remove unused m_row variablejoshua stein
2020-02-05Piano: Set some nice defaultsWilliam McPherson
2020-02-05Piano: Add releaseWilliam McPherson
2020-02-05Piano: Add attackWilliam McPherson
2020-02-05Piano: Add sustainWilliam McPherson
2020-02-05Piano: Make decay more accurateWilliam McPherson
2020-02-05Piano: Remove phony multiple same note playbackWilliam McPherson
2020-02-05Piano: Fix default knob valuesWilliam McPherson
2020-02-03LibC: Move waitpid() to sys/wait.hSergey Bugaev
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02Terminal: Remove an unused variableAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-02-02DisplayProperties: Highlight current wallpaper settings.asliturk
2020-02-02FileManager: Scope actions to the window where they logically belongAndreas Kling
2020-01-31Piano: Rewrite applicationWilliam McPherson
2020-01-30SystemMonitor: Unveil /devSergey Bugaev
2020-01-28LibGUI+FileManager: Try better to detect executablesSergey Bugaev
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-27FileManager: Show symlink targets in status bar messageAndreas Kling
2020-01-27LibGUI: Add symlink targets as a column in GFileSystemModelAndreas Kling
2020-01-27FileManager: Use stat() when activating a file/directoryAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-25Terminal: Start a new session before exec'ing the shellAndreas Kling
2020-01-25Terminal: Fetch the user shell from /etc/passwdAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23TextEditor: Focus the editor after opening a new fileAndreas Kling
2020-01-23TextEditor: Various UI text tweaksAndreas Kling
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-21Help: Use unveil()Andreas Kling
2020-01-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-21SystemMonitor: Use unveil()Andreas Kling
2020-01-21PaintBrush: Show which line thickness is selected in the tool menusAndreas Kling
2020-01-21Terminal: Unveil the user's config fileAndreas Kling
2020-01-21Terminal: Use unveil()Andreas Kling
2020-01-21About: Use unveil()Andreas Kling
2020-01-21Calculator: Use unveil()Andreas Kling
2020-01-20SystemMonitor: Add an "Unveiled paths" section to the per-process tabsAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18Calculator: Added keyboard inputrhin123
2020-01-18Help: Set tree view as focused widgetShannon Booth
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling