summaryrefslogtreecommitdiff
path: root/Applications/Terminal/Terminal.cpp
AgeCommit message (Expand)Author
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