Timothy Flynn
ae6e2e682e
Browser: Add a context menu item to search for the selected text
2023-10-24 07:28:30 +02:00
Timothy Flynn
2e5fbe8052
Ladybird: Add context menu items to directly open audio files
...
After commit 7ec7015
, we can open audio documents directly. This adds
content menu items to do so, similar to images and videos.
2023-06-19 17:42:55 +02:00
Timothy Flynn
9e95c9892c
Ladybird+LibWeb+WebContent: Add context menu controls for muting audio
2023-06-16 19:34:42 +02:00
Timothy Flynn
1df0a141af
Browser: Add a context menu for video elements
...
This includes actions such as controlling play state, downloading the
video, and opening the video in a new tab.
2023-05-16 12:48:39 +02:00
Gunnar Beutner
be80ac619f
Browser: Add a custom icon for the "New Window" action
2022-10-06 20:51:04 +02:00
electrikmilk
6675865582
Browser: Add context menu icons
...
This adds two new icons for browser context menu items "Close Other
Tabs" and "Download".
This adds existing icons where they were missing in context menu items.
2022-09-08 10:02:37 +01:00
electrikmilk
133a30c8b7
Base+Browser: Add browser icons
...
Add local storage and style sheet icons. I also noticed the name of the
DOM tree icon needed updated (tree => dom_tree).
2022-02-09 21:00:37 +00:00
electrikmilk
4bfed6a5ed
Base+Browser: Add Browser Icons
...
Add or insert some missing browser icons.
2022-02-07 12:35:05 +01:00
Dylan Katz
3919a1dcc0
Browser: Load icons at start of program
...
Previously, Browser loaded icons from the disk every time an icon
was set. In addition to making more calls to the disk and decoding
more images, this makes error propagation impossible. This change
moves all icon loading to the start of the program.
2022-01-21 22:14:13 +01:00