index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-09-20
LibJS: Don't allocate property table during GC marking phase
Andreas Kling
2020-09-20
LibJS: Remove unused argument in NativeFunction constructor
Andreas Kling
2020-09-20
LibGUI: Fix row_rect(int) calculation in AbstractTableView
Itamar
2020-09-19
LibGfx: Move vertically centered text down slightly based on baseline
Andreas Kling
2020-09-19
LibGfx: Add a helper to check if a TextAlignment is vertically centered
Andreas Kling
2020-09-19
LibGfx+FontEditor+Base: Add "baseline" value to all fonts
Andreas Kling
2020-09-19
LibGUI: Increase slider acceleration with Ctrl (#3499)
Jakob-Niklas See
2020-09-19
LibJS: Handle getter exception in JSONObject::serialize_json_property()
Linus Groh
2020-09-19
LibJS: Do not revisit already visited values in update_function_name()
AnotherTest
2020-09-18
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
Andreas Kling
2020-09-18
LibGUI: Unbreak FileSystemModel::index(path) after virtual root changes
Andreas Kling
2020-09-18
iLibGUI+Base: Show inaccessible directories with special icon in views
Andreas Kling
2020-09-18
LibGUI: FileSystemModel should provide full paths to FileIconProvider
Andreas Kling
2020-09-18
LibGUI: StackWidget should not steal focus when switching active child
Andreas Kling
2020-09-18
LibJS: Simplify toEval() implementation
Linus Groh
2020-09-18
LibJS: Add FIXMEs for parsing increment operators with function LHS/RHS
Linus Groh
2020-09-18
LibJS: Mark more ASTNode classes as `final`
Linus Groh
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
LibC: Convert SO_ constants to enum
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-17
LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)
Uma Sankar
2020-09-17
LibGUI: Respect the previously selected sort order in HeaderView (#3522)
Uma Sankar
2020-09-17
LibIPC: Check if socket is still open before using socket descriptor
Tom
2020-09-17
LibGUI: Don't recalcuate color from hue if it was not set by hue
Peter Elliott
2020-09-17
LibGUI: Don't allow 4 character html color codes in GUI::ColorPicker
Peter Elliott
2020-09-16
LibGUI: Use FileIconProvider in the FilePicker dialog
Andreas Kling
2020-09-16
LibGUI+Base: Add a hard-disk icon and use it for the path "/"
Andreas Kling
2020-09-16
LibGUI: Allow FileSystemModel to be rooted one level above "/"
Andreas Kling
2020-09-16
LibCore: Add missing .characters() for String::format.
asynts
2020-09-16
LibCore: Add find_executable_in_path.
asynts
2020-09-16
LibIPC: Disable Notifier before closing socket
Tom
2020-09-16
LibCore: Add Notifier::close
Tom
2020-09-16
LibGUI: Double-clicking on a TreeView item should set cursor
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-15
LibDiff: Add library for working with diffs
Itamar
2020-09-15
HackStudio: Add basic Git integration
Itamar
2020-09-15
LibCore: Add command() utility functions
Itamar
2020-09-15
LibGUI: Fix to ComboBox fields activation
pkotzbach
2020-09-15
AK: Remove OutputMemoryStream for DuplexMemoryStream.
asynts
2020-09-15
LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-word
Nico Weber
2020-09-15
LibVT: Use xterm modifier scheme for tilde keys too
Nico Weber
2020-09-15
LibLine: Support Alt + Arrow left/right
Nico Weber
2020-09-15
LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys
Nico Weber
2020-09-15
LibLine: Parse CSI parameters and immediates
Nico Weber
2020-09-14
AK: Lower the requirements for InputStream::eof and rename it.
asynts
2020-09-14
LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)
pkotzbach
2020-09-14
LibGfx+LibGUI: Allow setting tab text alignment with set_property()
Andreas Kling
2020-09-14
LibGUI: Add TabWidget::set_property() and handle some properties
Andreas Kling
2020-09-14
LibGUI: Add registration for GUI::TabWidget
Andreas Kling
[next]