summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/svapp.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-23execute move of global headersBjoern Michaelsen1-538/+0
2013-04-19Make Application::PostZoomEvent() and PostScrollEvent() non-DESKTOP onlyTor Lillqvist1-0/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-16Bin some pointless comments and ASCII graphicsTor Lillqvist1-17/+0
2013-03-12liblibo: install test library by itself and install it.Michael Meeks1-3/+2
2013-03-04remove unused and commented out codeThomas Arnhold1-3/+0
2013-03-04callcatcher: unused codeCaolán McNamara1-1/+0
2013-03-02Start hacking on zoom and scroll events at the VCL "public" levelTor Lillqvist1-0/+4
2013-02-28fdo#38838,UniString,String_to_OUStringelixir1-2/+2
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac1-1/+0
2013-02-27ApplicationProperty and PropertyHandler are unusedTor Lillqvist1-11/+0
2013-01-19sal_Bool to boolTakeshi Abe1-1/+1
2013-01-14split confused ImplInitDigitMode method into seperate functionsCaolán McNamara1-0/+1
2012-12-13fdo#56402: SVG in About Dialog.Muthu Subramanian1-0/+1
2012-12-13fdo#46808, remove awt::DisplayAccess service.Noel Grandin1-3/+5
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+15
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann1-1/+1
2012-09-26sal_Bool -> bool, convert InitAccessBridge and friendsNoel Grandin1-1/+1
2012-09-26Clean up option processingStephan Bergmann1-3/+3
2012-07-01translate German commentsLuc Castermans1-2/+4
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold1-3/+0
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist1-1/+1
2012-05-30vcl: rename unhelpful 'Default' screen to a BuiltIn screenMichael Meeks1-1/+5
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson1-0/+2
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
2012-01-16Revert RescheduleDuringAcquire, it leads to code being run w/o solar mutex.Stephan Bergmann1-22/+3
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks1-3/+3
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks1-7/+7
2012-01-15vcl: hide / make internal misc. vcl display handling methods.Michael Meeks1-6/+9
2011-12-22callcatcher: newly unused codeCaolán McNamara1-1/+0
2011-12-08Remove unused codeAugust Sodora1-5/+0
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann1-2/+27
2011-11-16UniqueIdContainer is only needed by binfilterCaolán McNamara1-3/+0
2011-11-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks1-0/+4
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks1-2/+22
2011-11-04Some WNT-only code still needs ApplicationEvent(); plus made the other ctor e...Stephan Bergmann1-2/+4
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann1-22/+13
2011-11-04String->OUString, remove unused codeAugust Sodora1-91/+23
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot1-1/+1
2011-08-22regoptions (etc.) now unused post registration-removalCaolán McNamara1-1/+0
2011-08-22callcatcher: various methodsCaolán McNamara1-1/+0
2011-07-22callcatcher: clean up GlyphCache and one connected methodThomas Arnhold1-2/+0
2011-07-20callcatcher: bring Application::PostUserEvent backThomas Arnhold1-0/+1
2011-07-20callcatcher: cleanup Application::FooThomas Arnhold1-14/+0
2011-07-11callcatcher: remove unused Application::GetReservedKeyCodeDescriptionCaolán McNamara1-1/+0
2011-06-23ByteString->rtl::OStringCaolán McNamara1-5/+5
2011-06-23ditch unused APPEVENT stringsCaolán McNamara1-2/+0
2011-06-23ditch unused inline methodsCaolán McNamara1-28/+0
2011-03-12add a SolarMutexResettableGuard... needed in sfx2Norbert Thiebaud1-0/+46