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-01-26
LibVT: Add parameter names in function signatures for clarity
Linus Groh
2020-01-26
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
Linus Groh
2020-01-26
LibVT: Remove empty line
Linus Groh
2020-01-26
LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)
Linus Groh
2020-01-26
LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)
Linus Groh
2020-01-26
LibVT: Rename escape$c to DA (Device Attributes)
Linus Groh
2020-01-26
LibVT: Rename escape$m to SGR (Select Graphic Rendition)
Linus Groh
2020-01-26
LibVT: Rename escape$H to CUP (Cursor Position)
Linus Groh
2020-01-26
LibVT: Rename escape$D to CUB (Cursor Backward)
Linus Groh
2020-01-26
LibVT: Rename escape$C to CUF (Cursor Forward)
Linus Groh
2020-01-26
LibVT: Rename escape$B to CUD (Cursor Down)
Linus Groh
2020-01-26
LibVT: Rename escape$A to CUU (Cursor Up)
Linus Groh
2020-01-26
LibCore: Add UDP socket and server classes
Andreas Kling
2020-01-26
LibCore: CSocket::set_blocking() was backwards
Andreas Kling
2020-01-26
LibC: Only accept the first response from LookupServer in netdb code
Andreas Kling
2020-01-25
LibVT: Rename escape$K and escape$J to EL and ED respectively
Andreas Kling
2020-01-25
LibVT: Fix off-by-ones in ED (Erase in Display) and EL (Erase in Line)
Andreas Kling
2020-01-25
LibVT: Make backspace (BS) non-destructive
Andreas Kling
2020-01-25
LibVT: Support IND and RI (cursor down/up basically)
Andreas Kling
2020-01-25
LibVT: Rename EscapeState::ExpectBracket => GotEscape
Andreas Kling
2020-01-25
LibVT: Support NEL (Next Line)
Andreas Kling
2020-01-25
LibVT: Support <esc>#8 to fill screen with E's
Andreas Kling
2020-01-25
LibVT: Don't go into "stomp" state after moving the cursor
Andreas Kling
2020-01-25
LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')
Andreas Kling
2020-01-25
LibVT: Support the DA (Device Attributes) request (final 'c')
Andreas Kling
2020-01-25
LibIPC: Short-cirtcuit post_message() if socket already disconnected
Andreas Kling
2020-01-25
Meta: Remove some copyright headers added in error
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-23
GTextEditor: Create the "go to line" action eagerly
Andreas Kling
2020-01-23
GTextEditor: Move "Go to line" feature from HackStudio into GTextEditor
Andreas Kling
2020-01-23
GTextEditor: Make color of non-highlighted line numbers darker
Andreas Kling
2020-01-23
GTextEditor: Disable auto-indentation while pasting
Andreas Kling
2020-01-23
LibGUI: Give GTextDocument access to the GTextEditor during commands
Andreas Kling
2020-01-23
LibCore: Remove redundant check in CObject::dispatch_event()
Andreas Kling
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-23
LibC: The pwd and grp related functions need to preserve empty fieldso
Andreas Kling
2020-01-22
LibGUI: Rename GAbstractColumnView to GAbstractTableView
Sergey Bugaev
2020-01-22
LibGUI: Let GModel specify the drag data type
Sergey Bugaev
2020-01-22
LibGUI: Move most of mouse event handling to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Misc tweaks
Sergey Bugaev
2020-01-22
LibGUI: Move index_at_event_position() up to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Add GItemView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibGUI: Add GListView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibVT: Input dragged file path into the terminal on drop
Sergey Bugaev
2020-01-21
LibCore: Fix broken "stay_within" mechanism in event dispatch
Andreas Kling
2020-01-21
LibGUI: Make GDialog accept escape key press events
Andreas Kling
2020-01-21
LibGUI: GFileSystemModel::index() now survives negative inputs
Andreas Kling
2020-01-21
LibGUI: Fix missing initializer for GColumnsView::m_model_column
Andreas Kling
2020-01-21
LibGUI: Import GColorPicker from the PaintBrush application
Andreas Kling
2020-01-21
SystemMonitor: Show process unveil() state as "Veil"
Andreas Kling
[next]