Age | Commit message (Expand) | Author |
2021-08-10 | Missing include | Stephan Bergmann |
2021-08-07 | create comphelper::OMultiTypeInterfaceContainerHelper2 and use it | Noel Grandin |
2021-08-07 | no need to use UNO_QUERY here | Noel Grandin |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-06-11 | Simplify Sequence/vector initializations | Julien Nabet |
2021-06-10 | -Werror,-Wunused-but-set-variable (Clang 13 trunk) | Stephan Bergmann |
2021-06-08 | Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker) | Julien Nabet |
2021-06-02 | no need to allocate these on the heap | Noel Grandin |
2021-05-21 | add Toggleable as a separate thing to a Button | Caolán McNamara |
2021-05-20 | use toggle instead of click for CheckButton | Caolán McNamara |
2021-04-27 | loplugin:moveopt | Noel Grandin |
2021-04-27 | use string_view in INetURLObject::decode | Noel Grandin |
2021-04-27 | loplugin:staticmethods (clang-cl) | Stephan Bergmann |
2021-04-27 | -Werror,-Wnon-virtual-dtor (clang-cl) | Stephan Bergmann |
2021-04-27 | loplugin:indentation (clang-cl) | Stephan Bergmann |
2021-04-22 | tdf#106282 Change Windows File Dialog to run on the main thread | Matt K |
2021-04-09 | loplugin:redundantstatic (clang-cl) | Stephan Bergmann |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-23 | tdf#124176 Use pragma once in f* | Vincent LE GARREC |
2021-03-14 | check for quit when calling Yield in loop | Noel Grandin |
2021-03-09 | -Werror,-Wshadow (clang-cl) | Stephan Bergmann |
2021-03-09 | -Werror,-Wnon-virtual-dtor (clang-cl) | Stephan Bergmann |
2021-03-08 | loplugin:makeshared (clang-cl) | Stephan Bergmann |
2021-03-08 | loplugin:external (clang-cl) | Stephan Bergmann |
2021-02-28 | Convert some const OUString to OUStringLiteral | Mike Kaganski |
2021-02-27 | Drop ComPtr and use sal::systools::COMReference | Mike Kaganski |
2021-02-26 | Simplify VistaFilePickerImpl | Mike Kaganski |
2021-02-24 | Possible race between retrieving and using parent window | Samuel Mehrbrodt |
2021-02-23 | Add mutex guard when assigning member | Samuel Mehrbrodt |
2021-02-23 | loplugin:refcounting in fpicker | Noel |
2021-02-16 | loplugin:referencecasting in editeng..framework | Noel |
2021-01-30 | tdf#140013 change icon for list view in Template Manager & Remote Files dialog | Rizal Muttaqin |
2021-01-21 | remove deprecated [x|y]align property for CheckBoxes and RadioButtons | Caolán McNamara |
2021-01-15 | replace stock button images | Caolán McNamara |
2021-01-15 | replace stock button labels | Caolán McNamara |
2021-01-15 | tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtons | Caolán McNamara |
2021-01-13 | loplugin:stringliteralvar (clang-cl) | Stephan Bergmann |
2021-01-08 | replace deprecated gtk-go-up, gtk-go-down, gtk-save and gtk-open labels | Caolán McNamara |
2021-01-07 | replace deprecated stock labels used <= twice | Caolán McNamara |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-23 | drop deprecated GtkAlignment, move left/top-padding into child margin-start/top | Caolán McNamara |
2020-12-22 | replace margin-left with margin-start and margin-right with margin-end | Caolán McNamara |
2020-12-19 | don't mention VclBuilder in the dialog tests docs | Caolán McNamara |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-05 | Fix crash or hang on macOS on arm64 when opening a file picker | Tor Lillqvist |