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