summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-18Kernel: Add "setkeymap" pledge promiseAndreas Kling
2020-06-18LibGUI: Fix MessageBox width calculation not including the icon widthAndreas Kling
2020-06-18LibWeb: Fix broken #include after moving files aroundAndreas Kling
2020-06-18LibWeb: Move StackingContext from Layout/ to Painting/Andreas Kling
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-18LibWeb: Respect min-width and max-width on position:absolute elementsAndreas Kling
2020-06-18LibWeb: More work on width of position:absolute elementsAndreas Kling
2020-06-18LibWeb: Separate layout tree rendering into phasesAndreas Kling
2020-06-18LibWeb: Better width computation for position:absolute blocksAndreas Kling
2020-06-18Base: Fix broken ACID2 browser bookmark :^)Andreas Kling
2020-06-18Piano: Expose multi-track functionalityWilliam McPherson
2020-06-18Piano: Allow multiple tracks internallyWilliam McPherson
2020-06-18DownloadWidget: Use GUI::Image instead of Label to show image Hüseyin ASLITÜRK
2020-06-18Welcome: Replace Label with Image component to show banner and app iconHüseyin ASLITÜRK
2020-06-18Minesweeper: Replace Label with Image component to show flag and timerHüseyin ASLITÜRK
2020-06-18AboutDialog: Replace Label with Image to show banner and app iconHüseyin ASLITÜRK
2020-06-18NotificationWindow: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-18MessageBox: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-18ClipboardHistory: Replace IconWidget with GUI::ImageHüseyin ASLITÜRK
2020-06-18FilePicker: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-18FileManager: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-18WidgetGallery: Add Image component demo for png and animated gif filesHüseyin ASLITÜRK
2020-06-18LibGfx: Fix color alfa for transparent color in GIFLoaderHüseyin ASLITÜRK
2020-06-18LibGUI: Add a new GUI::Image component for display imagesHüseyin ASLITÜRK
2020-06-18Base: Add a new download-animation.gifHüseyin ASLITÜRK
2020-06-18Toolchain: Use curl instead of wget (#2574)Érico Nogueira Rolim
2020-06-18Base: Add slovenian keymapLepkoQQ
2020-06-18Base: Add slovenian characters to Katica and Csilla fontsLepkoQQ
2020-06-17Kernel: Unbreak sys$setkeymap()Andreas Kling
2020-06-17LibWeb: Add PageClient::palette() for view-agnostic palette accessAndreas Kling
2020-06-17WebContent: Pass mouse events through to the WebContent processAndreas Kling
2020-06-17WebContent: Allow the WebContent process to trigger repaintsAndreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling
2020-06-17Base: Move all the HTML test content into /res/html/miscAndreas Kling
2020-06-17LibC: Add posix_spawn()!Nico Weber
2020-06-17Kernel: clang-format ENUMERATE_SYSCALLSNico Weber
2020-06-17LibWeb: Make RenderingContext use Gfx::Painter instead of GUI::PainterAndreas Kling
2020-06-17Kernel: Don't remove shbuf permission-to-reattach when releasingAndreas Kling
2020-06-17su: Tweak informal stringAndreas Kling
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-06-17Base: Various icons overhauled + more contrastAndreas Kling
2020-06-17Docs: Correct wording on CMake downloadsEwan
2020-06-17Docs: Spell CMake correctly in BuildInstructionsEwan
2020-06-17LibC: Make setgid() definition protoype match declarationNico Weber
2020-06-17Userland: Compliment the user when running su(1) :^)Sergey Bugaev
2020-06-17Base+Meta: Rename the wheel group to goodboys :^)Sergey Bugaev
2020-06-17Userland: Improve cat(1)Sergey Bugaev
2020-06-17Userland: Fix a crash in chown(1)Sergey Bugaev
2020-06-17Userland: Fix wc(1)Sergey Bugaev
2020-06-17Kernel: Use symbolic constants for file modesSergey Bugaev