office-gobmx/cui
Justin Luth 006541afcf tdf#157467 SvxPresetListBox: contextmenu must affect item under mouse
Yikes - especially when delete is involved.
Previously it was deleting the in-use background,
regardless of where the mouse right-click happened.

You might wonder why not just query GetHighlightedItemId?
That is because (at least for GTK)
the highlightedItem is zero'd out as soon as the pop-up starts,
i.e. when the mouse is moved over top of the context menu.

Change-Id: Ib88cb0edb8c2c8f854c35821d8125a1991d12a55
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176447
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-11-12 14:52:37 +01:00
..
inc cui: Fix a UI string in a11y check options 2024-11-04 12:26:13 +01:00
qa cui, dbaccess, desktop, external, filter, librelogo: fix issues found by 2024-07-27 12:51:55 +02:00
source tdf#157467 SvxPresetListBox: contextmenu must affect item under mouse 2024-11-12 14:52:37 +01:00
uiconfig/ui tdf#155447 a11y: Set accessible ID that Orca expects 2024-11-08 16:55:01 +01:00
util Create an UNO service to do the cui symbol lookup in vcl 2024-02-25 14:45:55 +01:00
AllLangMoTarget_cui.mk
CppunitTest_cui_dialogs_test.mk
CppunitTest_cui_dialogs_test_2.mk
CppunitTest_cui_dialogs_test_3.mk
CppunitTest_cui_dialogs_test_4.mk
IwyuFilter_cui.yaml
Library_cui.mk tdf#161209 - Reverts WhatsNew/Welcome dialog 2024-05-22 21:19:46 +02:00
Makefile
Module_cui.mk
Package_cui.mk
README.md
UIConfig_cui.mk tdf#161209 - Reverts WhatsNew/Welcome dialog 2024-05-22 21:19:46 +02:00
UITest_cui_dialogs.mk uitest oneprocess mode: add a way to explicitly avoid this 2023-10-05 08:06:45 +02:00
UITest_cui_tabpages.mk uitest oneprocess mode: default to this and clean up one test 2023-10-26 08:12:20 +02:00

Common User Interface (cui)

It was moved out from svx in DEV300m68:

http://www.mail-archive.com/dev@openoffice.org/msg12925.html

It contains dialogs used by more than one application, e.g. paragraph properties.