summaryrefslogtreecommitdiff
path: root/Applications/Terminal/Terminal.cpp
AgeCommit message (Expand)Author
2019-05-30Terminal: Fix some missing text attributesRobin Burchell
2019-05-27IRC client setttings, Terminal settings, more WM settingsChristopher Dumas
2019-05-17Terminal: Uh, also change the one caller of beep() to sysbeep()..Andreas Kling
2019-05-15Kernel: Add a beep() syscall that beeps the PC speaker.Andreas Kling
2019-05-12Change String&& arguments to const String& in a couple of places.Andreas Kling
2019-05-11Terminal: Give the terminal widget a sunken container look.Andreas Kling
2019-05-08Replace various copies of parse_uint(String) with String::to_uint().Andreas Kling
2019-05-07Shell: Support home/end keys for line editing.Andreas Kling
2019-05-03WindowServer+LibGUI: Allow changing whether windows have alpha channels.Andreas Kling
2019-04-30Terminal: <esc>[m should clear the current attribute.Andreas Kling
2019-04-29Terminal: Add ability to adjust the terminal's opacity.Andreas Kling
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-04-10LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.Andreas Kling
2019-04-10LibCore: Add CEvent and make LibGUI/GEvent inherit from it.Andreas Kling
2019-03-30Terminal+LibGUI: Make the terminal cursor blink.Andreas Kling
2019-03-28LibGUI: Add a GPainter class that inherits from Painter.Andreas Kling
2019-03-14Terminal: Enough compat work for Lynx to actually load web pages.Andreas Kling
2019-03-14Terminal: Use TERM=xterm by default, and implement some more escapes.Andreas Kling
2019-03-14Terminal: Add some logging for the 'r' final.Andreas Kling
2019-03-10LibGUI: Don't fill widgets with background color by defualt.Andreas Kling
2019-03-06More work on the variable-width font support.Andreas Kling
2019-03-06Make a preparation pass for variable-width fonts.Andreas Kling
2019-02-27More compat work towards porting vim.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-21WindowServer: Oops, forgot to plumb through the base size for incresize.Andreas Kling
2019-02-21Add concept of size increments to windowing system.Andreas Kling
2019-02-20Support resizing the Terminal app.Andreas Kling
2019-02-20Rework the rendering model so that clients instantiate backing stores.Andreas Kling
2019-02-19WindowServer: Support windows with alpha channels. And per-WSWindow opacity.Andreas Kling
2019-02-17LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().Andreas Kling
2019-02-15Use modern C++ attributes instead of __attribute__ voodoo.Andreas Kling
2019-02-12Plumb menu item activation events from WindowServer to clients.Andreas Kling
2019-02-11Terminal: Move the notifier into the Terminal class.Andreas Kling
2019-02-10Terminal: Fix lagged full flush after scrolling the whole buffer.Andreas Kling
2019-02-10Port Terminal to LibGUI.Andreas Kling
2019-02-10Move apps into a top-level Applications/ directory.Andreas Kling