summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2024-05-24use same pattern as elsewhere for consistencyCaolán McNamara1-1/+1
2024-05-24fix up assertCaolán McNamara1-1/+1
2024-05-18WaE: Dereferencing NULL pointerMike Kaganski1-0/+1
2024-05-18tdf#161154: pass "scaling is done externally" information down the stackMike Kaganski1-3/+5
2024-05-14WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-05-13WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-11/+15
2024-05-12Related: tdf#96671 Also handle other Windows architecturesMike Kaganski1-65/+158
2024-05-11WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara3-87/+106
2024-05-11WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara7-21/+26
2024-05-11tdf#96671 - Correctly detect windows 64-bit OSkubak1-1/+22
2024-05-03tdf#160901: partially revert 8557ea84c9336ba8061246f1f46ddb6e02f413a1Mike Kaganski1-2/+15
2024-04-30tdf#145305 Improve Windows version string.kubak1-12/+32
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski1-2/+9
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-2/+2
2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski3-51/+41
2024-04-11Only call ID2D1RenderTarget::Get/SetTransform when neededMike Kaganski1-10/+12
2024-04-11Drop old Windows 95/98/ME problem workaroundMike Kaganski1-16/+0
2024-04-08Exclude getHScale from DirectWrite font renderingMike Kaganski2-18/+18
2024-03-29Simplify a bitMike Kaganski1-9/+5
2024-03-29Avoid bitwise assignment operators on boolMike Kaganski1-2/+2
2024-03-29Simplify and drop unused methodMike Kaganski1-12/+2
2024-03-21Only hold clipboard mutexes to obtain the values, to avoid deadlocksMike Kaganski2-19/+30
2024-03-14Convert an assert into a warningMike Kaganski1-2/+8
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk1-0/+8
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl2-18/+20
2024-02-26fix Windows release buildNoel Grandin1-0/+2
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski1-2/+3
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-4/+4
2024-02-23Fix buildMike Kaganski1-1/+1
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht1-0/+16
2024-02-23Fix warning C4459 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-02-14Fix typoAndrea Gelmini1-1/+1
2024-02-13Fall back to old bootstrap.ini [Win32] section, for backwards compatibilityStephan Bergmann1-1/+38
2024-02-12EnableAttachThreadInputHack can be a normal bootstrap variableStephan Bergmann1-33/+6
2024-02-10tdf#54169: implement auto-accelerator feature on WindowsMike Kaganski1-22/+37
2024-02-10Drop obsolete handling of wheel mouseMike Kaganski1-12/+1
2024-02-10Simplify a bitMike Kaganski2-39/+7
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht1-0/+19
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-2/+0
2024-01-10tdf#156443, tdf#159079, tdf#158112: support Windows Alt codes >=256Mike Kaganski1-1/+125
2023-12-31Expand some macros inlineMike Kaganski1-54/+79
2023-12-25tdf#99116 modify menu highlight text color in high contrast mode on winYli8752-4/+21
2023-12-18no need to allocate these on the heapNoel Grandin3-20/+19
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen1-2/+30
2023-12-06Drop use of Win98-era multimon.hGabor Kelemen1-5/+0
2023-12-04Avoid clipboard messages after Scheduler::ImplDeInitSchedulerMike Kaganski2-0/+14
2023-12-02pass BitmapBuffer around by std::optionalNoel Grandin1-6/+6
2023-11-13tdf#127547 Freeze in Microsoft Print to PDF dialogNoel Grandin1-1/+11