summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Fall back to old bootstrap.ini [Win32] section, for backwards compatibilityStephan Bergmann1-1/+38
2024-01-17EnableAttachThreadInputHack can be a normal bootstrap variableStephan Bergmann1-33/+6
2023-11-24crash seen in Window::ImplTrackTimerHdlCaolán McNamara1-0/+6
2023-07-26tdf#156354 - Fix UI Basic dialog contents not visible in preview modeBalazs Varga1-3/+3
2023-06-13tdf#155794 vcl: handle WM_GETOBJECT without SolarMutexMichael Stahl1-18/+30
2022-11-24tdf#140813: Use GetUpdatedClipboardFormats to enumerate clipboard formatsMike Kaganski9-78/+113
2022-11-24WIN merge CWinClipbImpl into CWinClipboardJan-Marek Glogowski7-505/+289
2022-11-24WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski71-2/+12269
2022-11-24loplugin:simplifypointertobool (clang-cl)Stephan Bergmann2-4/+4
2022-10-06tdf#151385 Only trigger mnemonics in dialogs when alt key is pressedSamuel Mehrbrodt1-1/+1
2022-09-22ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+1
2022-09-01Fix dropdown mispositionedSamuel Mehrbrodt1-4/+7
2022-08-29Don't position dialogs relative to other dialogsSamuel Mehrbrodt1-8/+15
2022-08-22Fix mispositioning when only quickstarter is activeSamuel Mehrbrodt1-2/+3
2022-08-19tdf#150017 vcl,sw: add UITestMichael Stahl2-0/+20
2022-08-19tdf#150181 vcl: first column is editable by default in SvTabListBoxMichael Stahl1-0/+3
2022-08-19vcl: allow editing a column other than the first one in SvTabListBoxMichael Stahl1-0/+10
2022-08-19vcl: allow editing a column other than the first one in GtkInstanceTreeViewMichael Stahl1-0/+23
2022-08-19gtk: honour disabled columns from set_column_editable for start_editingCaolán McNamara1-13/+40
2022-08-19adjust internal/external index for signal_toggledCaolán McNamara1-3/+4
2022-08-19document the mapping to CellRenderersCaolán McNamara1-1/+7
2022-08-19clarify and simplify the mapping of the sort column to modelCaolán McNamara1-8/+25
2022-08-19make [g|s]et_sort_indicator column argument requiredCaolán McNamara2-8/+4
2022-08-19weld WatchWindow panel [only set_column_editables]Caolán McNamara3-0/+46
2022-08-19[CIBO] Use new branding internally in file associations as wellGabor Kelemen1-1/+1
2022-06-21Fix crash when no valid EntryDescriptor foundSamuel Mehrbrodt2-0/+8
2022-06-16Revert "vcl: add some WinSalGraphics debug logging"Samuel Mehrbrodt3-15/+0
2022-06-15Make sure pEntry is not nullSamuel Mehrbrodt1-1/+1
2022-06-07Silence MSVC warning C4189 "local variable is initialized but not referenced"Stephan Bergmann1-0/+1
2022-06-07Silence warning C4189: local variable is initialized but not referencedStephan Bergmann1-0/+2
2022-06-07Reuse pInstStephan Bergmann1-1/+1
2022-05-31vcl: add some WinSalGraphics debug loggingMichael Stahl3-0/+15
2022-05-23vcl: avoid accessing null member on unloading viewsAshod Nakashian1-2/+3
2022-05-23vcl: don't use null window in FloatingWindow HitTestAshod Nakashian1-0/+2
2022-05-23Avoid crash on closing docking windowSzymon Kłos1-0/+4
2022-05-23vcl: avoid native widget pieces for disposed BorderWindow.Michael Meeks2-3/+4
2022-05-23Check mpWindowImpl before use in Window::EndTrackingSzymon Kłos1-0/+1
2022-05-23Crash around help-windows.Michael Meeks1-1/+2
2022-05-23tdf#138901 Refresh button tooltip in sidebar created by extensionIlhan Yesil1-1/+7
2022-05-23WIN add bootstrap var to re-enable foreground hackJan-Marek Glogowski1-2/+55
2022-05-18tdf#144952 VCL fix the Printer graphics releasecib-6.4-8Jan-Marek Glogowski1-1/+1
2022-05-18tdf#144754 WIN de-assert ReleaseFonts / setFontJan-Marek Glogowski1-4/+10
2022-05-18WIN lazy init WinSalInfoPrinter graphicsJan-Marek Glogowski3-39/+46
2022-05-18WIN always (de-)init WinSalGraphicsJan-Marek Glogowski5-36/+48
2022-05-09ofz#46905 Null-dereferenceCaolán McNamara1-0/+2
2022-05-09forcepoint#85 Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+2
2022-03-11ofz: Too many hatch pointsCaolán McNamara1-0/+7
2022-03-11clamp and add some logging like SvmReaderCaolán McNamara1-0/+20
2022-03-04ofz: glyph data must be at least 10 bytes long to be usefulCaolán McNamara1-1/+1
2022-03-04ofz: measure maximum possible contoursCaolán McNamara1-2/+8