summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-03-19IRCClient: Fix broken handling of RPL_WHOISIDLE.Andreas Kling
2019-03-19LibGUI: More work on GInputBox.Andreas Kling
2019-03-19LibGUI: Add GInputBox for getting a string from a modal dialog.Andreas Kling
2019-03-19WindowServer: Add special treatment for modal windows.Andreas Kling
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling
2019-03-18IRCClient: Colorize some channel messages (joins, parts, topics)Andreas Kling
2019-03-18IRCClient: Add support for a bunch of numerics, mostly WHOIS related.Andreas Kling
2019-03-18GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.Andreas Kling
2019-03-18LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)Andreas Kling
2019-03-18LibGUI: Add GTableModel::Role::ForegroundColor.Andreas Kling
2019-03-17LibGUI: Add GFile and base class GIODevice.Andreas Kling
2019-03-17Add client-side double buffering of window backing stores.Andreas Kling
2019-03-17Base: Some work on various icons.Andreas Kling
2019-03-16TextEditor: Add actions for undo and redo. Not hooked up yet.Andreas Kling
2019-03-16IRCClient: Add handling of some basic messages and commands.Andreas Kling
2019-03-16IRCClient: Add a little "(n)" indicator to window list for unread messages.Andreas Kling
2019-03-16IRCClient: Refactor window creation responsibilities.Andreas Kling
2019-03-16IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.Andreas Kling
2019-03-16IRCClient: Add menus.Andreas Kling
2019-03-16IRCClient: Add some more toolbar actions. Starting to look nice.Andreas Kling
2019-03-15IRCClient: Add a toolbar with some actions.Andreas Kling
2019-03-15GTableView: Add a way to turn off alternating row colors.Andreas Kling
2019-03-15IRClient: Add a member list to channel views.Andreas Kling
2019-03-15IRCClient: Add ability to send query messages.Andreas Kling
2019-03-15IRCClient+LibGUI: Add an input box so we can send messages to channels.Andreas Kling
2019-03-15LibGUI: Add a mode where GTableModel automatically activates on selection.Andreas Kling
2019-03-15IRCClient: Start using GStackWidget for the subwindows.Andreas Kling
2019-03-15IRCClient: Hide all the table view headers.Andreas Kling
2019-03-15IRCClient: Use a model for the window list.Andreas Kling
2019-03-15IRCClient: Rename IRCSubWindow => IRCClientWindow.Andreas Kling
2019-03-15IRCClient: Put the unhandled server messages nicely into the server log.Andreas Kling
2019-03-15IRCClient: Hacking on IRCClient bringup.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling
2019-03-14About: Oops, fill the window with background color.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-10ProcessManager: Tidy up the memory stats and align everything nicely.Andreas Kling
2019-03-10ProcessManager: Show some basic system memory stats below the process table.Andreas Kling
2019-03-10ProcessManager: Make the toolbar actions work again.Andreas Kling
2019-03-10Base: Improved FileManager (folder) icon.Andreas Kling
2019-03-09TextEditor: Remove the selection from the status bar.Andreas Kling
2019-03-09About+LibGUI: Use a GBoxLayout for the About app.Andreas Kling
2019-03-09FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^)Andreas Kling
2019-03-09LibGUI: Use a separate data role for the table model sorting order.Andreas Kling
2019-03-09Make it possible to sort a GTableModel by column+order.Andreas Kling
2019-03-09ProcessManager: Show the colonel process.Andreas Kling
2019-03-08Launcher: Add a launcher button for TextEditor.Andreas Kling
2019-03-08GTextEditor: Refactor selection into a GTextRange class.Andreas Kling