index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-08
Ports: Add a bdwgc (aka libgc) port
Ali Mohammad Pur
2022-03-08
LibPthread: Partially implement pthread_cleanup_(push pop)
Ali Mohammad Pur
2022-03-08
LibGUI: Fix crash in GML Playground auto-completing SpinBox props
Andrew Smith
2022-03-08
LoginServer: Add a label for login fail messages
javabird25
2022-03-08
Browser+LibWeb: Add an Element size preview widget to inspector
Vrins
2022-03-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2022-03-08
AK: Add float support for JsonValue and JsonObjectSerializer
Vrins
2022-03-08
AK: Add to_double() to JsonValue
Vrins
2022-03-08
LibEDID: Fix DetailedTiming::pixel_clock_khz result
Liav A
2022-03-08
PixelPaint: Draw a colored border around the appropriate thumbnail
Tobias Christiansen
2022-03-08
PixelPaint: Add "Add Mask" to Layer context menu
Tobias Christiansen
2022-03-08
PixelPaint: Change EditMode of Layer when double clicking on thumbnail
Tobias Christiansen
2022-03-08
PixelPaint: Add a mask thumbnail to the LayerListWidget
Tobias Christiansen
2022-03-08
PixelPaint: Use the currently_edited_bitmap in the Tools
Tobias Christiansen
2022-03-08
PixelPaint: Keep track of and expose the type of the edited bitmap
Tobias Christiansen
2022-03-08
PixelPaint: Respect Mask when generating the display bitmap
Tobias Christiansen
2022-03-08
PixelPaint: Add mask Bitmap to Layer and expose it
Tobias Christiansen
2022-03-08
PixelPaint: Split bitmap() of Layer into {content, display}_bitmap
Tobias Christiansen
2022-03-08
KeyboardMapper: Ask for unsaved changes on window close and file open
Karol Kosek
2022-03-08
KeyboardMapper: Reset modified flag after loading a file
Karol Kosek
2022-03-08
KeyboardMapper: Display dirty close icon when the file is changed
Karol Kosek
2022-03-08
Tests: Include limits.h for PATH_MAX in realpath tests
Tim Schumacher
2022-03-08
Tests: Include limits.h for MB_LEN_MAX in wchar tests
Tim Schumacher
2022-03-08
Kernel/Graphics: Override first byte of the EDID in Intel Native driver
Liav A
2022-03-08
Kernel/Graphics: Print contents of offending EDID in Intel Native driver
Liav A
2022-03-08
Utilities/lspci: Add verbose flag to show data about PCI BARs
Liav A
2022-03-08
Kernel: Expose PCI BAR addresses in sysfs
Liav A
2022-03-08
Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pci
Liav A
2022-03-08
LibWeb: Add explicit color to mark element
Lady Gegga
2022-03-08
LibWeb: Add default styling to abbr, acronym, mark, strike and tt
Lady Gegga
2022-03-08
Mandelbrot: Add Help menu with standard About action
Paulo Henrique Silva
2022-03-08
Meta: Fix that the processor count was output to stderr and ignored
davidot
2022-03-08
Meta: Read MAKEJOBS to limit jobs for ninja in serenity.sh
davidot
2022-03-08
Base: Remove metadata from emojis to decrease filesize
Lady Gegga
2022-03-08
LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extract
networkException
2022-03-08
LibSoftGPU: Remove a lot of `[ui]32x4` casts in `Sampler`
Jelle Raaijmakers
2022-03-08
LibGL: Better handling of texture targets and default textures
Jelle Raaijmakers
2022-03-08
LibGL: East-const `glTex*` methods
Jelle Raaijmakers
2022-03-08
LibGL: Remove duplicate `public:` from `Texture2D.h`
Jelle Raaijmakers
2022-03-08
Ports: Add OpenGL include dir to quake2 build
Jelle Raaijmakers
2022-03-08
LibTextCodec: Add support for the UTF16-LE encoding
Jelle Raaijmakers
2022-03-08
js: Don't try to run empty scripts
Maciej
2022-03-08
LibWeb: Move Timer from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Make InlineLevelIterator emit absolutely positioned items
Andreas Kling
2022-03-08
Kernel: Mark sys$fsync() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$readlink() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$stat() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$fstat() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$fchdir() as not needing the big lock
Andreas Kling
[next]