summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Unconst members of ControlTypeAndPartMike Kaganski1-2/+2
2019-05-30Resolves; ofz#14803 build failureCaolán McNamara1-0/+1
2019-05-30tdf#125548 Qt5 no focus for the menu bar buttonJan-Marek Glogowski1-0/+1
2019-05-29tdf#124694 gtk2 GtkFixed takes the max size of all its children...Caolán McNamara1-1/+18
2019-05-29missing includeStephan Bergmann1-0/+4
2019-05-29tdf#124694 gtk3 GtkFixed takes the max size of all its children...Caolán McNamara1-0/+19
2019-05-29The iOS DataFlavorMapper::getAllSupportedPboardTypes() is unusedTor Lillqvist2-16/+0
2019-05-29tdf#124752: We do need to accept text/html from the system clipboardTor Lillqvist1-2/+5
2019-05-29Add a couple of SAL_INFOs about types available on the system clipboardTor Lillqvist2-0/+14
2019-05-28tdf#124752: Simplify the iOS DataFlavorMapping thing a lotTor Lillqvist1-126/+1
2019-05-28tdf#124752: Use best speed for PNG encoding on iOSTor Lillqvist1-1/+17
2019-05-28Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-2/+2
2019-05-28Qt5 implement SalSurface support for cairoJan-Marek Glogowski11-26/+259
2019-05-28use after free in GtkInstanceWidget::signal_focus_inCaolán McNamara1-3/+15
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist13-3/+1604
2019-05-27tdf#125271 under wayland without gtksink, try waylandsinkCaolán McNamara6-4/+51
2019-05-27Resolves: tdf#125490 use a single get_text impl for treeviewCaolán McNamara1-7/+8
2019-05-26Related: tdf#125479 menu item might be emptyCaolán McNamara1-0/+2
2019-05-24tdf#125472: fix RemoveTransparenciesFromMetaFile(vcl/gdi)Julien Nabet1-3/+1
2019-05-24tdf#101443 Calc multiline input bar reworkedThorsten Wagner1-74/+76
2019-05-24cannot create a shared_ptr from an existing objectNoel Grandin2-6/+12
2019-05-24A CALCINPUTLINE is not an EditStephan Bergmann1-1/+2
2019-05-24tdf#125160: honour keyboard modifiers if used during DnDKatarina Behrens3-9/+30
2019-05-23Drop default values for parameters that are defaulted only onceTor Lillqvist2-3/+3
2019-05-23add comment to document upstream bugCaolán McNamara1-1/+8
2019-05-23weld FloatingContourCaolán McNamara1-3/+6
2019-05-23MouseRelease is expected to have n-clicks of last MousePressCaolán McNamara1-5/+6
2019-05-23tdf#125388 disable gtk callback that makes long combobox menus unusableCaolán McNamara1-0/+27
2019-05-23Fix moving / orientation-changing ScrollBarJan-Marek Glogowski1-12/+15
2019-05-22VCL refactor duplicate code in ToolboxJan-Marek Glogowski1-67/+20
2019-05-22VCL replace some code with common function callsJan-Marek Glogowski4-52/+12
2019-05-22VCL keep / return the original set TextEngine fontJan-Marek Glogowski2-56/+25
2019-05-22tdf#108909 vcl menu bar window: fix missing highlight on mouse overMiklos Vajna1-1/+1
2019-05-22New loplugin:dataStephan Bergmann9-12/+12
2019-05-22tdf#120837 File saving at least 5 times slowerNoel Grandin4-20/+23
2019-05-22tdf#124271 use the bitmap context, handle scalingTomaž Vajngerl3-61/+124
2019-05-22widgettheme: support multiple spinbox orientationsTomaž Vajngerl2-3/+11
2019-05-21tdf#125415 vcl menu floating window: avoid flickerMiklos Vajna1-13/+23
2019-05-21tdf#109158 short-circuit text width measuring with fixed width columnsCaolán McNamara2-2/+23
2019-05-21tdf#125413 vcl menu bar window: fix non-NWF backgroundMiklos Vajna1-0/+4
2019-05-21tdf#124027: use ID of the embedded window and fix position of overlayKatarina Behrens1-1/+1
2019-05-21route delete-event through cancel handler if availableCaolán McNamara1-23/+35
2019-05-21Resolves: tdf#125394 consider unwelded dialogsCaolán McNamara1-51/+60
2019-05-21tdf#125370 Fix crash when opening basic editorSamuel Mehrbrodt1-1/+1
2019-05-21tdf#125397: Avoid crash if GetpApp() returns null, can happen on iOS at leastTor Lillqvist1-1/+3
2019-05-20calc item width on requestCaolán McNamara2-5/+27
2019-05-20tdf#113714 vcl menu bar window: avoid flickerMiklos Vajna1-14/+22
2019-05-20Resolves: tdf#125392 null-derefCaolán McNamara1-2/+2
2019-05-20split width/height to allow intercept of how width is calculatedCaolán McNamara3-22/+42
2019-05-20Related: tdf#109158 GtkTreeStore append performance is poorCaolán McNamara2-0/+36