index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-04-25
LibWeb: Handle .gifs as images and use ImageDecoder to decode them
Peter Nelson
2020-04-25
LibGfx: Remove debug output
Peter Nelson
2020-04-25
LibGfx: Use content sniffing to choose which ImageDecoder plugin to use
Peter Nelson
2020-04-25
LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG
Peter Nelson
2020-04-25
LibGfx: Extract GIF header decoding into separate function
Peter Nelson
2020-04-25
LibGfx: implement remaining GIFImageDecoderPlugin methods
Peter Nelson
2020-04-25
LibGfx: decode first frame of GIF LZW data
Peter Nelson
2020-04-25
LibGfx: Implement GIF LZW decoding
Peter Nelson
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-04-25
LibDebug: Add remove_breakpoint
Itamar
2020-04-24
LibGUI: Tweak TabWidget tab icon placement
Andreas Kling
2020-04-24
LibGUI: Use bold font for the currently active TabWidget tab
Andreas Kling
2020-04-24
LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
Andreas Kling
2020-04-24
LibGUI: Allow TabWidget tabs to have icons and custom text alignment
Andreas Kling
2020-04-24
LibWeb: Try fetching a favicon when loading a non-file URL in HtmlView
Andreas Kling
2020-04-24
Base: New "cut" action icon
Andreas Kling
2020-04-24
LibGUI: Allow overriding the padding inside a TabWidget
Andreas Kling
2020-04-24
LibGUI: Fix display issue when selecting multi-lines in TextEditor
DexesTTP
2020-04-24
LibGUI: Fix laggy mouse selection in TextEditor widget
Andreas Kling
2020-04-24
LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just right
Andreas Kling
2020-04-24
LibGUI: Introduce widget content margins + improve splitters
Andreas Kling
2020-04-24
LibGUI: When removing a TabWidget tab, activate the next tab
Andreas Kling
2020-04-24
LibJS: Add Array.prototype.find
Kesse Jones
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
LibGUI: Grant focus when activating a new stack/tab child widget
Andreas Kling
2020-04-24
LibGUI: Search the entire focus chain for shortcut actions
Andreas Kling
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-24
LibJS: Add TokenType::TemplateLiteral
Linus Groh
2020-04-24
LibJS: Fix ObjectExpression::execute()
Linus Groh
2020-04-23
LibJS: Implement computed properties in object expressions
Linus Groh
2020-04-23
LibJS: Require colon in object expression for non-identifier keys
Linus Groh
2020-04-23
LibJS: Fix left shift operator
Linus Groh
2020-04-23
LibGUI: Add TabWidget functions to activate next/previous tab
Andreas Kling
2020-04-23
LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)
Andreas Kling
2020-04-23
LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)
Andreas Kling
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
2020-04-23
LibJS: Implement bitwise unsigned right shift operator (>>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise right shift operator (>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise left shift operator (<<)
Linus Groh
2020-04-23
LibJS: Add Math.pow()
Linus Groh
2020-04-23
LibJS: Add Array.prototype.includes
Kesse Jones
2020-04-23
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
Andreas Kling
2020-04-23
LibGUI: Tweak colorization of ScrollBar gutter
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar
Andreas Kling
2020-04-23
LibGUI: Tweak StatusBar layout margins
Andreas Kling
2020-04-23
WindowServer+LibGfx: Make window borders 1px thicker
Andreas Kling
2020-04-23
LibGUI: Decrease the default ToolBar height a little bit
Andreas Kling
2020-04-23
LibGUI: Get rid of the awkward horizontal line in StatusBar
Andreas Kling
2020-04-23
LibGUI: MessageBox min width control for show messages
Hüseyin ASLITÜRK
[prev]
[next]