ladybird/Applications
Andreas Kling 9566f6c8b3 PaintBrush: Let's have Layer::rect() and Layer::relative_rect()
These two have the same semantics as GUI::Widget. The rect() is always
at location { 0, 0 }, while the relative_rect()'s location is relative
to the "parent", which in this case is the Layer's Image.
2020-05-12 23:49:52 +02:00
..
About LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
Browser Browser: Allow Ctrl+clicking on bookmark bar buttons :^) 2020-05-12 20:35:45 +02:00
Calculator LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
Calendar LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
Debugger Meta: Fix Makefile permissions (not executable) 2020-05-03 14:24:08 +02:00
DisplaySettings LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
FileManager LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
FontEditor LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
Help Help: Clicking on link changes the treeview selection 2020-05-05 14:27:51 +02:00
HexEditor LibGUI: Simplify submenu construction 2020-04-29 11:48:11 +02:00
IRCClient LibWeb: Teach HtmlView how to render Markdown files :^) 2020-05-10 22:32:12 +02:00
PaintBrush PaintBrush: Let's have Layer::rect() and Layer::relative_rect() 2020-05-12 23:49:52 +02:00
Piano LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
QuickShow QuickShow: Add gif files to navigation file list 2020-04-26 18:44:20 +02:00
SoundPlayer LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
SystemMonitor SystemMonitor: Remove the toolbar above the process table 2020-05-12 19:51:36 +02:00
Terminal LibVT+Terminal: Support hyperlinks in the terminal :^) 2020-05-09 16:16:16 +02:00
TextEditor TextEditor: Use JS syntax highlighting for .json files :^) 2020-05-09 16:48:28 +02:00
Welcome LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00