summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08Kernel: Propagate failure to commit VM regions in more placesAndreas Kling
2020-05-08LibIPC: Use NonnullOwnPtrVector<Message> in IPC::ServerConnectionAndreas Kling
2020-05-08AK: Add templated NonnullOwnPtr::release_nonnull()Andreas Kling
2020-05-08Browser: Move InspectorWidget into the Browser namespaceAndreas Kling
2020-05-08Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparatorAndreas Kling
2020-05-08LibGUI: Highlight interactive area of hovered CheckBox and RadioButtonAndreas Kling
2020-05-08Kernel: Remove ref-counting from interrupt override metadataAndreas Kling
2020-05-08SystemServer: Use NonnullRefPtrVectorAndreas Kling
2020-05-08Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> someAndreas Kling
2020-05-08LibJS: Correct tiny issue with passing a String to String::formatAnotherTest
2020-05-08LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr)AnotherTest
2020-05-08LibJS: Add Array.of()Linus Groh
2020-05-08LibJS: Add Array.isArray()Linus Groh
2020-05-08LibJS: Support multiple arguments in Array constructorLinus Groh
2020-05-08LibJS: Add Value::is_integer()Linus Groh
2020-05-08LibGfx: Revert #2154 and properly handle simple polygonsAnotherTest
2020-05-08LibGUI: Make the "enabled" widget state propagate to child widgetsAndreas Kling
2020-05-08LibGfx: Handle filling complex shapes betterAnotherTest
2020-05-08HackStudio: Support variable inspection in nested scopesItamar
2020-05-08HackStudio: Close the debug tab when debugged program exitsItamar
2020-05-08LibCore: DesktopServices, open fonts with FontEditorHüseyin ASLITÜRK
2020-05-08Applications: Replace SystemMenu name to hi voltage emojiHüseyin ASLITÜRK
2020-05-08Base: Add emoji files for 26A1, 2B06 and 2B07Hüseyin ASLITÜRK
2020-05-08LibGUI: Fix for disable state of SpinBoxHüseyin ASLITÜRK
2020-05-08LibJS: Spec-compliant equality comparisonsMatthew Olsson
2020-05-08AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)Devashish Jaiswal
2020-05-07HackStudio: Gracefully handle unfound source filesItamar
2020-05-07LibDebug: Miscellaneous fixes from #2097Itamar
2020-05-07LibELF: Add Image::Section::wrapping_byte_bufferItamar
2020-05-07LibC: Log calls to getrusageItamar
2020-05-07LibJS: Limit scope of 'for' loop variablesYonatan Goldschmidt
2020-05-07LibJS: Add String.rawMatthew Olsson
2020-05-07LibJS: Add raw strings to tagged template literalsMatthew Olsson
2020-05-07Browser: Show line numbers when viewing page sourceNick Tiberi
2020-05-07WindowServer: Fix 'Maximize' ButtonBen Wiederhake
2020-05-07WindowServer: Don't block child-windows of modal windowsBen Wiederhake
2020-05-07Base: Add "`" to GB keymapLinus Groh
2020-05-07LibGUI: Properly draw the background of the selected TreeView lineDexesTTP
2020-05-07HackStudio: Apply INI syntax highlighter when opening a .ini fileLinus Groh
2020-05-07LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}Linus Groh
2020-05-07HackStudio: Rename ProjectType::{Javascript -> JavaScript}Linus Groh
2020-05-07Browser: Escape percent sign in download progress format stringLinus Groh
2020-05-07LibCrypto: Cache the "trimmed length" of UnsignedBigIntegersAndreas Kling
2020-05-07LibX86: Rename build0FSlash() to build_0f_slash()Linus Groh
2020-05-07MouseDemo: A more visual approach for MouseEvents :^)pierre
2020-05-07Meta: We don't need to ignore run-tests in lint-shell-scripts.shEmanuele Torre
2020-05-07LibJS: Fix shellcheck warnings in Tests/run-testsEmanuele Torre
2020-05-07Browser: Assume http:// when no protocol is provided in the location bar (#2142)Maciej Sobaczewski
2020-05-07LibTLS: Verify server certificate expiry dateAnotherTest