index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Terminal
Age
Commit message (
Expand
)
Author
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
Terminal: Add some basic emoji support
Sergey Bugaev
2019-09-05
Terminal: Added GCommonActions
rhin123
2019-09-02
Terminal: Use GAboutDialog :^)
Andreas Kling
2019-09-02
Terminal: Add -e (execute) command line option
Conrad Pankoff
2019-08-29
Terminal: Use a gear icon for the "Settings" menu
Andreas Kling
2019-08-25
Terminal: Fixed bounding issue when clearing the selection on type
rhin123
2019-08-25
Terminal: Clear selection if we type behind/inside it
rhin123
2019-08-22
Terminal: Allow selecting words by double-clicking them
Andreas Kling
2019-08-20
Terminal: Allow scrolling through terminal history with the mouse wheel
Andreas Kling
2019-08-19
Terminal: Implement basic history scrollback
Andreas Kling
2019-08-15
Terminal: Mark window as alpha-less when starting up with 100% opacity
Andreas Kling
2019-08-13
Terminal: Only repaint the lines that actually changed
Andreas Kling
2019-08-13
Terminal: Clip to the paint event rect
Andreas Kling
2019-08-13
Terminal: Rename Terminal => TerminalWidget
Andreas Kling
2019-08-13
LibVT: Rename VT::BufferPosition to VT::Position and move to own file
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-06
Terminal: Fix trying to free() a stack variable
Sergey Bugaev
2019-08-04
Terminal: Paint bold text with a bold font.
Andreas Kling
2019-08-03
LibCore: Make get_current_user_home_path() return String & close passwd
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-24
Terminal: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-20
GSlider: Add support for vertical sliders.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-08
Terminal: Try to preserve line contents when resizing the terminal window.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-01
Terminal: Track which character cells have had something printed in them.
Andreas Kling
2019-06-30
Terminal: Unbreak single-line text selection.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-28
Terminal: Make it so typing resets the cursor blink timer.
Andreas Kling
2019-06-28
Terminal: Don't write erroneous characters to PTY when modifiers pressed.
Andreas Kling
2019-06-28
Terminal: Changex internal opacity representation to byte instead of float.
Andreas Kling
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-23
Terminal: Don't compute buffer positions outside the possible area.
Andreas Kling
2019-06-23
Terminal: Add basic mouse selection with copy and paste.
Andreas Kling
2019-06-22
Terminal: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-12
Terminal: Add support for DCH ('P' final)
Andreas Kling
2019-06-11
Terminal: Add support for REP ('b' final)
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-07
Terminal: Use the visual bell by default.
Andreas Kling
2019-06-06
Terminal: Reallocate kept lines when resizing the terminal.
Andreas Kling
2019-06-06
Terminal: Store horizontal tabs in a Vector.
Andreas Kling
2019-06-03
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
Christopher Dumas
[next]