summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-30coverity#704095 Unchecked return valueCaolán McNamara
2014-10-30vcl button: Avoid a potential crash.Jan Holesovsky
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara
2014-10-29need to initialize mnRefCntCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-29ref-counting vcl::Window subclassesNoel Grandin
2014-10-28coverity#704090 Unchecked return valueCaolán McNamara
2014-10-28coverity#704089 Unchecked return valueCaolán McNamara
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin
2014-10-27cid#705053 Dereference after null checkNoel Grandin
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-22Avoid unnecessary #includeStephan Bergmann
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-20Revert "Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click"Caolán McNamara
2014-10-20Work around workaround for old MSVC 2012Stephan Bergmann
2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara
2014-10-20coverity#1242704 Untrusted loop boundCaolán McNamara
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara
2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara
2014-10-18coverity#1222238 Untrusted loop boundCaolán McNamara
2014-10-17coverity#735653 avoid division by 0David Tardon
2014-10-17coverity#735654 avoid division by 0David Tardon
2014-10-17coverity#735655 avoid division by 0David Tardon
2014-10-17coverity#1209374 avoid division by 0David Tardon
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-16Related: fdo#84676 try to give floating windows their original stylebitsCaolán McNamara
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre
2014-10-15coverity#704088 Unchecked return valueCaolán McNamara
2014-10-15Resolves: #i63015# always default to WinAnsiEncoding...Herbert Dürr
2014-10-15Resolves: fdo#85032 max len property of -1 -> crashCaolán McNamara
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-14vcl: re-factor scaling to use a single fn. pointer based invocation.Michael Meeks
2014-10-14vcl: Re-factor to use the ScaleContext to pass parameters.Michael Meeks
2014-10-14vcl: create a ScaleContext to share copy/paste Bitmap scaling code.Michael Meeks
2014-10-14vcl: hide bitmap helpers in an anonymous namespace.Michael Meeks
2014-10-14vcl: warning C4717: GetCharCount() recursive on all control pathsMichael Stahl
2014-10-13valgrind + bff, multiple failures, initialize ref counts to 0...Caolán McNamara
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-11coverity#735621 Division or modulo by zeroCaolán McNamara
2014-10-11coverity#1242425 Dereference after null checkCaolán McNamara
2014-10-11convert vcl StateChangedType to enum classNoel Grandin