summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-27LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macrosAndreas Kling
2021-03-27LibC: Add POSIX macros for the ai_flags field in struct addrinfoAndreas Kling
2021-03-27LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibilityAndreas Kling
2021-03-27LibArchive: Make bounds checks stricter in the Zip parserIdan Horowitz
2021-03-27Taskbar: Set window title as taskbar button tooltipLinus Groh
2021-03-27WindowServer: Also keep menus open when activated via Ctrl + return keyLinus Groh
2021-03-27AudioServer: don't set an upper limit on volume in mixerCesar Torres
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
2021-03-27AudioPlayer: Further decouple the player from the GUICesar Torres
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-03-27SoundPlayer: Update the SoundPlayer interfaceCesar Torres
2021-03-27SoundPlayer: Adapt the existing SampleWidget visualization toCesar Torres
2021-03-27SoundPlayer: Add a no-visualization visualization :^)Cesar Torres
2021-03-27SoundPlayer: Move the SoundPlayer-specific Slider widget to another fileCesar Torres
2021-03-27SoundPlayer: Add a 'Bars' audio visualizationCesar Torres
2021-03-27SoundPlayer: Add abstractions for players and visulizationsCesar Torres
2021-03-27SoundPlayer: Implement the Fast Fourier Transform algorithmCesar Torres
2021-03-27Everywhere: rename 'Sample' type to 'Frame'Cesar Torres
2021-03-27shot: Added option to output to clipboard instead of filenetworkException
2021-03-26gunzip: Fail gracefully on bad inputIdan Horowitz
2021-03-26LibJS: VERIFY(!this_value.is_empty()) in VM::call_internal()Linus Groh
2021-03-26LibWeb: Call requestAnimationFrame() callback with undefined this valueLinus Groh
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni
2021-03-26LibMarkdown: Remove unused Paragraph::add_line() declarationLinus Groh
2021-03-26Browser: Add right-click context menu item for editing bookmarksTimothy Flynn
2021-03-26LibGUI: Allow assigning a value to a specific index in JsonArrayModelTimothy Flynn
2021-03-26LibWeb: Compute height of absolutely positioned blocks when possibleTimothy Flynn
2021-03-26LibWeb: Consider floating children when computing auto-heightTimothy Flynn
2021-03-26Utilities: Add a simple "shot" utility for grabbing screenshots :^)Andreas Kling
2021-03-26WindowServer: Add an IPC call for taking a screenshotAndreas Kling
2021-03-26LibWeb+WebContent: Support displaying favicons in OOPWVTimothy Flynn
2021-03-26WindowServer: Keep menu open when activating a menu item with Ctrl heldAndreas Kling
2021-03-26WindowServer: Redraw all menus on system theme changeAndreas Kling
2021-03-26WindowServer+LibGfx: Make menubar menus slightly largerAndreas Kling
2021-03-26Taskbar: Add more prominent Help app icon in the start menuAndreas Kling
2021-03-26Taskbar: Move "About SerenityOS" to the top of the start menuAndreas Kling
2021-03-26WindowServer: Adjust position of flipped submenus by menu item heightLinus Groh
2021-03-26WindowServer: Add clip rect to menubar painterLinus Groh
2021-03-26WindowServer: Remove unused Menu->MenuBar link and "title font"Andreas Kling
2021-03-26WindowServer: Redraw window menubars when moving with arrow keysAndreas Kling
2021-03-26WindowServer: Remove some leftover unused menubar thingsAndreas Kling
2021-03-25Taskbar: Only show H:M:S by default, move date to tooltipAndreas Kling
2021-03-25WindowServer+LibGUI: Remove the global menubar :^)Andreas Kling
2021-03-25WindowServer: Don't fill the active menubar menu with selection colorAndreas Kling
2021-03-25WindowServer: Remove "system menu" concept from WindowServerAndreas Kling
2021-03-25SystemMenu: Remove SystemMenu serviceAndreas Kling
2021-03-25Taskbar: Add start menu :^)Andreas Kling
2021-03-25LibGUI: Make it possible to tweak icon spacing on a GUI::ButtonAndreas Kling
2021-03-25Taskbar: Integrate clock widget into taskbar windowAndreas Kling