summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20QuickShow: Allow dropping an image file on the QuickShow windowAndreas Kling
2019-12-20QuickShow: Don't disable background fillAndreas Kling
2019-12-20TextEditor: Handle drop eventsAndreas Kling
2019-12-19DisplayProperties: Highlight current resolution at startupHüseyin ASLITÜRK
2019-12-17PaintBrush: Shift key constrains LineTool angleZyper
2019-12-17PaintBrush: Tools can receive KeyUp eventsZyper
2019-12-15Kernel+SystemMonitor: Prevent userspace access to process ELF imageAndreas Kling
2019-12-15SystemMonitor: Make the memory map the "default view"Andreas Kling
2019-12-15DisplayProperties: Start at top left position for full view at low resoluations.Hüseyin ASLITÜRK
2019-12-15Kernel+SystemMonitor: Expose the number of set CoW bits in each RegionAndreas Kling
2019-12-13Piano: Add triangle wave and noiseWilliam McPherson
2019-12-12FileManager: Check which widget has focus for context menu actionsTommy Nguyen
2019-12-12FileManager: Add a context menu to the TreeViewTommy Nguyen
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling