summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-02-23IRCClient: Modernize Core::Object usageAndreas Kling
2020-02-22SystemMonitor: Fix display of file system size column.Brian Gianforcaro
2020-02-22SystemMenu: Silence debug spam on startupAndreas Kling
2020-02-20FontEditor: Make the application theme-awareTibor Nagy
2020-02-20AK: Use size_t for CircularQueue and CircularDequeAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-19HexEditor: Make the application theme-awareTibor Nagy
2020-02-19HexEditor: Clear tracked changes when setting a new bufferTibor Nagy
2020-02-19HexEditor: Fix out of bounds cursorTibor Nagy
2020-02-17SystemMenu: Use pledge() and unveil()Andreas Kling
2020-02-17SystemMenu: Finish the implementation and start this at boot :^)Andreas Kling
2020-02-17SystemMenu: Add a separate program to host the system menuAndreas Kling
2020-02-17SystemDialog: Use Yes/No dialog instead of OK/Cancelthatlittlegit
2020-02-17TextEditor: Use Yes/No/Cancel for some dialogs when buffer is dirtythatlittlegit
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-16Piano: Set step property for ADSR slidersTibor Nagy
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15Welcome: Apply @shannonbooth's recommendationsthatlittlegit
2020-02-15Welcome: Change copyrights in my code to 'SerenityOS developers'thatlittlegit
2020-02-15Welcome: Reduce the width and margins of the menuthatlittlegit
2020-02-15Welcome: 'Welcome to Serenity' -> 'Welcome to SerenityOS'thatlittlegit
2020-02-15Welcome: Add icons to welcome entriesthatlittlegit
2020-02-15Welcome: Separate text from source code by parsingthatlittlegit
2020-02-15Welcome: Add pledge and unveilthatlittlegit
2020-02-15Welcome: Use a proper heading font for 'Welcome to Serenity!'thatlittlegit
2020-02-15Welcome: Push in the buttons depending on which page is selectedthatlittlegit
2020-02-15Welcome: Replace PNG background with gradientthatlittlegit
2020-02-15Welcome: Remove crash and ensure text doesn't all stay on one line.thatlittlegit
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas Kling
2020-02-15LibGUI: Remove some header dependencies from Application.hAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13FileManager: Copy item(s) when dragging and dropping them :^)Andreas Kling
2020-02-13FileManager: Run clang-format on main.cppAndreas Kling
2020-02-11IRCClient: Use Core::DateTimeAndreas Kling
2020-02-11SystemMonitor: Tweak bottom margin of the process tableAndreas Kling
2020-02-10Terminal: Set up a nice $PROMPT for the shell :^)Andreas Kling
2020-02-10Calculator: Accept more keyboard input (#1207)ignas-sa
2020-02-10LibAudio/Piano: Replace floats with doublesWilliam McPherson
2020-02-10Piano: Draw stereo wavesWilliam McPherson
2020-02-10Piano: Try to be more stereo-orientedWilliam McPherson
2020-02-10Piano: Add nice scale factor to WaveWidgetWilliam McPherson
2020-02-10Piano: Ensure WaveWidget paints in-boundsWilliam McPherson
2020-02-10Piano: Put reset() with other settersWilliam McPherson