0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 6 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Forward declare vaapi functions and move the definitions to the end of the file to make it less messy. More... about 14 years ago
Use an anonymous namespace, not static. More... about 14 years ago
Coding style. Use 0 not NULL. Fix warnings for non-vaapi build. More... about 14 years ago
Fix careless spacing. More... about 14 years ago
Clean up, const correct, and log to silence warnings (also to check if the parsing is correct; I have no idea). More... about 14 years ago
Coding style cleanups, fix compiler warnings. More... about 14 years ago
Coding style. More... about 14 years ago
Get rid of silly and useless comment. More... about 14 years ago
Coding style, typo. More... about 14 years ago
Make as_object::_vm private again; it shouldn't be exposed directly because its future status as a member isn't clear. This also fixes the compiler warnings about initialization order. More... about 14 years ago
Coding style. More... about 14 years ago
remove extra \ More... about 14 years ago
make functions inline to avoid link errors. More... about 14 years ago
adjust the Requires so loading the plugin pulls in the other Gnash packages with no conflicts. More... about 14 years ago
build gnash-commong package to seperate gtk and kde dependencies More... about 14 years ago
edit the Distribution field in the spec file too. More... about 14 years ago
Give the child process one second to go away by itself, without blocking the main thread. Apparently DestroyStream is not guaranteed to be called before the plugin instance is closed, so force the file descriptor closed when that happens. More... about 14 years ago
Forcibly kill the child process if all else fails. Fix another std::string bug. More... about 14 years ago
Don't pass zero to std::string(). More... about 14 years ago
use EXTRA_DIST instead of DIST_SUBDIRS, so it stops trying to execute a Makefile in a directory with none. More... about 14 years ago
regenerate the all-includes.h.gch file if one of the specified headers changes. More... about 14 years ago
uninstall the manpages. More... about 14 years ago
Upgrade NPAPI/Mozilla SDK to Mozilla trunk. Update our plugin code to match. More... about 14 years ago
don't try to add the nonexistance pch directory to SUBDIRS. More... about 14 years ago
Rename pch/Makefile.am to pch.am in the top level, and remove the directory. Built the all-includes files in the top level. Don't build the all-includes files if it's not enabled. Don't try to configure pch/Makefile.am. More... about 14 years ago
Add fd to mainloop to allow shutdown in Kde4 gui. Some whitespace cleanup as well. More... about 14 years ago
add bzrversion.h as a dependency of deb, so it always gets updated if need be. More... about 14 years ago
Remove a bunch of DSOEXPORTs, which do not seem to contribute to anything except the risk of symbol collision. npp_gate.cpp: Attempt to slightly increase robustness. More... about 14 years ago
Removing mozilla-sdk's Makefile.am, because no targets depend on it or libmozsdk. The SDK only contains header files which are directly included in the plugin code. More... about 14 years ago
The NPAPI file move resulted in the loss of file history in mozilla-sdk/. This should redo the move, but leave the history intact. There should be no code changes. More... about 14 years ago