summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-22Always link with user32Tor Lillqvist
2011-09-22Simplify the manifest danceTor Lillqvist
2011-09-22$(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-)Jan Holesovsky
2011-09-22new Linux Libertine G font releaseAndras Timar
- new fonts: Linux Libertine Display and Linux Libertine semibold, semibold italic, based on Linux Libertine v5.1.3-2 - combining diacritics - new font features: dbls, hang, itlc, ligc, lith, nfsp, para - feature sups with capitals, diacritics, ligatures, some punctuation marks - extended feature algn - fixed Catalan l - new glyphs for ligature gy, gj, gf, gfi, gfö... - improved glyphs and kerning - proportional numbers in superiors (sups + pnum) - see doc/features.pdf or http://www.numbertext.org/linux/NEWS.pdf
2011-09-22Fix manifest creation in the MinGW case (and hopefully not breaking native).Jan Holesovsky
2011-09-22Unify the MinGW / native Win temporary name here.Jan Holesovsky
2011-09-22A trailing "\0" on an ICON line is unnecessary and causes an errorTor Lillqvist
2011-09-22Override internal apache-commons with system-jars.Tomas Chvatal
2011-09-22Small refactoring to avoid duplication of source file listTor Lillqvist
2011-09-22This should use a static C/C++ runtimeTor Lillqvist
2011-09-22Use libcmtd in a dbgutil MSVC buildTor Lillqvist
2011-09-22This is a GUI executableTor Lillqvist
2011-09-22No need to do -D_DEBUG here, done in windows.mkTor Lillqvist
2011-09-22Don't link with msvcrtd if LINKED_LIBS has libcmtdTor Lillqvist
2011-09-22Add libcmtdTor Lillqvist
2011-09-22Fix of localized template name problems in Impress part 2Peter Rabi
Template entries now appear in the correct word order in their representation in SfxDocumentTemplates. That makes template listboxes in a few dialogs work as expected. Contributed under license LGPLv3+/MPL.
2011-09-22Fix the MSVC build of unopkg.com, tooTor Lillqvist
2011-09-22Fixed remaining ByteString::SearchAndReplace in dbg level > 1Cédric Bosdonnat
2011-09-22GetBuffer() -> getStr()Andras Timar
2011-09-22distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna
This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
2011-09-21Ensure a failing soffice.bin makes oosplash fail.Stephan Bergmann
2011-09-21Improved some error reporting.Stephan Bergmann
2011-09-21In ChildStatusProc, calculate a meaningful status for processes killed by a ↵Stephan Bergmann
signal.
2011-09-21Ensure a failing linkoo makes ooinstall fail.Stephan Bergmann
2011-09-21Some cppcheck cleaningJulien Nabet
2011-09-21include dp_gui_theextmgr.hxx only onceAndras Timar
2011-09-21fix array initialization and thus windows buildFridrich Štrba
2011-09-21remove unused (and buggy) language fallback functionalityAndras Timar
Fallback to en-US is done in translations module. Fallback to other languages is not supported, but if we ever needed it, it would be easier to solve the problem in a script language instead of C++ in translations module.
2011-09-21Fix windows buildFridrich Štrba
2011-09-21Fixes for MSVC buildCaolán McNamara
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann
2011-09-21Simplify code by letting get_app_path always include a final slash.Stephan Bergmann
2011-09-21Correctly use SCP2_OOO_BIN_DIR for libs in basis layer.Stephan Bergmann
2011-09-21Directly use version.lst instead of versionlist.mk.Stephan Bergmann
2011-09-21Removed unused solenv/inc/version_so.hrcStephan Bergmann
2011-09-21get bean linking under windowsCaolán McNamara
2011-09-21Header/Footer: refactored the SwEditWin to extend it to page breaksCédric Bosdonnat
2011-09-21Header/Footer: Extracted a few common things to a SwFrameControl classCédric Bosdonnat
2011-09-21Page Break: Fix the line position in side-by-side pages displayCédric Bosdonnat
2011-09-21Page Break: decouple it from the text bounding lines paintingCédric Bosdonnat
2011-09-21build without glib poppler bindingsLuboš Luňák
- there's not configure check for it, only for poppler itself - and it's not actually used anyway
2011-09-21WaE: unused variableCaolán McNamara
2011-09-21fdo#39430: Implement improved Saving Information Icon in the Status BarDmitry Ashkadov
2011-09-21Disable also the nss module when using --enable-dbgutil in a Windows buildTor Lillqvist
2011-09-21ah, not windows only of courseCaolán McNamara
2011-09-21get it to link with msvc at leastCaolán McNamara
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar
2011-09-21do not localize files in this directoryAndras Timar
2011-09-21Removed unused some code related to fdo#39430Dmitry Ashkadov
2011-09-21WaE: fall through to final returnCaolán McNamara