summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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-30LibGUI: Make FontPicker correctly select the current font when openedAndreas 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-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-30LibC: Set "assertion" coredump metadata in __assertion_failed()Linus Groh
2020-12-30LibELF+LibCoreDump: Add a Metadata notes entryLinus Groh
2020-12-30LibGUI: Make SpinBox up/down buttons look right when disabledAndreas Kling
2020-12-30LibGUI: Make disabled scrollbars have more disabled looking iconsAndreas Kling
2020-12-30LibGUI: Make GUI::ScrollBar inherit from AbstractSliderAndreas Kling
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30LibGUI: Add page_step setting to AbstractSlider and use it in SliderAndreas Kling
2020-12-30LibGUI: Add GUI::AbstractSlider and move generic parts of Slider thereAndreas Kling
2020-12-30LibELF+LibCoreDump: Add a ProcessInfo notes entryLinus Groh
2020-12-30LibGUI: Use Window::center_within() in GUI::DialogAndreas Kling
2020-12-30Terminal+LibVT: Add settings window to the terminal context menuAndreas Kling
2020-12-30LibGUI: Add Window::center_within(Window)Andreas Kling
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-30LibGUI: Register a whole bunch of properties in various widgetsAnotherTest
2020-12-30LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditorAnotherTest
2020-12-30Terminal: Remove redundant scroll length settings optionIdan Horowitz
2020-12-30LibGUI: Move GUI::SeparatorWidget from ToolBar.cpp to its own fileAndreas Kling
2020-12-30LibGUI: Give a default min-width to a bunch of widgetsAndreas Kling
2020-12-30LibGUI: Register GUI::ComboBox :^)Andreas Kling
2020-12-30LibGUI: Remove unused Widget backcolor/forecolor propertiesAndreas Kling
2020-12-30AK: Make binary_search signature more generic.asynts
2020-12-30LibKeyboard: get_char now handles e0 prefix for control keysGal Horowitz
2020-12-30LibGUI: Unbreak GUI::ScrollBar default sizeAndreas Kling
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling