serenity/Applications
Brandon Scott 08a1fb8f1a LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
GFilePicker
- Fixed GFilePicker to use new ref-counted construct method to stop crashing on open dialog.
  - PaintBrush is still crashing on open dialog due to an unrelated issue.

PaintBrush
- Created 16x16 icon for PaintBrush
- Moved Open option into App menu.
- Changed help menu to make use of the standardized About dialog.
2019-10-01 09:17:56 +02:00
..
About GButton: Convert most code to using ObjectPtr for GButton 2019-09-21 19:28:28 +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+LibGUI+html: Add an icon to represent HTML files 2019-09-29 21:00:41 +02:00
FontEditor LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
Help Help+man.md: Add man sections 2019-09-30 21:38:39 +02:00
IRCClient LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Launcher LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
PaintBrush LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements. 2019-10-01 09:17:56 +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 LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
SystemDialog LibGUI: Don't create GMessageBox and GInputBox on the stack 2019-09-21 20:32:31 +02:00
SystemMonitor SystemMonitor: Display whether an fd is cloexec and blocking 2019-09-28 22:27:45 +02:00
Taskbar Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00
Terminal Terminal: Add underline support 2019-09-28 18:29:42 +02:00
TextEditor GMessageBox: Hide the constructor and fix broken usages 2019-09-30 17:20:53 +02:00
Welcome LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
Makefile.common Applications: Add a new Help app 2019-09-28 18:29:42 +02:00