Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | gbuild: fix silly "expandtabs" in makefile VIM modelines | Michael Stahl | |
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16 | |||
2012-11-30 | add missing deps for tools/link.hxx | David Tardon | |
Change-Id: I5e83cd97978ea61c749f1d9be17ec0e9e0809127 | |||
2012-11-15 | Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name) | Stephan Bergmann | |
...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-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-02 | np_sdk: separate system and internal headers | Matúš Kukan | |
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4 | |||
2012-04-08 | extensions: add np_sdk_inc to mozilla_headers external | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-03-12 | extensions: split out static library for X11 plugin connection stuff | Michael Stahl | |
2012-01-11 | tweak makefiles after np_sdk is in tail_build | Matúš Kukan | |
Also change <npsdk/npapi.h> to "npapi.h" | |||
2012-01-07 | add gthread external here | Matúš Kukan | |
2011-12-19 | extensions: d'oh, i've pasted C++ emacs modelines in makefiles | Michael Stahl | |
2011-12-17 | extensions: tweaks to the plugin makefiles | Michael Stahl | |
2011-12-17 | extensions: convert plugin to gbuild | Peter Foley | |