summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-10-27HexEditor: Created has_selection() method.Brandon Scott
2019-10-27HexEditor: Added fill selection action.Brandon Scott
2019-10-27HexEditor: Added new file action.Brandon Scott
2019-10-24HexEditor: Fixed startup errorBrandon Scott
2019-10-24HexEditor: Added a multi-label status bar, and a new copy option.Brandon Scott
2019-10-22LibVT+Terminal: Give TerminalWidget a hook for EOF on the ptyAndreas Kling
2019-10-21LibVT+Terminal: Don't set window title directly from TerminalWidgetAndreas Kling
2019-10-21LibVT: Make TerminalWidget's automatic size policy updates optionalAndreas Kling
2019-10-21LibVT: Move TerminalWidget from the Terminal app to hereAndreas Kling
2019-10-21HexEditor: Fix half byte offset bugBrandon Scott
2019-10-21HexEditor: Added navigate to a hex offsetBrandon Scott
2019-10-21HexEditor: Fixed off-by-one copying bugBrandon Scott
2019-10-21HexEditor: Reverse selectionsBrandon Scott
2019-10-20LibHTML+Browser: Support scrolling to anchor with <a href="#foo">Andreas Kling
2019-10-19LibHTML+Browser: Show target URL of hovered links in Browser statusbarAndreas Kling
2019-10-19Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one pageAndreas Kling
2019-10-17Browser: Add basic back/forward historyAndreas Kling
2019-10-15PaintBrush: Use secondary color for eraser (like in ms_paint)Chyza
2019-10-15TextEditor: suppress "Not found" window when searching for empty stringKevin Murphy
2019-10-13LibHTML: Move layout root from HtmlView to DocumentAndreas Kling
2019-10-13HexEditor: Initial application releaseBrandon Scott
2019-10-12LibHTML+Browser: Add debug option to draw borders around line boxesAndreas Kling
2019-10-12Browser: Add a debug menu with actions to dump DOM and Layout treesAndreas Kling
2019-10-10LibHTML+Browser: Show the number of pending resource loadsAndreas Kling
2019-10-09LibHTML: Rename Document::normalize() to fixup() and always do itAndreas Kling
2019-10-07FileManager: Add "Open in TextEditor..." action to context menuAndreas Kling
2019-10-07Browser: Turn command-line path arguments into file:// URLsAndreas Kling
2019-10-07FileManager: Open .html files in Browser instead of "html"Andreas Kling
2019-10-06Browser: Add a simple "Go home" button to the toolbarAndreas Kling
2019-10-06LibGUI: Add "Go home" to GCommonActionsAndreas Kling
2019-10-06Browser: Support opening a URL from the command line at startupConrad Pankoff
2019-10-05Browser: Show the page title in the window title bar :^)Andreas Kling
2019-10-05Base: Add a little welcome page for the browser at ~/www/welcome.htmlAndreas Kling
2019-10-05Browser: Start working on a simple browser using LibHTMLAndreas Kling
2019-10-05LibGUI: Add back/forward actions to GCommonActionsAndreas Kling
2019-10-05LibHTML: Make StyleResolver responsible for loading the default styleAndreas Kling
2019-10-03Help: Follow clicked linksSergey Bugaev
2019-10-02SystemMonitor: Make all tabs except the process table lazily loadedAndreas Kling
2019-10-02Terminal: Remove crashy assertion about line lengthAndreas Kling
2019-10-02Kernel+SystemMonitor: Add fault countersAndreas Kling
2019-10-01LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.Brandon Scott
2019-09-30Help+man.md: Add man sectionsLarkin Nickle
2019-09-30GMessageBox: Hide the constructor and fix broken usagesAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-28SystemMonitor: Display whether an fd is cloexec and blockingSergey Bugaev
2019-09-28Help: Don't crash on startup when non-md man pages are present :^)Andreas Kling
2019-09-28Applications: Add a new Help appSergey Bugaev
2019-09-28Terminal: Add underline supportSergey Bugaev
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling