summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2024-05-03tdf#160901: partially revert 8557ea84c9336ba8061246f1f46ddb6e02f413a1Mike Kaganski
2024-04-30tdf#145305 Improve Windows version string.kubak
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski
2024-04-11Only call ID2D1RenderTarget::Get/SetTransform when neededMike Kaganski
2024-04-11Drop old Windows 95/98/ME problem workaroundMike Kaganski
2024-04-08Exclude getHScale from DirectWrite font renderingMike Kaganski
2024-03-29Simplify a bitMike Kaganski
2024-03-29Avoid bitwise assignment operators on boolMike Kaganski
2024-03-29Simplify and drop unused methodMike Kaganski
2024-03-21Only hold clipboard mutexes to obtain the values, to avoid deadlocksMike Kaganski
2024-03-14Convert an assert into a warningMike Kaganski
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl
2024-02-26fix Windows release buildNoel Grandin
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-23Fix buildMike Kaganski
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht
2024-02-23Fix warning C4459 when building with MSVC without -Wv:18Mike Kaganski
2024-02-14Fix typoAndrea Gelmini
2024-02-13Fall back to old bootstrap.ini [Win32] section, for backwards compatibilityStephan Bergmann
2024-02-12EnableAttachThreadInputHack can be a normal bootstrap variableStephan Bergmann
2024-02-10tdf#54169: implement auto-accelerator feature on WindowsMike Kaganski
2024-02-10Drop obsolete handling of wheel mouseMike Kaganski
2024-02-10Simplify a bitMike Kaganski
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2024-01-10tdf#156443, tdf#159079, tdf#158112: support Windows Alt codes >=256Mike Kaganski
2023-12-31Expand some macros inlineMike Kaganski
2023-12-25tdf#99116 modify menu highlight text color in high contrast mode on winYli875
2023-12-18no need to allocate these on the heapNoel Grandin
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen
2023-12-06Drop use of Win98-era multimon.hGabor Kelemen
2023-12-04Avoid clipboard messages after Scheduler::ImplDeInitSchedulerMike Kaganski
2023-12-02pass BitmapBuffer around by std::optionalNoel Grandin
2023-11-13tdf#127547 Freeze in Microsoft Print to PDF dialogNoel Grandin
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir
2023-10-29vcl: no raw pointersThorsten Behrens
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-10-10Drop repeated codeMike Kaganski
2023-10-08tdf#156040 pick a better "LightColor" for windows dark themeCaolán McNamara
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-08-17Drop defines obsoleted by Windows 7 baselineMike Kaganski
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara