Age | Commit message (Expand) | Author |
2024-04-30 | tdf#160838 qt: Update IM cursor position also on modifier change | Michael Weghorn |
2024-04-30 | qt: Guard clipboard mime data with SolarMutex | Michael Weghorn |
2024-04-30 | qt: Avoid race on QtTransferable member | Michael Weghorn |
2024-04-24 | [API CHANGE] a11y: Use XAccessible for relation targets | Michael Weghorn |
2024-04-11 | related tdf#160176 qt: Create dummy Qt widget in main thread | Michael Weghorn |
2024-03-31 | tdf#146619 Drop unused 'using namespace' in: vcl/ | Gabor Kelemen |
2024-03-13 | tdf#159915 qt: Force Qt::HighDpiScaleFactorRoundingPolicy::Round | Michael Weghorn |
2024-02-29 | vcl: separate scanline direction from ScanlineFormat | Tomaž Vajngerl |
2024-02-29 | tdf#158030 qt a11y: Implement new QAccessibleAttributesInterface | Michael Weghorn |
2024-02-16 | tdf#156562 qt: Don't crash on null clipboard content | Michael Weghorn |
2024-02-15 | tdf#130857 qt weld: Set msg dialog parent | Michael Weghorn |
2024-02-15 | tdf#130857 qt weld: Implement QtInstanceDialog::{g,s}et_modal | Michael Weghorn |
2024-02-15 | tdf#130857 qt weld: Move QWidget* member to QtInstanceWidget | Michael Weghorn |
2024-02-13 | tdf#156562 qt: Sync with system clipboard content if necessary | Michael Weghorn |
2024-02-13 | tdf#156562 qt: Don't cache supported mime types/data flavors | Michael Weghorn |
2024-02-12 | tdf#125934 qt: Support module-specific window icons on Wayland | Michael Weghorn |
2024-02-10 | qt: Set desktop file name without ".desktop" suffix | Michael Weghorn |
2024-02-06 | elide some OString temporaries | Noel Grandin |
2024-02-04 | tdf#130857 qt weld: Support asnyc running of msg dialogs | Michael Weghorn |
2024-01-28 | tdf#159323 qt weld: Remember VCL response code, don't try to map | Michael Weghorn |
2024-01-28 | tdf#159323 qt weld: Set standard buttons via weld API | Michael Weghorn |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-24 | tdf#154381 qt weld: Allow setting message box default button | Michael Weghorn |
2024-01-24 | tdf#154381 qt weld: Add button handling for message box | Michael Weghorn |
2024-01-24 | qt: Move VCL -> Qt accelerator text handling to QtTools | Michael Weghorn |
2024-01-24 | qt weld: Add assert on unhandled VCLButtonsType | Michael Weghorn |
2024-01-24 | tdf#154381 qt weld: Implement QtInstanceWindow::{g,s}et_title | Michael Weghorn |
2024-01-23 | tdf#159333 qt a11y: Process shortcuts only once | Michael Weghorn |
2024-01-16 | tdf#159213: fix Base crash when choosing "Help" in relations design (kf5) | Julien Nabet |
2024-01-08 | tdf#130857 Use native qt widgets - simple message dialog | OmkarAcharekar |
2023-12-24 | qt: Rename SAL_VCL_{QT5 -> QT}_NO_NATIVE | Michael Weghorn |
2023-12-24 | qt: Rename SAL_VCL_QT5_NO_NATIVE and use for all Qt-based VCLs | Michael Weghorn |
2023-12-19 | tdf#123864 a11y: Handle new CHECKABLE state in misc places | Michael Weghorn |
2023-12-06 | tdf#148986 Support XF86Forward / XF86Back key events | Gabor Kelemen |
2023-11-24 | enable using medium/full font hinting even with subpixel positioning | Frank Steiner |
2023-11-20 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl) | Julien Nabet |
2023-11-14 | tdf#123864 a11y: Add new AccessibleStateType::CHECKABLE | Michael Weghorn |
2023-11-07 | qt a11y: Map AccessibleStateType::INDETERMINATE to Qt equivalent | Michael Weghorn |
2023-11-07 | qt a11y: Set passwordEdit state for PASSWORD_TEXT | Michael Weghorn |
2023-10-28 | tdf#135586 a11y: Add a new BLOCK_QUOTE a11y role | Michael Weghorn |
2023-10-24 | qt a11y: Take current type into account when setting new value | Michael Weghorn |
2023-10-23 | fix wasm build (int vs sal_Int32 mismatch) | Christian Lohmaier |
2023-10-22 | Fix typo | Andrea Gelmini |
2023-10-21 | tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrs | Michael Weghorn |
2023-10-18 | tdf#157696 qt a11y: Move handling for text attr offsets to helper | Michael Weghorn |
2023-10-18 | qt: Drop now obsolete workaround for Qt < 5.12 | Michael Weghorn |
2023-10-18 | qt: Drop code for Qt < 5.15 | Michael Weghorn |
2023-10-14 | Add NUMBERSIGN key handler. | Gökay Şatır |
2023-10-12 | tdf#157696 vcl a11y: Move qt's translation to IA2 text attrs for reuse | Michael Weghorn |
2023-10-07 | loplugin:ostr: automatic rewrite | Stephan Bergmann |