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
/
LibVT
Age
Commit message (
Expand
)
Author
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Make GUI::ScrollBar inherit from AbstractSlider
Andreas Kling
2020-12-30
Terminal+LibVT: Add settings window to the terminal context menu
Andreas Kling
2020-12-30
Terminal: Remove redundant scroll length settings option
Idan Horowitz
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-28
LibVT: Implement find and scroll helper methods in TerminalWidget
Idan Horowitz
2020-12-28
LibVT: Create VT::Range and use it to replace selection start / end
Idan Horowitz
2020-12-28
Everywhere: Move AppFile from LibGUI to LibDesktop
Linus Groh
2020-12-27
LibVT: Use the 'U+FFFD replacement character' to indicate a parsing error
Idan Horowitz
2020-12-27
Terminal+LibVT: Use GUI::AppFile
Linus Groh
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-24
Terminal+LibVT: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-21
LibVT+Terminal: Add the option to disable the bell
Alex McGrath
2020-12-07
LibVT: Add "Copy name" action to terminal link context menu
Linus Groh
2020-12-07
LibVT: Enable TerminalWidget copy/paste menu actions conditionally
Linus Groh
2020-12-04
LibVT: Auto-scroll the terminal
Julian Offenhäuser
2020-11-29
LibVT: Make terminal scrollback max size configurable
AnotherTest
2020-11-10
LibVT: Add TerminalWidget::scroll_to_bottom() API
Andreas Kling
2020-11-03
LibVT: Copying from terminal scrollback resulted in wrong text
Andreas Kling
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-30
LibVT: Use dbgln() in TerminalWidget
Andreas Kling
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-15
LibVT: Use xterm modifier scheme for tilde keys too
Nico Weber
2020-09-15
LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys
Nico Weber
2020-09-13
Terminal: Make sure empty hrefs set a null string on Attribute
Nico Weber
2020-09-11
LibVT: Show an I-beam cursor over TerminalWidget
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-10
LibVT: Let Terminal keep history in a circular buffer
Nico Weber
2020-09-10
LibVT: Let Terminal only expose history_size, not storage
Nico Weber
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-30
LibVT+Terminal: Mark default action in context menu
Ben Wiederhake
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-18
WindowServer+LibVT: Convert some dbgprintf() to dbg()
Sergey Bugaev
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-12
LibVT: Don't scroll to bottom when pressing the right shift key
Andreas Kling
2020-07-09
LibVT: Set scrollbar page size
Tom
2020-07-05
Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-06-30
Terminal: Bump the default ScrollLength to 4
Andreas Kling
[next]