summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-25LibWeb: Handle .gifs as images and use ImageDecoder to decode themPeter Nelson
2020-04-25LibGfx: Remove debug outputPeter Nelson
2020-04-25LibGfx: Use content sniffing to choose which ImageDecoder plugin to usePeter Nelson
2020-04-25LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNGPeter Nelson
2020-04-25LibGfx: Extract GIF header decoding into separate functionPeter Nelson
2020-04-25LibGfx: implement remaining GIFImageDecoderPlugin methodsPeter Nelson
2020-04-25LibGfx: decode first frame of GIF LZW dataPeter Nelson
2020-04-25LibGfx: Implement GIF LZW decodingPeter Nelson
2020-04-25HackStudio: GUI support for setting breakpoints on source code linesItamar
2020-04-25LibDebug: Add remove_breakpointItamar
2020-04-24LibGUI: Tweak TabWidget tab icon placementAndreas Kling
2020-04-24LibGUI: Use bold font for the currently active TabWidget tabAndreas Kling
2020-04-24LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)Andreas Kling
2020-04-24LibGUI: Allow TabWidget tabs to have icons and custom text alignmentAndreas Kling
2020-04-24LibWeb: Try fetching a favicon when loading a non-file URL in HtmlViewAndreas Kling
2020-04-24Base: New "cut" action iconAndreas Kling
2020-04-24LibGUI: Allow overriding the padding inside a TabWidgetAndreas Kling
2020-04-24LibGUI: Fix display issue when selecting multi-lines in TextEditorDexesTTP
2020-04-24LibGUI: Fix laggy mouse selection in TextEditor widgetAndreas Kling
2020-04-24LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just rightAndreas Kling
2020-04-24LibGUI: Introduce widget content margins + improve splittersAndreas Kling
2020-04-24LibGUI: When removing a TabWidget tab, activate the next tabAndreas Kling
2020-04-24LibJS: Add Array.prototype.findKesse Jones
2020-04-24Browser+LibWeb: Open link in new tab on Ctrl+Click :^)Andreas Kling
2020-04-24LibGUI: Grant focus when activating a new stack/tab child widgetAndreas Kling
2020-04-24LibGUI: Search the entire focus chain for shortcut actionsAndreas Kling
2020-04-24LibWeb: Pass link target to HtmlView's on_link_click callbackLinus Groh
2020-04-24LibJS: Add TokenType::TemplateLiteralLinus Groh
2020-04-24LibJS: Fix ObjectExpression::execute()Linus Groh
2020-04-23LibJS: Implement computed properties in object expressionsLinus Groh
2020-04-23LibJS: Require colon in object expression for non-identifier keysLinus Groh
2020-04-23LibJS: Fix left shift operatorLinus Groh
2020-04-23LibGUI: Add TabWidget functions to activate next/previous tabAndreas Kling
2020-04-23LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)Andreas Kling
2020-04-23LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)Andreas Kling
2020-04-23LibJS: Implement 'in' operatorLinus Groh
2020-04-23LibJS: Implement bitwise unsigned right shift operator (>>>)Linus Groh
2020-04-23LibJS: Implement bitwise right shift operator (>>)Linus Groh
2020-04-23LibJS: Implement bitwise left shift operator (<<)Linus Groh
2020-04-23LibJS: Add Math.pow()Linus Groh
2020-04-23LibJS: Add Array.prototype.includesKesse Jones
2020-04-23LibGUI: Make StatusBar 2px shorter vertically for a snugger fitAndreas Kling
2020-04-23LibGUI: Tweak colorization of ScrollBar gutterAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBarAndreas Kling
2020-04-23LibGUI: Tweak StatusBar layout marginsAndreas Kling
2020-04-23WindowServer+LibGfx: Make window borders 1px thickerAndreas Kling
2020-04-23LibGUI: Decrease the default ToolBar height a little bitAndreas Kling
2020-04-23LibGUI: Get rid of the awkward horizontal line in StatusBarAndreas Kling
2020-04-23LibGUI: MessageBox min width control for show messagesHüseyin ASLITÜRK