summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann1-1/+2
2014-03-05Simplify DrawWaveKeith Curtis1-24/+13
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke4-230/+290
2014-03-05remove unused code TextEngine::GetLeftMargin()Noel Grandin1-5/+0
2014-03-05remove unused code ToolBox::GetItemExpand(unsigned short)Noel Grandin1-8/+0
2014-03-05remove unused code vcl/VclMultiLineEditNoel Grandin1-15/+0
2014-03-04valgrind: remove unused mnOptionsCaolán McNamara1-5/+3
2014-03-04Resolves: fdo#75229 missing object:state-changed:focusedCaolán McNamara1-0/+1
2014-03-04Add mode linesTakeshi Abe3-1/+7
2014-03-03fdo#75487 Store svgz decompressed (as plain svg) in the document.Tomaž Vajngerl1-24/+40
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann2-5/+10
2014-03-03Translated German comments - find-german-comments clean nowLuc Castermans3-74/+70
2014-03-03fdo#39468 Translate German Comments - vcl/source/window/seleng.cxxChristian M. Heller1-71/+15
2014-03-03fdo#39468 Translate German Comments - vcl/source/window/msgbox.cxxChristian M. Heller1-4/+3
2014-03-03fdo#39468 Translate German Comments - vcl/source/window/dlgctrl.cxxChristian M. Heller1-35/+28
2014-03-03explicitly invalidate contained ImplListBoxWindowCaolán McNamara1-0/+7
2014-03-03-Werror,-Wbool-conversionStephan Bergmann1-1/+1
2014-03-02[bug 75240] - reduced some variables' scopeMihai Varga1-12/+10
2014-03-02Support svgz in graphicfilter (import image to document)Tomaž Vajngerl1-79/+97
2014-03-02coverity#735989 Dereference after null checkCaolán McNamara1-1/+1
2014-03-02coverity#735988 Dereference after null checkCaolán McNamara1-0/+3
2014-03-02coverity#704615 Dereference after null checkCaolán McNamara1-2/+2
2014-03-02fdo#59329 Fix docked window border linesAhmad H. Al Harthi1-14/+38
2014-02-28[bug 75240] - removed unnecessary white spacesMihai Varga1-245/+245
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock2-9/+9
2014-02-28Resolves: rhbz#1007697 Update on a Window triggering delete on windowCaolán McNamara1-0/+5
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-4/+4
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-1/+1
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uInt16'Tor Lillqvist1-3/+3
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist1-1/+1
2014-02-28More EndDialog() cleanupTor Lillqvist1-2/+2
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist1-2/+2
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uLong'Tor Lillqvist1-2/+2
2014-02-28WaE: implicit conversion from bool to 'boolean' (aka 'int')Tor Lillqvist1-2/+2
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist1-2/+2
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-2/+2
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock57-192/+192
2014-02-28constructor only used on WNT in FontSelectPatternAttributesNoel Grandin1-1/+1
2014-02-28remove unused code in vcl/ImplRegionBandNoel Grandin1-32/+0
2014-02-28fix name of method in vcl/Menu, SetHightlightItem to SetHighlightItemNoel Grandin1-4/+4
2014-02-28remove unused code Menu::GetHighlightItem()Noel Grandin1-5/+0
2014-02-27images: Skip comments in links.txt.Jan Holesovsky1-4/+10
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand2-0/+11
2014-02-27-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-02-27badCaolán McNamara1-1/+1
2014-02-27coverity#1187685 Dereference null return valueCaolán McNamara1-18/+15
2014-02-27coverity#1187660 Dereference after null checkCaolán McNamara1-3/+11
2014-02-27coverity#1187659 Dereference after null checkCaolán McNamara1-0/+22
2014-02-27coverity#1187658 Dereference after null checkCaolán McNamara1-2/+5