summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-31PixelPaint: Don't focus toolbox buttons on clickAndreas Kling
2020-12-31LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookupAndreas Kling
2020-12-31Everywhere: Fix more typosLuke
2020-12-31Kernel: Fix heap expansions deadlockTom
2020-12-31LibGUI: Show font weight names instead of numeric weights in FontPickerAndreas Kling
2020-12-31DevTools: Add open, save as and quit actions to GML playgroundLuke
2020-12-31DynamicLoader: Handle Loader.so being invoked directly as an executableWilliam Marlow
2020-12-31AK: Add operator* and operator-> overloads in Optional.asynts
2020-12-31LibGUI: Don't keep creating new models in FontPickerAndreas Kling
2020-12-31LibGUI: Simplify FontPicker::set_font()Andreas Kling
2020-12-31AK: Fix some WeakPtr copy constructor variants not copying the linkTom
2020-12-31AK: Fix a race condition with WeakPtr<T>::strong_ref and destructionTom
2020-12-31LibGUI: Sort all the lists in the FontPickerAndreas Kling
2020-12-30LibGUI: Tweak FontPicker layoutAndreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibTTF: Cache rasterized glyphs within TTF::ScaledFontStephan Unverwerth
2020-12-30LibTTF: Use ReadonlyBytes where possible to avoid copiesStephan Unverwerth
2020-12-30LibTTF: Do not assert on glyphs with broken line coordinatesStephan Unverwerth
2020-12-30LibTTF: Use ByteBuffer::copy() since wrap() was removedStephan Unverwerth
2020-12-30LibTTF: Use AffineTransform::multiply() instead of * operatorStephan Unverwerth
2020-12-30LibTTF: Fix code after rebaseStephan Unverwerth
2020-12-30LibTTF: Address code-style comments, gracefully handle load failures.Srimanta Barua
2020-12-30LibTTF: Split up Font.h into smaller internal header files.Srimanta Barua
2020-12-30LibTTF: Initial work on parsing and rasterizing composite glyphs.Srimanta Barua
2020-12-30LibTTF: Reorganized TTF parsing code into LibTTFSrimanta Barua
2020-12-30LibGfx: Address awesomekling's comments on API and codestyleSrimanta Barua
2020-12-30LibGfx: Cut down on magic constants in the TTF parser.Srimanta Barua
2020-12-30LibGfx: Update Painter's bezier curve drawing algorithm.Srimanta Barua
2020-12-30LibGfx: Finally render simple TTF outlines.Srimanta Barua
2020-12-30LibGfx: Rasterize simple TTF glyphs.Srimanta Barua
2020-12-30LibGfx: Load glyph definition from "glyf" table for TTF fonts.Srimanta Barua
2020-12-30LibGfx: Get glyph ID for codepoint, from the CMAP table.Srimanta Barua
2020-12-30LibGfx: Started working on TTF font parser.Srimanta Barua
2020-12-30TextEditor: Switch to using GUI::FontPicker for picking editor font :^)Andreas Kling
2020-12-30LibGUI: Make FontPicker correctly select the current font when openedAndreas Kling
2020-12-30Terminal: Switch to using GUI::FontPicker for choosing terminal fontAndreas Kling
2020-12-30LibGUI: Allow GUI::FilePicker to show only fixed-width fontsAndreas Kling
2020-12-30LibGUI: Add a GUI::FontPicker dialog class :^)Andreas Kling
2020-12-30LibGUI: Add widget registration for GUI::ListViewAndreas Kling
2020-12-30AK+ProtocolServer: Properly close download stream fd'sAnotherTest
2020-12-30LibIPC: Add an on_destruction hook to IPC::MessageAnotherTest
2020-12-30LibWeb: Re-enable favicons after forgotten if-0AnotherTest
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30Kernel: Prevent sign bit extension when creating a PDPTELuke
2020-12-30Docs: Update WSL notes with some workarounds for known issuesPeter Nelson
2020-12-30Toolchain: Fix incorrect use of ENV{SERENITY_ARCH} in CMakeToolchain.txtLinus Groh
2020-12-30CrashReporter: Show assertion message in backtrace, if anyLinus Groh
2020-12-30LibC: Set "assertion" coredump metadata in __assertion_failed()Linus Groh
2020-12-30Kernel: Embed a Metadata notes entry in coredumpsLinus Groh
2020-12-30Kernel: Add sys$set_coredump_metadata() syscallLinus Groh