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-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
2019-03-10
ProcessManager: Show some basic system memory stats below the process table.
Andreas Kling
2019-03-10
ProcessManager: Make the toolbar actions work again.
Andreas Kling
2019-03-10
Base: Improved FileManager (folder) icon.
Andreas Kling
2019-03-09
TextEditor: Remove the selection from the status bar.
Andreas Kling
2019-03-09
About+LibGUI: Use a GBoxLayout for the About app.
Andreas Kling
2019-03-09
FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^)
Andreas Kling
2019-03-09
LibGUI: Use a separate data role for the table model sorting order.
Andreas Kling
2019-03-09
Make it possible to sort a GTableModel by column+order.
Andreas Kling
2019-03-09
ProcessManager: Show the colonel process.
Andreas Kling
2019-03-08
Launcher: Add a launcher button for TextEditor.
Andreas Kling
2019-03-08
GTextEditor: Refactor selection into a GTextRange class.
Andreas Kling
2019-03-08
FileManager: Don't crash if pressing Return with no selected item.
Andreas Kling
2019-03-08
GTextEditor: Work on cut/copy/paste operations.
Andreas Kling
2019-03-08
WindowServer+LibGUI: Add a server-side clipboard.
Andreas Kling
2019-03-08
GTextEditor: Add selected_text() function.
Andreas Kling
2019-03-08
GTextEditor: Add basic selection support.
Andreas Kling
2019-03-07
TextEditor: Add a menu for switching the editor font.
Andreas Kling
2019-03-07
TextEditor: Add Cut/Copy/Paste placeholder actions.
Andreas Kling
2019-03-07
TextEditor: Open an empty document by default.
Andreas Kling
2019-03-07
GTextEditor: Add write_to_file(String path) :^)
Andreas Kling
2019-03-07
FileManager: Open non-executable files in TextEditor by default.
Andreas Kling
2019-03-07
GTextEditor: Improvements to cursor rendering.
Andreas Kling
2019-03-07
TextEditor: Add New/Open/Save actions.
Andreas Kling
2019-03-07
TextEditor: Show the open filename in the window title.
Andreas Kling
2019-03-07
TextEditor: Show the current cursor position in the statusbar.
Andreas Kling
2019-03-07
Begin working on a graphical TextEditor.
Andreas Kling
[next]