summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-30LibWeb: Fix a (charming) comment typoNico Weber
2022-12-30MouseSettings: Update "switch buttons" icon to reflect checkbox stateRavi J
2022-12-30LibWeb: Margin bottom collapsing between parent and last childAliaksandr Kalenik
2022-12-30LibWeb: Margin top collapsing between parent and first childAliaksandr Kalenik
2022-12-30LibWeb: Introduce structure that maintains collapsible margins in BFCAliaksandr Kalenik
2022-12-30SQLStudio: Remove (unimplemented) ability to open database storage filesTimothy Flynn
2022-12-30SQLStudio: Display error message boxes when connections/executions failTimothy Flynn
2022-12-30SQLStudio: Add an option to select or specify the database to connect toTimothy Flynn
2022-12-30SQLStudio: Only display the character/word count of selected textTimothy Flynn
2022-12-30SQLStudio: Close the current SQL connection before opening a new oneTimothy Flynn
2022-12-30SQLStudio: Simplify action handling a bitTimothy Flynn
2022-12-30SQLStudio: Protect against possible crash when saving an empty fileTimothy Flynn
2022-12-30SQLStudio: Convert SQLStudio to GMLTimothy Flynn
2022-12-30sql+SQLStudio: Recover from errors preparing SQL statementsTimothy Flynn
2022-12-30SQLServer: Mark a deferred invocation lambda as mutableTimothy Flynn
2022-12-30SQLServer: Explicitly return empty optionals over IPC upon errorsTimothy Flynn
2022-12-29Presenter: Accept file dropsKarol Kosek
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-28NotificationServer: Use `Optional` for last rect in `NotificationWindow`Jelle Raaijmakers
2022-12-28LibWeb: Use `Optional` for previous SVG path control pointJelle Raaijmakers
2022-12-28LibWeb: Make the atob JS function compliant with the specArda Cinar
2022-12-28LibGfx: Remove now-unneeded castsNico Weber
2022-12-28Demos: Add ability to use scroll wheel in starfieldHawDevelopment
2022-12-28strace: Propagate errorsKyle Lanmon
2022-12-28LibWeb: Don't expand grid for {row,column} spansTom
2022-12-28LibWeb: Refactor GridFormattingContextTom
2022-12-28LibWeb: Refactor should_skip_anonymous_text_runsTom
2022-12-28Kernel+Userland: Remove uses of the __i386__ compiler macroAndreas Kling
2022-12-28LibC: Remove use of ARCH(I386) in sys/arch/aarch64/regs.hAndreas Kling
2022-12-28Applications: Remove i686 supportLiav A
2022-12-28DevTools: Remove i686 supportLiav A
2022-12-28HackStudio: Remove i686 supportLiav A
2022-12-28LibX86: Remove i686 supportLiav A
2022-12-28LibCoredump: Remove i686 supportLiav A
2022-12-28LibDebug: Remove i686 supportLiav A
2022-12-28LibELF+LibSymbolication: Remove i686 supportLiav A
2022-12-28DynamicLoader: Remove i686 supportLiav A
2022-12-28LibC: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-28Userland: Remove i686 supportLiav A
2022-12-27icc: Print profile creation timeNico Weber
2022-12-27LibGfx: Read profile creation time from ICCProfile headerNico Weber
2022-12-27LibC: Make timegm() force tm_isdst to 0Nico Weber
2022-12-27LibGfx: Start adding a utility for handling ICC color profilesNico Weber
2022-12-27LibGfx: Start adding a class for handling ICC color profilesNico Weber
2022-12-27LibVideo: Fix two comment typosNico Weber
2022-12-27Taskbar: Propagate more errors on widget populationthankyouverycool
2022-12-27Taskbar: Load Assistant's AppFile on window creationthankyouverycool
2022-12-27LibDesktop: Do not quit screensaver on immediate mouse moveJelle Raaijmakers
2022-12-27Demos+LibDesktop: Centralize screensaver logicJelle Raaijmakers