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-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-29
GTextEditor: Set content size based on the visual line rects (#500)
Rhin
2019-08-28
GTextEditor: Optimize write_to_file() with ftruncate()
Andreas Kling
2019-08-27
GWindow: Allow clients to prevent close requests from closing
Andreas Kling
2019-08-27
GTextEditor: Always call did_change() after deleting with backspace
Andreas Kling
2019-08-27
GTextEditor: Fixed bug on KeyCode::Key_Right pressed.
Andrew Weller
2019-08-27
GTextEditor: Fixed bug in find_prev
Andrew Weller
2019-08-26
WindowServer+LibGUI: Show action icons in the menus when possible
Andreas Kling
2019-08-26
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-08-26
LibCore: Remove CThread
Sergey Bugaev
2019-08-26
LibGUI: Port threading to LibThread
Sergey Bugaev
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev
2019-08-25
LibGUI+TextEditor: Make GButton activate its action if present
Andreas Kling
2019-08-25
GTextEditor: Add add_custom_context_menu_action()
Andreas Kling
2019-08-25
LibC: Add realpath
Rok Povsic
2019-08-25
LibDraw: Fix wrong installation path
Andreas Kling
2019-08-25
GTextEditor: Simplify computation of visual selection start/end
Andreas Kling
2019-08-25
GTextEditor: Relayout when the line-wrapping setting is changed
Andreas Kling
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
[next]