Displaying 20 results from an estimated 42 matches for "hittest".
Did you mean:
jittest
2005 Sep 02
1
wxTreeCtrl.patch
Attached is a patch that fixes a crash out of the bigdemo when you click
into the tree control. I added in the missing single-argument version
of HitTest. Why WX has a single argument version of HitTest only for
the tree control, I''ll never know.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...| 60 ++
test/trace/button-events-menu-8.swf |binary
test/trace/button-events-menu-8.swf.act | 17
test/trace/button-events-menu-8.swf.trace | 60 ++
test/trace/button-events.c | 144 ++++++
test/trace/button-hittest-5.swf |binary
test/trace/button-hittest-5.swf.act | 17
test/trace/button-hittest-5.swf.trace | 9
test/trace/button-hittest-6.swf |binary
test/trace/button-hittest-6.swf.act | 17...
2007 Aug 17
0
3 commits - libswfdec/swfdec_sprite_movie_as.c test/trace
...| 14 ++++++++++++++
9 files changed, 48 insertions(+), 1 deletion(-)
New commits:
diff-tree 223cc7d4adec6429f56efa8750e04345ccd85bfd (from 76e35412ea974749804920a47678db8c1242487b)
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Wed Jul 18 19:56:45 2007 +0300
Implement hitTest for x, y coordinates (without shapeFlag)
diff --git a/libswfdec/swfdec_sprite_movie_as.c b/libswfdec/swfdec_sprite_movie_as.c
index f18597c..5eea43f 100644
--- a/libswfdec/swfdec_sprite_movie_as.c
+++ b/libswfdec/swfdec_sprite_movie_as.c
@@ -208,8 +208,31 @@ swfdec_sprite_movie_hitTest (SwfdecAsCo...
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...amin Otte <otte at gnome.org>
Date: Tue Jan 8 13:26:17 2008 +0100
another test converted
diff --git a/test/custom/Makefile.am b/test/custom/Makefile.am
index 276fe09..8b429f3 100644
--- a/test/custom/Makefile.am
+++ b/test/custom/Makefile.am
@@ -33,17 +33,15 @@ EXTRA_DIST = \
button-hittest-8.swf.trace \
button-hittest.c \
definebutton-5.swf \
- definebutton-5.swf.act \
definebutton-5.swf.trace \
definebutton-6.swf \
- definebutton-6.swf.act \
definebutton-6.swf.trace \
definebutton-7.swf \
- definebutton-7.swf.act \
definebutton-7.swf.trace \
definebutton-8.swf \
- de...
2007 Jul 12
0
[1112] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove unsupported form of TextCtrl#hit_test that''s not documented anyway
...virtual long XYToPosition(long x, long y) const;
</span><span class="cx"> virtual bool PositionToXY(long pos, long *x, long *y) const;
</span><span class="cx"> virtual void ShowPosition(long pos);
</span><del>- virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, long *pos) const;
</del><ins>+
</ins><span class="cx"> virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
</span><span class="cx"> wxTextCoord *co...
2006 Apr 27
5
Major Breakthrough?
Attached are patches to make the textctrl.rb sample work fully. Note
the new %directorargout typemap I added to fix wxWindows calling into
SWIG. I don''t know if this can fix all such problems or not. Let me
know what you think.
I also rubified the sample a little bit more. Also, note that I fix the
<< operator so the function can be called. I hope I did this right.
Roy
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...c/swfdec_xml_socket.h | 56
player/Makefile.am | 4
player/swfdec_slow_loader.c | 153 -
player/swfdec_slow_loader.h | 60
player/swfplay.c | 13
test/custom/Makefile.am | 2
test/custom/button-hittest-5.swf |binary
test/custom/button-hittest-5.swf.trace | 9
test/custom/button-hittest-6.swf |binary
test/custom/button-hittest-6.swf.trace | 9
test/custom/button-hittest-7.swf |binary
test/custom/button-hittest-7.swf.trace | 9
test/custom/button-hittest-8.swf...
2007 Aug 22
0
8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie_as.c vivified/core
...f (swfdec_movie_mouse_in (cur, tmp_x, tmp_y))
+ return TRUE;
+ }
+ return FALSE;
}
void
diff-tree d752275f3f23d91ea0e3e7aa03fadce6ae8bef34 (from ef1ab031ce43c3cc300ebdc2150f0959dc0efc92)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 22 21:09:51 2007 +0200
implement hitTest in a much nicer form
diff --git a/libswfdec/swfdec_sprite_movie_as.c b/libswfdec/swfdec_sprite_movie_as.c
index 0722f4c..2a39cb0 100644
--- a/libswfdec/swfdec_sprite_movie_as.c
+++ b/libswfdec/swfdec_sprite_movie_as.c
@@ -160,9 +160,8 @@ swfdec_sprite_movie_hitTest (SwfdecAsCon
SwfdecMovie *mov...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...| 60
test/trace/button-events-menu-8.swf |binary
test/trace/button-events-menu-8.swf.act | 17
test/trace/button-events-menu-8.swf.trace | 60
test/trace/button-events.c | 144
test/trace/button-hittest-5.swf |binary
test/trace/button-hittest-5.swf.act | 17
test/trace/button-hittest-5.swf.trace | 9
test/trace/button-hittest-6.swf |binary
test/trace/button-hittest-6.swf.act...
2008 Jan 15
0
4 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_types.c test/trace
...- button-events-menu-6.swf \
- button-events-menu-6.swf.act \
- button-events-menu-6.swf.trace \
- button-events-menu-7.swf \
- button-events-menu-7.swf.act \
- button-events-menu-7.swf.trace \
- button-events-menu-8.swf \
- button-events-menu-8.swf.act \
- button-events-menu-8.swf.trace \
button-hittest-5.swf \
button-hittest-5.swf.act \
button-hittest-5.swf.trace \
@@ -703,20 +678,7 @@ EXTRA_DIST = \
date-properties-8.swf \
date-properties-8.swf.trace \
default.stas \
- default.sts
- definebutton-5.swf \
- definebutton-5.swf.act \
- definebutton-5.swf.trace \
- definebutton-6.swf \
- de...
2006 Aug 24
5
TreeCtrl background?
On my windows build, I just noticed that the background of my TextCtrl''s
is grey by default, and when I try to set the default style I get the error:
TestTextCtrl.rb:15:in `set_default_style'': undefined method `'' for
#<Wxruby2::TextCtrl:0x360a0c4> (NoMethodError)
from TestTextCtrl.rb:15:in `initialize''
from TestTextCtrl.rb:24:in
2007 Jun 07
0
2 commits - libswfdec/js libswfdec/swfdec_js_movie.c
...2 2007 +0200
there shouldn't be an assertion here, but a debug error
fixes Gnome #443357
diff --git a/libswfdec/swfdec_js_movie.c b/libswfdec/swfdec_js_movie.c
index 53fb5d9..12e378e 100644
--- a/libswfdec/swfdec_js_movie.c
+++ b/libswfdec/swfdec_js_movie.c
@@ -361,7 +361,7 @@ mc_hitTest (JSContext *cx, JSObject *obj
*rval = BOOLEAN_TO_JSVAL (JS_FALSE);
}
} else if (argc == 3) {
- g_assert_not_reached ();
+ SWFDEC_ERROR ("hitTest with 3 arguments not implemented");
} else {
return JS_FALSE;
}
diff-tree 49a712856eb2ac8f994937efd2f5b382d34083...
2006 Mar 28
3
ListItem patches
Hi
Attached, patches to implement ListItem. This class, in wxruby 0.6.0, allows styling of individual items in a ListCtrl, via a particularly clunky API. In disambiguating the overloaded ListCtrl#set_item method it introduces one non backwards-compatible change. I''ve followed the WxPython convention as described in the Wx class ref, renaming set_item(index, col, string, imageid) to
2009 Jul 17
0
Wine release 1.1.26
...Es.
Mike Kaplinskiy (1):
ws2/tests: Test AcceptEx with a deferred socket.
Nikolay Sivov (15):
comctl32/listview: Basic LVM_GETITEMSPACING tests.
user32/spy: Update ListView message table.
comctl32/listview: Fix some test failures on 4.7x.
comctl32/listview: More LVM_*HITTEST tests.
comctl32/listview: Fix hittesting for "small" positive Y coordinates.
comctl32/listview: Fix hittest flag calculation for negative Y values on report mode.
comctl32/listview: A basic test for column width default value.
comctl32/listview: Basic LVN_(BEGIN|EN...
2008 Nov 08
0
A broader CentOS information sharing issue? [ Was What's an Enterprise class OS ]
....
In projects I've seen in the past, the addressing of things such as
_effective_ FAQs, proper indoctrination of new users (in ML, fora and
chat rooms) into the _basics_ of the project are usually delayed until
the swelling volume forces action to be taken just for sanity/survival
of the "hittest". :-) Although these things weren't ignored, they are
often considered, effectively, in isolation. Consideration or
estimations of user-base constituency, user-base size, project growth,
degree of confusion experienced by new users, ... often miss the mark.
The folks who try to actively h...
2010 Aug 20
0
Wine release 1.3.1
...orerframe: Implement SetItemState and GetItemState.
comctl32: Return 0 when extended item state is requested from a treeview.
explorerframe: Implement GetNextItem.
explorerframe: Implement GetSelectedItems.
explorerframe: Implement GetItemRect.
explorerframe: Implement HitTest.
explorerframe: Implement EnsureItemVisible.
explorerframe: Some additional basic tests.
shell32: Add IExplorerBrowser interface stub.
shell32/tests: Add initial tests for the IExplorerBrowser control.
shell32: Add IShellBrowser stub.
shell32: Implement IExplorer...
2016 Oct 07
0
Wine release 1.8.5
...tion of trackbar not selectable with mouse, slider initial position wrong
40882 Nvidia GT 740M is not correctly recognized
40905 Multiple applications need api-ms-win-crt-runtime-l1-1-0.dll._get_narrow_winmain_command_line (PCSX2 1.4.0, Battle.Net Launcher)
41010 TVS_TRACKSELECT uses wrong hittest region
41015 comctl32/treeview: Alt-Up/Down keyboard shortcuts don't work
41040 VariantChangeTypeEx lead to error when casting IUnknown(nil) -> IDispatch
41044 Age of Mythology: Extended Edition needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_s
41066 Unhandled page...
2006 Nov 13
0
[735] trunk/wxruby2: Got the ''get_item_sample'' sample working had to add some missing ListCtrl constants.
...0x0010 // OS2 only
+#define wxLIST_STATE_FILTERED 0x0020 // OS2 only
+#define wxLIST_STATE_INUSE 0x0040 // OS2 only
+#define wxLIST_STATE_PICKED 0x0080 // OS2 only
+#define wxLIST_STATE_SOURCE 0x0100 // OS2 only
+
+// Hit test flags, used in HitTest
+#define wxLIST_HITTEST_ABOVE 0x0001 // Above the client area.
+#define wxLIST_HITTEST_BELOW 0x0002 // Below the client area.
+#define wxLIST_HITTEST_NOWHERE 0x0004 // In the client area but below the last item.
+#define wxLIST_HITTEST_ONITEMICON 0x0020 // O...
2009 May 22
0
Wine release 1.1.22
...ctl32/comboex: Use cached colors for ComboEx.
comctl32/tab: Use cached colors for Tab.
comctl32/syslink: Use cached colors for SysLink.
comctl32/tooltips: Use cached colors for ToolTips.
comctl32/listview: Handle mouse selections more accurately.
comctl32/listview: Fix hittesting for LVS_REPORT subitems.
comctl32/listview: Don't use uninitialized value.
comctl32/tests: A basic test for ListView WM_SETREDRAW.
comctl32/listview: Update focus rectangle properly.
comctl32/tests: A bunch of ListView hittest tests.
Paul TBBle Hampson (1):
gdi...
2010 Oct 01
0
Wine release 1.3.4
...owPos.
user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
winedbg: Make BreakOnFirstChance default to FALSE to avoid user confusion.
user32: Fix initial computation of client area in WM_NCCALCSIZE for RTL windows.
user32: Use screen coordinates for hittest checking to handle RTL windows correctly.
user32: Fix the window positions when moving a child window for a RTL window.
user32: Set the default process layout based on the file description in the version resource.
version: Don't bother importing lz32, all the functions are in...