summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-21Bin fairly pointless (and MSVC-specific) -nologo optionTor Lillqvist
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-20More header name case fixes for MinGW cross-compilationTor Lillqvist
2011-07-20Use delay loading only with MSCTor Lillqvist
2011-07-20Fix MSVC warnings and errors, fallout from previous commitTor Lillqvist
2011-07-20MinGW fixesTor Lillqvist
Unfortunately IFileDialog is missing from both mingw-w64 and Wine headers, so we can't build the specialized file picker for Vista or newer with MinGW. That sucks. Also fix some file name case and backslash botches in #include statements.
2011-07-20Fix some MinGW warnings and errorsTor Lillqvist
2011-07-20The file is Fps.rc, not fps.rcTor Lillqvist
2011-07-20Drop Win9x dialogs and make compatible with windresTor Lillqvist
2011-07-20Drop Win9x stuffTor Lillqvist
2011-07-20Fix MinGW compilation errorsTor Lillqvist
2011-07-20Fix build of our odma_lib library with MinGWTor Lillqvist
2011-07-20Add a few casts to fix MinGW compilation errorsTor Lillqvist
2011-07-20Win32 header names need to be in lowercase as that is how they are in MinGWTor Lillqvist
2011-07-20MinGW needs -fpermissive for <adoint.h>Tor Lillqvist
2011-07-20callcatcher: remove unused writeInfoThomas Arnhold
2011-07-20callcatcher: remove unused methodsThomas Arnhold
2011-07-20callcatcher: remove unused DumpObjectListThomas Arnhold
2011-07-20Change version string displayed in VCLTestTool's About dialogMatúš Kukan
2011-07-20callcatcher: various unused methodsCaolán McNamara
2011-07-20callcatcher: XColorList, your time has cometh to an endCaolán McNamara
2011-07-20Splash screen fix for multi-head on Linux (fdo#33214)Josh Heidenreich
Uses xinerama to get the size of the primary screen
2011-07-19On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805Tor Lillqvist
2011-07-19ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara
2011-07-18Just a little fixJulien Nabet
2011-07-17ByteString->rtl::OStringBufferCaolán McNamara
2011-07-17ByteString->rtl::OStringBufferCaolán McNamara
2011-07-17ByteString->OStringBUfferCaolán McNamara
2011-07-16CHECKERROR unusedCaolán McNamara
2011-07-16ByteString->OStringBufferCaolán McNamara
2011-07-15callcatcher: unused methodsCaolán McNamara
2011-07-14catch by const referenceCaolán McNamara
2011-07-14ByteString->rtl::OStringBufferCaolán McNamara
2011-07-14callcatcher: remove unused methodsCaolán McNamara
2011-07-14debug-only methodCaolán McNamara
2011-07-14callcatcher: remove unused non-class level methodsCaolán McNamara
2011-07-14callcatcher: remove unused non-class level methodsCaolán McNamara
2011-07-14a11y: fix crash where subclass bypasses a11y layer to insert entriesCaolán McNamara
2011-07-14nah, don't want to list bg in any extra table container spaceCaolán McNamara
2011-07-14Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara
SvxSimpleTable was a little confused in that it wanted to both inherit from SvHeaderTabListBox to get list semantics, and to wrap a SvHeaderTabListBox and HeaderBar inside a single Control Leading to a chain of events that in some contexts the "Size" refers to the complete collection of controls, and in some contexts the "Size" refers to the SvHeaderTabListBox alone. Split it up, force it to be only a child of SvxSimpleTableContainer and leave the work of containment to SvxSimpleTableContainer, and leave SvxSimpleTable as "is a SvHeaderTabListBox" not "is a or maybe has a SvHeaderTabListBox"
2011-07-14ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-07-14ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-07-14ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-07-14No point building xml2cmp when cross-compilingTor Lillqvist
2011-07-13oosplash.bin - handle EINTR and failed reads more elegantlyMichael Meeks
2011-07-13null the display pointer after closing the display, fixes fdo#37579Michael Meeks
2011-07-13add text/spreadsheet (.slk/.sylk) to calc.desktopCaolán McNamara