Age | Commit message (Expand) | Author |
2021-12-10 | Related: tdf#146018 allow user to grow/shrink autofilter checklist by a row | Caolán McNamara |
2021-12-10 | tdf#127341 Do not activate TextEdit at right-klick on URL in calc | Armin Le Grand (Allotropia) |
2021-12-10 | Related: tdf#146018 move Top10 below empty/not-empty add add Bottom10 | Caolán McNamara |
2021-12-10 | restore autofilter to a row taller, now it has less menu items | Caolán McNamara |
2021-12-10 | tdf#146018 group filtering options under a single dropdown | Caolán McNamara |
2021-12-10 | sc a11y: Handle FOCUSED state for cell | Michael Weghorn |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-10 | new ScTypedStrData: typically missed argument in CTOR, tdf#142910 follow-up | Justin Luth |
2021-12-10 | tdf#133353, Make 2nd argument optional for DCOUNT and DCOUNTA. | Winfried Donkers |
2021-12-10 | Allow for a presumably more precise result of BESSELY(80,9) | Stephan Bergmann |
2021-12-09 | flush pending menu close on queuing close of another | Caolán McNamara |
2021-12-09 | cid#1242728 Untrusted value as argument | Caolán McNamara |
2021-12-09 | initially nothing is selected, so mnSelectedMenu should be MENU_NOT_SELECTED | Caolán McNamara |
2021-12-09 | tdf#121699 sc: wrap LOKit stuff with isActive | Justin Luth |
2021-12-09 | lok: don't crash accessing an invalid ObjectContact cache | Dennis Francis |
2021-12-08 | tdf#123139 sc oox: CellXf should default to applyAlignment | Justin Luth |
2021-12-08 | Related: tdf#144410 excessive "resize" triggered | Caolán McNamara |
2021-12-08 | only autopopup on mouse hover, not keyboard traversal | Caolán McNamara |
2021-12-08 | ScHeaderControl::GetMousePos only needs a Point, not a MouseEvent | Caolán McNamara |
2021-12-08 | Related: tdf#132466 Relative address parsing needs current position | Eike Rathke |
2021-12-08 | tdf#146018 merge autofilter color dropdowns into a single dropdown | Caolán McNamara |
2021-12-07 | cid#1202917 Uninitialized scalar field | Caolán McNamara |
2021-12-07 | loplugin:unusedmethods | Noel Grandin |
2021-12-06 | signed-integer-overflow | Stephan Bergmann |
2021-12-06 | signed-integer-overflow | Stephan Bergmann |
2021-12-06 | process broadcasts for adjacent cells together (tdf#119083) | Luboš Luňák |
2021-12-06 | try to broadcast in bulk (tdf#119083) | Luboš Luňák |
2021-12-06 | cid#1494595,1494597: Silence UNCAUGHT_EXCEPT | Stephan Bergmann |
2021-12-06 | tdf#145671 Don't open URL twice in cell edit mode | Samuel Mehrbrodt |
2021-12-06 | Add image preffered DPI document setting, use it in Writer, Impress | Tomaž Vajngerl |
2021-12-06 | make it clearer that ScHint is modified | Luboš Luňák |
2021-12-06 | use sc::AutoCalcSwitch | Luboš Luňák |
2021-12-06 | slightly simpler Intersects() check | Luboš Luňák |
2021-12-06 | rename In() to Contains() | Luboš Luňák |
2021-12-05 | fix caching of ScQueryItem values for multiple entries (tdf#146037) | Luboš Luňák |
2021-12-05 | move entire ScTable::ValidQuery() into (Sc)QueryEvaluator | Luboš Luňák |
2021-12-04 | use more OUStringLiteral in sc | Noel Grandin |
2021-12-04 | loplugin:stringliteraldefine in sc | Noel Grandin |
2021-12-03 | loplugin:stringliteraldefine in xmloff | Noel Grandin |
2021-12-03 | Related: ofz#41376 reuse ScExternalRefManager ScDocument in ScExternalRefCache | Caolán McNamara |
2021-12-03 | Fix --disable-scripting for DESKTOP build | Jan-Marek Glogowski |
2021-12-02 | Resolves: tdf#144811 use the hover-style menu for color submenus | Caolán McNamara |
2021-12-02 | Related: tdf#144410 submenu indicator misplaced under x11 gtk | Caolán McNamara |
2021-12-02 | tdf#124412 - Set actual condition for an inactive date entry | Andreas Heinisch |
2021-12-02 | Call CountNonFilteredRows() only if necessary, tdf#124103 follow-up | Eike Rathke |
2021-12-01 | uitest: fix consistency of footers | Xisco Fauli |
2021-12-01 | gbuild: introduce plugin + loader concepts | Jan-Marek Glogowski |
2021-12-01 | uitest: fix license headers | Xisco Fauli |
2021-12-01 | tdf#145819 Revert logic of the image-with-rotation dialog: sc & sd | Gabor Kelemen |
2021-12-01 | tdf#124103 count non-sequentially selected rows or columns in statusbar | scito |