summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29LibC: Add MIN, MAX and howmany macros to sys/param.hAndreas Kling
2022-04-29LibC: Actually set the FPU environment instead of its pointerTim Schumacher
2022-04-29LibJS: Fix RoundNumberToIncrement spec numberLinus Groh
2022-04-29ThemeEditor: Show if modified, and prompt before discarding unsaved workSam Atkins
2022-04-29ThemeEditor: Update displayed alignment when loading a theme fileSam Atkins
2022-04-29ThemeEditor: Stop firing unnecessary change callbacksSam Atkins
2022-04-29LibGUI+ThemeEditor: Split preview-widget palette-change callbackSam Atkins
2022-04-29LibGUI: Add AllowCallback parameter to ColorInput::set_color()Sam Atkins
2022-04-29ThemeEditor: Open the FilePicker at the location in the path inputSam Atkins
2022-04-29ThemeEditor: Show a message box if saving failsSam Atkins
2022-04-29ThemeEditor: Propagate failure to create AlignmentModelSam Atkins
2022-04-29Kernel+WindowServer: Move setting tty graphical mode to UserspacePeter Elliott
2022-04-29Kernel: Support userspace TTY graphics modesettingPeter Elliott
2022-04-29LibJS: Remove outdated FIXMEs about required date_from_fields() optionsLinus Groh
2022-04-29AK: Install generated `Debug.h` into `/usr/include`Jelle Raaijmakers
2022-04-29Ports: Compile SDL2 against LibAudioJelle Raaijmakers
2022-04-29LibAudio: Add a formatter for `Audio::Sample`Jelle Raaijmakers
2022-04-29LibCore: Simplify conditional logic in SharedCircularQueueJelle Raaijmakers
2022-04-29LibAudio: Make includes work from portsJelle Raaijmakers
2022-04-29LibWeb: Remove TokenStream::position() and ::rewind_to_position()Sam Atkins
2022-04-29LibWeb: Use StateTransaction for UnicodeRange parsingSam Atkins
2022-04-29LibWeb: Use StateTransaction in more placesSam Atkins
2022-04-29LibWeb: Use StateTransaction for supports-query parsingSam Atkins
2022-04-29LibWeb: Use StateTransaction for media-query parsingSam Atkins
2022-04-29LibWeb: Extract MediaType to/from_string() logic into functionsSam Atkins
2022-04-29LibWeb: Allow whitespace inside An+B again and use StateTransactionsSam Atkins
2022-04-29LibWeb: Add StateTransaction RAII to CSS TokenStreamSam Atkins
2022-04-29LibWeb: Move variables in parse_a_n_plus_b_pattern() closer to usageSam Atkins
2022-04-29LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern()Sam Atkins
2022-04-29LibWeb: Rename a local variable to not collide with a parameterSam Atkins
2022-04-29LibWeb: Replace Result with ErrorOr in CSS ParserSam Atkins
2022-04-29LibWeb: Make CSS ParsingContext::m_url not OptionalSam Atkins
2022-04-28LibMarkdown: Add strike-through text support to markdownhuttongrabiel
2022-04-28Base: Improvements to the Light themeJoel Hansen
2022-04-28ThemeEditor: Add preview window with 'Highlighted' window stateMacDue
2022-04-28ThemeEditor: Center preview windows accounting for window frameMacDue
2022-04-28Kernel/Storage: Migrate the partition code to use the ErrorOr containerLiav A
2022-04-28Kernel+Utilities: Add the route utilitybrapru
2022-04-28Kernel: Use TRY to handle string copies in GlobalProcessExposedbrapru
2022-04-28Kernel: Add a global routing tablebrapru
2022-04-28Kernel: Generalize the UpdateArp table to UpdateTablebrapru
2022-04-28Ports: Update dropbear port to 2022.82Patrick Meyer
2022-04-27LibCore: Remove fixed EventLoop FIXMEJelle Raaijmakers
2022-04-27unzip: Create parent directory before extracting filesTim Schumacher
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-27LibCore: Remove unused `EventLoop::is_main_event_loop()`Jelle Raaijmakers
2022-04-27LibCore: Fix typo in `EventLoop` commentJelle Raaijmakers
2022-04-27HackStudio: Update window close button on document changetimre13
2022-04-26LibMarkdown: Correct typo in forward declaration of HorizontalRulehuttongrabiel
2022-04-26LoginServer: Change login fail message to avoid enumeration attacksPeter Elliott