Displaying 20 results from an estimated 1820 matches for "cx".
Did you mean:
ecx
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...7-04-16 18:17:01 UTC (rev 968)
+++ branches/wxruby2/wxwidgets_282/doc/textile/window.txtl        2007-04-16 20:39:32 UTC (rev 969)
</span><span class="lines">@@ -370,12 +370,12 @@
</span><span class="cx">
</span><span class="cx"> h3(#Window_clienttoscreen). Window#client_to_screen
</span><span class="cx">
</span><del>- x, y = *client_to_screen*(%(arg-type)Integer% x, %(arg-type)Integer% y)
</del><ins>+ x, y = *client_to...
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...XT, NULL);
}
-/* defines minimum and maximum versions for which we have seperate scripts */
-#define MINSCRIPTVERSION 3
-#define MAXSCRIPTVERSION 7
-#define EXTRACT_VERSION(v) MIN ((v) - MINSCRIPTVERSION, MAXSCRIPTVERSION - MINSCRIPTVERSION)
-
-typedef void (* SwfdecActionExec) (SwfdecAsContext *cx, guint action, const guint8 *data, guint len);
-typedef struct {
- const char * name; /* name identifying the action */
- char * (* print) (guint action, const guint8 *data, guint len);
- int remove; /* values removed from stack or -1 for dynamic */
- int add; /* values added to the st...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...p2007-04-30 21:25:48 UTC (rev 996)
+++ branches/wxruby2/wxwidgets_282/doc/textile/window.txtl        2007-04-30 21:32:08 UTC (rev 997)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> |@NO_FULL_REPAINT_ON_RESIZE@|On Windows, this style used to disable repaintingthe 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...
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...nbsp 2006-11-13 07:21:40 UTC (rev 735)
+++ trunk/wxruby2/samples/dialogs/dialogs.rb        2006-11-13 08:31:06 UTC (rev 736)
</span><span class="lines">@@ -40,42 +40,42 @@
</span><span class="cx"> DIALOGS_FIND = 24
</span><span class="cx"> DIALOGS_REPLACE = 25
</span><span class="cx">
</span><del>-$myCanvas = nil
</del><ins>+$my_canvas = nil
</ins><span class="cx">
</span><span clas...
2007 Apr 13
0
[956] branches/wxruby2/wxwidgets_282: Additions to TreeCtrl API 2.6->2.8
...7-04-13 19:16:19 UTC (rev 955)
+++ branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl        2007-04-13 19:18:00 UTC (rev 956)
</span><span class="lines">@@ -134,6 +134,8 @@
</span><span class="cx"> * "TreeCtrl#assign_image_list":#TreeCtrl_assignimagelist
</span><span class="cx"> * "TreeCtrl#assign_state_image_list":#TreeCtrl_assignstateimagelist
</span><span class="cx"> * "TreeCtrl#collapse":#TreeCtrl_collapse...
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
...4 06:19:44 UTC (rev 964)
+++ branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl        2007-04-14 07:09:13 UTC (rev 965)
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx">
</span><span class="cx"> Removes all items from the control.
</span><span class="cx">
</span><del>-_Clear()_ also deletes the client data of the existing items if it is owned
</del><ins>+_clear()_ also deletes the clien...
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...nbsp2007-03-27 18:09:14 UTC (rev 921)
+++ branches/wxruby2/wxwidgets_282/doc/textile/dc.txtl        2007-03-27 20:26:51 UTC (rev 922)
</span><span class="lines">@@ -14,6 +14,14 @@
</span><span class="cx"> two @Coord@ ones or @Point@ and @Size@ instead of four of
</span><span class="cx"> them.
</span><span class="cx">
</span><ins>+h2. Support for Transparency / Alpha Channel
+
+On Mac OS X when using Core Graphics (_MAC_USE_CORE_GRAPH...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...p;nbsp2007-03-17 18:28:00 UTC (rev 882)
+++ branches/wxruby2/wxwidgets_282/swig/Functions.i        2007-03-17 18:39:40 UTC (rev 883)
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx">
</span><span class="cx"> size_t wxGetMultipleChoices(wxArrayInt& selections,const wxString& message,const wxString& caption,int n, const wxString choices[],wxWindow *parent = NULL,int x = -1, int y = -1,bool centre = TRUE,int width=150, int height=200);...
2006 Oct 17
0
[680] trunk/wxruby2/samples/printing/printing.rb: Cleaned up to use the Ruby naming convention, added #! line, now uses Wx default ID''s in standard menu items.
...10-17 18:03:26 UTC (rev 680)
</span><span class="lines">@@ -1,15 +1,19 @@
</span><ins>+#!/usr/bin/env ruby
+# wxRuby2 Sample Code. Copyright (c) 2004-2006 Kevin B. Smith
+# Freely reusable code: see SAMPLES-LICENSE.TXT for details
+
</ins><span class="cx"> require ''wx''
</span><span class="cx">
</span><del>-WXPRINT_QUIT = 100
-WXPRINT_PRINT = 101
-WXPRINT_PAGE_SETUP = 103
-WXPRINT_PREVIEW = 104
</del><ins>+WXPRINT_QUIT = Wx::ID_EXIT
+WXPR...
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...nbsp 2007-07-04 19:00:47 UTC (rev 1103)
+++ trunk/wxruby2/doc/textile/textctrl.txtl        2007-07-04 19:08:07 UTC (rev 1104)
</span><span class="lines">@@ -41,6 +41,14 @@
</span><span class="cx">
</span><span class="cx"> See also "window styles overview":windowstyles.html and "TextCtrl.new":textctrl.html#TextCtrl_new.
</span><span class="cx">
</span><ins>+Note that alignment styles (@TE_LEFT@,
+@TE_CENT...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...7-03-21 10:22:10 UTC (rev 905)
+++ branches/wxruby2/wxwidgets_282/doc/textile/combobox.txtl        2007-03-21 10:43:28 UTC (rev 906)
</span><span class="lines">@@ -18,15 +18,15 @@
</span><span class="cx">
</span><span class="cx"> "Object":object.html
</span><span class="cx">
</span><del>-h2. Window styles
</del><ins>+h2(#window_styles). Window styles
</ins><span class="cx">
</span>&...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
... 2007-01-06 00:39:19 UTC (rev 835)
+++ trunk/wxsugar/lib/wx_sugar/keyword_classes.rb        2007-01-06 01:11:43 UTC (rev 836)
</span><span class="lines">@@ -78,6 +78,18 @@
</span><span class="cx"> end
</span><span class="cx">
</span><span class="cx"> # wxSplashScreen         Splash screen class
</span><ins>+# FIXME - this probably won''t work at present b...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...nbsp2007-04-13 19:15:04 UTC (rev 953)
+++ branches/wxruby2/wxwidgets_282/doc/textile/image.txtl        2007-04-13 19:15:50 UTC (rev 954)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx"> via image format handlers. Functions are available to set and get image bits, so
</span><span class="cx"> it can be used for basic image manipulation.
</span><span class="cx">
</span><del>-A Image cannot (currently) be drawn directl...
2007 Mar 22
0
7 commits - configure.ac doc/swfdec-docs.sgml libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_js_movie.c test/trace
...ge all conversions JSObject->SwfdecMovie to not assert on failure but silently return
diff --git a/libswfdec/swfdec_js_movie.c b/libswfdec/swfdec_js_movie.c
index 2d9b1a1..3f6333c 100644
--- a/libswfdec/swfdec_js_movie.c
+++ b/libswfdec/swfdec_js_movie.c
@@ -116,7 +116,11 @@ mc_play (JSContext *cx, JSObject *obj, u
{
SwfdecMovie *movie;
- movie = JS_GetPrivate(cx, obj);
+ movie = swfdec_scriptable_from_object (cx, obj, SWFDEC_TYPE_MOVIE);
+ if (movie == NULL) {
+ SWFDEC_WARNING ("not a movie");
+ return JS_TRUE;
+ }
g_assert (movie);
movie->stopped = FALSE;...
2007 Feb 22
0
3 commits - libswfdec/swfdec_js.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c
...>
Date: Thu Feb 22 19:26:37 2007 +0100
implement getNextHighestDepth ()
diff --git a/libswfdec/swfdec_js_movie.c b/libswfdec/swfdec_js_movie.c
index 5b730b3..2296078 100644
--- a/libswfdec/swfdec_js_movie.c
+++ b/libswfdec/swfdec_js_movie.c
@@ -87,7 +87,7 @@ mc_getBytesLoaded (JSContext *cx, JSObje
}
static JSBool
-mc_getBytesTotal(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
+mc_getBytesTotal (JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
{
SwfdecMovie *movie;
SwfdecDecoder *dec;
@@ -101,6 +101,23 @@ mc_getBytesTotal(JSContext *...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...2007-03-28 17:28:48 UTC (rev 925)
+++ branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl        2007-03-29 18:51:36 UTC (rev 926)
</span><span class="lines">@@ -19,8 +19,24 @@
</span><span class="cx">
</span><span class="cx"> "Object":object.html
</span><span class="cx">
</span><del>-h2. Remarks
</del><ins>+h2. Dialog Buttons
</ins><span class="cx">
</span><ins>+The dialog...
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...mp;nbsp 2007-06-22 19:26:16 UTC (rev 1058)
+++ trunk/wxruby2/doc/textile/toolbar.txtl        2007-06-22 19:39:31 UTC (rev 1059)
</span><span class="lines">@@ -8,10 +8,6 @@
</span><span class="cx"> * *ToolBarGTK* The GTK toolbar.
</span><span class="cx">
</span><span class="cx">
</span><del>-Note that the base class *ToolBarBase* defines
-automatic scrolling management functionality which is similar
-to "ScrolledWindow&q...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...04-29 16:54:31 UTC (rev 995)
+++ branches/wxruby2/wxwidgets_282/doc/textile/toplevelwindow.txtl        2007-04-30 21:25:48 UTC (rev 996)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> h1(#wxtoplevelwindow). Wx::TopLevelWindow
</span><span class="cx">
</span><del>-TopLevelWindow is a common base class for "Dialog":dialog.html and
</del><ins>+TopLevelWindow is a common base class for "Dialog":dialog.html...
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
...;nbsp 2006-11-13 22:32:58 UTC (rev 739)
+++ trunk/wxruby2/doc/textile/listctrl.txtl        2006-11-15 18:41:10 UTC (rev 740)
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx"> *ListCtrl.new*(%(arg-type)Window% parent, %(arg-type)Integer% id,
</span><span class="cx"> %(arg-type)Point% pos = DEFAULT_POSITION,
</span><span class="cx"> %(arg-type)Size% size = DEFAULT_SIZE,
</span>...
2007 Mar 30
0
[932] branches/wxruby2/wxwidgets_282/doc/textile/event.txtl: 2.8 updates and corrections to Event doc
...2007-03-30 00:24:11 UTC (rev 931)
+++ branches/wxruby2/wxwidgets_282/doc/textile/event.txtl        2007-03-30 07:53:06 UTC (rev 932)
</span><span class="lines">@@ -41,31 +41,13 @@
</span><span class="cx"> </div>
</span><span class="cx">
</span><span class="cx">
</span><ins>+
</ins><span class="cx"> h3(#Event_new). Event.new
</span><span class="cx">
</span><span class="...