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
Age
Commit message (
Expand
)
Author
2019-03-20
FileManager: Add a "Location:" label.
Andreas Kling
2019-03-20
TextEditor: Add "delete" action.
Andreas Kling
2019-03-20
FileManager: Use a GTextEditor for the location bar + tweak icons.
Andreas Kling
2019-03-20
GTableView: Add ability to hide individual columns at view-level.
Andreas Kling
2019-03-20
Move WindowServer into Servers.
Andreas Kling
2019-03-20
IRCClient: Add ability to change nickname.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-20
Terminal: Disable the semitransparent Terminal effect for now.
Andreas Kling
2019-03-19
IRCClient: Scroll windows to bottom when new messages arrive.
Andreas Kling
2019-03-19
IRCClient: Make the IRCWindow input box look symmetrical.
Andreas Kling
2019-03-19
IRCClient: Ignore empty strings from the toolbar action input boxes.
Andreas Kling
2019-03-19
IRCClient: Fix broken handling of RPL_WHOISIDLE.
Andreas Kling
2019-03-19
LibGUI: More work on GInputBox.
Andreas Kling
2019-03-19
LibGUI: Add GInputBox for getting a string from a modal dialog.
Andreas Kling
2019-03-19
WindowServer: Add special treatment for modal windows.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-18
IRCClient: Colorize some channel messages (joins, parts, topics)
Andreas Kling
2019-03-18
IRCClient: Add support for a bunch of numerics, mostly WHOIS related.
Andreas Kling
2019-03-18
GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.
Andreas Kling
2019-03-18
LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)
Andreas Kling
2019-03-18
LibGUI: Add GTableModel::Role::ForegroundColor.
Andreas Kling
2019-03-17
LibGUI: Add GFile and base class GIODevice.
Andreas Kling
2019-03-17
Add client-side double buffering of window backing stores.
Andreas Kling
2019-03-17
Base: Some work on various icons.
Andreas Kling
2019-03-16
TextEditor: Add actions for undo and redo. Not hooked up yet.
Andreas Kling
2019-03-16
IRCClient: Add handling of some basic messages and commands.
Andreas Kling
2019-03-16
IRCClient: Add a little "(n)" indicator to window list for unread messages.
Andreas Kling
2019-03-16
IRCClient: Refactor window creation responsibilities.
Andreas Kling
2019-03-16
IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.
Andreas Kling
2019-03-16
IRCClient: Add menus.
Andreas Kling
2019-03-16
IRCClient: Add some more toolbar actions. Starting to look nice.
Andreas Kling
2019-03-15
IRCClient: Add a toolbar with some actions.
Andreas Kling
2019-03-15
GTableView: Add a way to turn off alternating row colors.
Andreas Kling
2019-03-15
IRClient: Add a member list to channel views.
Andreas Kling
2019-03-15
IRCClient: Add ability to send query messages.
Andreas Kling
2019-03-15
IRCClient+LibGUI: Add an input box so we can send messages to channels.
Andreas Kling
2019-03-15
LibGUI: Add a mode where GTableModel automatically activates on selection.
Andreas Kling
2019-03-15
IRCClient: Start using GStackWidget for the subwindows.
Andreas Kling
2019-03-15
IRCClient: Hide all the table view headers.
Andreas Kling
2019-03-15
IRCClient: Use a model for the window list.
Andreas Kling
2019-03-15
IRCClient: Rename IRCSubWindow => IRCClientWindow.
Andreas Kling
2019-03-15
IRCClient: Put the unhandled server messages nicely into the server log.
Andreas Kling
2019-03-15
IRCClient: Hacking on IRCClient bringup.
Andreas Kling
2019-03-15
IRCClient: Start working on a simple graphical IRC client.
Andreas Kling
2019-03-14
About: Oops, fill the window with background color.
Andreas Kling
2019-03-14
Terminal: Enough compat work for Lynx to actually load web pages.
Andreas Kling
2019-03-14
Terminal: Use TERM=xterm by default, and implement some more escapes.
Andreas Kling
2019-03-14
Terminal: Add some logging for the 'r' final.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-10
ProcessManager: Tidy up the memory stats and align everything nicely.
Andreas Kling
[prev]
[next]