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-20
LibGUI: Pass context menu events through normal event dispatch
Andreas Kling
2021-08-20
WidgetGallery: Remove menubar
Andreas Kling
2021-08-19
LibJS: Allow Unicode escape sequences in identifiers
Timothy Flynn
2021-08-19
LibRegex+LibJS: Change capture group names from a String to a FlyString
Timothy Flynn
2021-08-19
LibRegex: Allow Unicode escape sequences in capture group names
Timothy Flynn
2021-08-19
LibRegex: Use GenericLexer to consume escaped code points
Timothy Flynn
2021-08-19
LibRegex: Convert regex::Lexer to inherit from GenericLexer
Timothy Flynn
2021-08-19
LibJS: Use GenericLexer to consume escaped code points
Timothy Flynn
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-19
LibC: Add FNM_NOMATCH to fnmatch.h
Kenneth Myhra
2021-08-19
LibCore: Fix build error in File.cpp on macOS
fladd
2021-08-19
LibJS: Add type range checks to the Date make_day AO
Idan Horowitz
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-08-19
LibTest+Utilities: Print a start message before each test in run-tests
Andrew Kaster
2021-08-19
HackStudio: Fix "navigate to include"
Itamar
2021-08-19
LibCpp: Handle circular imports gracefully
Itamar
2021-08-19
LibGL: Don't crash on invalid pname value in glGetFloatv
Jesse Buhagiar
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
[next]