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
2021-06-03
WindowServer: Switch Window to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
AK: Remove unused JsonValue <=> IPv4Address conversion code
Gunnar Beutner
2021-06-03
LibGUI: Hide TextEditor dbgln spew under TEXTEDITOR_DEBUG
Brian Gianforcaro
2021-06-03
TextEditor: Remove unused header includes
Brian Gianforcaro
2021-06-03
Solitaire: Add keys for drawing and moving cards to foundation stacks
Matthew B. Jones
2021-06-03
LibGUI: Properly wrap multiple lines in IconView search highlighting
Matthew B. Jones
2021-06-03
LibSQL: Report a syntax error for unsupported LIMIT clause syntax
Timothy Flynn
2021-06-03
WindowServer: Add sanity checks to `create_window` IPC
Matthew Jones
2021-06-03
LibGUI: ComboBox now goes upwards when running out of room to render
Matthew Jones
2021-06-03
LibGUI: ComboBox now correctly sizes height in relation to taskbar
Matthew Jones
2021-06-03
LibGUI: Desktop.h should get actual value from TaskbarWindow.h
Matthew Jones
2021-06-03
WindowServer: Position popup menu with offset of 1 pixel
Matthew Jones
2021-06-03
Solitaire: Add undo functionality
Matthew B. Jones
2021-06-03
Profiler: Remove m_deepest_stack_depth
Gunnar Beutner
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
2021-06-03
LibGUI: Show pressed state for Space and Return key events
Matthew Jones
2021-06-03
LibWasm: Use builtins for clz, ctz, and popcnt
BrandonKi
2021-06-03
LibWasm: Implement rotr and rotl
BrandonKi
2021-06-02
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
Matthew Jones
2021-06-02
HackStudio: Make locator lose focus on close
Marcus Nilsson
2021-06-02
HackStudio: Remove unused includes
Marcus Nilsson
2021-06-02
HackStudio: Close locator on exit
Marcus Nilsson
2021-06-02
Hearts: Play the first valid card (left-to-right) when pressing space
Matthew B. Jones
2021-06-02
LibGUI: Tooltip no longer exceeds screen width, now truncates
Matthew Jones
2021-06-02
LibJS: Remove declarations of some TODO()'d BigInt and Promise functions
Linus Groh
2021-06-02
LibJS: Replace iterator hint string argument with an enum
Linus Groh
2021-06-02
LibRegex: Hide stray dbgln() behind REGEX_DEBUG
Linus Groh
2021-06-02
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
Matthew Jones
2021-06-02
TextEditor/GMLPlayground: Don't close app if user aborts save on exit
Matthew Jones
2021-06-02
KeyboardMapper: Add default path to keymaps
NonStandardModel
2021-06-02
LibC: Use memory_order_acquire instead of memory_order_acq_rel
Gunnar Beutner
2021-06-02
LibC: Fix race condition in pthread_mutex_unlock()
Gunnar Beutner
2021-06-02
LibC: Remove reinterpret_cast in pthread_mutex_{try,}lock
Gunnar Beutner
2021-06-02
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
Marcus Nilsson
2021-06-02
Terminal: Remove unused includes
Marcus Nilsson
2021-06-02
Terminal: Close find & settings windows on application exit
Marcus Nilsson
2021-06-02
WindowServer: Use RefPtr instead of raw pointers
Gunnar Beutner
2021-06-02
PixelPaint: Update Image.{cpp, h} to use east const
Marco Cutecchia
2021-06-02
PixelPaint: Support opening more image file formats
Marco Cutecchia
2021-06-02
AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained
Ali Mohammad Pur
2021-06-02
Utilities: Add support for relative paths in open command
Filip Kania
2021-06-02
LibWasm: Ensure that value signs are preserved when casting
Ali Mohammad Pur
2021-06-02
LibWasm: Parse the "extend" set of instructions
Ali Mohammad Pur
2021-06-02
LibWasm: Don't execute the last instruction in the frame after return
Ali Mohammad Pur
2021-06-02
wasm: Add a way to create dummy function exports
Ali Mohammad Pur
2021-06-02
LibWasm: Implement reference instructions (ref.{null,func,is_null})
Ali Mohammad Pur
2021-06-02
Inspector: Check if RemoteProcess `is_inspectable`
Matthew Jones
2021-06-02
InspectorServer: Add `is_inspectable` IPC
Matthew Jones
2021-06-02
LibChess: Change cursor style when hovering or dragging valid piece
BrandonKi
[next]