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-27
Tweak the look of various UI surfaces and buttons.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-27
Terminal: Export a simple PATH=/bin:/usr/bin to shells.
Andreas Kling
2019-03-25
LibGUI: Add GIcon::default_icon(name).
Andreas Kling
2019-03-25
LibGUI+Kernel: Add a GLock class (userspace mutex.)
Andreas Kling
2019-03-25
FileManager+LibGUI: Show thumbnail generation progress in the statusbar.
Andreas Kling
2019-03-25
FileManager: Don't use 32x32 thumbnails for the table view.
Andreas Kling
2019-03-25
FileManager: Add toolbar buttons for switching the view mode.
Andreas Kling
2019-03-24
FileManager: Don't show "." and ".." in directory views.
Andreas Kling
2019-03-24
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
Andreas Kling
2019-03-24
FileManager: Add a very naive thumbnail generation thread.
Andreas Kling
2019-03-23
IRCClient: Exit the main loop when closing the app window.
Andreas Kling
2019-03-23
FileManager: Add basic thumbnailing of PNG images.
Andreas Kling
2019-03-23
FileManager: Make sure the status bar callback is hooked up.
Andreas Kling
2019-03-23
LibGUI: Add a GItemView class.
Andreas Kling
2019-03-23
LibGUI: Rename GTableModel => GModel.
Andreas Kling
2019-03-22
FileManager: Add a default icon for image files.
Andreas Kling
2019-03-22
FileManager: Open PNG files with QuickShow when activated.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-20
TextEditor: The delete key should work even when there's no selection.
Andreas Kling
2019-03-20
FileManager: Add ability to create new directories.
Andreas Kling
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
[next]