Age | Commit message (Expand) | Author |
2015-07-24 | remember user name in recent files | Szymon Kłos |
2015-07-24 | Show 'Add service' dialog when there is no service added yet | Szymon Kłos |
2015-07-24 | accessibility: correct tab-order | Szymon Kłos |
2015-07-24 | Don't show open remote entry in the recent doc menu | Maxim Monastirsky |
2015-07-24 | File > Save As Remote - Calc and Writer | Szymon Kłos |
2015-07-24 | Open Remote file in Calc's menubar | Szymon Kłos |
2015-07-24 | Open Remote file in Writer's menubar | Szymon Kłos |
2015-07-24 | Separator should not be the default selection | Szymon Kłos |
2015-07-24 | question if delete the service | Szymon Kłos |
2015-07-24 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-07-24 | Add "styles" template folder + content to installation | Tomaž Vajngerl |
2015-07-24 | opengl: don't cache checkboxes for now | Tomaž Vajngerl |
2015-07-24 | Use LRU map for caching of native widgets | Tomaž Vajngerl |
2015-07-24 | LRU map (cache) implementation to o3tl + tests | Tomaž Vajngerl |
2015-07-24 | tdf#92018 cache native controls for X11 OpenGL backend (for now) | Tomaž Vajngerl |
2015-07-24 | filter: MSVC wants to generate unnecessary copy assignment again | Michael Stahl |
2015-07-24 | Add test for OOXML part of tdf#99256 | Katarina Behrens |
2015-07-24 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-07-24 | filter: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-07-24 | filter: convert boost::ptr_vector to std::vector | Michael Stahl |
2015-07-24 | filter: replace boost::ptr_set with std::set<std::unique_ptr> | Michael Stahl |
2015-07-24 | filter: that cast is silly | Michael Stahl |
2015-07-24 | filter: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-07-24 | filter: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-07-24 | filter: convert boost::ptr_vector to std::vector<std::unique_ptr> | Michael Stahl |
2015-07-24 | svx: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-07-24 | svtools: replace boost::ptr_vector with std::vector | Michael Stahl |
2015-07-24 | svtools: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-07-24 | calc mapmode: Cleanup DrawBackground + fix one pixel size. | Jan Holesovsky |
2015-07-24 | calc mapmode: Refactor DrawBackground to use logic units | Krisztian Pinter |
2015-07-24 | writerfilter: use std::shared_ptr<> in ThemeTable | Miklos Vajna |
2015-07-24 | convert ImageAlign to enum class | Noel Grandin |
2015-07-24 | convert WindowAlign to scoped enum | Noel Grandin |
2015-07-24 | convert WALLPAPER constants to scoped enum | Noel Grandin |
2015-07-24 | NAVBTN_PEN_ENABLED is unused | Noel Grandin |
2015-07-24 | simplify SdOptions::StoreConfig | Noel Grandin |
2015-07-24 | convert GA_ constants to enum class | Noel Grandin |
2015-07-24 | calc mapmode: Pass RenderContext as reference in DrawNoteMarks | Krisztian Pinter |
2015-07-24 | calc mapmode: Pass RenderContext as reference in DrawFrame | Krisztian Pinter |
2015-07-24 | update branding for 5.0 | Christian Lohmaier |
2015-07-24 | don't generate invalid XLSX files | Markus Mohrhard |
2015-07-24 | that comment is not correct anymore | Markus Mohrhard |
2015-07-23 | add unhandled case in switch | Markus Mohrhard |
2015-07-23 | tdf#92256: OOXML save/load syntax for string reference | Katarina Behrens |
2015-07-23 | Added test for tdf#57197 table row/column insert undo crash | Varun |
2015-07-23 | TableRef: generate error for header-less column references, tdf#91278 related | Eike Rathke |
2015-07-23 | clear HasHeader at database range if table headerRowCount is 0 | Eike Rathke |
2015-07-23 | handle ContainsHeader property at database range | Eike Rathke |
2015-07-23 | add optional ContainsHeader property | Eike Rathke |
2015-07-23 | separate variables by scoping instead of reusing | Lionel Elie Mamane |