summaryrefslogtreecommitdiff
path: root/Applications/Terminal
AgeCommit message (Expand)Author
2019-08-06Terminal: Fix trying to free() a stack variableSergey Bugaev
2019-08-04Terminal: Paint bold text with a bold font.Andreas Kling
2019-08-03LibCore: Make get_current_user_home_path() return String & close passwdAndreas Kling
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-24Terminal: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-20GSlider: Add support for vertical sliders.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-08Terminal: Try to preserve line contents when resizing the terminal window.Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-07-01Terminal: Track which character cells have had something printed in them.Andreas Kling
2019-06-30Terminal: Unbreak single-line text selection.Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-28Terminal: Make it so typing resets the cursor blink timer.Andreas Kling
2019-06-28Terminal: Don't write erroneous characters to PTY when modifiers pressed.Andreas Kling
2019-06-28Terminal: Changex internal opacity representation to byte instead of float.Andreas Kling
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-06-23Terminal: Don't compute buffer positions outside the possible area.Andreas Kling
2019-06-23Terminal: Add basic mouse selection with copy and paste.Andreas Kling
2019-06-22Terminal: Fix compiler warnings.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-12Terminal: Add support for DCH ('P' final)Andreas Kling
2019-06-11Terminal: Add support for REP ('b' final)Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-06-07Terminal: Use the visual bell by default.Andreas Kling
2019-06-06Terminal: Reallocate kept lines when resizing the terminal.Andreas Kling
2019-06-06Terminal: Store horizontal tabs in a Vector.Andreas Kling
2019-06-03Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scrollChristopher Dumas
2019-06-03Terminal: Implement scroll region termcodesChristopher Dumas
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-06-01WindowServer+LibGUI: Add a way to bring a window to the front.Andreas Kling
2019-06-01Terminal: Fix insufficient repaint after visual bell clears.Andreas Kling
2019-06-01Terminal: Single settings window & consistant visual bell timingChristopher Dumas
2019-06-01Terminal: Settings windows can be opened multiple timesChristopher Dumas
2019-06-01Terminal: Audible vs Visible beep optionChristopher Dumas
2019-05-30Terminal: Fix some missing text attributesRobin Burchell
2019-05-29Terminal: Add /usr/local/bin to the default PATH.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-27most apps now begin in the correct directoryChristopher Dumas
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-16Terminal: Set original window title to "Terminal"Andreas Kling
2019-05-15Kernel: Add a beep() syscall that beeps the PC speaker.Andreas Kling
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-12Change String&& arguments to const String& in a couple of places.Andreas Kling