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-09-13
FileManager: Add a basic context menu with copy/paste/delete/...
Andreas Kling
2019-09-13
IRCClient: Fix unneeded conversion to String
MinusGix
2019-09-12
PaintBrush: Only send left and right mouse button events to tools
Andreas Kling
2019-09-12
FileManager: Show info about currently selected items in statusbar
Andreas Kling
2019-09-12
FileManager: Add C_OBJECT macro to DirectoryView
Andreas Kling
2019-09-11
SoundPlayer: Scale y coordinate to prevent drawing outside clip rect
Max Thrun
2019-09-10
File Manager: Implement copy-paste
Aaron Malpas
2019-09-10
FileManager: Create FileUtils
Aaron Malpas
2019-09-10
FileManager: Add on_selection event for DirectoryView
Aaron Malpas
2019-09-08
FileManager: Make the tree view follow the path changes correctly
Andreas Kling
2019-09-07
LibGUI+FileManager: Add GAbstractView::on_selection_change hook
Andreas Kling
2019-09-07
FileManager: Port to using GModelSelection
Andreas Kling
2019-09-07
IRCClient: Fix window selection after GModelSelection changes
Andreas Kling
2019-09-07
SystemMonitor: Fix PID selection after GModelSelection changes
Andreas Kling
2019-09-07
GTabWidget: Rename get_active_tab() => active_tab_index()
Andreas Kling
2019-09-07
DisplayProperties: Fix build after AKString.h => String.h change
Andreas Kling
2019-09-07
Applications: Create a display properties manager
Jesse Buhagiar
2019-09-06
TextEditor: Implement File/New Action
Andrew Weller
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
Terminal: Add some basic emoji support
Sergey Bugaev
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-09-05
Terminal: Added GCommonActions
rhin123
2019-09-05
SystemMonitor: Added GCommonActions
rhin123
2019-09-05
QuickShow: Added GCommonActions
rhin123
2019-09-05
Piano: Added GCommonActions
rhin123
2019-09-05
PaintBrush: Added GCommonActions
rhin123
2019-09-05
IRCCient: Added GCommonActions
rhin123
2019-09-05
FileManager: Added GCommonActions
rhin123
2019-09-05
TextEditorWidget: Added GCommonActions
rhin123
2019-09-04
FileManager: Open ".wav" files in SoundPlayer when activated
Andreas Kling
2019-09-04
SoundPlayer: Start working on a GUI sound player application
Andreas Kling
2019-09-04
IRCClient: Use GAboutDialog :^)
Andreas Kling
2019-09-04
IRCClient: Size columns to-fit in the window and member views
Andreas Kling
2019-09-04
IRCClient: Add 16x16 icon
Andreas Kling
2019-09-04
IRCClient: Tweak UI to look less padding-bloated
Andreas Kling
2019-09-04
IRCClient: Make the auto-join on connect feature actually do something
Andreas Kling
2019-09-03
IRCClient: Don't auto-open new queries for NOTICE or CTCP messages
Andreas Kling
2019-09-03
IRCClient: Handle incoming CTCP requests VERSION and PING
Andreas Kling
2019-09-02
TextEditor: Use GAboutDialog :^)
Andreas Kling
2019-09-02
Terminal: Use GAboutDialog :^)
Andreas Kling
2019-09-02
Terminal: Add -e (execute) command line option
Conrad Pankoff
2019-08-29
TextEditor: Clear the dirty flag in newly opened documents
Andreas Kling
2019-08-29
Terminal: Use a gear icon for the "Settings" menu
Andreas Kling
2019-08-29
TextEditor: Move the Font menu inside the View menu
Andreas Kling
2019-08-27
TextEditor: Ask the user before closing a dirty (modified) document
Andreas Kling
2019-08-27
TextEditor: Add a "document dirty" flag and show it in the window title
Andreas Kling
2019-08-27
TextEditor: Let's enable line wrapping by default
Andreas Kling
2019-08-27
TextEditor: Move line wrapping setting to a new "View" menu
Andreas Kling
2019-08-26
FileManager: Add "go home" action to the "Go" menu
Andreas Kling
2019-08-26
FileManager: Move "File" menu entries to the app menu
Andreas Kling
[next]