Age | Commit message (Expand) | Author |
2021-10-31 | uniformly allow focus into GtkToolbar | Caolán McNamara |
2021-10-31 | gtk[3 vs 4]: remove can-focus from GtkToolButton | Caolán McNamara |
2021-10-31 | Unused TOOLBOXBUTTON_DEFAULT_LOCATION in fpicker | Julien Nabet |
2021-10-31 | Typo: TOOLBOXBUTOON->TOOLBOXBUTTON in fpicker | Julien Nabet |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in fpicker | Mike Kaganski |
2021-10-27 | Add support for macOS SDK 12.0 | Stephan Bergmann |
2021-10-27 | Remove line that has been commented out since 2008 | Tor Lillqvist |
2021-10-27 | There is nothing deprecated about these calls as far as I see | Tor Lillqvist |
2021-10-21 | Use NSModalResponseOK instead of deprecated NSFileHandlingPanelOKButton | Tor Lillqvist |
2021-10-21 | Bin dead code | Tor Lillqvist |
2021-10-20 | add suggested-action to some buttons | Caolán McNamara |
2021-10-19 | Related: tdf#145169 make double-click call same handler as ok button | Caolán McNamara |
2021-10-19 | tdf#145216 remote open/save dialog: icon view shows nothing | Caolán McNamara |
2021-10-18 | Related: tdf#145169 change to selected dir on remote "save" | Caolán McNamara |
2021-10-18 | Resolves: tdf#145169 only position treeview cursor at the first entry | Caolán McNamara |
2021-10-18 | tdf#145169 have one button per response | Caolán McNamara |
2021-10-18 | tdf#145169 for IsDocument/IsFolder I think we want no interaction | Caolán McNamara |
2021-10-18 | Related: tdf#145169 unwanted dialogs on sftp save to remote to a new document | Caolán McNamara |
2021-10-18 | help button in built-in file dialog didn't work | Caolán McNamara |
2021-10-18 | Related: tdf#145169 use INetURLObject::getName and removeSegment | Caolán McNamara |
2021-10-16 | Simplify vector initialization in fpicker | Julien Nabet |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-23 | Resolves: tdf#143993 don't change FolderPicker to FilePicker if init called | Caolán McNamara |
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 |