Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -2/+0 | |
2013-03-04 | remove trailing whitespaces | Thomas Arnhold | 2 | -2/+2 | |
Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282 | |||||
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 | |
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 | |||||
2013-02-27 | sal: new ZipPackage_sal_odk_headers for public ODK headers | Michael Stahl | 1 | -1/+1 | |
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302 | |||||
2013-02-23 | Fix typos retreive/retrieve furture/future | Julien Nabet | 2 | -4/+4 | |
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c | |||||
2012-12-18 | Replace GUIBASE checks with equivalent OS checks | Tor Lillqvist | 1 | -1/+1 | |
The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3 | |||||
2012-11-20 | Key different browser plugin features to specific flags | Stephan Bergmann | 1 | -2/+7 | |
This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "Key all browser plugin features to --enable-nsplugin." The problem with that was that Mac OS X supports pluging browser plugins into LO documents (which was originally controlled by --enable-mozilla) but not plugging LO into browser windows (which was originally controlled by --enable-nsplugin), so controlling the former with the same switch as the latter did not actually work. Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones, ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows). The --enable-nsplugin configure switch is gone completely, setting the feature flags is always done fully automatically now. Change-Id: Iecf706637465e865c987563b5de489fa90b4c904 | |||||
2012-11-19 | Key all browser plugin features to --enable-nsplugin | Stephan Bergmann | 1 | -7/+2 | |
...instead of having them spread across --enable-nsplugin (plug LO into browser windows) and --enable-mozilla (plug browser plugins into LO documents). The ultimate goal is to clean up the various configure options mentioning "mozilla" and WITH_MOZILLA. Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6 | |||||
2012-11-15 | Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name) | Stephan Bergmann | 3 | -8/+8 | |
...to avoid confusion what that is actually about. (Especially, it is completely unrelated to --enable-mozilla.) ATTENTION: This renames the configure option --with-system-mozilla-headers to --with-system-npapi-headers. Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc | |||||
2012-11-12 | Typo | Stephan Bergmann | 1 | -1/+1 | |
Change-Id: I2d28680b9e08baf7ec11098b698f881f3a420cb6 | |||||
2012-11-12 | Enable NPP_Initialize/Shutdown again | Stephan Bergmann | 4 | -2/+51 | |
...calling which had erroneously been dropped in bdead69dd3c947743907681c8a2f16ca1f50cd9c "Add switch for system/internal npapi.h." This makes the npsoplugin browser plugin work again. (Also, init write_fd to -1 instead of 0, so that a missing do_init_pipe does not accidentally cause writing to write_fd succeed in writing to stdin.) Change-Id: Iced734512a43c8dfea46088f7ac16f159e7dd807 | |||||
2012-10-31 | add missing deps on sal headers | David Tardon | 1 | -0/+5 | |
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba | |||||
2012-07-12 | npapi.h: work around idiotic warnings from winnt.h | Michael Stahl | 1 | -0/+7 | |
Change-Id: I9a685fd0bf2e1285299d99ea39c29501bf8fadcd | |||||
2012-06-28 | remove malingering legacy RCS tags. | Michael Meeks | 1 | -3/+1 | |
2012-06-05 | np_sdk: it looks like the NP_* functions need exporting | Michael Stahl | 1 | -4/+6 | |
At least, that's what the documentation says, and they used to be exported before gbuildization of extensions/np_sdk. Change-Id: Id0bcfab65c30de96bc2c0c708885ae9ed51c3519 | |||||
2012-06-02 | np_sdk: separate system and internal headers | Matúš Kukan | 3 | -8/+41 | |
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4 | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -1/+0 | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||||
2012-04-08 | extensions: add np_sdk_inc to mozilla_headers external | Michael Stahl | 1 | -5/+0 | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 1 | -1/+1 | |
2012-03-03 | build nsplugin also without mozilla as in 3-5 branch | Matúš Kukan | 1 | -1/+1 | |
2012-02-18 | np_sdk: remove unused macros | Thomas Arnhold | 1 | -7/+0 | |
2012-02-18 | WaE: add horror cast to calm Windows tinderbox | Michael Meeks | 1 | -1/+1 | |
2012-02-17 | WaE: add horror cast to calm Stephan's tinderbox | Michael Meeks | 1 | -1/+1 | |
2012-02-17 | char* -> const char* for npapis getMIMEDescription to fix build with newer mozs | Rene Engelhard | 1 | -1/+1 | |
2012-02-13 | EasyHack: Removed gcc conditionals | Alexander Bergmann | 3 | -13/+2 | |
2012-02-08 | Added and improved READMEs for modules whihc used to be in libs-extern | Josh Heidenreich | 1 | -0/+1 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-01-13 | Build nsplugin only in with mozilla case. | Matúš Kukan | 1 | -0/+3 | |
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one. | |||||
2012-01-12 | use ENABLE_NSPLUGIN again | Matúš Kukan | 1 | -1/+4 | |
2012-01-12 | np_sdk: add missing dependency | Matúš Kukan | 1 | -0/+2 | |
2012-01-11 | np_sdk: convert to gbuild and add to tail_build | Matúš Kukan | 8 | -48/+146 | |
2011-11-08 | Unbreak windows build | Fridrich Štrba | 1 | -3/+0 | |
2011-11-08 | deliver .h also from np_sdk/inc | Rene Engelhard | 1 | -0/+1 | |
2011-11-08 | Add switch for system/internal npapi.h | Tomas Chvatal | 11 | -657/+2404 | |
This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one. | |||||
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -5/+5 | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | 1 | -1/+2 | |
Conflicts: libwps/makefile.mk | |||||
2011-05-21 | Drop OS2 | Tor Lillqvist | 5 | -71/+4 | |
2011-05-17 | It's __declspec, not _declspec | Tor Lillqvist | 1 | -4/+4 | |
2011-05-16 | No use building np_sdk for iOS or Android | Tor Lillqvist | 1 | -1/+2 | |
2011-04-27 | xulrunner-1.9.1.diff: fix build with xulrunner-1.9.1 | Chris Cheney | 1 | -1/+2 | |
2011-02-20 | Remove OSF/1 support. | Francois Tigeot | 1 | -10/+1 | |
2011-02-09 | Make stlport only optional dependency of postprocess | Fridrich Štrba | 1 | -1/+1 | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | 2 | -19/+1 | |
2010-09-24 | masterfix: #i10000# add missing dependency to stlport | Kurt Zenker | 1 | -1/+1 | |
Notes: split repo tag: libs-extern_ooo/OOO330_m9 | |||||
2010-03-23 | fwk138: #i108774# let it be compiled in the current environment | Mikhail Voytenko | 1 | -16/+0 | |
2010-03-23 | fwk138: #i108774# update with the newer version | Mikhail Voytenko | 1 | -15/+45 | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | 1 | -5/+1 | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||||
2009-09-16 | CWS-TOOLING: integrate CWS l10nframework01 | Ivo Hinkelmann | 1 | -0/+2 | |
2009-09-10 | CWS-TOOLING: integrate CWS os2port06dev300 | Kurt Zenker | 2 | -1/+7 | |
2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree. | |||||
2008-04-11 | INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED | Rüdiger Timm | 1 | -23/+19 | |
2008/03/31 13:19:57 rt 1.6.6.1: #i87441# Change license header to LPGL v3. |