search for: hscroll

Displaying 17 results from an estimated 17 matches for "hscroll".

Did you mean: scroll
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c test/trace
...b/test/trace/text-field-scroll-5.swf differ diff --git a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace index 4d134cd..3cc5df5 100644 --- a/test/trace/text-field-scroll-5.swf.trace +++ b/test/trace/text-field-scroll-5.swf.trace @@ -2,53 +2,53 @@ bottomScroll: hscroll: maxhscroll > 0: false -maxscroll: +maxscroll > 0: false scroll: # WITH TEXT bottomScroll: hscroll: 200 maxhscroll > 0: false -maxscroll: +maxscroll > 0: false scroll: 3 # WITH WORD WRAP bottomScroll: hscroll: 200 maxhscroll > 0: false -maxscroll: +maxscroll > 0:...
2007 Oct 18
0
11 commits - libswfdec/swfdec_as_strings.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_text_field_movie.h test/trace
...v/null and b/test/trace/text-field-scroll-5.swf differ diff --git a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace new file mode 100644 index 0000000..91239a2 --- /dev/null +++ b/test/trace/text-field-scroll-5.swf.trace @@ -0,0 +1,54 @@ +# EMPTY +bottomScroll: +hscroll: +maxhscroll: +maxscroll: +scroll: +# WITH TEXT +bottomScroll: +hscroll: 200 +maxhscroll: +maxscroll: +scroll: 3 +# WITH WORD WRAP +bottomScroll: +hscroll: 200 +maxhscroll: +maxscroll: +scroll: 3 +# WITHOUT WORD WRAP +bottomScroll: +hscroll: 200 +maxhscroll: +maxscroll: +scroll: 3 +# W...
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
...r diff --git a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace index 3cc5df5..6746940 100644 --- a/test/trace/text-field-scroll-5.swf.trace +++ b/test/trace/text-field-scroll-5.swf.trace @@ -1,53 +1,53 @@ # EMPTY -bottomScroll: +bottomScroll > scroll: false hscroll: maxhscroll > 0: false maxscroll > 0: false scroll: # WITH TEXT -bottomScroll: +bottomScroll > scroll: false hscroll: 200 maxhscroll > 0: false maxscroll > 0: false scroll: 3 # WITH WORD WRAP -bottomScroll: +bottomScroll > scroll: false hscroll: 200 maxhscroll >...
2007 Nov 07
0
2 commits - libswfdec/swfdec_resource.c libswfdec/swfdec_text_field_movie.c
...se { + paragraph->newline = FALSE; + } paragraph->blocks = NULL; paragraph->attrs = NULL; @@ -748,7 +753,8 @@ swfdec_text_field_movie_render (SwfdecMovie *movie, cairo_t *cr, first = TRUE; linenum = 0; - x = movie->original_extents.x0 + EXTRA_MARGIN + text_movie->hscroll; + x = movie->original_extents.x0 + EXTRA_MARGIN + + MIN (text_movie->hscroll, text_movie->hscroll_max); y = movie->original_extents.y0 + EXTRA_MARGIN; for (i = 0; layouts[i].layout != NULL && y < limit.y1; i++) @@ -761,7 +767,8 @@ swfdec_text_field_movie_render (...
2007 Oct 25
0
18 commits - libswfdec/swfdec_player_internal.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_format.c libswfdec/swfdec_text_format.h libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/trace
...ace/text-field-scroll-5.swf differ diff --git a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace index 91239a2..4d134cd 100644 --- a/test/trace/text-field-scroll-5.swf.trace +++ b/test/trace/text-field-scroll-5.swf.trace @@ -1,54 +1,54 @@ # EMPTY bottomScroll: hscroll: -maxhscroll: +maxhscroll > 0: false maxscroll: scroll: # WITH TEXT bottomScroll: hscroll: 200 -maxhscroll: +maxhscroll > 0: false maxscroll: scroll: 3 # WITH WORD WRAP bottomScroll: hscroll: 200 -maxhscroll: +maxhscroll > 0: false maxscroll: scroll: 3 # WITHOUT WORD...
2007 Dec 28
0
checklistbox/html windows
...prochaine version de wxruby, vous comptiez apportez deux améliorations à "checklistbox", qui sont: - de pouvoir changez le contenu de la checklistbox sans avoir besoin de fermer et réouvrir l''application pour effectuer le changement du contenu? - de mettre l''option "HSCROLL"?, car la barre apparaît mais ça ne marche pas. Pour "htmlwindow", je voulais savoir si il peut-être possible de ne pas afficher "ART_MISSING_IMAGE", quand le format d''image n''est pas pris en charge. Si je pose cette question, c''est tout simpleme...
2008 Jan 04
2
checklistbox
Salut Alex. En fait je me suis rendu compte de mon erreur à propos de "HSCROLL", ça marche correctement. La scrollbarre apparaît et fonctionne bien. La dernière fois j''ai eu l''impression qu''elle ne marchait pas, car cela peut arriver que la dernière lettre de la ligne de charactères qui s''affiche soit un peu coupée par la "VSCROLL...
2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c 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_text_field_movie.h test/trace
...-- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -729,16 +729,36 @@ swfdec_text_field_movie_update_scroll (SwfdecTextFieldMovie *text, swfdec_text_field_movie_free_layouts (layouts); layouts = NULL; - text->scroll_max = all - visible + 1; - text->hscroll_max = SWFDEC_TWIPS_TO_DOUBLE (width_max - width); + if (text->scroll_max != all - visible + 1) { + text->scroll_max = all - visible + 1; + text->scroll_changed = TRUE; + } + if (text->hscroll_max != SWFDEC_TWIPS_TO_DOUBLE (width_max - width)) { + text->hscroll_max = SWFDE...
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
...= swfdec_text_field_movie_int_to_color (cx, value); if (text->border_color != color) { text->border_color = color; - swfdec_movie_invalidate (SWFDEC_MOVIE (text)); + swfdec_movie_invalidate_last (SWFDEC_MOVIE (text)); } } @@ -615,7 +615,7 @@ swfdec_text_field_movie_do_set_hscroll (SwfdecAsContext *cx, if (value != text->hscroll) { text->hscroll = value; text->scroll_changed = TRUE; - swfdec_movie_invalidate (SWFDEC_MOVIE (text)); + swfdec_movie_invalidate_last (SWFDEC_MOVIE (text)); } } @@ -701,7 +701,7 @@ swfdec_text_field_movie_do_set_scr...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
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
..._SwfdecTextFieldMovie { SwfdecMovie movie; @@ -67,17 +56,9 @@ struct _SwfdecTextFieldMovie { SwfdecTextFormat * format_new; GSList * formats; - SwfdecAntiAliasType anti_alias_type; gboolean condense_white; gboolean embed_fonts; - SwfdecGridFitType grid_fit_type; - guint hscroll; - gboolean mouse_wheel_enabled; - const char * restrict_; - guint scroll; - int sharpness; SwfdecStyleSheet * style_sheet; - int thickness; SwfdecColor border_color; SwfdecColor background_color; @@ -100,6 +81,8 @@ void swfdec_text_field_movie_set_text_format (SwfdecText...
2008 Feb 17
15
A bug in wxRuby. Segmentation fault in random situations.
Hello, I wrote an application in wxRuby: ruby 1.8.6 wxruby 1.9.4 installed from gem windows xp sp2 After several minutes of running it crashes with the following error: "c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...gthe window completely when its size is changed. Since this behaviour is now the default, the style is now obsoleteand no longer has an effect.| </span><span class="cx"> |@VSCROLL@|Use this style to enable a vertical scrollbar.| </span><span class="cx"> |@HSCROLL@|Use this style to enable a horizontal scrollbar.| </span><del>-|@ALWAYS_SHOW_SB@|If a window has scrollbars,disable them instead of hiding them when they are not needed (i.e. when thesize of the window is big enough to not require the scrollbars to navigate it).This style is currently...
2009 Jan 16
0
Wine release 1.1.13
...ting newline before table. wordpad: Use winelib's sprintfW for floating point formatting. wordpad: Use unicode version of CBEM_GETITEM message. richedit: Added tests to show that options are stored internally. richedit: Added tests for autoscrolling options based on WS_V/HSCROLL. richedit: Tested EM_CHARFROMPOS with position outside of control. richedit: Pressing enter adds newline on WM_KEYDOWN rather than WM_CHAR. richedit: Set bEmulateVersion10 initially to avoid retroactive changes. richedit: Prevent an unsigned integer underflow. richedi...
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...411,15 @@@ const char swfdec_as_strings[] SWFDEC_AS_CONSTANT_STRING ("variable") SWFDEC_AS_CONSTANT_STRING ("restrict") SWFDEC_AS_CONSTANT_STRING ("mouseWheelEnabled") + SWFDEC_AS_CONSTANT_STRING ("_level0") + SWFDEC_AS_CONSTANT_STRING ("hscroll") + SWFDEC_AS_CONSTANT_STRING ("maxhscroll") + SWFDEC_AS_CONSTANT_STRING ("maxscroll") + SWFDEC_AS_CONSTANT_STRING ("bottomScroll") + SWFDEC_AS_CONSTANT_STRING ("Sans") + SWFDEC_AS_CONSTANT_STRING ("Serif") + SWFDEC_AS_CONSTANT_STRI...
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
...+#define EXTRA_MARGIN 2 + static void swfdec_text_field_movie_update_extents (SwfdecMovie *movie, SwfdecRect *extents) @@ -611,8 +613,8 @@ swfdec_text_field_movie_render (SwfdecMovie *movie, cairo_t *cr, first = TRUE; linenum = 0; - x = movie->original_extents.x0 + text_movie->hscroll; - y = movie->original_extents.y0 + 1; + x = movie->original_extents.x0 + EXTRA_MARGIN + text_movie->hscroll; + y = movie->original_extents.y0 + EXTRA_MARGIN; cairo_move_to (cr, x, y); for (i = 0; layouts[i].layout != NULL/* && y < limit.y1*/; i++) @@ -755,7 +757,7...
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...; +names.push ("(" + (values.length - 1) + ") -34000000 (number)"); +values.push ("dynamic"); +names.push ("(" + (values.length - 1) + ") input (dynamic)"); + +// Won't test here: +// length +// textHeight +// textWidth +// bottomScroll +// hscroll +// maxhscroll +// maxscroll +// scroll + +var properties = [ + // text + "text", + "html", + "htmlText", + + // input + "condenseWhite", + "maxChars", + "multiline", + //"restrict", + "selectable", + //&q...