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-01-11
LibGL: Set `q` parameter for `glTexCoord` to 1 by default
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glTexCoord2i`
Jelle Raaijmakers
2022-01-11
LibSoftGPU: Only render complete primitives
Jelle Raaijmakers
2022-01-11
LibGL: Remove duplicate `private:` from SoftwareGLContext.h
Jelle Raaijmakers
2022-01-11
LibGfx+LibGL: Do not crash if matrix inverse does not exist
Jelle Raaijmakers
2022-01-11
LibGL: Stub `glPointSize`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glLightModeli`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glTexEnvi`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glRotated`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glColor3d` and `glColor3ubv`
Jelle Raaijmakers
2022-01-11
LibJS: Actually implement get_iana_time_zone_offset_nanoseconds()
Linus Groh
2022-01-11
LibJS: Support non-UTC time zones in Temporal :^)
Linus Groh
2022-01-11
LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATA
Linus Groh
2022-01-11
LibJS: Check if input was exhausted after parsing UTC offset fraction
Linus Groh
2022-01-11
LibJS/Tests: Add Temporal.TimeZone() tests for numeric UTC offset
Linus Groh
2022-01-11
Applets/Audio: Propagate errors by extracting out GUI initialization
creator1creeper1
2022-01-11
Applets/ResourceGraph: Propagate errors in create_applet
creator1creeper1
2022-01-11
LibCore+flock: Make Core::System::waitpid more ergonomic
Junior Rantila
2022-01-11
LibGUI: Don't paint text cursor if TextEditor is disabled
Marcus Nilsson
2022-01-11
LibGUI: Change gradient colors when ValueSlider is disabled
Marcus Nilsson
2022-01-11
LibC: Add daemon(3) implementation to match behavior of Linux and BSDs
Andrew Kaster
2022-01-11
LibTimeZone: Begin generating GMT offset rules for each time zone
Timothy Flynn
2022-01-11
LibTimeZone: Add methods to canonicalize a time zone name
Timothy Flynn
2022-01-11
LibTimeZone: Add method to convert a time zone to a string
Timothy Flynn
2022-01-11
LibTimeZone: Do not separate the generated data from the main library
Timothy Flynn
2022-01-11
Meta: Convert new help page link styles for the man page website
kleines Filmröllchen
2022-01-11
Help+Base: Add help://man URLs for links between man pages
kleines Filmröllchen
2022-01-11
Help: Refactor link handling
kleines Filmröllchen
2022-01-11
LibGUI: Make Tableview handle multi-selected indexes when deleting
Glenford Williams
2022-01-11
AK+LibC+LibPthread: Introduce NoAllocationGuard
kleines Filmröllchen
2022-01-10
LibC: Implement strsep()
Linus Groh
2022-01-10
Taskbar: Tweak taskbar button progress bar rendering
Andreas Kling
2022-01-10
LibJS: Include hour-cycle in DateTimeFormat options
Timothy Flynn
2022-01-10
LibUnicode: Add an hour-cycle field to DateTimeFormat's format pattern
Timothy Flynn
2022-01-10
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
Marcus Nilsson
2022-01-10
2048: Add action icons for New Game and Settings
Dylan Katz
2022-01-10
2048: Simplify dialog box when target reached
Dylan Katz
2022-01-10
2048: Fix off-by-1 when opening settings
Dylan Katz
2022-01-09
LibGUI: Show hours and minutes in "unsaved changes" dialogs
Rafał Babiarz
2022-01-09
LibGL: Add stub for `glColorMaterial`
Jelle Raaijmakers
2022-01-09
LibGL: Add capabilities to context parameters
Jelle Raaijmakers
2022-01-09
LibJS: Implement proper Iterator records
Linus Groh
2022-01-09
LibJS: Use Optional<Value> for potentially missing value in Iterator AOs
Linus Groh
2022-01-09
LibCrypto: Link against LibCore
Daniel Bertalan
2022-01-09
Spreadsheet: Properly pass parent window to Workbook
Glenford Williams
2022-01-09
PixelPaint: Verify that we have an ImageEditor instead of returning
Marcus Nilsson
2022-01-09
PixelPaint: Disable actions when no ImageEditor is open
Marcus Nilsson
2022-01-09
LibGUI: Add Menu::set_children_actions_enabled() helper
Marcus Nilsson
2022-01-09
PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget
Marcus Nilsson
2022-01-09
PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*
Marcus Nilsson
[next]