summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-27LibThread: Fix int to pointer conversionJean-Baptiste Boric
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-27LibIPC: Add missing errno.h includeJean-Baptiste Boric
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-27Run: Remove useless serenity.h includeJean-Baptiste Boric
2021-04-27LibWeb: Remove unnecessary temporary Vector in text layoutAndreas Kling
2021-04-27LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()Andreas Kling
2021-04-27LibWeb: Refactor Layout::TextNode splitting into a chunk iteratorAndreas Kling
2021-04-27VimEditingEngine: allow selection of the endline characterPaul Berg
2021-04-27Tests: Convert file system suid-sgid stripping test to be LibTest based.Brian Gianforcaro
2021-04-27Tests: Convert pledge-test-failures.cpp to be LibTest based.Brian Gianforcaro
2021-04-27Tests: Convert unveil-test-failures.cpp to be LibTest based.Brian Gianforcaro
2021-04-27LibTest: Add FAIL() macro allow tests to force failure with message.Brian Gianforcaro
2021-04-27VimEditingEngine: Handle arrow, Home/End and Page keyssin-ack
2021-04-27LibPthread: Use realtime clock for futex_wait()Jelle Raaijmakers
2021-04-27EditingEngine: Split selection from movement functionssin-ack
2021-04-27WindowServer: Reevaluate hovered window on window rect changeJelle Raaijmakers
2021-04-27LibGUI/Window: Do not reset mouse cursor on show()Jelle Raaijmakers
2021-04-26Demos: Add Starfield screensaver demoJagger De Leo
2021-04-26LibAudio: Support 32 and 64-bit float WAV fileskleines Filmröllchen
2021-04-26LibGUI: Make common locations configurableDexesTTP
2021-04-26Utilities: Make ls respect options when specifying more than one pathGunnar Beutner
2021-04-26FontEditor: Don't put invalid clicks on the undo stackthankyouverycool
2021-04-26FontEditor: Warn on unsaved changesthankyouverycool
2021-04-26Calendar: Swap Liza for Marietathankyouverycool
2021-04-26Profiler: Use NonnullOwnPtr for librariesGunnar Beutner
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-26Browser: Add basic support for search enginessppmacd
2021-04-26LibC: Fix typo in signal.h: ol_dset -> old_setdhirsbrunner
2021-04-26Userland: Make rmdir take multiple pathsSahan Fernando
2021-04-26LibC: Add additional data typesPanagiotis Vasilopoulos
2021-04-25LibJS: Fallback to undefined if last value in eval() is emptyLinus Groh
2021-04-25LibJS: Stop rolling back parser state that is immediately replacedIdan Horowitz
2021-04-25LibJS: Change PropertyName::as_number() return type to u32Linus Groh
2021-04-25LibJS: Use Object::get_own_properties() for getOwnPropertyNames()Linus Groh
2021-04-25LibJS: Don't assume call_frame->current_node in Exception constructorLinus Groh
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25LibGUI: Select last word when double clicking at the end of a lineRafał
2021-04-25LibWeb: Use full source URL as script filenameLinus Groh
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-25LibWeb: Add exception support in IDL constructorsDexesTTP
2021-04-25Utilities: Update telws to use the isolated WebSocket serviceDexesTTP
2021-04-25Services: Add a WebSocket serviceDexesTTP
2021-04-25LibWebSocket+telws: Use my own copyright headers :^)DexesTTP
2021-04-25HackStudio: Display variable type name in expression evaluatorFalseHonesty
2021-04-25HackStudio: Implement custom JS -> C++ "proxy" objectsFalseHonesty
2021-04-25HackStudio: Add evaluate expression popup to debuggerFalseHonesty
2021-04-25LibJS: Don't suppress GlobalObject variable lookup exceptionsFalseHonesty
2021-04-25Userland+Base: Add "ladyball" logo for the system :^)Andreas Kling