summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-01-11SystemMonitor: Display mount flagsSergey Bugaev
2020-01-10FileManager: Add a columns viewSergey Bugaev
2020-01-10LibGUI+FileManager: Misc tweaks courtesy of clang-formatSergey Bugaev
2020-01-10LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModelSergey Bugaev
2020-01-08Terminal: Put the Font menu items in an action group :^)Andreas Kling
2020-01-08SystemMonitor: Put the Frequency menu items in an action groupAndreas Kling
2020-01-08About: Focus the button on startupAndreas Kling
2020-01-07FileManager: Unbreak build after "select all" changesAndreas Kling
2020-01-07Filemanager: Add Ctrl+A select all actionShannon Booth
2020-01-05Browser+LibHTML: Change the way computed styles are queriedMatrix89
2020-01-05Browser+LibHTML: Deduplicate inspector codeMatrix89
2020-01-05Browser+LibHTML: Add "Computed" styles to the DOM inspectorMatrix89
2020-01-02PaintBrush: Select tool button on context menu eventShannon Booth
2020-01-02Browser+LibHTML: Add resolved element style to the DOM inspectorAndreas Kling
2020-01-02Kernel: Create support for PCI ECAMLiav A
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2020-01-01Applications: Add new keyboard shortcuts & update few existing onesJami Kettunen
2020-01-01HexEditor: Clarify in InputBox which offset (Hex/Dec) you're Going ToJami Kettunen
2019-12-31Applications: Implement some missing MenuBars & AboutDialogsJami Kettunen
2019-12-31Applications: Space out SystemMonitor & TextEditor in AboutDialogsJami Kettunen
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-30DisplayProperties: Add a menubarJesse Buhagiar
2019-12-30FontEditor: Add glyph spacing spinboxTibor Nagy
2019-12-29About: Embrace the SerenityOS nameAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process clean inode memoryAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process dirty private memoryAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-28Build: consider IPCCOMPILER and FORMCOMPILER just for orderingjoshua stein
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-27Build: Fix missing IPC dependency for Browser.Valtteri Koskivuori
2019-12-27PaintBrush: Add an "ellipse tool"Shannon Booth
2019-12-26PaintBrush: Add a "rectangle tool"Shannon Booth
2019-12-25Piano: Factor wave rendering to its own functionWilliam McPherson
2019-12-25Piano: Use switch statements on m_wave_typeWilliam McPherson
2019-12-25Piano: Move m_front_buffer/m_back_buffer off heapWilliam McPherson
2019-12-25Piano: Initialize m_note_on[]William McPherson
2019-12-25Piano: Rename "release" to "decay"William McPherson
2019-12-25Piano: Initialize keys[] at member definitionWilliam McPherson
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24SystemMonitor: Remove uneeded cast from unsigned to intShannon Booth
2019-12-24Browser: Stop reloads from pushing to historyShannon Booth
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-23Piano: Add piano rollWilliam McPherson
2019-12-23Piano: Make note() callable by multiple sourcesWilliam McPherson
2019-12-23Piano: Remove redundant logic in fill_audio_bufferWilliam McPherson
2019-12-22TextEditor: Ask before opening a file if current document is dirtyPaweł Cholewa
2019-12-21Kernel: Expose region executable bit in /proc/PID/vmAndreas Kling
2019-12-20Build: only setup git defines for About applicationjoshua stein