index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-02-04
LibWeb: Refactor calc() resolution logic using CalculationResult
Sam Atkins
2022-02-04
LibWeb: Implement CalculationResult type for calc() results
Sam Atkins
2022-02-04
LibWeb: Resolve type of calc() expressions at parse-time
Sam Atkins
2022-02-04
LibWeb: Combine the two sets of calc() operator enums
Sam Atkins
2022-02-04
LibWeb: Replace Length::set_calculated_style() with ::make_calculated()
Sam Atkins
2022-02-04
LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue
Sam Atkins
2022-02-04
Shell: Add total time to builtin_time Timing Report
Tom Martin
2022-02-04
LibWeb: Make debug logging of resource load errors red instead of green
Andreas Kling
2022-02-03
FileManager: Don't show command palette for the desktop
Sam Atkins
2022-02-03
LibGUI: Allow widgets to opt-out from showing the command palette
Sam Atkins
2022-02-03
FileManager: Disable "View as..." actions for desktop DirectoryView
Sam Atkins
2022-02-03
LibWeb: Expose KeyboardEvent's constructor on the window object
Andreas Kling
2022-02-03
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
Andreas Kling
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-02-03
LibWeb: Add Document.hasFocus() stub
Andreas Kling
2022-02-03
LibWeb: Add CanvasRenderingContext2D.bezierCurveTo()
Andreas Kling
2022-02-03
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
Andreas Kling
2022-02-03
ClockSettings: Display a text bubble with extra time zone information
Timothy Flynn
2022-02-03
ClockSettings: Display a map to show the current time zone's location
Timothy Flynn
2022-02-03
LibGUI: Add a const accessor to ImageWidget's bitmap
Timothy Flynn
2022-02-03
LibGUI: Forward declare ImageWidget
Timothy Flynn
2022-02-03
LibTimeZone: Parse and generate time zone coordinate data
Timothy Flynn
2022-02-03
LibGUI: Set a fixed width for the SettingsWindow reset-to-default button
Timothy Flynn
2022-02-03
KeyboardPreferenceLoader: Don't crash when "Keymaps" is empty
Rummskartoffel
2022-02-03
LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h
Brian Gianforcaro
2022-02-03
CrashReporter: Stop attempting to lockdown the process veil
Brian Gianforcaro
2022-02-03
Base+WindowsServer+keymap: Store multiple keymaps in a config
Timur Sultanov
2022-02-03
WindowServer+Keymap+LibGUI: Add widget to display current keymap
Timur Sultanov
2022-02-03
WindowManager: Basic support for system keymap switching
Timur Sultanov
2022-02-03
LibWeb: Implement TransformationStyleValue::to_string()
Sam Atkins
2022-02-03
LibWeb: Allow comma- or space-separated StyleValueLists
Sam Atkins
2022-02-03
LibWeb: Make StyleValue::to_string() output valid CSS
Sam Atkins
2022-02-03
LibWeb: Move non-trivial StyleValue to_string() methods to cpp file
Sam Atkins
2022-02-02
mount: Do not print usage if executed without any arguments
Kenneth Myhra
2022-02-02
LibJS: Consider calls of parse_iso_date_time() fallible
Linus Groh
2022-02-02
LibWeb: Don't verify that a dimension unit isn't whitespace
Sam Atkins
2022-02-02
LibJS: Reject '-000000' as extended year
Linus Groh
2022-02-02
mount: Exit without error when handling mount all on system boot
Brian Gianforcaro
2022-02-01
LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changes
Thitat Auareesuksakul
2022-02-01
PixelPaint: Paint layer thumbnails with correct aspect ratio
Andreas Kling
2022-02-01
LibGUI: Allow only one CommandPalette at once to be opened
Maciej
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-02-01
LibGfx: Determine slope attributes for TrueTypeFonts from tables
thankyouverycool
2022-02-01
sleep: Port to LibMain
alexmajor
2022-02-01
shutdown: Port to LibMain
alexmajor
2022-02-01
stty: Port to LibMain
alexmajor
2022-02-01
sql: Port to LibMain
alexmajor
2022-02-01
shot: Port to LibMain
alexmajor
2022-02-01
sysctl: Port to LibMain
alexmajor
[next]