summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-02-26Meta: Claim copyright on `DisplayProperties` filesJesse Buhagiar
2020-02-25SystemMonitor: Add pagemap visualization for VM regionsAndreas Kling
2020-02-25Terminal: Open settings as a modal windowTibor Nagy
2020-02-25Build: Only look at SUBDIRS with Makefilesjoshua stein
2020-02-25Terminal: Don't set an initial command_to_executejoshua stein
2020-02-25SoundPlayer: Cast Audio::Sample to float for fabsf()joshua stein
2020-02-25AK: Make Queue use size_t for its sizeAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24TextEditor: Pledge "thread" since it's needed by GUI::FilePickerAndreas Kling
2020-02-23SystemMenu: Migrate PowerDialog to (widget)->add like in 3d20da9ethatlittlegit
2020-02-23SystemMenu: Move SystemDialog into SystemMenu and remove INI configthatlittlegit
2020-02-23SystemDialog+Base: Add icon for SystemDialogthatlittlegit
2020-02-23SystemMenu: Remove --shutdown argument when calling SystemDialogthatlittlegit
2020-02-23SystemDialog: Revamp to be more Win95-likethatlittlegit
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23FontEditor: Fix focus and implement keyboard navigation in the glyph mapTibor Nagy
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
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