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
2019-11-16
LibC: Added some missing directory type constants
Brandon Scott
2019-11-16
LibC: Added additional fields to lconv struct
Brandon Scott
2019-11-16
LibPthread: Implement a basic first pthread mutex
Andreas Kling
2019-11-15
Terminal: Add selecting whole line on triple click
Rok Povsic
2019-11-15
GTextEditor: Allow GTextDocumentSpans to be "skippable"
Andreas Kling
2019-11-15
GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/Right
Andreas Kling
2019-11-15
GTextEditor: Alt+Shift+S alphabetically sorts selected lines
ctfloyd
2019-11-14
Kernel+LibPthread: Implement pthread_join()
Andreas Kling
2019-11-14
LibC: open/openat: Make sure path is not a nullptr before dereferencing
Till Mayer
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-11
GTreeView: Make it possible to multi-select with the Ctrl modifier
Andreas Kling
2019-11-11
LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"
Andreas Kling
2019-11-11
GTreeView: Always repaint in response to did_update_model()
Andreas Kling
2019-11-11
LibC, LibM: Add functions needed to compile python3
Emanuel Sprung
2019-11-11
Launcher: Remove the Launcher app, and all hacks in support of it
Andreas Kling
2019-11-11
LibCore: Add CConfigFile::open() for opening an arbitrary INI file
Andreas Kling
2019-11-10
GToolBar: Make buttons exclusive if action belongs to exclusive group
Andreas Kling
2019-11-10
LibC: Add strtok_r() and make strtok() a wrapper around it
Andreas Kling
2019-11-10
WindowServer: Don't de-maximize windows immediately (#756)
masi456
2019-11-10
Kernel+LibC: Implement the openat() syscall
Andreas Kling
2019-11-10
LibC: Implement a very naive mbtowc()
Andreas Kling
2019-11-10
LibC: iconv.h needs stddef.h for size_t
Andreas Kling
2019-11-10
Terminal: Clip out the scrollbar when painting the terminal buffer
Andreas Kling
2019-11-10
GWidget: Fix accidentally ignored set_relative_rect() with empty size
Andreas Kling
2019-11-10
LibGUI: Add a simple GWidget class registry/factory
Andreas Kling
2019-11-10
LibCore: Rename class Gzip -> CGZip
Marcel Schneider
2019-11-10
LibCore: Add Content-Encoding handling to CHttpJob
Marcel Schneider
2019-11-10
LibCore: Add a gzip implementation
Marcel Schneider
2019-11-09
LibC: Fix wrong syscall identifier for shm_unlink()
Andreas Kling
2019-11-09
LibC: shm_unlink() was making an unlink() syscall internally
Andreas Kling
2019-11-09
LibC: Minor changes to make nasm work
Paweł Cholewa
2019-11-09
LibHTML: Paint a magenta rectangle around the currently inspected node
Andreas Kling
2019-11-09
LibHTML: Add document icon in DOMTreeModel and keep document alive
Andreas Kling
2019-11-09
LibGUI: Make GTreeView fire the on_selection hook
Andreas Kling
2019-11-09
LibGUI: Include internal_data() in GModelIndex LogStream output
Andreas Kling
2019-11-09
LibHTML+Browser: Add a simple DOM inspector popup window
Andreas Kling
2019-11-09
TextEditor: Enable/disable undo & redo buttons based on availability (#740)
Rhin
2019-11-09
GTableView: Paint with white background when model-less
Andreas Kling
2019-11-09
LibGUI: Allow overriding the button size when constructing GToolBar
Andreas Kling
2019-11-09
LibGUI: Allow construction of vertical GToolBars
Andreas Kling
2019-11-08
GTextEditor: Allow moving the selected line(s) up/down in bulk
Andreas Kling
2019-11-08
GTextEditor: Add a way to flush any pending on_change notifications
Andreas Kling
2019-11-08
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
Andreas Kling
2019-11-07
LibHTML: Update the removed node's siblings in TreeNode::remove_child()
Andreas Kling
2019-11-07
TextEditor: Added redo functionality & proper stack manipulation
rhin123
2019-11-07
LibHTML: Ignore case in <!DOCTYPE> tags :^)
Andreas Kling
2019-11-07
LibHTML: Draw box borders even if we don't have a border-color
Andreas Kling
2019-11-07
LibHTML: Fix the default style for <hr> elements
Andreas Kling
2019-11-07
LibHTML: Don't swallow '}' as part of CSS property values
Andreas Kling
2019-11-07
LibHTML: Turn "—" into "-" in the parser for now
Andreas Kling
[next]