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-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
2019-08-26
TextEditor: Move all "File" menu entries into the app menu instead
Andreas Kling
2019-08-26
Piano: Port threading to LibThread
Sergey Bugaev
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev
2019-08-25
TextEditor: Select everything in the find textbox when pressing Ctrl+F
Andreas Kling
2019-08-25
LibGUI+TextEditor: Make GButton activate its action if present
Andreas Kling
2019-08-25
TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)
Andreas Kling
2019-08-25
TextEditor: Add search-related actions to the text editor context menu
Andreas Kling
2019-08-25
Terminal: Fixed bounding issue when clearing the selection on type
rhin123
2019-08-25
TextEditor: Add a menu action for turning line-wrapping on/off
Andreas Kling
2019-08-25
Terminal: Clear selection if we type behind/inside it
rhin123
2019-08-24
TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.
Andrew Weller
2019-08-23
TextEditor: Don't try to load contents of files we didn't even open
Andreas Kling
2019-08-23
TextEditor: Avoid an unnecessary whole-file copy when opening something
Andreas Kling
2019-08-22
Terminal: Allow selecting words by double-clicking them
Andreas Kling
2019-08-22
TextEditor: Search box should find on return, close itself on escape
Andreas Kling
2019-08-22
TextEditor: Hide the search bar until the user asks for it
Andreas Kling
2019-08-21
TextEditor: Add a search bar that allows you to search for text
Andreas Kling
2019-08-20
Terminal: Allow scrolling through terminal history with the mouse wheel
Andreas Kling
2019-08-20
GModel: Rename on_model_update(GModel&) => on_update()
Andreas Kling
2019-08-20
LibGUI: Remove confusing GModelNotification concept
Andreas Kling
2019-08-19
Terminal: Implement basic history scrollback
Andreas Kling
2019-08-18
SystemMonitor: Add a devices tab
Sergey Bugaev
2019-08-15
Terminal: Mark window as alpha-less when starting up with 100% opacity
Andreas Kling
2019-08-14
SystemMonitor: Paint the "used" disk space column as a progress bar
Andreas Kling
2019-08-14
SystemMonitor: Add a PCI devices tab
Sergey Bugaev
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev
2019-08-13
Terminal: Only repaint the lines that actually changed
Andreas Kling
2019-08-13
Terminal: Clip to the paint event rect
Andreas Kling
2019-08-13
Terminal: Rename Terminal => TerminalWidget
Andreas Kling
2019-08-13
LibVT: Rename VT::BufferPosition to VT::Position and move to own file
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-12
ProcessManager: Hook the sort order for the file systems JSON model
Andreas Kling
2019-08-11
ProcessManager: Add "File systems" tab with info on mounted filesystems
Andreas Kling
2019-08-10
LibCore: Use URL in CHttpRequest
Andreas Kling
2019-08-10
ProcessManager: Use a GJsonArrayModel for the process memory maps
Andreas Kling
2019-08-10
GJsonArrayModel: Support fields that aren't tied to a single JSON value
Andreas Kling
[next]