26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* server: action.h, fn_call.h, *: moved fn_call struct definition in its own file * server/gen-files.sh: added fn_call.h include in implementation file and as_object.h include in header file. Updated all files for new header.
Sandro Santilli
as strk
More... about 19 years ago
porting to WIN32 More... about 19 years ago
porting to WIN32 More... about 19 years ago
porting to WIN32 More... about 19 years ago
getopt for WIN32 More... about 19 years ago
porting to WIN32 More... about 19 years ago
pow(2,... --> pow(2.0,... More... about 19 years ago
class movie_definition; --> struct movie_definition; More... about 19 years ago
struct font; --> class font; More... about 19 years ago
* server/Makefile.am, server/action.cpp, server/action.h, server/as_environment.cpp, server/as_environment.h, server/movie.h: put as_environment class in it's own files.
Sandro Santilli
as strk
More... about 19 years ago
Oops, removed private section in text_flyphs class, wasn't building
Sandro Santilli
as strk
More... about 19 years ago
new cvsignore file
Sandro Santilli
as strk
More... about 19 years ago
new file
Sandro Santilli
as strk
More... about 19 years ago
* server/swf/tag_loaders.{cpp,h}: doxygen comments for define_font_info_loader().
Sandro Santilli
as strk
More... about 19 years ago
* server/font.{cpp,h}: doxygen comments.
Sandro Santilli
as strk
More... about 19 years ago
* testsuite/misc-ming.all/Makefile.am, testsuite/misc-ming.all/defineedittext.c: added test for DefineEditText tag (gnash crashes)
Sandro Santilli
as strk
More... about 19 years ago
porting to WIN32 More... about 19 years ago
porting to WIN32 More... about 19 years ago
* testsuite/misc-ming.all/definebitsjpeg2.c: added copyright header * testsuite/misc-ming.all/moviecliploader_test.c: added copyright header
Sandro Santilli
as strk
More... about 19 years ago
porting to WIN32 More... about 19 years ago
* Makefile.am, configure.ac, macros/firefox.m4: moved handling of --enable-plugin from firefox macro to top-level configure so you can disable build in the plugin/ dir (--disable-plugin didn't work).
Sandro Santilli
as strk
More... about 19 years ago
* server/edit_text_character_def.h, server/edit_text_character.cpp edit_text_character_def made a real class, ensuring data members are never changed. Type of variables holding twips values changed from float to uint16_t (a definition is immutable anyway, and we read uint16_t from the stream) * server/edit_text_character.h, server/edit_text_character_def.cpp: updated to use edit_text_character_def interface (no more direct members access). Added a private 'font' member to allow for replacement of it from ActionScript code (not sure this is required). * server/text.cpp, server/text.h: changed text_style::m_font member to be a const pointer.
Sandro Santilli
as strk
More... about 19 years ago
* server/StreamProvider.cpp: fixed compiler warning in absence of libcurl.
Sandro Santilli
as strk
More... about 19 years ago
* server/Makefile.am, server/edit_text_character.cpp server/edit_text_character.h, server/edit_text_character_def.cpp, server/edit_text_character_def.h, server/text.h, server/swf/tag_loaders.cpp: extracted edit_text_character class from text.h.
Sandro Santilli
as strk
More... about 19 years ago
* server/generic_character.h: struct => class, headers inclusion streamlined.
Sandro Santilli
as strk
More... about 19 years ago
* server/Makefile.am, server/edit_text_character_def.cpp, server/edit_text_character_def.h, server/text.cpp, server/text.h: moved edit_text_character_def class and implementation in its own file.
Sandro Santilli
as strk
More... about 19 years ago
* server/textformat.cpp: fixed compiler warnings
Sandro Santilli
as strk
More... about 19 years ago
Patch by Patrice Dumas:
Sandro Santilli
as strk
More... about 19 years ago
Added a note about avoiding full scan when calling get_movie_info()
Sandro Santilli
as strk
More... about 19 years ago
Create the OpenGL render handler only after OpenGL has been initialised. More... about 19 years ago