serenity/Applications
Andreas Kling a377e8d3f5 LibHTML+IRCClient: Add an escape_html_entities() helper
This simple helper escapes '<', '>' and '&' so they can be used in HTML
text without interfering with the parser.

Use this in IRCClient to prevent incoming messages from messing with
the DOM :^)
2019-11-06 22:40:01 +01:00
..
About GButton: Convert most code to using ObjectPtr for GButton 2019-09-21 19:28:28 +02:00
Browser LibHTML+Browser: Support scrolling to anchor with <a href="#foo"> 2019-10-20 10:07:26 +02:00
Calculator LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ChanViewer LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
DisplayProperties LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Downloader ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
FileManager FileManager: Remember my last view mode (#731) 2019-11-04 17:27:56 +01:00
FontEditor LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
Help LibHTML: Rename parse_html() => parse_html_document() 2019-11-06 20:52:18 +01:00
HexEditor HexEditor: Created has_selection() method. 2019-10-27 00:44:42 +02:00
IRCClient LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00
Launcher LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
PaintBrush PaintBrush: Use secondary color for eraser (like in ms_paint) 2019-10-15 19:18:04 +02:00
Piano LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 2019-09-22 20:50:39 +02:00
QuickShow LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
SoundPlayer SoundPlayer: Changed some small cosmetic things 2019-11-05 19:50:11 +01:00
SystemDialog LibGUI: Don't create GMessageBox and GInputBox on the stack 2019-09-21 20:32:31 +02:00
SystemMonitor SystemMonitor: Add device column to filesystems tab 2019-11-04 19:42:21 +01:00
Taskbar Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00
Terminal LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty 2019-10-22 21:57:53 +02:00
TextEditor LibGUI: Move text search functions from GTextEditor to GTextDocument 2019-11-01 21:31:06 +01:00
Welcome LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
Makefile.common LibVT: Move TerminalWidget from the Terminal app to here 2019-10-21 19:50:07 +02:00