summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/checklistmenu.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-12tdf#133836 Autofilter allow adding up members to the current selectionSahil1-36/+114
2024-01-26tdf#159329 Fix AutoFilter arrow color in dark modeRafael Lima1-8/+1
2023-12-14Disable Select/Unselect-current Filter Checkboxes in CalcDarshan111-0/+7
2023-08-12tdf#156686 AutoFilter arrows have white background in kf5/genNoel Grandin1-1/+1
2023-04-27sc: pivot table compact layoutDennis Francis1-1/+57
2023-04-04tdf#151206 - Sc Auto Filter: filter items after search edit timeoutAndreas Heinisch1-1/+11
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-12-08Resolves: tdf#152325 initial "select" may not set the cursor to that posCaolán McNamara1-1/+1
2022-11-16tdf#151820 Fix arrow in AutoFilter menu when using dark modeRafael Lima1-1/+11
2022-07-29Related tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga1-4/+9
2022-07-22tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga1-11/+25
2022-04-15jsdialog: autofilter: unify with regular popupSzymon Kłos1-43/+3
2022-04-13jsdialog: reenable after welding, unify with dialogsSzymon Kłos1-4/+0
2022-04-11lok: run autofilter without timersSzymon Kłos1-2/+9
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-03-25loplugin:constantparamNoel Grandin1-3/+3
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-3/+0
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-3/+3
2022-01-31lokCalcRTL: fix autofilter popup positionDennis Francis1-2/+11
2022-01-28Resolves: tdf#147016 ensure focus returns to document after popup closesCaolán McNamara1-4/+13
2022-01-24jsdialog: use string identifiersSzymon Kłos1-0/+4
2021-12-10Related: tdf#146018 allow user to grow/shrink autofilter checklist by a rowCaolán McNamara1-2/+35
2021-12-10restore autofilter to a row taller, now it has less menu itemsCaolán McNamara1-3/+13
2021-12-10tdf#146018 group filtering options under a single dropdownCaolán McNamara1-4/+22
2021-12-09flush pending menu close on queuing close of anotherCaolán McNamara1-0/+6
2021-12-09initially nothing is selected, so mnSelectedMenu should be MENU_NOT_SELECTEDCaolán McNamara1-2/+2
2021-12-08Related: tdf#144410 excessive "resize" triggeredCaolán McNamara1-0/+2
2021-12-08only autopopup on mouse hover, not keyboard traversalCaolán McNamara1-1/+1
2021-12-08tdf#146018 merge autofilter color dropdowns into a single dropdownCaolán McNamara1-35/+117
2021-12-07loplugin:unusedmethodsNoel Grandin1-10/+0
2021-12-02Resolves: tdf#144811 use the hover-style menu for color submenusCaolán McNamara1-13/+61
2021-12-02Related: tdf#144410 submenu indicator misplaced under x11 gtkCaolán McNamara1-1/+25
2021-11-30make autofilter a row shorter, now it has extra menu itemsCaolán McNamara1-2/+4
2021-11-29close menu a followed by open menu b should not cancel open menu bCaolán McNamara1-4/+0
2021-11-28don't need to have a specific mbCanHaveSubMenu mode anymoreCaolán McNamara1-21/+8
2021-11-27Resolves: tdf#144410 show submenu indicator for color filtering optionsCaolán McNamara1-3/+7
2021-11-27Resolves: tdf#145863 crash on click after quick double clickCaolán McNamara1-2/+9
2021-11-25Resolves: tdf#145863 crash if popup closed before becoming truly visibleCaolán McNamara1-1/+2
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara1-163/+207
2021-11-18menu placement is a little offCaolán McNamara1-0/+5
2021-11-17tdf#142420 color menu should be a child of the autofilter, not a siblingCaolán McNamara1-1/+8
2021-11-17don't attempt to set cursor to first entry if there are no entriesCaolán McNamara1-2/+5
2021-11-12Resolves: tdf#145645 pivot table popups don't dismiss when item activatedCaolán McNamara1-1/+3
2021-10-16Simplify vector initialization in scJulien Nabet1-2/+5
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+2
2021-09-17rather return ref from GetCalendarNoel Grandin1-2/+2
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-4/+4
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-08-18loplugin:constparamsNoel Grandin1-1/+1