summaryrefslogtreecommitdiff
path: root/sfx2/source/control/recentdocsview.cxx
AgeCommit message (Expand)Author
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2015-12-07tdf#74834 Expert Configuration option to disable thumbnails in StartCenterPierre Sauter
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-07-09New branding for the 5.0.Jan Holesovsky
2015-06-30tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky
2015-06-30tdf#90452: The correct color for the message when there's no recent file yet.Jan Holesovsky
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-13loplugin:staticmethodsStephan Bergmann
2015-05-13refactor RecentDocsView to use RenderContextTomaž Vajngerl
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-01-16Provide thumbnail size via constructor for RecentDocsViewItemTomaž Vajngerl
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-11create a master document template typeCaolán McNamara
2014-08-01hidpi, startcenter: Don't set fixed font heigt in the startcenter.Jan Holesovsky
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-17fdo#78782 startcenter: open document on enter keyMaxim Monastirsky
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-14Fix warningMaxim Monastirsky
2014-05-14fix buildMaxim Monastirsky
2014-05-14startcenter: another attempt to fix mouse up issuesMaxim Monastirsky
2014-05-14Revert "startcenter: react on mouse down instead"Maxim Monastirsky
2014-05-05startcenter: react on mouse down insteadMaxim Monastirsky
2014-04-27startcenter: Add possibility to selectively remove recent documents.Jan Holesovsky
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-07Fix deselection problems of template viewZolnai Tamás
2014-02-28remove unused code RecentDocsView::SetThumbnailSize(long)Noel Grandin
2014-02-10coverity#1130368 Unchecked dynamic_castCaolán McNamara
2014-02-04startcenter: fdo#72469: Thumbnails also for other file types than ODF.Jan Holesovsky
2014-02-03fdo#72338: startcenter: Show busy mouse pointer when starting apps.Jan Holesovsky
2014-02-03startcenter: Don't cut off the thumbnails.Jan Holesovsky
2014-01-25Related fdo#65826: Set StartCenter's min width to display one column of docsZolnai Tamás
2014-01-21fdo#65826 and fdo#73605: set a minimum size to start centerZolnai Tamás
2014-01-10Startcenter: ignore repeated clicks inside recent docs viewZolnai Tamás
2014-01-09Startcenter: when screen is small make doc thumbails smaller, v.2Zolnai Tamás
2014-01-09Startcenter: double click opens file only onceZolnai Tamás
2014-01-09Startcenter: when screen is small make doc thumbails smallerZolnai Tamás
2013-12-13startcenter: A little more space between the picture & welcome text.Jan Holesovsky
2013-12-13startcenter: The welcome text was too long, split it to 2 lines.Jan Holesovsky
2013-12-13startcenter: Full thumbnail size (256px), upscale if necessary.Jan Holesovsky
2013-11-11startcenter: Don't create the Image with every paint.Jan Holesovsky
2013-11-11startcenter: Paint either the welcome, or the recent docs.Jan Holesovsky
2013-11-11startcenter: Start center shows a welcome text when recent doc list is emptyRodolfo Ribeiro Gomes