summaryrefslogtreecommitdiff
path: root/vcl/win/source/window
AgeCommit message (Expand)Author
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist
2014-12-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist
2014-12-04callcatcher: update unused codeCaolán McNamara
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-18windows: Improve logging.Jan Holesovsky
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12windows: Default to large icons, as we do on all other operating systems.Jan Holesovsky
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-10at least some sanity for WinSalGraphicsMarkus Mohrhard
2014-11-10a little bit more sanityMarkus Mohrhard
2014-11-10start to bring some sanity to windows backendMarkus Mohrhard
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-10move TRANSPARENT #define from windows.h out of global namespaceNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29Avoid deadlock in a convoluted situation with an IME and a URP clientJan Holesovsky
2014-09-25Bin pointless single-line wrappers of Win32 APITor Lillqvist
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18Use vcl::FontNoel Grandin
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-08Fix some OUString construction error with VS2013Tor Lillqvist
2014-05-25cppcheck: unusedFunctionThomas Arnhold
2014-05-10remove globally disabled warnings from source filesThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida
2014-04-05Translated German commentsLuc Castermans
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-28fdo#68546 Make menubar's text color of persona the same as FirefoxIsamu Mogi
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27callcatcher: update unused codeCaolán McNamara
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-24warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-22'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
2014-02-21Windows vcl: sal_Bool -> bool fixupStephan Bergmann
2014-02-04fix some color mismatch in high contract mode on WindowsAndras Timar
2014-01-12mnDeltaStart is unusedCaolán McNamara
2013-12-20typo fixesAndras Timar
2013-12-11Use static for this getenv call too.Matúš Kukan
2013-12-05fdo#39956 Delete JABDavid Ostrovsky
2013-12-02vcl: check if AT is running before loading the libraryMichael Stahl
2013-12-02vcl: fix crashes when retrieving objects for MSAAMichael Stahl
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-30windows: remove WINVER checkThomas Arnhold
2013-10-21String::GetBuffer()->OUString::getStr()Caolán McNamara