index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-31
PixelPaint: Don't focus toolbox buttons on click
Andreas Kling
2020-12-31
LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
Andreas Kling
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-31
Kernel: Fix heap expansions deadlock
Tom
2020-12-31
LibGUI: Show font weight names instead of numeric weights in FontPicker
Andreas Kling
2020-12-31
DevTools: Add open, save as and quit actions to GML playground
Luke
2020-12-31
DynamicLoader: Handle Loader.so being invoked directly as an executable
William Marlow
2020-12-31
AK: Add operator* and operator-> overloads in Optional.
asynts
2020-12-31
LibGUI: Don't keep creating new models in FontPicker
Andreas Kling
2020-12-31
LibGUI: Simplify FontPicker::set_font()
Andreas Kling
2020-12-31
AK: Fix some WeakPtr copy constructor variants not copying the link
Tom
2020-12-31
AK: Fix a race condition with WeakPtr<T>::strong_ref and destruction
Tom
2020-12-31
LibGUI: Sort all the lists in the FontPicker
Andreas Kling
2020-12-30
LibGUI: Tweak FontPicker layout
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibTTF: Cache rasterized glyphs within TTF::ScaledFont
Stephan Unverwerth
2020-12-30
LibTTF: Use ReadonlyBytes where possible to avoid copies
Stephan Unverwerth
2020-12-30
LibTTF: Do not assert on glyphs with broken line coordinates
Stephan Unverwerth
2020-12-30
LibTTF: Use ByteBuffer::copy() since wrap() was removed
Stephan Unverwerth
2020-12-30
LibTTF: Use AffineTransform::multiply() instead of * operator
Stephan Unverwerth
2020-12-30
LibTTF: Fix code after rebase
Stephan Unverwerth
2020-12-30
LibTTF: Address code-style comments, gracefully handle load failures.
Srimanta Barua
2020-12-30
LibTTF: Split up Font.h into smaller internal header files.
Srimanta Barua
2020-12-30
LibTTF: Initial work on parsing and rasterizing composite glyphs.
Srimanta Barua
2020-12-30
LibTTF: Reorganized TTF parsing code into LibTTF
Srimanta Barua
2020-12-30
LibGfx: Address awesomekling's comments on API and codestyle
Srimanta Barua
2020-12-30
LibGfx: Cut down on magic constants in the TTF parser.
Srimanta Barua
2020-12-30
LibGfx: Update Painter's bezier curve drawing algorithm.
Srimanta Barua
2020-12-30
LibGfx: Finally render simple TTF outlines.
Srimanta Barua
2020-12-30
LibGfx: Rasterize simple TTF glyphs.
Srimanta Barua
2020-12-30
LibGfx: Load glyph definition from "glyf" table for TTF fonts.
Srimanta Barua
2020-12-30
LibGfx: Get glyph ID for codepoint, from the CMAP table.
Srimanta Barua
2020-12-30
LibGfx: Started working on TTF font parser.
Srimanta Barua
2020-12-30
TextEditor: Switch to using GUI::FontPicker for picking editor font :^)
Andreas Kling
2020-12-30
LibGUI: Make FontPicker correctly select the current font when opened
Andreas Kling
2020-12-30
Terminal: Switch to using GUI::FontPicker for choosing terminal font
Andreas Kling
2020-12-30
LibGUI: Allow GUI::FilePicker to show only fixed-width fonts
Andreas Kling
2020-12-30
LibGUI: Add a GUI::FontPicker dialog class :^)
Andreas Kling
2020-12-30
LibGUI: Add widget registration for GUI::ListView
Andreas Kling
2020-12-30
AK+ProtocolServer: Properly close download stream fd's
AnotherTest
2020-12-30
LibIPC: Add an on_destruction hook to IPC::Message
AnotherTest
2020-12-30
LibWeb: Re-enable favicons after forgotten if-0
AnotherTest
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
Kernel: Prevent sign bit extension when creating a PDPTE
Luke
2020-12-30
Docs: Update WSL notes with some workarounds for known issues
Peter Nelson
2020-12-30
Toolchain: Fix incorrect use of ENV{SERENITY_ARCH} in CMakeToolchain.txt
Linus Groh
2020-12-30
CrashReporter: Show assertion message in backtrace, if any
Linus Groh
2020-12-30
LibC: Set "assertion" coredump metadata in __assertion_failed()
Linus Groh
2020-12-30
Kernel: Embed a Metadata notes entry in coredumps
Linus Groh
2020-12-30
Kernel: Add sys$set_coredump_metadata() syscall
Linus Groh
[next]