summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-25LibGL+LibWeb: Remove WebGL-specific API from GLContextJelle Raaijmakers
2022-12-25Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttonsAayush
2022-12-25LibWeb: Remove done gradient painting TODOMacDue
2022-12-25LibWeb: Speed up gradient painting quite a lotMacDue
2022-12-25LibGfx: Add Painter::fill_pixels()MacDue
2022-12-25LibWeb: Keep unhandledrejection event promises alive when task is queuedLuke Wilde
2022-12-24LibWeb: Apply CSS text-transform during layoutAndreas Kling
2022-12-23TextEditor: Add option to open the current file in File ManagerKampsjaak
2022-12-23LibSQL: Output a more specific error on failed socket creationYedaya Katsman
2022-12-23pro: Add ability to log request/response metadata for HTTP URLsThomas Keppler
2022-12-23HackStudio: Make a new ProjectBuilder object when opening a projectKarol Kosek
2022-12-23HackStudio: Open projects after the action tab was createdKarol Kosek
2022-12-23Snake: Use a statusbar to display the current and high scoreTimothy Flynn
2022-12-23Snake: Convert the game window to GMLTimothy Flynn
2022-12-23Snake: Move GUI into Snake namespace and rename SnakeGame to GameTimothy Flynn
2022-12-23Snake: Save configured base color to Snake's configuration fileTimothy Flynn
2022-12-23LibConfig+LibCore+ConfigServer: Support u32 configuration entriesTimothy Flynn
2022-12-23LibGfx: GIFLoader: Propagate more errorsericLemanissier
2022-12-23LibGfx: JPGLoader: Centralize error handling in read_be_wordericLemanissier
2022-12-23LibGfx: JPGLoader: Propagate errors properlyericLemanissier
2022-12-23LibGfx: GIFLoader: Propagate errors properlyericLemanissier
2022-12-23LibGfx: DDSLoader: Propagate errors properlyericLemanissier
2022-12-23LibGfx: BMPLoader: Propagate errors properlyericLemanissier
2022-12-23LibCore: Use a StringView for the file path in File::removeTim Schumacher
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-23Taskbar: Propagate errors while loading bmpericLemanissier
2022-12-23GameOfLife: Propagate errors while loading bmpericLemanissier
2022-12-23FileManager: Propagate errors while loading bmpericLemanissier
2022-12-23Magnifier: Add ability to drag the location when it is lockedFrHun
2022-12-23Magnifier: Remember grid colorFrHun
2022-12-23Magnifier: Eliminate flickering when downsizingFrHun
2022-12-23WindowServer: Remove overcropping for magnifierFrHun
2022-12-23LibGfx: Preserve scale on Bitmap cropFrHun
2022-12-23LibGfx: Repair SharableBitmap scaling supportFrHun
2022-12-23Magnifier: Prevent 0 size that otherwise hangsFrHun
2022-12-23Magnifier: Add option to choose grid colorFrHun
2022-12-23Magnifier: Add option to display grid over the imageFrHun
2022-12-23LibGfx: Add NearestFractional scaling type to painterFrHun
2022-12-23Magnifier: Allow locking location at current cursor positionFrHun
2022-12-23WindowServer: Allow overriding position when getting bitmapFrHun
2022-12-23Spreadsheet: Allow Functions Help HorizontalSplitter to resizeOptimoos
2022-12-22AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()Sam Atkins
2022-12-21HackStudio: Fix typo in one error messageKarol Kosek
2022-12-21uptime: Port to Core::Stream::File, use `AK::human_readable_time()`Karol Kosek
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-21LibGfx/OpenType: Read "glyf" table header using a C++ structAndreas Kling
2022-12-21LibGfx/OpenType: Clean up "kern" table readingAndreas Kling
2022-12-21LibGfx/OpenType: Clean up "name" table readingAndreas Kling
2022-12-21LibGfx/OpenType: Read "os2" table using a C++ structAndreas Kling