Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-23 | Hop, a logical error | Fridrich Štrba | |
2012-03-23 | Move spotlight plugin out of minizip | Fridrich Štrba | |
2012-03-20 | reduce UniStrings | Caolán McNamara | |
2012-03-19 | remove fiddly casts, add few const where appropriate | Luboš Luňák | |
2012-03-16 | logical || -> binary | | Luboš Luňák | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-12 | extensions: split out static library from npsoplugin | Michael Stahl | |
2012-03-12 | extensions: split out static library for X11 plugin connection stuff | Michael Stahl | |
2012-03-12 | Fix WITH_OPENLDAP case | Stephan Bergmann | |
2012-03-10 | extensions: export npsoplugin's symbols | Matúš Kukan | |
2012-03-09 | Fix tools->bibliography database, brown paper bag over head commit :-) | Caolán McNamara | |
2012-03-09 | fdo#46847 fix build of so_activex.rc | Andras Timar | |
Use \ instead of / in path, but more importantly, use relative path, because '-' in path caused build error. Path was truncated right before the '-'. We could have put it between quotes, but then the SO_ACTIVEX_TLB_DIR define would not be substituted, so instead of hacking of the rc, I chose this solution. e | |||
2012-03-07 | Use just one resource file for npsoplugin | Tor Lillqvist | |
2012-03-06 | lp#527938, debian#602953, fdo#33266, i#105408: do not crash on clicking ↵ | Bjoern Michaelsen | |
bibliography when base isnt installed | |||
2012-03-05 | fix path | David Tardon | |
2012-03-04 | fdo#46847 use windows style path for midl.exe | Andras Timar | |
2012-03-04 | fdo#46847 typo in midl command line | Andras Timar | |
2012-03-04 | fix building of so_activex (fdo#46847) | David Tardon | |
2012-03-04 | use custom target for copying sources | David Tardon | |
2012-03-03 | build nsplugin also without mozilla as in 3-5 branch | Matúš Kukan | |
2012-03-02 | fdo#46501: Cleanup SimpleResMgr | Szabolcs Dezsi | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-29 | fix nsplugin to create correct com.sun.star.ucb.SimpleFileAccess instance | Rene Engelhard | |
2012-02-23 | default conversion of sequences is now again SAFEARRAY of VARIANTs #fdo46165 | Joachim Lingner | |
cws jl166 patch: #i117010# default conversion of sequences is now again SAFEARRAY of VARIANTs | |||
2012-02-23 | Revert "fix handling of SAFEARRAY(s) returned as variant in olebridge ↵ | Noel Power | |
(fdo#38441)" This reverts commit 3fcb94311fd7dd40c05ca132e3a30a888316cbbe. | |||
2012-02-23 | Adapted AsyncEventNotifier to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-21 | build also with older npapi | Luboš Luňák | |
They were apparently lame enough to make a source-incompatible change without changing API version or anything similar. | |||
2012-02-21 | Fix most of the build with --disable-database-connectivity | Riccardo Magliocchetti | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-18 | Use gb_STDLIBS; No on-line update on non-desktop OSes | Tor Lillqvist | |
2012-02-17 | Remove unused code. | Petr Vorel | |
2012-02-17 | char* -> const char* for npapis getMIMEDescription to fix build with newer mozs | Rene Engelhard | |
2012-02-17 | remove extraneous qualifiers that break some compilers | Mariusz Dykierek | |
2012-02-17 | these can be compiled with exceptions enabled | Caolán McNamara | |
2012-02-16 | Translate German comments | Philipp Weissenbacher | |
2012-02-15 | WaE: member initialization order | Caolán McNamara | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-13 | fdo#43399 hidden radio button should also gets unset | Lionel Elie Mamane | |
2012-02-13 | extensions: plugin: UNX: don't crash headless | Michael Stahl | |
2012-02-13 | extensions: plugin: assertion from OUString::copy | Michael Stahl | |
2012-02-11 | Fix cppcheck warning same expression on both sides of '|' | Julien Nabet | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | fdo#40261: Fix crash in XML Form Document. | Jan Holesovsky | |
The data structure holding the UI elements in the browser listbox was a terrible mess - it held the items in an unordered_map, but then accessed them via a vector containing iterators to this unordered_map. Fixed the problem (and cleaned all this up) by removing the vector of iterators, and turning the unordered_map into a normal vector. When we need access by name, we just go through all the items; it is always just a handful of them anyway. | |||
2012-02-08 | Added READMEs for modules which used to be in components | Josh Heidenreich | |
2012-02-06 | Fixed some cppcheck messages | PKEuS | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |