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-08-25
GTextEditor: Unbreak selection painting in the new line-wrapping world
Andreas Kling
2019-08-25
GTextEditor: Fix computing content x/rect values with line wrapping
Andreas Kling
2019-08-25
GTextEditor: Take horizontal padding into account for line visual rects
Andreas Kling
2019-08-25
GTextEditor: Start working on a line-wrapping feature
Andreas Kling
2019-08-25
GTextEditor: Clean up some of the rect computations
Andreas Kling
2019-08-24
TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.
Andrew Weller
2019-08-24
LibC: Fix strtol() handling of invalid characters
Andreas Kling
2019-08-23
GTextEditor: Fix obvious bug in find()
Andreas Kling
2019-08-21
GTextEditor: Implement a simple text search API
Andreas Kling
2019-08-21
GTextEditor: Run clang-format on GTextEditor.cpp
Andreas Kling
2019-08-21
GTextEditor: Rename is_automatic_indentation_enabled() API
Andreas Kling
2019-08-21
GTextEditor: Give Line objects a back-reference to the GTextEditor
Andreas Kling
2019-08-20
GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over it
Andreas Kling
2019-08-20
GModel: Rename on_model_update(GModel&) => on_update()
Andreas Kling
2019-08-20
LibGUI: Remove confusing GModelNotification concept
Andreas Kling
2019-08-19
LibVT: Add scrollback history to VT::Terminal
Andreas Kling
2019-08-19
LibC: Write to the dbg() every time we perror() in userspace
Andreas Kling
2019-08-19
LibGUI: Implement save_to(JsonObject&) for GWindow and GWidget
Andreas Kling
2019-08-19
LibCore: Move CObject serialization into CObject::save_to(JsonObject&)
Andreas Kling
2019-08-19
GraphicsBitmap: create_wrapper() should take pitch as a parameter
Andreas Kling
2019-08-18
LibCore: Make it possible to pass a parent to CFile constructors
Andreas Kling
2019-08-18
LibGUI: Let GWindow::set_main_widget() take ownership of the widget
Andreas Kling
2019-08-18
LibCore: Childify children of CLocalServer and IPC::Connection
Andreas Kling
2019-08-18
LibGUI: Make the timers in GAbstractButton and GScrollBar into children
Andreas Kling
2019-08-18
LibCore: Make CSocket's notifiers into children of the CSocket
Andreas Kling
2019-08-18
GTreeView: Support multiple root-level items
Andreas Kling
2019-08-18
GModel: Have create_index() take a const void*
Andreas Kling
2019-08-18
LibGUI: Add LogStream operator<< for GModelIndex
Andreas Kling
2019-08-18
LibHTML: Implement basic block height computation
Andreas Kling
2019-08-18
LibHTML: Finish the block width calculation
Andreas Kling
2019-08-18
LibHTML: Fix host build and turn on ccache
Andreas Kling
2019-08-18
Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API
Conrad Pankoff
2019-08-18
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
Conrad Pankoff
2019-08-17
LibC: Fix strtol() not populating `endptr' for valid strings
Andreas Kling
2019-08-17
GTableView: Fix column resize cursor not showing up in scrolled tables
Andreas Kling
2019-08-17
GTableView: Fix row selection when clicking between two cells
Andreas Kling
2019-08-17
LibCore: Fix a crash in CArgsParser
Sergey Bugaev
2019-08-17
LibC: Implement wait()
Sergey Bugaev
2019-08-17
Kernel+LibC+Userland: Support mounting other kinds of filesystems
Sergey Bugaev
2019-08-17
LibCore+rpcdump: Publish CObject graph to on-demand RPC socket
Andreas Kling
2019-08-17
CObject: Put all CObjects on a global IntrusiveList for introspection
Andreas Kling
2019-08-17
LibCore: CIODevice::set_error() is meant to be called with the 'errno'
Andreas Kling
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-15
Kernel+LibC: Add get_process_name() syscall
Andreas Kling
2019-08-15
LibC: Fix clang-tidy warning about else-after-return in errno handling
Andreas Kling
2019-08-14
GTableView: Add a way to customize cell painting per-column
Andreas Kling
2019-08-14
StylePainter: Move progress bar painting from GProgressBar to here
Andreas Kling
2019-08-14
GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data
Andreas Kling
2019-08-14
Libraries: Add LibPCIDB for reading PCI device information from pci.ids
Conrad Pankoff
2019-08-13
LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes
Andreas Kling
[next]