index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-03-27
LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macros
Andreas Kling
2021-03-27
LibC: Add POSIX macros for the ai_flags field in struct addrinfo
Andreas Kling
2021-03-27
LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibility
Andreas Kling
2021-03-27
LibArchive: Make bounds checks stricter in the Zip parser
Idan Horowitz
2021-03-27
Taskbar: Set window title as taskbar button tooltip
Linus Groh
2021-03-27
WindowServer: Also keep menus open when activated via Ctrl + return key
Linus Groh
2021-03-27
AudioServer: don't set an upper limit on volume in mixer
Cesar Torres
2021-03-27
SoundPlayer: Add samplerate variable to visualizations
Cesar Torres
2021-03-27
SoundPlayer: Add playlist supprt
Cesar Torres
2021-03-27
AudioPlayer: Further decouple the player from the GUI
Cesar Torres
2021-03-27
SoundPlayer: Reduce sample buffer size and add a sample load event
Cesar Torres
2021-03-27
SoundPlayer: Update the SoundPlayer interface
Cesar Torres
2021-03-27
SoundPlayer: Adapt the existing SampleWidget visualization to
Cesar Torres
2021-03-27
SoundPlayer: Add a no-visualization visualization :^)
Cesar Torres
2021-03-27
SoundPlayer: Move the SoundPlayer-specific Slider widget to another file
Cesar Torres
2021-03-27
SoundPlayer: Add a 'Bars' audio visualization
Cesar Torres
2021-03-27
SoundPlayer: Add abstractions for players and visulizations
Cesar Torres
2021-03-27
SoundPlayer: Implement the Fast Fourier Transform algorithm
Cesar Torres
2021-03-27
Everywhere: rename 'Sample' type to 'Frame'
Cesar Torres
2021-03-27
shot: Added option to output to clipboard instead of file
networkException
2021-03-26
gunzip: Fail gracefully on bad input
Idan Horowitz
2021-03-26
LibJS: VERIFY(!this_value.is_empty()) in VM::call_internal()
Linus Groh
2021-03-26
LibWeb: Call requestAnimationFrame() callback with undefined this value
Linus Groh
2021-03-26
LibGUI: Show human readable size in filemanager
Federico Guerinoni
2021-03-26
LibMarkdown: Remove unused Paragraph::add_line() declaration
Linus Groh
2021-03-26
Browser: Add right-click context menu item for editing bookmarks
Timothy Flynn
2021-03-26
LibGUI: Allow assigning a value to a specific index in JsonArrayModel
Timothy Flynn
2021-03-26
LibWeb: Compute height of absolutely positioned blocks when possible
Timothy Flynn
2021-03-26
LibWeb: Consider floating children when computing auto-height
Timothy Flynn
2021-03-26
Utilities: Add a simple "shot" utility for grabbing screenshots :^)
Andreas Kling
2021-03-26
WindowServer: Add an IPC call for taking a screenshot
Andreas Kling
2021-03-26
LibWeb+WebContent: Support displaying favicons in OOPWV
Timothy Flynn
2021-03-26
WindowServer: Keep menu open when activating a menu item with Ctrl held
Andreas Kling
2021-03-26
WindowServer: Redraw all menus on system theme change
Andreas Kling
2021-03-26
WindowServer+LibGfx: Make menubar menus slightly larger
Andreas Kling
2021-03-26
Taskbar: Add more prominent Help app icon in the start menu
Andreas Kling
2021-03-26
Taskbar: Move "About SerenityOS" to the top of the start menu
Andreas Kling
2021-03-26
WindowServer: Adjust position of flipped submenus by menu item height
Linus Groh
2021-03-26
WindowServer: Add clip rect to menubar painter
Linus Groh
2021-03-26
WindowServer: Remove unused Menu->MenuBar link and "title font"
Andreas Kling
2021-03-26
WindowServer: Redraw window menubars when moving with arrow keys
Andreas Kling
2021-03-26
WindowServer: Remove some leftover unused menubar things
Andreas Kling
2021-03-25
Taskbar: Only show H:M:S by default, move date to tooltip
Andreas Kling
2021-03-25
WindowServer+LibGUI: Remove the global menubar :^)
Andreas Kling
2021-03-25
WindowServer: Don't fill the active menubar menu with selection color
Andreas Kling
2021-03-25
WindowServer: Remove "system menu" concept from WindowServer
Andreas Kling
2021-03-25
SystemMenu: Remove SystemMenu service
Andreas Kling
2021-03-25
Taskbar: Add start menu :^)
Andreas Kling
2021-03-25
LibGUI: Make it possible to tweak icon spacing on a GUI::Button
Andreas Kling
2021-03-25
Taskbar: Integrate clock widget into taskbar window
Andreas Kling
[next]