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-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
2019-11-07
LibHTML: Make the CSS parser return RefPtr's
Andreas Kling
2019-11-06
LibHTML+IRCClient: Add an escape_html_entities() helper
Andreas Kling
2019-11-06
LibHTML: Make parse_html_document() return a RefPtr
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
Revert "LibHTML: Rename parse_html() => parse_html_document()"
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
LibHTML: Add parse_html_fragment()
Andreas Kling
2019-11-06
LibHTML: Add DocumentFragment
Andreas Kling
2019-11-06
LibHTML: Add TreeNode::remove_child()
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling
2019-11-05
LibHTML: Build some foundation for text selection
Andreas Kling
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-11-05
SoundPlayer: Changed some small cosmetic things
Till Mayer
2019-11-05
AWavLoader: Fixed incorrect computation of m_loaded_samples
Till Mayer
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
[next]