summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-06Added option to hide external link buttons on Start CenterSzabolcs Dezsi
This option is useful for Intel AppUp builds. On the other hand, unused STARTCENTER_LAYOUT_STYLE option was removed.
2012-03-06lp#527938, debian#602953, fdo#33266, i#105408: do not crash on clicking ↵Bjoern Michaelsen
bibliography when base isnt installed
2012-03-06use a consistent naming schemeCaolán McNamara
2012-03-06more documentation and cleanups for various modules.Michael Meeks
2012-03-06Some file systems are case-insensitiveTor Lillqvist
2012-03-06repair the "No Fill" button which sets a transparent background in WriterIvan Timofeev
see commit 836d98646203e0d9d3916571ed55d6572c2cb3dc
2012-03-06fdo#45671 writer par. bg color simplified codeWinfried Donkers
2012-03-06Resolves: rhbz#800272 complain about unknown command-line optionsCaolán McNamara
2012-03-06fdo#46508 use ISCHECKFORPRODUCTUPDATES property for online updateAndras Timar
ISCHECKFORPRODUCTUPDATES is a de-facto standard for enabling or disabling Online Update feature. We had this property but it was unused for a long time. Now LibreOffice can be installed with msiexec /i LibO<version>.msi ISCHECKFORPRODUCTUPDATES=0 in order to disable Online Update feature.
2012-03-06remove misc. unused codeMichael Meeks
2012-03-06Fix fdo#38207 and also hide another option in Writer/WebStefan Knorr (astron)
2012-03-06more idle code documentation improvementMichael Meeks
2012-03-06Removed useless #ifdef guardTakeshi Abe
2012-03-06Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktopCaolán McNamara
2012-03-06mingw: synchronize berkeleydb lib name with gbuildDavid Tardon
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara
2012-03-06valgrind: fix minor leakCaolán McNamara
2012-03-06fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara
"PangoAttrIterator * pango_attr_list_get_iterator (PangoAttrList *list); Returns : the newly allocated PangoAttrIterator, which should be freed with pango_attr_iterator_destroy()."
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara
2012-03-06silence SolarMutex not locked spewCaolán McNamara
2012-03-06nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara
2012-03-06improve debugging messageCaolán McNamara
2012-03-06wrong types used here, breaks 64bit bigendianCaolán McNamara
2012-03-06last user of Window::PostStateChanged was TaskBarCaolán McNamara
2012-03-06SwColumnPage::LinkStubTimeout doesn't need to be a linkCaolán McNamara
2012-03-06remove TransliterationWrapper::compareSubstringCaolán McNamara
2012-03-06TaskBar is never constructedCaolán McNamara
2012-03-06SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a linkCaolán McNamara
2012-03-06XMLFilterTabPageXSLT::LinkStubToggleXSLTImplHdl does nothingCaolán McNamara
2012-03-06ClickLightHdl doesn't need to be a linkCaolán McNamara
and ClickLightHdl always takes a non-NULL argument, so NULL test is pointless. Turn it into a normal method that takes a reference. GetLightSource can be const. Nothing calls DoubleClickHdl, remove it.
2012-03-06ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara
2012-03-06Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara
2012-03-06idle code documentation improvementMichael Meeks
2012-03-06Add Bengali (India) UI translationAndras Timar
2012-03-06ensure proper ordering, tooDavid Tardon
2012-03-06call the gerrit commit-msg hook if presentNorbert Thiebaud
This a a prep-work for if and when we use gerrit it is very important to call gerrit's commit-msg hook and the sooner we teach our own hook to play nice with it the less likely we will have issue during migration
2012-03-06get rid of these numbering bools in RTFDocumentImpl::popState()Miklos Vajna
2012-03-06fix caseDavid Tardon
2012-03-06mingw: pass --disable-ccache to build's configureDavid Tardon
2012-03-06add dummy dep for generated fileDavid Tardon
2012-03-06update makefileDavid Tardon
2012-03-06this code is still used by pdfimport's test appsDavid Tardon
This reverts commit 4001370ba5900dd0a0ec04c62f5aeb347bde025a. Conflicts: unusedcode.easy
2012-03-06move sdext to gbuild sectionDavid Tardon
2012-03-06the passed string is already quotedDavid Tardon
2012-03-06remove leftover makefilesDavid Tardon
2012-03-06convert pdfimport testDavid Tardon
2012-03-06the include must be at the beginningDavid Tardon
2012-03-06fix platform IDDavid Tardon
2012-03-06remove unused bitmapDavid Tardon