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-08-19
LibJS: Implement Temporal.PlainDate.prototype.toJSON()
Linus Groh
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toLocaleString()
Linus Groh
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toString()
Linus Groh
2021-08-19
LibJS: Make Temporal's get_option() take a PropertyName directly
Linus Groh
2021-08-19
WindowServer: Only clear the hovered item if the item was enabled
sin-ack
2021-08-19
LibGUI: Move common action definitions to CommonActions.cpp
sin-ack
2021-08-18
LibJS: Reflect naming consistency editorial changes in the Temporal spec
Linus Groh
2021-08-18
LibGL: Leave render loop early if color mask empty
Stephan Unverwerth
2021-08-18
LibGL: Fix triangle winding calculation
Stephan Unverwerth
2021-08-18
LibGL: Fix clipping and interpolate vertex attributes
Stephan Unverwerth
2021-08-18
LibGL: Improve texture sampling performance
Stephan Unverwerth
2021-08-18
LibGL: Return white texel when sampling uninitialized texture
Stephan Unverwerth
2021-08-18
LibGL: Complete glGetString implementation
Stephan Unverwerth
2021-08-18
LibGL: Implement glDepthFunc
Stephan Unverwerth
2021-08-18
LibGL: Implement glDepthRange
Stephan Unverwerth
2021-08-18
LibGL: Fix incorrect blend factor setup
Stephan Unverwerth
2021-08-18
LibGL: Allow glTexImage2D to create uninitialized textures
Stephan Unverwerth
2021-08-18
LibGL: Fix interpretation of BGRA byte order
Stephan Unverwerth
2021-08-18
LibGL: Fix glVertexPointer argument validation
Stephan Unverwerth
2021-08-18
LibGL: Fix glTexCoord behaviour
Stephan Unverwerth
2021-08-18
LibGL+3DFileViewer: Make glRotatef accept degrees, not radians
Stephan Unverwerth
2021-08-18
Utilities: Remove memset calls inside ls
Jean-Baptiste Boric
2021-08-18
Utilities: Implement -p flag for cp
Jean-Baptiste Boric
2021-08-18
LibCore: Implement preserve flag for file/directory copy
Jean-Baptiste Boric
2021-08-18
Utilities: Properly sort files in ls
Jean-Baptiste Boric
2021-08-18
LibJS: Update some Temporal spec section numbers
Linus Groh
2021-08-18
Utilities: Make aplay respect loader errors
kleines Filmröllchen
2021-08-18
LibAudio: Resample FLAC audio data
kleines Filmröllchen
2021-08-18
LibAudio: Resample with integer ratios instead of floats
kleines Filmröllchen
2021-08-18
Userland: Also cache d_type in find(1)
Sergey Bugaev
2021-08-18
Userland: Cache stat in find(1)
Sergey Bugaev
2021-08-18
Userland: Simplify recursion in find(1)
Sergey Bugaev
2021-08-18
Userland: Ditch Core::DirIterator for readdir() in find(1)
Sergey Bugaev
2021-08-18
Userland: Use fstatat() in find(1)
Sergey Bugaev
2021-08-18
Userland: Wrap path a into struct in find(1)
Sergey Bugaev
2021-08-18
Meta+LibC: Don't allow text relocations in SerenityOS libraries
Daniel Bertalan
2021-08-18
SystemMonitor: Put the "Hardware" tabs at the end of the list
Andreas Kling
2021-08-18
Profiler: Limit the initial size of the timeline container
Andreas Kling
2021-08-18
FileManager: Reorder main toolbar actions a little bit
Andreas Kling
2021-08-18
SystemMonitor: Rename "Graphs" tab to "Performance"
Andreas Kling
2021-08-18
SystemMonitor: Rename "File system" tab to "Storage"
Andreas Kling
2021-08-18
SystemMonitor: Consolidate hardware tabs + remove interrupts tab
Andreas Kling
2021-08-18
SystemMonitor: Remove "Devices" tab
Andreas Kling
2021-08-18
LibWeb: Add fast_is<Layout::InitialContainingBlockBox>
Andreas Kling
2021-08-18
LibGfx: Make FastBoxBlurFilter go faster
Andreas Kling
2021-08-18
LibGfx: Remove ancient unused NO_FPU macros
Andreas Kling
2021-08-18
Browser: Add Ctrl-D keyboard shortcut for bookmarking the current page
Rob Ryan
2021-08-18
LibGUI+Browser: Add UrlBox class
Rob Ryan
2021-08-18
LibGUI: Allow widgets to make themselves non-auto-focusable
Rob Ryan
2021-08-18
LibC: Fix sigsetjmp and siglongjmp
Jean-Baptiste Boric
[next]