summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-09-03IRCClient: Don't auto-open new queries for NOTICE or CTCP messagesAndreas Kling
2019-09-03IRCClient: Handle incoming CTCP requests VERSION and PINGAndreas Kling
2019-09-02TextEditor: Use GAboutDialog :^)Andreas Kling
2019-09-02Terminal: Use GAboutDialog :^)Andreas Kling
2019-09-02Terminal: Add -e (execute) command line optionConrad Pankoff
2019-08-29TextEditor: Clear the dirty flag in newly opened documentsAndreas Kling
2019-08-29Terminal: Use a gear icon for the "Settings" menuAndreas Kling
2019-08-29TextEditor: Move the Font menu inside the View menuAndreas Kling
2019-08-27TextEditor: Ask the user before closing a dirty (modified) documentAndreas Kling
2019-08-27TextEditor: Add a "document dirty" flag and show it in the window titleAndreas Kling
2019-08-27TextEditor: Let's enable line wrapping by defaultAndreas Kling
2019-08-27TextEditor: Move line wrapping setting to a new "View" menuAndreas Kling
2019-08-26FileManager: Add "go home" action to the "Go" menuAndreas Kling
2019-08-26FileManager: Move "File" menu entries to the app menuAndreas Kling
2019-08-26TextEditor: Move all "File" menu entries into the app menu insteadAndreas Kling
2019-08-26Piano: Port threading to LibThreadSergey Bugaev
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-25TextEditor: Select everything in the find textbox when pressing Ctrl+FAndreas Kling
2019-08-25LibGUI+TextEditor: Make GButton activate its action if presentAndreas Kling
2019-08-25TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)Andreas Kling
2019-08-25TextEditor: Add search-related actions to the text editor context menuAndreas Kling
2019-08-25Terminal: Fixed bounding issue when clearing the selection on typerhin123
2019-08-25TextEditor: Add a menu action for turning line-wrapping on/offAndreas Kling
2019-08-25Terminal: Clear selection if we type behind/inside itrhin123
2019-08-24TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.Andrew Weller
2019-08-23TextEditor: Don't try to load contents of files we didn't even openAndreas Kling
2019-08-23TextEditor: Avoid an unnecessary whole-file copy when opening somethingAndreas Kling
2019-08-22Terminal: Allow selecting words by double-clicking themAndreas Kling
2019-08-22TextEditor: Search box should find on return, close itself on escapeAndreas Kling
2019-08-22TextEditor: Hide the search bar until the user asks for itAndreas Kling
2019-08-21TextEditor: Add a search bar that allows you to search for textAndreas Kling
2019-08-20Terminal: Allow scrolling through terminal history with the mouse wheelAndreas Kling
2019-08-20GModel: Rename on_model_update(GModel&) => on_update()Andreas Kling
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
2019-08-19Terminal: Implement basic history scrollbackAndreas Kling
2019-08-18SystemMonitor: Add a devices tabSergey Bugaev
2019-08-15Terminal: Mark window as alpha-less when starting up with 100% opacityAndreas Kling
2019-08-14SystemMonitor: Paint the "used" disk space column as a progress barAndreas Kling
2019-08-14SystemMonitor: Add a PCI devices tabSergey Bugaev
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
2019-08-13Terminal: Only repaint the lines that actually changedAndreas Kling
2019-08-13Terminal: Clip to the paint event rectAndreas Kling
2019-08-13Terminal: Rename Terminal => TerminalWidgetAndreas Kling
2019-08-13LibVT: Rename VT::BufferPosition to VT::Position and move to own fileAndreas Kling
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling
2019-08-12ProcessManager: Hook the sort order for the file systems JSON modelAndreas Kling
2019-08-11ProcessManager: Add "File systems" tab with info on mounted filesystemsAndreas Kling
2019-08-10LibCore: Use URL in CHttpRequestAndreas Kling
2019-08-10ProcessManager: Use a GJsonArrayModel for the process memory mapsAndreas Kling
2019-08-10GJsonArrayModel: Support fields that aren't tied to a single JSON valueAndreas Kling