similar to: 7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c

Displaying 20 results from an estimated 300 matches similar to: "7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c"

2007 Oct 17
0
libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_text_field.c | 288 ---------------------------------- libswfdec/swfdec_text_field.h | 14 - libswfdec/swfdec_text_field_movie.c | 297 +++++++++++++++++++++++++++++++++++- 3 files changed, 291 insertions(+), 308 deletions(-) New commits: commit 2e79c953066b7f6857e88e7efaaed4d8846e9609 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Oct 17
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_text_field.c | 66 +++++++++++++++++++++++----- libswfdec/swfdec_text_field_movie.c | 5 +- libswfdec/swfdec_text_field_movie_as.c | 77 ++++++++++++++++++++++++++++++--- 4 files changed, 132 insertions(+), 18 deletions(-) New commits: commit a165608df6751cf46561b570db61ff309f5b7244 Author: Pekka Lampila
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_interpret.c | 19 libswfdec/swfdec_html_parser.c | 474 ----------- libswfdec/swfdec_initialize.as | 11 libswfdec/swfdec_initialize.h | 1118 +++++++++++++-------------- libswfdec/swfdec_text_field.c | 18 libswfdec/swfdec_text_field.h
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
On Thu, Nov 27, 2014 at 11:39 AM, Thierry Reding <thierry.reding at gmail.com> wrote: > Tegra K1 and later use a GPU that can be driven by the Nouveau driver. > But the GPU is a pure render node and has no display engine, hence the > scanout needs to happen on the Tegra display hardware. The GPU and the > display engine each have a separate DRM device node exposed by the >
2014 Nov 27
7
[RFC] tegra: Initial support
Tegra K1 and later use a GPU that can be driven by the Nouveau driver. But the GPU is a pure render node and has no display engine, hence the scanout needs to happen on the Tegra display hardware. The GPU and the display engine each have a separate DRM device node exposed by the kernel. To make the setup appear as a single device, this driver instantiates a Nouveau screen with each instance of a
2007 Dec 05
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_policy_loader.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_format.c
libswfdec/swfdec_as_object.c | 3 +++ libswfdec/swfdec_movie.c | 4 +++- libswfdec/swfdec_policy_loader.c | 19 ++++++++++++++----- libswfdec/swfdec_text_field_movie.c | 35 ++++++++++++++++++----------------- libswfdec/swfdec_text_format.c | 30 ++++++++++++++++-------------- 5 files changed, 54 insertions(+), 37 deletions(-) New commits: commit
2007 Oct 14
1
libswfdec/swfdec_text_field.c
libswfdec/swfdec_text_field.c | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) New commits: commit 13a1f11d9aebddc8d2e24c94878547589c485832 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oct 14 18:22:17 2007 +0300 Implement aligning TextField lines even when wordWrap is off diff --git a/libswfdec/swfdec_text_field.c
2009 Feb 03
3
ROXML from_xml not returning an object instance...
Hello, I have two ActiveRecord classes. One is Route the other is Waypoints. I have constructed an XML representation so I can use AJAX to create a Route with all waypoints in a single create call to RouteController. When I call Route.from_xml(xmlString) it is not returning an object - it''s leaving the object (@route) nil, but not erroring. Any ideas? Here''s some code:
2013 Mar 10
0
Steepest Ascent Algorithm
I am trying to code a steepest ascent algorithm to optimize parameters used in a survivor function type problem. My unknown parameters (alpha, Beta0, and Beta1) for which I have been able to optimize using Newton's method. I keep getting an error because my alpha becomes negative and I can't calculate the likelihood. Here is my log likelihood I am optimizing (in LaTex): l=\sum _{ i=1 }^{
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
Dear all, I am sending a patch for extending pdf device to embed popup text and web links. I implemented this feature by using annotation object, a interactive feature of pdf. You can see a sample code for using this feature in the following, and sample pdf is in
2007 Oct 15
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_strings.c | 8 + libswfdec/swfdec_codec_audio.c | 1 libswfdec/swfdec_codec_video.c | 1 libswfdec/swfdec_text_field.c | 74 +++++---- libswfdec/swfdec_text_field.h | 5 libswfdec/swfdec_text_field_movie.c | 140 +++++++++++++++--- libswfdec/swfdec_text_field_movie.h | 26 ---
2007 Nov 07
0
2 commits - libswfdec/swfdec_resource.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_resource.c | 1 + libswfdec/swfdec_text_field_movie.c | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) New commits: commit 4ff1496e5f2b1a38e4cf51232ebae71172bba13a Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 8 00:27:06 2007 +0200 Fix compiler warning in swfdec_resource_loader_target_error diff --git
2009 Apr 26
1
Stochastic Gradient Ascent for logistic regression
Hi. guys, I am trying to write my own Stochastic Gradient Ascent for logistic regression in R. But it seems that I am having convergence problem. Am I doing anything wrong, or just the data is off? Here is my code in R - lbw <- read.table("http://www.biostat.jhsph.edu/~ririzarr/Teaching/754/lbw.dat" , header=TRUE) attach(lbw) lbw[1:2,] low age lwt race smoke ptl ht ui ftv
2007 Oct 14
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h
libswfdec/swfdec_html_parser.c | 2 +- libswfdec/swfdec_text_field.c | 32 +++++++++++++++++++++----------- libswfdec/swfdec_text_field.h | 4 +++- libswfdec/swfdec_text_field_movie.c | 6 ++++-- libswfdec/swfdec_text_field_movie_as.c | 12 ++++++------ libswfdec/swfdec_xml.c | 18 +++++++++--------- libswfdec/swfdec_xml.h
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_context.c | 33 -- libswfdec/swfdec_as_interpret.c | 397 +++++++++++++++---------------- libswfdec/swfdec_as_interpret.h | 10 libswfdec/swfdec_net_stream.c | 1 libswfdec/swfdec_script.c | 39 --- libswfdec/swfdec_sprite_movie.c | 72 +++++ libswfdec/swfdec_tag.c | 2
2001 Feb 27
1
printing with wine thru ghostscript
The printing howto is a little vague in this area. How do I go about printing through ghostscript from windows? I know how to teach ghostscript to print the ttfs (generate the appropriate afms, add them to the fontmap). Where do I place the afms for wine to use? If I provide afms for each truetype font for wine, and then use a postscript printer ppd file, and set lpt1 to be |lpr, will this
2007 Nov 01
0
libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
libswfdec/swfdec_text_field_movie.c | 18 +++++++++++++++++ libswfdec/swfdec_text_field_movie_html.c | 32 +++++++++++++++++-------------- 2 files changed, 36 insertions(+), 14 deletions(-) New commits: commit e1f14212d5a236453dd64426cfde8e6646b526d7 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 1 16:32:52 2007 +0200 Don't crash in TextField when
2007 Oct 31
0
2 commits - libswfdec/swfdec_sound.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
libswfdec/swfdec_sound.c | 5 ++++- libswfdec/swfdec_text_field_movie.c | 24 +++++++++--------------- libswfdec/swfdec_text_field_movie_as.c | 19 +++++++++++++++---- libswfdec/swfdec_text_field_movie_html.c | 6 +++--- 4 files changed, 31 insertions(+), 23 deletions(-) New commits: commit 73aaa5c30a072ebf5be478d943526450aedb312c Author: Pekka Lampila
2007 Oct 22
1
Help! bad cyrillic font rendering
Good Day! I have a problem with rendering of cyrillic font in one window. Everything is fine in others windows of the same program. I've tried to copy fonts from Windows, where this program works, but it doesn't help. LANG=ru_RU.UTF-8 I runned wine with "WINEDEBUG=trace+font,trace+dialog": ... trace:font:CreateFontIndirectW (-21 0 0 0 31 3 2 1 204) L"Courier New" Bold ?
2005 Sep 01
0
transparency?
dear R wizards: I am getting to play more and more with fun fonts (irony warning). I now know that I can safely use my TeXtext encoding with the postscript device, but not with the pdf device. Unfortunately, I believe that the postscript device does not support translucent colors---or is there a version parameter (like the version="1.4" that I need with the pdf device) that would