summaryrefslogtreecommitdiff
path: root/svtools/source/control/ctrlbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-12tdf#158320 restore Live Preview for font hoveringCaolán McNamara1-0/+1
2023-10-20tdf#114441 Convert use of sal_uLong to better integer typesAdam Seskunas1-2/+2
2023-10-07jsdialog: cache only best quality font previewsSzymon Kłos1-21/+62
2023-10-07jsdialog: enable font name & size comboboxSzymon Kłos1-1/+1
2023-09-11lok: don't prerender font previewsSzymon Kłos1-0/+3
2023-08-31jsdialog: render font previews with hidpiSzymon Kłos1-5/+24
2023-08-29jsdialog: make font previews background transparentSzymon Kłos1-1/+4
2023-07-12jsdialog: calendar widgetSzymon Kłos1-2/+2
2023-04-04Convert SvtLineListBox to WeldToolbarPopupSzymon Kłos1-6/+4
2023-03-16update line controls preview if style changedCaolán McNamara1-0/+7
2023-01-20std::abort() during CppunitTest_sw_layoutwriterCaolán McNamara1-1/+3
2023-01-18thaw before set_activeCaolán McNamara1-1/+1
2022-11-19loplugin:unusedmethodsNoel Grandin1-19/+0
2022-11-08Resolves: tdf#150273 use same bg as valuesetCaolán McNamara1-0/+2
2022-11-08Related: tdf#150273 maPaintCol is unused nowCaolán McNamara1-16/+0
2022-11-08Related: tdf#150273 just take the color direct from the current entryCaolán McNamara1-34/+6
2022-06-24svtools: avoid divide by zero in calcCustomItemSizeXisco Fauli1-1/+2
2022-06-21Correctly free font previews on settings changeJan-Marek Glogowski1-0/+2
2022-04-25Resolves: tdf#141441 get and set selected entry when "unfrozen"Caolán McNamara1-16/+12
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-1/+1
2022-01-26give more wriggle room to avoid hitting max pixmap size with super hidpiCaolán McNamara1-1/+1
2021-10-01loplugin:constmethodNoel Grandin1-1/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-2/+2
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-11/+3
2021-09-20Add sal/config.h in preparation for patchChris Sherlock1-0/+1
2021-08-13tdf#143357 use a DateFormatter and a separate Calendar menubuttonCaolán McNamara1-2/+5
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-07-15crashreporting: Crash seen in CachePreview from Idle UpdateHdlCaolán McNamara1-1/+4
2021-07-15the freetype font cache mentioned in this comment no longer existsCaolán McNamara1-3/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-04-27use more string_view in tools/streamNoel Grandin1-1/+1
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara1-2/+2
2021-03-04Related tdf#140762 Add texts for "Border style" toolbar itemMichael Weghorn1-17/+14
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-4/+0
2020-10-29tdf#132536 free the cached VirtualDevicesJan-Marek Glogowski1-0/+2
2020-10-28convert some more long -> tools::LongNoel1-3/+3
2020-10-19use tools::Long in svtoolsNoel1-34/+34
2020-10-06loplugin:const& make some params and methods constNoel1-1/+1
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-1/+1
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara1-4/+4
2020-09-11invalidate prerendered fontname cache on style changeCaolán McNamara1-15/+36
2020-09-02replace unnecessary includeCaolán McNamara1-1/+1
2020-07-28drop use of SvtFontOptionsCaolán McNamara1-3/+2
2020-07-04tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara1-9/+17
2020-05-22tdf#133043 explicitly set the combobox edit textCaolán McNamara1-4/+2
2020-05-19Related: tdf#132536 limit to ~25 pre-rendered font previews for nowCaolán McNamara1-1/+6
2020-04-29don't run generate preview idle if there are no fonts in the listCaolán McNamara1-2/+4
2020-04-26tdf#132424 don't generate font previews in advance for loolCaolán McNamara1-1/+2
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara1-2/+2
2020-04-24weld StylesPropertyPanelCaolán McNamara1-1/+1