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-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGfx: Remove Utf8View.h dependency from Font.h
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
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-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-22
LibVT: Input dragged file path into the terminal on drop
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
LibVT: enforce a minimum size of 1 column and 1 row
joshua stein
2020-01-15
LibVT: only use default bold font if it's the same size as our font
joshua stein
2020-01-08
LibVT: Relayout TerminalWidget on font change
Andreas Kling
2020-01-01
LibVT: fix pixel size calculations in terminal_did_resize
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-01
LibVT: Fixed some debugging code that didn't compile
Brandon Scott
2019-11-30
LibVT: Always use Painter::clear_rect() instead of Painter::fill_rect()
Andreas Kling
2019-11-25
LibVT: Unbreak semi-transparent terminal background painting
Andreas Kling
2019-11-23
LibVT: Don't scroll to bottom for Ctrl/Alt/Shift
Andreas Kling
[next]