serenity/Ladybird/Qt
Sidicer 4a36ae5a70 UI/Qt: Fix hover_label hiding URLs
m_hover_label did not have checks if the mouse is in the same location.
This caused clickable URLs to be hidden.
Also shortened the label text to not be longer than half of the window.

(cherry picked from commit edf29857f8f8b669c45d673b088d9c0236659d73)
2024-12-21 14:58:20 -05:00
..
Application.cpp UI/Qt: Don't hide the location bar URL when creating a tab from a URL 2024-11-05 10:47:18 -05:00
Application.h UI/Qt: Add --allow-popups option to disable popup blocking by default 2024-11-01 12:00:52 -04:00
AudioCodecPluginQt.cpp
AudioCodecPluginQt.h
AudioThread.cpp
AudioThread.h
AutoComplete.cpp Everywhere: Convert from_string_view -> from_string_literal where static 2024-11-15 08:56:39 -05:00
AutoComplete.h UI/Qt: Reduce flicker when populating autocomplete 2024-11-01 12:01:26 -04:00
BrowserWindow.cpp Qt: Add box icon to line box debug menu action 2024-11-12 07:14:25 -05:00
BrowserWindow.h UI/Qt: Make TabWidget responsible for new-tab button positioning 2024-11-08 21:51:25 -05:00
EventLoopImplementationQt.cpp UI/Qt: Do not create signal notifiers until after an event loop exists 2024-11-10 10:46:01 -05:00
EventLoopImplementationQt.h UI/Qt: Do not create signal notifiers until after an event loop exists 2024-11-10 10:46:01 -05:00
EventLoopImplementationQtEventTarget.cpp
EventLoopImplementationQtEventTarget.h
FindInPageWidget.cpp UI/Qt: Add standard shortcuts for find in page actions 2024-11-01 06:24:06 -04:00
FindInPageWidget.h UI/Qt: Add standard shortcuts for find in page actions 2024-11-01 06:24:06 -04:00
Icon.cpp Ladybird/Qt: Add missing filters for TVG icons 2024-11-08 21:51:25 -05:00
Icon.h Ladybird/Qt: Move the TVG icon loader to a utility file 2024-04-03 20:56:04 +02:00
InspectorWidget.cpp UI/Qt: Don't crash when launching Inspector with Qt networking enabled 2024-11-08 21:51:25 -05:00
InspectorWidget.h Ladybird/Qt: Adjust the Inspector context menu by the device pixel ratio 2024-03-11 16:49:20 +01:00
ladybird.qrc Ladybird/Qt: Add a find in page widget 2024-05-30 16:30:11 +02:00
LocationEdit.cpp UI/Qt: Do not perform search if query text is empty 2024-11-09 16:08:01 -05:00
LocationEdit.h UI/Qt: Show search engine name in location bar 2024-11-01 09:38:27 -04:00
main.cpp WebWorker: Allow the WebWorker process to optionally use Qt networking 2024-11-15 19:07:17 -05:00
RequestManagerQt.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
RequestManagerQt.h Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
Settings.cpp Ladybird/Qt: Add setting for preferred languages 2024-11-05 11:41:15 -05:00
Settings.h Ladybird/Qt: Add setting for preferred languages 2024-11-05 11:41:15 -05:00
SettingsDialog.cpp Ladybird/Qt: Add setting for preferred languages 2024-11-05 11:41:15 -05:00
SettingsDialog.h Ladybird/Qt: Add setting for preferred languages 2024-11-05 11:41:15 -05:00
StringUtils.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
StringUtils.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Tab.cpp UI/Qt: Fix hover_label hiding URLs 2024-12-21 14:58:20 -05:00
Tab.h UI/Qt: Fix hover_label hiding URLs 2024-12-21 14:58:20 -05:00
TabBar.cpp UI/Qt: Don't allow tabs to be dragged past the new tab button 2024-11-09 16:08:01 -05:00
TabBar.h UI/Qt: Don't allow tabs to be dragged past the new tab button 2024-11-09 16:08:01 -05:00
TaskManagerWindow.cpp Ladybird: Slightly increase the size of the Task Manager window 2024-04-22 14:46:10 -06:00
TaskManagerWindow.h Ladybird: Add a simple TaskManager window for tracking child processes 2024-04-02 09:52:34 -06:00
TVGIconEngine.cpp
TVGIconEngine.h
WebContentView.cpp UI/Qt: Fix hover_label hiding URLs 2024-12-21 14:58:20 -05:00
WebContentView.h UI/Qt: Assign dropdown handler for select in WebContentView, not Tab 2024-11-15 23:10:03 -05:00
WebSocketImplQt.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketImplQt.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketQt.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketQt.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30