summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2024-05-08gtk3 a11y: Drop superfluous checkMichael Weghorn1-10/+6
2024-05-08gtk3 a11y: No longer manually add focused state for focus objectMichael Weghorn1-8/+0
2024-05-07gtk3 a11y: Drop WindowEventHandler completelyMichael Weghorn5-121/+0
2024-05-07gtk3 a11y: Drop VclEventId::TabpageActivate processingMichael Weghorn1-24/+0
2024-05-07gtk3 a11y: Drop VclEventId::MenuHighlight processingMichael Weghorn1-35/+0
2024-05-07gtk3 a11y: Drop VclEventId::ToolboxHighlight{,Off} processingMichael Weghorn1-57/+0
2024-05-07tdf#160806 tdf#160837 gtk3 a11y: Drop VclEventId::ToolboxButtonStateChangedMichael Weghorn1-38/+0
2024-05-07tdf#160806 tdf#160837 gtk3 a11y: Drop handling of some VclEventIdsMichael Weghorn1-103/+0
2024-05-07tdf#160806 tdf#160837 gtk3 a11y: Port from deprecated atk_focus_tracker_notifyMichael Weghorn1-12/+8
2024-05-07tdf#160806 tdf#160837 gtk3 a11y: Don't use idleMichael Weghorn1-73/+35
2024-05-03gtk4 a11y: Align role mapping with upstream GTKMichael Weghorn1-7/+4
2024-04-30tdf#159369 tdf#160806 gtk3 a11y: Drop fallback dummy a11y objMichael Weghorn1-70/+11
2024-04-30tdf#159369 tdf#160806 tdf#160837 gtk3 a11y: Don't skip parents one wayMichael Weghorn1-1/+1
2024-04-30gtk4 a11y: Handle accessible relationsMichael Weghorn3-1/+87
2024-04-26gtk4 a11y: Don't create second AT context for OOoFixedMichael Weghorn1-23/+0
2024-04-26gtk4 a11y: Don't create multiple AT contexts for same accessibleMichael Weghorn1-6/+4
2024-04-25gtk4: Ignore "input-purpose" for GtkSpinButtonMichael Weghorn1-0/+7
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-3/+2
2024-04-20gtk3 a11y: Set a11y relations for custom combobox implMichael Weghorn1-0/+15
2024-04-20tdf#159910 gtk3 a11y: Keep a11y props for comboboxMichael Weghorn1-0/+12
2024-04-19loplugin:constantparam in vclNoel Grandin3-28/+11
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-1/+2
2024-04-04gtk4 a11y: Implement new GtkAccessibleTextInterface::get_offsetMichael Weghorn1-0/+18
2024-04-04gtk4 a11y: Implement new GtkAccessibleTextInterface::get_extentsMichael Weghorn1-0/+35
2024-03-31Resolves: tdf#154072 no effect when clicking some dropdown buttonsCaolán McNamara1-5/+17
2024-03-31Resolves: tdf#152438 constrain popups from MenuButtons with toplevel parentCaolán McNamara1-37/+40
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen8-12/+0
2024-03-30Resolves: tdf#159498 Items in Template Manager dropdown should be left-alignedCaolán McNamara1-1/+2
2024-03-29Resolves: tdf#160028 Type to select currency in dropdown does not work for gtkCaolán McNamara1-0/+30
2024-03-27clang-format CPDManager sourcesMichael Weghorn1-284/+290
2024-03-25Avoid -Werror,-Wcast-function-type-mismatch, remove unused int returnStephan Bergmann1-3/+1
2024-03-24Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann18-55/+77
2024-03-23Harmonization of warning and error colorsHeiko Tietze2-6/+3
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann2-3/+3
2024-03-21tdf#93352 Fix horizontal swiping and scrolling when using an RTL UIPatrick Luby1-0/+5
2024-03-21fix 32bit build with clangRene Engelhard1-3/+3
2024-03-15gtk4 a11y: Report default text attributesMichael Weghorn3-3/+23
2024-03-15gtk4 a11y: Extract helper function for text attr conversionMichael Weghorn1-25/+37
2024-03-15gtk4 a11y: Add initial text attribute handlingMichael Weghorn1-7/+66
2024-03-06Breeze scrollbars clipped, allocated space not wide/tall enoughCaolán McNamara1-7/+13
2024-02-25Use SAL_WNODEPRECATED_DECLARATIONS_(PUSH|POP)Mike Kaganski1-35/+10
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht1-0/+5
2024-02-23gtk4 a11y: Fix '--enable-werror' GCC buildMichael Weghorn1-1/+1
2024-02-22gtk4 a11y: Forward text change eventsMichael Weghorn1-0/+40
2024-02-22gtk4 a11y: Implement new GtkAccessibleTextInterfaceMichael Weghorn3-1/+171
2024-02-22gtk4 a11y: Move LO_ACCESSIBLE define to headerMichael Weghorn2-4/+4
2024-02-20merge desktop_detector library into vcl libraryNoel Grandin1-6/+1
2024-02-15workaround for OpenDyslexic font disrupting glyph fallback during testsCaolán McNamara1-4/+23
2024-02-06elide some OString temporariesNoel Grandin3-6/+6
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-3/+3