summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-18uia: add some possibly helpful overview documentation.feature/ia2.4Michael Meeks1-0/+47
2013-11-18uia: merge VCL pieces of IAccessible2 work.Michael Meeks16-223/+332
2013-11-18uia: remove redundant component registration.Michael Meeks2-6/+1
2013-11-18Remove obsolete statreg.cpp / atlimpl.cpp includes.Michael Meeks1-3/+0
2013-11-17i107914# adjust license headers to the ALv2Herbert Dürr6-162/+121
2013-11-17Fix minor compilation issuesDavid Ostrovsky3-3/+9
2013-11-16Integrate branch of IAccessible2Steve Yin9-0/+362
2013-11-16Disable _WIN32_WINNT definitionDavid Ostrovsky1-4/+4
2013-11-16Remove obsolete IDL filesDavid Ostrovsky1-18/+2
2013-11-16Remove WNT defineDavid Ostrovsky10-18/+5
2013-11-16Gbuildify winaccessibility serviceDavid Ostrovsky16-44/+137
2013-11-16Gbuildify UAA to IA2 bridgeDavid Ostrovsky4-0/+121
2013-11-16Add custom target to process IA2 COM idl filesDavid Ostrovsky3-0/+92
2013-11-16Add --enable-ia2 configuration optionDavid Ostrovsky3-0/+23
2013-11-16Move to MPLv2 license headers, add modelines.Michael Meeks95-1626/+1597
2013-11-16Integrate branch of IAccessible2Steve Yin116-0/+25832
2013-11-16cppcheck: reduce scopeJulien Nabet2-3/+2
2013-11-16avoid gbuild warningDavid Tardon1-2/+8
2013-11-16Remove special characters + some ascii artJulien Nabet1-4/+1
2013-11-16fdo#35712 Correct update of equation in status barLaurent Balland-Poirier1-0/+12
2013-11-16fail if avahi is not foundDavid Tardon1-5/+3
2013-11-16Fix up help message for --enable-64-bitTor Lillqvist1-3/+3
2013-11-16Fix up help message for --enable-ltoTor Lillqvist1-6/+5
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-11-16cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2013-11-16cppcheck: some cleaning + use CHECK_OPENCLJulien Nabet1-20/+11
2013-11-16Turn on LTO for MSVC when optimising unless told not toTor Lillqvist1-0/+6
2013-11-15GPU Calc: an attempt to fix compilation error on DarwinI-Jui (Ray) Sung1-1/+2
2013-11-16fdo#33243 Fix SVG export presentation placeholder texts exportedKurosawa Takeshi2-9/+23
2013-11-15GPU Calc: implemented parallel reduction for SUMIFSWei Wei5-76/+365
2013-11-15GPU Calc: use parallel reduction to implement sumI-Jui (Ray) Sung2-76/+259
2013-11-16made horizontal cell alignment depend on writing direction, fdo#63546Eike Rathke2-106/+100
2013-11-15CppunitTest_sw_{odfexport,odfimport,ooxmlexport}: consistent macro namingMiklos Vajna3-129/+131
2013-11-15Use Q_* macros.Jan-Marek Glogowski3-16/+5
2013-11-15Add Python 3 compatibility to GDB pretty printers.Jan-Marek Glogowski12-37/+50
2013-11-15GPU Calc: revert back to OpenCL fmin and fmaxI-Jui (Ray) Sung1-2/+2
2013-11-15Import Python six v1.4.1.Jan-Marek Glogowski1-0/+577
2013-11-15qtz handling in ulfexAndras Timar1-2/+2
2013-11-15GPU Calc: fix compilation error in using sprintfI-Jui (Ray) Sung1-2/+3
2013-11-15GPU Calc: unit test cases for SUMX2PY2yiming ju3-1/+31
2013-11-15GPU Calc: implemented SUMX2PY2yiming ju3-0/+68
2013-11-15GPU Calc: unit test cases for SUMX2MY2yiming ju3-0/+32
2013-11-15GPU Calc: implemented SUMX2MY2yiming ju4-0/+120
2013-11-15GPU Calc: unit test cases for HYPGEOMDISTmingli3-0/+26
2013-11-15GPU Calc: implemented for HYPGEOMDISTmingli3-0/+133
2013-11-15GPU Calc: unit test cases for PRODUCTdechuang3-0/+25
2013-11-15GPU Calc: implemented PRODUCTdechuang3-0/+89
2013-11-15GPU Calc: unit test cases for CONVERTdechuang2-1/+24
2013-11-15GPU Calc: implemented for CONVERTdechuang3-0/+72
2013-11-15GPU Calc: unit test cases for RANDzhenyu yuan3-0/+27