summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-11-09Kernel+SystemMonitor: Publish can_read/write state for open filesAndreas Kling
2019-11-09SoundPlayer: Add option to hide scopeTill Mayer
2019-11-09SoundPlayer: Let the user open a file from the GUITill Mayer
2019-11-09FileManager: Remember my last position and size.Hüseyin ASLITÜRK
2019-11-09LibHTML: Paint a magenta rectangle around the currently inspected nodeAndreas Kling
2019-11-09LibHTML+Browser: Add a simple DOM inspector popup windowAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-11-07IRCClient: Escape HTML entities in nicknames, too, just in caseAndreas Kling
2019-11-06LibHTML+IRCClient: Add an escape_html_entities() helperAndreas Kling
2019-11-06IRCClient: Use parse_html_fragment() to add messages to the HtmlViewAndreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06Revert "LibHTML: Rename parse_html() => parse_html_document()"Andreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-05SoundPlayer: Changed some small cosmetic thingsTill Mayer
2019-11-04SoundPlayer: Added playback controlsTill Mayer
2019-11-04SoundPlayer: Make sample widget display contents of the whole bufferTill Mayer
2019-11-04SystemMonitor: Add device column to filesystems tabYour Name
2019-11-04FileManager: Remember my last view mode (#731)Hüseyin ASLITÜRK
2019-11-04FileManager: Make copying faster with ftruncate() and a bigger bufferAndreas Kling
2019-11-01LibGUI: Move text search functions from GTextEditor to GTextDocumentAndreas Kling
2019-10-28IRCClient: Switch to using an HtmlView for the IRC window contents :^)Andreas Kling
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