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
2022-08-18
FileManager: Add "open child directory" action (Alt+Down)
Andreas Kling
2022-08-18
LibGUI: Make Breadcrumbbar remember the selected segment index
Andreas Kling
2022-08-18
TextEditor: Change cursor when reaching the ruler area
Thomas Symalla
2022-08-18
FileManager: Do not activate "Show Dotfiles" action on every startup
Timothy Flynn
2022-08-18
LibWeb: Support painting `repeating-linear-gradient()`s
MacDue
2022-08-18
LibWeb: Avoid NaNs from zero-length gradient color stops
MacDue
2022-08-18
LibWeb: Parse `repeating-linear-gradient()`
MacDue
2022-08-18
LibGfx: Skip useless iterations during PNG::FilterType::Sub unfiltering
Ryan Liptak
2022-08-18
LibGfx: Unfilter PNG data before unpacking it to RGBA
Ryan Liptak
2022-08-17
LibCore: Make EventLoop's connection to InspectorServer work again
kleines Filmröllchen
2022-08-17
LibJS: Resolve the correct this value for calls in with statements
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
2022-08-17
LibJS: Allow invalid string in tagged template literals
davidot
2022-08-17
LibJS: Make StringToNumber case sensitive when falling back to strtod
davidot
2022-08-17
LibJS: Don't assume a this argument for function.prototype.bind
davidot
2022-08-17
LibJS: Add the HostEnsureCanAddPrivateElement hook
davidot
2022-08-16
LibGUI: Don't let widgets hide tooltips they didn't show
David Smith
2022-08-16
Profiler: Fix unmovable splitter
David Smith
2022-08-16
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
thankyouverycool
2022-08-16
WindowServer: Remove unused header in SystemEffects
thankyouverycool
2022-08-16
WindowServer: Walk the open menu stack in reverse on MouseMove events
thankyouverycool
2022-08-16
WindowServer: Do not pop-up submenus directly atop their ancestors
thankyouverycool
2022-08-16
WindowServer: Add MenuManager helper to find closest open ancestor
thankyouverycool
2022-08-16
WindowServer: Force cursor invalidation when composing immediately
thankyouverycool
2022-08-16
WindowServer: Don't start a drag and drop unless holding Primary mouse
thankyouverycool
2022-08-16
LibGUI: Put DragOperation dbgln() behind DRAG_DEBUG
thankyouverycool
2022-08-16
WindowServer: Use correct config group for workspace settings
thankyouverycool
2022-08-16
DisplaySettings: Update Workspaces tab GML
thankyouverycool
2022-08-16
WindowServer+WorkspacePicker: Adjust active and inactive colors
thankyouverycool
2022-08-16
Utilities/file: Handle all supported audio MIME types
kleines Filmröllchen
2022-08-16
LibCore: Add MIME sniffing for MP3 and WAV
kleines Filmröllchen
2022-08-16
LibCore: The MIME type is 'audio/flac', not 'extra/flac'
kleines Filmröllchen
2022-08-16
LibWeb: Render flex line items RTL (reversed items) for FlexEnd
watkinsr
2022-08-16
TextEditor: Correct typo in MainWidget.{cpp,h}
huttongrabiel
2022-08-16
WindowServer: Always use the automatic cursor tracking window's cursor
Andreas Kling
2022-08-16
WindowServer: Move "automatic cursor tracking window" to WindowManager
Andreas Kling
2022-08-16
WindowServer: Rename "active input tracking window"
Andreas Kling
2022-08-16
LibGUI: Retain the active input tracking widget's cursor
Andreas Kling
2022-08-15
Terminal: Enable double-buffering for the terminal widget
Andreas Kling
2022-08-15
LibCore: Add Directory::chown() API and use it in Core::Account
Andreas Kling
2022-08-15
LoginServer+LibCore: Only create user temp directory from LoginServer
Andreas Kling
2022-08-15
LibGUI: Programatically draw table header sorting arrows
Timothy Flynn
2022-08-15
LibJS: Use NaN boxing to decrease the memory size of Values
davidot
2022-08-15
LibJS: Specialize Optional<Completion>
davidot
2022-08-15
LibJS: Specialize Optional<Value>
davidot
2022-08-15
LibJS: Add extreme value tests for cos and sin
davidot
2022-08-15
TextEditor: Display widget when needle not found in replace all
huttongrabiel
2022-08-14
Terminal: Update window size increments on terminal font change
Andreas Kling
2022-08-14
Terminal: Rename menu item from "Settings" to "Terminal Settings"
Andreas Kling
2022-08-14
Browser: Rename menu item from "Settings" to "Browser Settings"
Andreas Kling
[next]