summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-17Base: Document readlink(1) and readlink(2) :^)Sergey Bugaev
2020-06-17Userland: Add readlink(1)Sergey Bugaev
2020-06-17FileManager: Use Core::File::read_link()Sergey Bugaev
2020-06-17LibGUI: Use Core::File::read_link()Sergey Bugaev
2020-06-17Userland: Use Core::File::read_link()Sergey Bugaev
2020-06-17LibCore: Add File::read_link() :^)Sergey Bugaev
2020-06-17Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()Sergey Bugaev
2020-06-16AK: Implement a slightly better FlyString::operator==(String)Andreas Kling
2020-06-16LibWeb: Make Element::tag_name() return a const FlyString&Andreas Kling
2020-06-16QuickShow: Add reset zoom action to toolbarHüseyin ASLITÜRK
2020-06-16QuickShow: Switch to full screen mode on double clickHüseyin ASLITÜRK
2020-06-16Base: Add a new icon for zoom resetHüseyin ASLITÜRK
2020-06-16Docs: Add comment about required cmake versionEwan
2020-06-16Docs: Update FreeBSD instructions (#2510)Dominik Madarász
2020-06-16Test: Fix json parse test from unicode stringHüseyin ASLITÜRK
2020-06-16Kernel: TTY:VirtualConsole, replace character attribute with code_pointHüseyin ASLITÜRK
2020-06-16LibVT: Replace u8 type to u32 for code pointHüseyin ASLITÜRK
2020-06-16LibGUI: Replace text attribute on KeyEvent with code_point attributeHüseyin ASLITÜRK
2020-06-16AK: JsonParser, replace char type to u32 for code pointHüseyin ASLITÜRK
2020-06-16Kernel: Replace char and u8 data types to u32 for code pointHüseyin ASLITÜRK
2020-06-16KeyboardMapper: Replace char data type to u32 for code pointHüseyin ASLITÜRK
2020-06-16WindowServer: Replace character with code pointHüseyin ASLITÜRK