summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann5-10/+10
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin13-73/+73
2015-01-05spelling: attachement -> attachmentNoel Grandin1-1/+1
2015-01-05fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson1-1/+10
2015-01-05java: these fields can become local variablesNoel Grandin1-5/+1
2015-01-05Need <boost/functional/hash.hpp> for boost::hashTor Lillqvist1-0/+2
2015-01-04check size before looking into the stringMarkus Mohrhard1-1/+3
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara6-13/+11
2015-01-04vcl/win boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+5
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-02-03Typo: calulate->calculateJulien Nabet1-2/+2
2015-01-04Draw a rect in the uncovered region of the native scrollbarTomaž Vajngerl1-1/+15
2015-01-02Fix simple typos.Andrea Gelmini5-7/+7
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara1-1/+1
2015-01-02missing headerCaolán McNamara1-0/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara40-213/+210
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann6-22/+14
2015-01-01fdo#82870 scale "super" quality degradation bugTomaž Vajngerl1-1/+1
2015-01-01get rid of obsolete code for 32-bit targetsDouglas Mencken1-11/+0
2014-12-31drop dateformatter resource loadingCaolán McNamara1-79/+0
2014-12-31drop timeformatter resource loadingCaolán McNamara1-42/+0
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara1-41/+0
2014-12-31add some warnings to non-implemented featuresMarkus Mohrhard1-4/+4
2014-12-31prefer ptr_container to manual memory managementMarkus Mohrhard1-10/+3
2014-12-30DockingWindow will need a timer after allCaolán McNamara1-0/+32
2014-12-28callcatcher: update unused codeCaolán McNamara1-16/+0
2014-12-26Adjust the statusbar item widths according to HiDPI scaling factorTomaž Vajngerl1-0/+10
2014-12-26Scale menu icons by a HiDPI scaling factorTomaž Vajngerl1-4/+19
2014-12-23vcl: fdo#87510 regression in GetFontMetricChris Sherlock1-1/+0
2014-12-22coverity#1260295 Wrong operator usedCaolán McNamara1-1/+1
2014-12-22Resolves: fdo#85875 MultiLineEdit like Edit should not forward mouse-[down|up]Caolán McNamara1-2/+0
2014-12-22callcatcher: update unused codeCaolán McNamara4-74/+0
2014-12-22-Werror,-WshadowStephan Bergmann1-2/+0
2014-12-20TyposJulien Nabet2-4/+4
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara1-5/+6
2014-12-19vcl: The <items> can come after pCurrentChild has been already created.Jan Holesovsky1-24/+29
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara5-119/+121
2014-12-19java: static fields that should not be staticNoel Grandin1-1/+1
2014-12-18Fix MSVC buildStephan Bergmann1-1/+1
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-2/+2
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann13-37/+37
2014-12-18Resolves: rhbz#1175142 nStarts ends up as an invalid -1Caolán McNamara1-2/+5
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist2-4/+1
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann11-26/+26
2014-12-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist2-7/+5
2014-12-18draw also opengl polygon with AA edges if AA is wantedLuboš Luňák2-9/+79
2014-12-18Small tweaks to printing UIAdolfo Jayme Barrientos4-6/+8
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard1-2/+17
2014-12-17make use of the new ForceOpenGL config variableMarkus Mohrhard1-1/+1
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-3/+17