summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud1-1/+1
2014-03-17fix multisample support in OpenGLMarkus Mohrhard1-1/+3
2014-03-17windows fixes for openglMarkus Mohrhard1-2/+2
2014-03-17no need for OpenGLRender in OpenGLContext anymoreMarkus Mohrhard1-0/+1
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard2-306/+79
2014-03-15Win build: explicit default contstructor/destructor ofor OpenGLConextZolnai Tamás1-0/+3
2014-03-14No need to make this publicZolnai Tamás1-1/+1
2014-03-14Missing includeZolnai Tamás1-0/+1
2014-03-14Define dllapi for vclopenglZolnai Tamás3-3/+28
2014-03-14Introduce OpenGLContext in vclopenglZolnai Tamás1-0/+31
2014-03-14Move OpenGLRender to vclZolnai Tamás1-0/+303
2014-03-14Resolves: coverity#1078567 help coverity outCaolán McNamara1-1/+2
2014-03-13CurrencyFields cannot be loaded from .src anymoreCaolán McNamara1-3/+2
2014-03-13CurrencyBoxes cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-13callcatcher: update unused codeCaolán McNamara1-4/+1
2014-03-13Spelling fix: pinedTor Lillqvist2-9/+9
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin3-19/+19
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock4-3/+9
2014-03-10Update the documentation for ImplInitGraphics()Chris Sherlock1-0/+15
2014-03-10Seperate initialization of OutputDevice instanceChris Sherlock1-1/+10
2014-03-10Stick to function naming conventions in OutputDeviceChris Sherlock1-4/+4
2014-03-10callcatcher: update unused codeCaolán McNamara2-2/+0
2014-03-09fdo#63154 Remove old solar.h referencesAlexandre Vicenzi3-9/+9
2014-03-07x->getSomething(x->getImplementationId()) doesn't make any senseStephan Bergmann1-0/+2
2014-03-07callcatcher: update unused codeCaolán McNamara1-3/+0
2014-03-06coverity#708643 nOffsetY missing from copy ctorCaolán McNamara1-2/+0
2014-03-05Simplify DrawWaveKeith Curtis1-6/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke5-69/+73
2014-03-05remove unused code TextEngine::GetLeftMargin()Noel Grandin1-22/+21
2014-03-05remove unused code ToolBox::GetItemExpand(unsigned short)Noel Grandin1-1/+0
2014-03-05remove unused code vcl/VclMultiLineEditNoel Grandin1-2/+0
2014-03-01Remove visual noise from includeAlexander Wilms65-467/+461
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock23-72/+71
2014-02-28fix name of method in vcl/Menu, SetHightlightItem to SetHighlightItemNoel Grandin1-1/+1
2014-02-28remove unused code Menu::GetHighlightItem()Noel Grandin1-3/+2
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand1-2/+4
2014-02-27coverity#1187868 Uninitialized pointer fieldCaolán McNamara1-0/+24
2014-02-27coverity#1187863 unused mnExtra2Caolán McNamara1-1/+0
2014-02-27GetContextMenuDown is always trueCaolán McNamara1-2/+0
2014-02-27callcatcher: update unused codeCaolán McNamara1-59/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-29/+29
2014-02-26Remove implementation details from vcl/settings.hxxTobias Lippert1-830/+414
2014-02-25remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short)Noel Grandin1-2/+0
2014-02-25remove unused code Menu::IsTemporaryItemFromPos(unsigned short)Noel Grandin1-2/+0
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-1/+0
2014-02-24sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara1-7/+7
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann3-12/+10