summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-26LibJS: Implement Object.is()Linus Groh
2020-04-26Kernel: Added the ability to set the hostname via new syscallLuke Payne
2020-04-26LibGUI: Use filetype-text icon for .md filesLinus Groh
2020-04-26LibGUI: Use filetype-header icon for .h filesLinus Groh
2020-04-26Base+LibGUI: Add icon for Python filesLinus Groh
2020-04-26LibGUI: Use enumerator macros for filetype iconsLinus Groh
2020-04-25LibJS: Stop using Optional<Value> in favor of Value's empty stateAndreas Kling
2020-04-25LibGfx: Fix crash on decoding small gifsPeter Nelson
2020-04-25LibGUI: Add ToolBar and ToolBarContainer to Forward.hAndreas Kling
2020-04-25LibGUI: Make ToolBarContainer better at reacting to child eventsAndreas Kling
2020-04-25LibGfx: Don't proceed with GIF format sniffing if stream read failsAndreas Kling
2020-04-25LibJS: Add String.prototype.includesKesse Jones
2020-04-25LibPthread: implicitly call pthread_exit on return from start routine.Drew Stratford
2020-04-25LibGfx: Remove unnecessary castsPeter Nelson
2020-04-25LibGfx: Minor changes to adhere to code style guidelinesPeter Nelson
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