Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-02 | Do Package_xml also for iOS so that packimages doesn't fail | Tor Lillqvist | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-30 | use SAL_CALL - fix bulid in msvc | Korrawit Pruegsanusak | |
2012-01-30 | Fixed cppheader.xsl nillable treatment. | Stephan Bergmann | |
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too. | |||
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist | |
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard. | |||
2012-01-26 | Deleting a null pointer is safe | Takeshi Abe | |
2012-01-25 | Replace SourceViewConfig with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-23 | Replaced diagnore ENSURE_OR_BREAK with regular code. | Marcel Metz | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-20 | Use a smart pointer here instead | August Sodora | |
2012-01-20 | valgrind: Fix memory leak | August Sodora | |
2012-01-10 | some misc tidyup ( that was reverted ) | Noel Power | |
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here | |||
2012-01-10 | Revert "remove duplicated images for basic dialog form controls ( & misc ↵ | Noel Power | |
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03. | |||
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-04 | Easyhack fdo#38831 remove SvStrings | Brad Sowden | |
Remove SvStrings definition and obsolete #defines. | |||
2012-01-04 | fix dep to svx/globlmn.hrc inside of tail_build | Norbert Thiebaud | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk | |||
2011-12-20 | String->OUString | August Sodora | |
2011-12-20 | gbuild: these targets depend on svx/globlmn.hrc | Matúš Kukan | |
2011-12-15 | fix mistaken String::CreateFromInt32 -> OUString::valueOf conversion | Noel Power | |
2011-12-12 | German translations | Noel Grandin | |
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch | |||
2011-12-10 | String->OUString | August Sodora | |
2011-12-10 | Remove unnecessary includes | August Sodora | |
2011-12-10 | String->OUString | August Sodora | |
2011-12-10 | Avoid use of preprocessor | August Sodora | |
2011-12-10 | fix build with MSVC | Andras Timar | |
2011-12-10 | Remove unnecessary includes | August Sodora | |
2011-12-10 | String->OUString | August Sodora | |
2011-12-10 | String->OUString | August Sodora | |
2011-12-10 | String->OUString | August Sodora | |
2011-12-10 | Fix for fdo43460 Part II getLength to isEmpty | Olivier Hallot | |
Part II Module basctl | |||
2011-12-10 | Avoid use of the preprocessor | August Sodora | |
2011-12-09 | callcatcher: remove unused code post automation removal | Caolán McNamara | |
2011-12-09 | String->OUString | August Sodora | |
2011-12-09 | String->OUString | August Sodora | |
2011-12-09 | String->OUString | August Sodora | |
2011-12-09 | sal_Bool to bool | August Sodora | |
2011-12-08 | Clean up SbxItem | August Sodora | |
2011-12-08 | Remove unused code | August Sodora | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | remove duplicated images for basic dialog form controls ( & misc tidyup ) | Noel Power | |
2011-12-05 | add some form control support for basic dialogs | Noel Power | |
2011-12-05 | So size_t is recognized on windows | August Sodora | |
2011-12-05 | String->OUString | August Sodora | |
2011-12-05 | Remove unnecessary includes | August Sodora | |
2011-12-05 | add missing include for size_t | Ivan Timofeev | |
2011-12-04 | Refactor BreakPoint | August Sodora | |