You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(191) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(238) |
Dec
(68) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(104) |
Feb
(518) |
Mar
(302) |
Apr
(211) |
May
(311) |
Jun
(55) |
Jul
(6) |
Aug
(35) |
Sep
(76) |
Oct
(50) |
Nov
(37) |
Dec
(340) |
2007 |
Jan
(23) |
Feb
(107) |
Mar
(98) |
Apr
(60) |
May
(136) |
Jun
(371) |
Jul
(175) |
Aug
(74) |
Sep
(3) |
Oct
(2) |
Nov
(53) |
Dec
(129) |
2008 |
Jan
(337) |
Feb
(23) |
Mar
(18) |
Apr
(4) |
May
(3) |
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
(33) |
Nov
|
Dec
(26) |
2009 |
Jan
(4) |
Feb
(1) |
Mar
(15) |
Apr
|
May
(35) |
Jun
(11) |
Jul
|
Aug
|
Sep
(19) |
Oct
(26) |
Nov
(11) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
(8) |
Dec
(7) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
(8) |
May
(5) |
Jun
(8) |
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
(13) |
Dec
|
From: Francesco M. <fr...@us...> - 2006-12-22 20:26:50
|
Update of /cvsroot/wxlua/wxLua/distrib/macbundle In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21785 Removed Files: wxLua.icns Log Message: removed file with wrong type --- wxLua.icns DELETED --- |
From: Francesco M. <fr...@us...> - 2006-12-22 19:17:23
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25505 Modified Files: screenshots.php Log Message: fixed typo: wxport for GTK+2 is called wxGTK, not wxGTK2 Index: screenshots.php =================================================================== RCS file: /cvsroot/wxlua/website/screenshots.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** screenshots.php 22 Dec 2006 18:41:40 -0000 1.16 --- screenshots.php 22 Dec 2006 19:17:19 -0000 1.17 *************** *** 28,34 **** <h1 id="gtk2">wxLua on GTK+ 2</h1> ! <p>The <a href="http://www.wxwidgets.org">wxWidgets</a> port under Linux platforms is called <strong>wxGTK2</strong> as it uses ! the <a href="http://www.gtk.org">GTK+</a> libraries for drawing and thus creates applications with the same <em>look & feel</em> of ! native GTK applications:</p> <div style="text-align: center"> <?php --- 28,34 ---- <h1 id="gtk2">wxLua on GTK+ 2</h1> ! <p>The <a href="http://www.wxwidgets.org">wxWidgets</a> port under Linux platforms is called <strong>wxGTK</strong> ! as it uses the <a href="http://www.gtk.org">GTK+ 2</a> libraries for drawing and thus creates applications with ! the same <em>look & feel</em> of native GTK applications:</p> <div style="text-align: center"> <?php |
From: Francesco M. <fr...@us...> - 2006-12-22 18:57:09
|
Update of /cvsroot/wxlua/wxLua/distrib/macbundle In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17169/distrib/macbundle Removed Files: wxLua.r.gz Log Message: hopefully fixed Mac builds adding the <mac-res> tags which were missing and a working wxlua.r resource file --- wxLua.r.gz DELETED --- |
From: Francesco M. <fr...@us...> - 2006-12-22 18:57:09
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17169/apps/build/bakefiles Modified Files: apps.bkl Log Message: hopefully fixed Mac builds adding the <mac-res> tags which were missing and a working wxlua.r resource file Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** apps.bkl 19 Dec 2006 22:24:11 -0000 1.46 --- apps.bkl 22 Dec 2006 18:57:02 -0000 1.47 *************** *** 119,122 **** --- 119,123 ---- <exename>wxlua</exename> <win32-res>wxlua/src/wxlua.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <wxlua-alllibs/> *************** *** 135,138 **** --- 136,140 ---- <exename>wxluaedit</exename> <win32-res>wxluaedit/src/wxluaedit.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <!-- Path to wxStedit headers & libs --> *************** *** 163,166 **** --- 165,169 ---- <exename>wxluacan</exename> <win32-res>wxluacan/src/cansim.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <!-- This app requires wxluasetup.h path --> *************** *** 181,184 **** --- 184,188 ---- <exename>wxluafreeze</exename> <win32-res>wxluafreeze/src/wxluafreeze.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <wxlua-allstdlibs/> |
From: Francesco M. <fr...@us...> - 2006-12-22 18:57:06
|
Update of /cvsroot/wxlua/wxLua/apps In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17169/apps Modified Files: Makefile.in Log Message: hopefully fixed Mac builds adding the <mac-res> tags which were missing and a working wxlua.r resource file Index: Makefile.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/Makefile.in,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** Makefile.in 19 Dec 2006 22:24:10 -0000 1.48 --- Makefile.in 22 Dec 2006 18:57:01 -0000 1.49 *************** *** 12,15 **** --- 12,16 ---- INSTALL = @INSTALL@ EXEEXT = @EXEEXT@ + REZ = @REZ@ SETFILE = @SETFILE@ STRIP = @STRIP@ *************** *** 99,103 **** @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(top_builddir)/bin/wxlua$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxlua___mac_setfilecmd = \ ! @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL $(top_builddir)/bin/wxlua$(EXEEXT) COND_PLATFORM_OS2_1___app_wxlua___os2_emxbindcmd = $(NM) wxlua$(EXEEXT) | if \ grep -q pmwin.763 ; then emxbind -ep wxlua$(EXEEXT) ; fi --- 100,108 ---- @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(top_builddir)/bin/wxlua$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxlua___mac_setfilecmd = \ ! @COND_PLATFORM_MAC_1@ $(SETFILE) -a C wxlua$(EXEEXT) ! COND_PLATFORM_MAC_1___app_wxlua___mac_rezcmd = $(REZ) -d __DARWIN__ -t APPL -i \ ! $(top_srcdir)/modules -i ./$(top_srcdir) -i $(LUA_DIR)/include -o \ ! wxlua$(EXEEXT) $(top_srcdir)/art/wxlua.r ! @COND_PLATFORM_MAC_1@__app_wxlua___mac_rezcmd = $(COND_PLATFORM_MAC_1___app_wxlua___mac_rezcmd) COND_PLATFORM_OS2_1___app_wxlua___os2_emxbindcmd = $(NM) wxlua$(EXEEXT) | if \ grep -q pmwin.763 ; then emxbind -ep wxlua$(EXEEXT) ; fi *************** *** 113,118 **** @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(top_builddir)/bin/wxluaedit$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxluaedit___mac_setfilecmd \ ! @COND_PLATFORM_MAC_1@ = $(SETFILE) -t APPL \ ! @COND_PLATFORM_MAC_1@ $(top_builddir)/bin/wxluaedit$(EXEEXT) COND_PLATFORM_OS2_1___app_wxluaedit___os2_emxbindcmd = $(NM) \ wxluaedit$(EXEEXT) | if grep -q pmwin.763 ; then emxbind -ep wxluaedit$(EXEEXT) ; fi --- 118,126 ---- @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(top_builddir)/bin/wxluaedit$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxluaedit___mac_setfilecmd \ ! @COND_PLATFORM_MAC_1@ = $(SETFILE) -a C wxluaedit$(EXEEXT) ! COND_PLATFORM_MAC_1___app_wxluaedit___mac_rezcmd = $(REZ) -d __DARWIN__ -t APPL \ ! -i $(top_srcdir)/modules -i ./$(top_srcdir) -i $(LUA_DIR)/include -o \ ! wxluaedit$(EXEEXT) $(top_srcdir)/art/wxlua.r ! @COND_PLATFORM_MAC_1@__app_wxluaedit___mac_rezcmd = $(COND_PLATFORM_MAC_1___app_wxluaedit___mac_rezcmd) COND_PLATFORM_OS2_1___app_wxluaedit___os2_emxbindcmd = $(NM) \ wxluaedit$(EXEEXT) | if grep -q pmwin.763 ; then emxbind -ep wxluaedit$(EXEEXT) ; fi *************** *** 127,132 **** @COND_USE_WXLUACANAPP_1@ $(top_builddir)/bin/wxluacan$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxluacan___mac_setfilecmd = \ ! @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL \ ! @COND_PLATFORM_MAC_1@ $(top_builddir)/bin/wxluacan$(EXEEXT) COND_PLATFORM_OS2_1___app_wxluacan___os2_emxbindcmd = $(NM) wxluacan$(EXEEXT) \ | if grep -q pmwin.763 ; then emxbind -ep wxluacan$(EXEEXT) ; fi --- 135,144 ---- @COND_USE_WXLUACANAPP_1@ $(top_builddir)/bin/wxluacan$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxluacan___mac_setfilecmd = \ ! @COND_PLATFORM_MAC_1@ $(SETFILE) -a C wxluacan$(EXEEXT) ! COND_PLATFORM_MAC_1___app_wxluacan___mac_rezcmd = $(REZ) -d __DARWIN__ -t APPL -i \ ! $(top_srcdir)/modules -i ./$(top_srcdir) -i $(LUA_DIR)/include -i \ ! $(top_srcdir)/modules/wxbind/setup -o wxluacan$(EXEEXT) \ ! $(top_srcdir)/art/wxlua.r ! @COND_PLATFORM_MAC_1@__app_wxluacan___mac_rezcmd = $(COND_PLATFORM_MAC_1___app_wxluacan___mac_rezcmd) COND_PLATFORM_OS2_1___app_wxluacan___os2_emxbindcmd = $(NM) wxluacan$(EXEEXT) \ | if grep -q pmwin.763 ; then emxbind -ep wxluacan$(EXEEXT) ; fi *************** *** 140,145 **** @COND_USE_WXLUAFREEZEAPP_1@ = $(top_builddir)/bin/wxluafreeze$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxluafreeze___mac_setfilecmd \ ! @COND_PLATFORM_MAC_1@ = $(SETFILE) -t APPL \ ! @COND_PLATFORM_MAC_1@ $(top_builddir)/bin/wxluafreeze$(EXEEXT) COND_PLATFORM_OS2_1___app_wxluafreeze___os2_emxbindcmd = $(NM) \ wxluafreeze$(EXEEXT) | if grep -q pmwin.763 ; then emxbind -ep \ --- 152,160 ---- @COND_USE_WXLUAFREEZEAPP_1@ = $(top_builddir)/bin/wxluafreeze$(EXEEXT) @COND_PLATFORM_MAC_1@__app_wxluafreeze___mac_setfilecmd \ ! @COND_PLATFORM_MAC_1@ = $(SETFILE) -a C wxluafreeze$(EXEEXT) ! COND_PLATFORM_MAC_1___app_wxluafreeze___mac_rezcmd = $(REZ) -d __DARWIN__ -t \ ! APPL -i $(top_srcdir)/modules -i ./$(top_srcdir) -i $(LUA_DIR)/include -o \ ! wxluafreeze$(EXEEXT) $(top_srcdir)/art/wxlua.r ! @COND_PLATFORM_MAC_1@__app_wxluafreeze___mac_rezcmd = $(COND_PLATFORM_MAC_1___app_wxluafreeze___mac_rezcmd) COND_PLATFORM_OS2_1___app_wxluafreeze___os2_emxbindcmd = $(NM) \ wxluafreeze$(EXEEXT) | if grep -q pmwin.763 ; then emxbind -ep \ *************** *** 194,198 **** @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@$(top_builddir)/bin/wxlua$(EXEEXT): $(APP_WXLUA_OBJECTS) $(__app_wxlua___win32rc) @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(CXX) -o $@ $(APP_WXLUA_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbindstc-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 $(WX_LIBS) ! @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(__app_wxlua___mac_setfilecmd) @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(__app_wxlua___os2_emxbindcmd) --- 209,213 ---- @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@$(top_builddir)/bin/wxlua$(EXEEXT): $(APP_WXLUA_OBJECTS) $(__app_wxlua___win32rc) @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(CXX) -o $@ $(APP_WXLUA_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbindstc-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 $(WX_LIBS) ! @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(__app_wxlua___mac_rezcmd) @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(__app_wxlua___mac_setfilecmd) @COND_USE_WXBINDSTC_1_USE_WXLUAAPP_1_USE_WXLUADEBUG_1@ $(__app_wxlua___os2_emxbindcmd) *************** *** 207,211 **** @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@$(top_builddir)/bin/wxluaedit$(EXEEXT): $(APP_WXLUAEDIT_OBJECTS) $(__app_wxluaedit___win32rc) @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(CXX) -o $@ $(APP_WXLUAEDIT_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbindstc-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 -lwx_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_stedit-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) $(WX_LIBS) ! @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(__app_wxluaedit___mac_setfilecmd) @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(__app_wxluaedit___os2_emxbindcmd) --- 222,226 ---- @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@$(top_builddir)/bin/wxluaedit$(EXEEXT): $(APP_WXLUAEDIT_OBJECTS) $(__app_wxluaedit___win32rc) @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(CXX) -o $@ $(APP_WXLUAEDIT_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbindstc-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 -lwx_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_stedit-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) $(WX_LIBS) ! @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(__app_wxluaedit___mac_rezcmd) @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(__app_wxluaedit___mac_setfilecmd) @COND_USE_WXBINDSTC_1_USE_WXLUAEDITAPP_1@ $(__app_wxluaedit___os2_emxbindcmd) *************** *** 220,224 **** @COND_USE_WXLUACANAPP_1@$(top_builddir)/bin/wxluacan$(EXEEXT): $(APP_WXLUACAN_OBJECTS) $(__app_wxluacan___win32rc) @COND_USE_WXLUACANAPP_1@ $(CXX) -o $@ $(APP_WXLUACAN_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 $(WX_LIBS) ! @COND_USE_WXLUACANAPP_1@ @COND_USE_WXLUACANAPP_1@ $(__app_wxluacan___mac_setfilecmd) @COND_USE_WXLUACANAPP_1@ $(__app_wxluacan___os2_emxbindcmd) --- 235,239 ---- @COND_USE_WXLUACANAPP_1@$(top_builddir)/bin/wxluacan$(EXEEXT): $(APP_WXLUACAN_OBJECTS) $(__app_wxluacan___win32rc) @COND_USE_WXLUACANAPP_1@ $(CXX) -o $@ $(APP_WXLUACAN_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 $(WX_LIBS) ! @COND_USE_WXLUACANAPP_1@ $(__app_wxluacan___mac_rezcmd) @COND_USE_WXLUACANAPP_1@ $(__app_wxluacan___mac_setfilecmd) @COND_USE_WXLUACANAPP_1@ $(__app_wxluacan___os2_emxbindcmd) *************** *** 233,237 **** @COND_USE_WXLUAFREEZEAPP_1@$(top_builddir)/bin/wxluafreeze$(EXEEXT): $(APP_WXLUAFREEZE_OBJECTS) $(__app_wxluafreeze___win32rc) @COND_USE_WXLUAFREEZEAPP_1@ $(CXX) -o $@ $(APP_WXLUAFREEZE_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 $(WX_LIBS) ! @COND_USE_WXLUAFREEZEAPP_1@ @COND_USE_WXLUAFREEZEAPP_1@ $(__app_wxluafreeze___mac_setfilecmd) @COND_USE_WXLUAFREEZEAPP_1@ $(__app_wxluafreeze___os2_emxbindcmd) --- 248,252 ---- @COND_USE_WXLUAFREEZEAPP_1@$(top_builddir)/bin/wxluafreeze$(EXEEXT): $(APP_WXLUAFREEZE_OBJECTS) $(__app_wxluafreeze___win32rc) @COND_USE_WXLUAFREEZEAPP_1@ $(CXX) -o $@ $(APP_WXLUAFREEZE_OBJECTS) $(LDFLAGS) -L$(top_builddir)/lib -L$(LUA_DIR)/lib $(LDFLAGS_GUI) $(LIBS) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxbind-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluasocket-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -lwxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxluadebug-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) -llua5.1 $(WX_LIBS) ! @COND_USE_WXLUAFREEZEAPP_1@ $(__app_wxluafreeze___mac_rezcmd) @COND_USE_WXLUAFREEZEAPP_1@ $(__app_wxluafreeze___mac_setfilecmd) @COND_USE_WXLUAFREEZEAPP_1@ $(__app_wxluafreeze___os2_emxbindcmd) |
From: Francesco M. <fr...@us...> - 2006-12-22 18:57:06
|
Update of /cvsroot/wxlua/wxLua/art In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17169/art Added Files: wxlua.r Log Message: hopefully fixed Mac builds adding the <mac-res> tags which were missing and a working wxlua.r resource file --- NEW FILE: wxlua.r --- data 'icns' (-16455, "Item Icon") { $"6963 6E73 0000 7747 4943 4E23 0000 0108" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0060 000F F078 000F F01C" $"000F FFDC 007F FFFC 07FF FFFC 1FFF FFFC" $"3FFF FFFC 7FFF FFF8 3FFF FFE0 1FFF FF80" $"03FF FF80 01FE 3F80 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 000F F0F0 000F F0F8 000F F03C" $"000F FFFC 01FF FFFC 0FFF FFDE 1FFF FFFE" $"39FF FFFE 61FF FFF8 79FF 7FF0 3FFF FFC0" $"0FFF FFC0 01FF 7FC0 01FF 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"696C 3332 0000 0412 FF00 FF00 A500 85FF" [...1873 lines suppressed...] $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 0000 0000 0000 0000 0000" $"0000 0000 0000 00" }; |
From: Francesco M. <fr...@us...> - 2006-12-22 18:41:47
|
Update of /cvsroot/wxlua/website/thumbnails In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11149/thumbnails Modified Files: wxlua_miscsamples_gtk2.png wxlua_miscsamples_mac.png wxlua_miscsamples_win.png wxlua_sudoku_gtk2.png wxluacan_gtk2.png wxluacan_mac.png wxluacan_win.png wxluaedit_scribble_gtk2.png wxluaedit_scribble_mac.png wxluaedit_scribble_win.png Added Files: wxlua_sudoku_mac.png Log Message: rewritten updatethumbs to use the 'convert' utility of ImageMagick toolsuite (easier to use and more reliable); updated all thumbs Index: wxlua_miscsamples_win.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxlua_miscsamples_win.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstwmlJ4 and /tmp/cvsqSbgKo differ Index: wxluaedit_scribble_mac.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxluaedit_scribble_mac.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLYL2k4 and /tmp/cvsVyovpo differ Index: wxluaedit_scribble_gtk2.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxluaedit_scribble_gtk2.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsp6dXE6 and /tmp/cvsfdeVMq differ Index: wxlua_sudoku_gtk2.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxlua_sudoku_gtk2.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs851vq8 and /tmp/cvsfPMuBs differ --- NEW FILE: wxlua_sudoku_mac.png --- (This appears to be a binary file; contents omitted.) Index: wxluacan_win.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxluacan_win.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsokrGNc and /tmp/cvsz90m2w differ Index: wxluacan_mac.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxluacan_mac.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYDKXUd and /tmp/cvsqGIgfy differ Index: wxlua_miscsamples_mac.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxlua_miscsamples_mac.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs9epIkg and /tmp/cvs79gYIA differ Index: wxluacan_gtk2.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxluacan_gtk2.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsKHGVSi and /tmp/cvsszAwlD differ Index: wxlua_miscsamples_gtk2.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxlua_miscsamples_gtk2.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsEvjfCr and /tmp/cvs1C8ijM differ Index: wxluaedit_scribble_win.png =================================================================== RCS file: /cvsroot/wxlua/website/thumbnails/wxluaedit_scribble_win.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsw0JDaF and /tmp/cvs14Q49Z differ |
From: Francesco M. <fr...@us...> - 2006-12-22 18:41:45
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11149 Modified Files: screenshots.php updateluasample.sh updatethumbs.sh Log Message: rewritten updatethumbs to use the 'convert' utility of ImageMagick toolsuite (easier to use and more reliable); updated all thumbs Index: updatethumbs.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatethumbs.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** updatethumbs.sh 5 Mar 2006 09:52:35 -0000 1.1 --- updatethumbs.sh 22 Dec 2006 18:41:40 -0000 1.2 *************** *** 1,49 **** ! #!/usr/bin/php -q ! <?php ! ! require_once('phpThumb/phpthumb.class.php'); ! ! // create 3 sizes of thumbnail ! foreach (glob("screenshots/*.png") as $filename) { ! echo "Processing $filename (size: " . (int)(filesize($filename)/1024) . " KB)...\n"; ! ! // Note: If you want to loop through and create multiple ! // thumbnails from different image sources, you should ! // create and dispose an instance of phpThumb() each time ! // through the loop and not reuse the object. ! $phpThumb = new phpThumb(); ! ! // set data ! $phpThumb->setSourceFilename($filename); ! // set parameters (see "URL Parameters" in phpthumb.readme.txt) ! $phpThumb->w = 100; ! // set options (see phpThumb.config.php) ! // here you must preface each option with "config_" ! $phpThumb->config_output_format = 'png'; ! // generate & output thumbnail ! $output_filename = 'thumbnails/' . basename($filename); ! if ($phpThumb->GenerateThumbnail()) { // this line is VERY important, do not remove it! ! if ($output_filename) { ! if ($phpThumb->RenderToFile($output_filename)) { ! // do something on success ! echo " ...rendered as $output_filename (size: " . (int)(filesize($output_filename)/1024) . " KB)\n"; ! } else { ! // do something with debug/error messages ! echo " ...failed:".implode("\n\n", $phpThumb->debugmessages)."\n"; ! } ! } else { ! //$phpThumb->OutputThumbnail(); ! } ! } else { ! // do something with debug/error messages ! echo " ...failed:".implode("\n\n", $phpThumb->debugmessages)."\n"; ! } ! // remember to unset the object each time through the loop ! unset($phpThumb); ! } ! ?> \ No newline at end of file --- 1,30 ---- ! #!/bin/bash ! test=`convert --version >/dev/null 2>&1` ! if [ "$?" != "0" ]; then ! echo Cannot find the 'convert' executable which is required; >&2 ! echo download and install it from http://www.imagemagick.org/script/index.php >&2 ! exit 1 ! fi ! # uses the very good source highlighting package which can be ! # downloaded from: ! # http://www.gnu.org/software/src-highlite/ ! # (Some Linux distro do package it in binary form) ! for filename in `ls screenshots/*.png`; do ! size=`du -h $filename | awk '{print $1;}'` ! echo "Processing $filename (size: $size)..." ! # generate & output thumbnail ! output_filename="thumbnails/`basename $filename`"; ! convert $filename -resize 100 $output_filename ! if test $? = 0; then ! size=`du -h $output_filename | awk '{print $1;}'` ! echo " ...rendered as $output_filename (size: $size)..."; ! else ! echo "Thumbnail generation failed. Stopping." ! exit 1 ! fi ! done Index: updateluasample.sh =================================================================== RCS file: /cvsroot/wxlua/website/updateluasample.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** updateluasample.sh 5 Mar 2006 09:52:34 -0000 1.2 --- updateluasample.sh 22 Dec 2006 18:41:40 -0000 1.3 *************** *** 11,14 **** # downloaded from: # http://www.gnu.org/software/src-highlite/ ! # source-highlight -s lua -f xhtml luasample.lua --- 11,14 ---- # downloaded from: # http://www.gnu.org/software/src-highlite/ ! # (Some Linux distro do package it in binary form) source-highlight -s lua -f xhtml luasample.lua Index: screenshots.php =================================================================== RCS file: /cvsroot/wxlua/website/screenshots.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** screenshots.php 22 Dec 2006 13:54:09 -0000 1.15 --- screenshots.php 22 Dec 2006 18:41:40 -0000 1.16 *************** *** 6,10 **** include_once("header.inc.php"); ! function write_screenshot($url, $title) { echo "<a href='screenshots/$url'>"; echo "<img src='thumbnails/$url' style='float:inherit' alt='$title' title='$title'/>"; --- 6,11 ---- include_once("header.inc.php"); ! function write_screenshot($url, $title) ! { echo "<a href='screenshots/$url'>"; echo "<img src='thumbnails/$url' style='float:inherit' alt='$title' title='$title'/>"; *************** *** 17,23 **** <div style="text-align: center"> <?php ! write_screenshot("wxluacan_win.png", "The wxLuaCan sample (in wxMSW)"); ! write_screenshot("wxluaedit_scribble_win.png", "The scribble sample and wxLuaEdit showing scribble sources (in wxMSW)"); ! write_screenshot("wxlua_miscsamples_win.png", "Some miscellaneous samples (in wxMSW)"); ?> </div> --- 18,27 ---- <div style="text-align: center"> <?php ! write_screenshot("wxluacan_win.png", ! "The wxLuaCan sample (in wxMSW)"); ! write_screenshot("wxluaedit_scribble_win.png", ! "The scribble sample and wxLuaEdit showing scribble sources (in wxMSW)"); ! write_screenshot("wxlua_miscsamples_win.png", ! "Some miscellaneous samples (in wxMSW)"); ?> </div> *************** *** 29,36 **** <div style="text-align: center"> <?php ! write_screenshot("wxluacan_gtk2.png", "The wxLuaCan sample (in wxGTK2)"); ! write_screenshot("wxluaedit_scribble_gtk2.png", "The scribble sample and wxLuaEdit showing scribble sources (in wxGTK2)"); ! write_screenshot("wxlua_miscsamples_gtk2.png", "Some miscellaneous samples (in wxGTK2)"); ! write_screenshot("wxlua_sudoku_gtk2.png", "wxLuaSudoku (in wxGTK2)"); ?> </div> --- 33,44 ---- <div style="text-align: center"> <?php ! write_screenshot("wxluacan_gtk2.png", ! "The wxLuaCan sample (in wxGTK2)"); ! write_screenshot("wxluaedit_scribble_gtk2.png", ! "The scribble sample and wxLuaEdit showing scribble sources (in wxGTK2)"); ! write_screenshot("wxlua_miscsamples_gtk2.png", ! "Some miscellaneous samples (in wxGTK2)"); ! write_screenshot("wxlua_sudoku_gtk2.png", ! "wxLuaSudoku (in wxGTK2)"); ?> </div> *************** *** 40,47 **** <div style="text-align: center"> <?php ! write_screenshot("wxluacan_mac.png", "The wxLuaCan sample (in wxMac)"); ! write_screenshot("wxluaedit_scribble_mac.png", "The scribble sample and wxLuaEdit showing scribble sources (in wxMac)"); ! write_screenshot("wxlua_miscsamples_mac.png", "Some miscellaneous samples (in wxMac)"); ! write_screenshot("wxlua_sudoku_mac.png", "wxLuaSudoku (in wxMac)"); ?> </div> --- 48,59 ---- <div style="text-align: center"> <?php ! write_screenshot("wxluacan_mac.png", ! "The wxLuaCan sample (in wxMac)"); ! write_screenshot("wxluaedit_scribble_mac.png", ! "The scribble sample and wxLuaEdit showing scribble sources (in wxMac)"); ! write_screenshot("wxlua_miscsamples_mac.png", ! "Some miscellaneous samples (in wxMac)"); ! write_screenshot("wxlua_sudoku_mac.png", ! "wxLuaSudoku (in wxMac)"); ?> </div> |
From: Francesco M. <fr...@us...> - 2006-12-22 14:06:21
|
Update of /cvsroot/wxlua/website/screenshots In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29826 Added Files: wxlua_sudoku_mac.png Log Message: readded with right type (damned -kb flag, grrrr) --- NEW FILE: wxlua_sudoku_mac.png --- (This appears to be a binary file; contents omitted.) |
From: Francesco M. <fr...@us...> - 2006-12-22 14:05:30
|
Update of /cvsroot/wxlua/website/screenshots In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29416 Removed Files: wxlua_sudoku_mac.png Log Message: remove screenshot added with wrong type --- wxlua_sudoku_mac.png DELETED --- |
From: Francesco M. <fr...@us...> - 2006-12-22 13:54:15
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25568 Modified Files: screenshots.php Log Message: added/renewed Mac screenshots Index: screenshots.php =================================================================== RCS file: /cvsroot/wxlua/website/screenshots.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** screenshots.php 21 May 2006 13:20:22 -0000 1.14 --- screenshots.php 22 Dec 2006 13:54:09 -0000 1.15 *************** *** 43,46 **** --- 43,47 ---- write_screenshot("wxluaedit_scribble_mac.png", "The scribble sample and wxLuaEdit showing scribble sources (in wxMac)"); write_screenshot("wxlua_miscsamples_mac.png", "Some miscellaneous samples (in wxMac)"); + write_screenshot("wxlua_sudoku_mac.png", "wxLuaSudoku (in wxMac)"); ?> </div> |
From: Francesco M. <fr...@us...> - 2006-12-22 13:54:15
|
Update of /cvsroot/wxlua/website/screenshots In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25568/screenshots Modified Files: wxlua_miscsamples_mac.png wxluacan_mac.png wxluaedit_scribble_mac.png Added Files: wxlua_sudoku_mac.png Log Message: added/renewed Mac screenshots --- NEW FILE: wxlua_sudoku_mac.png --- (This appears to be a binary file; contents omitted.) Index: wxluacan_mac.png =================================================================== RCS file: /cvsroot/wxlua/website/screenshots/wxluacan_mac.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsiL90iF and /tmp/cvsBjhb50 differ Index: wxlua_miscsamples_mac.png =================================================================== RCS file: /cvsroot/wxlua/website/screenshots/wxlua_miscsamples_mac.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvswYl2aK and /tmp/cvs3bkU55 differ Index: wxluaedit_scribble_mac.png =================================================================== RCS file: /cvsroot/wxlua/website/screenshots/wxluaedit_scribble_mac.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsK6ayjS and /tmp/cvsaIphCe differ |
From: Francesco M. <fr...@us...> - 2006-12-22 13:12:54
|
Update of /cvsroot/wxlua/website/images In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9559 Modified Files: wxlualogo.svg Added Files: lualogo.svg Log Message: now wxlualogo is completely autonomous --- NEW FILE: lualogo.svg --- <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <!-- Creator: CorelDRAW --> <svg xmlns="http://www.w3.org/2000/svg" xmlns:odm="http://product.corel.com/CGS/11/cddns/" xml:space="preserve" width="200px" height="196px" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" viewBox="0 0 200 196"> <g id="Layer 1"> <path fill="none" stroke="#858585" stroke-width="3" stroke-dasharray="5 8" d="M173 61c6,11 10,25 10,39 0,46 -38,84 -84,84 -46,0 -84,-38 -84,-84 0,-46 38,-84 84,-84 14,0 27,3 39,10"/> <circle fill="#000080" cx="99" cy="100" r="65"/> <circle fill="#FFFFFF" cx="125" cy="73" r="19"/> <circle fill="#000080" cx="163" cy="35" r="19"/> <text x="49" y="132" fill="#FFFFFF" font-weight="normal" font-size="60" font-family="Arial">Lua</text> </g> </svg> Index: wxlualogo.svg =================================================================== RCS file: /cvsroot/wxlua/website/images/wxlualogo.svg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxlualogo.svg 20 Dec 2006 12:15:39 -0000 1.1 --- wxlualogo.svg 22 Dec 2006 13:12:47 -0000 1.2 *************** *** 10,20 **** xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" ! width="525" ! height="380" id="svg2" sodipodi:version="0.32" inkscape:version="0.44" ! sodipodi:docbase="/home/frm/Desktop" ! sodipodi:docname="wxLua.svg" inkscape:export-filename="/home/tierra/Desktop/blocks.png" inkscape:export-xdpi="72" --- 10,20 ---- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" ! width="898.612" ! height="350.80908" id="svg2" sodipodi:version="0.32" inkscape:version="0.44" ! sodipodi:docbase="/home/frm/work/wxLuaWebsite/images" ! sodipodi:docname="wxlualogo.svg" inkscape:export-filename="/home/tierra/Desktop/blocks.png" inkscape:export-xdpi="72" *************** *** 22,191 **** version="1.0"> <defs ! id="defs4"> ! <linearGradient ! id="linearGradient6854"> ! <stop ! style="stop-color:#ffffe0;stop-opacity:1;" ! offset="0" ! id="stop6856" /> ! <stop ! style="stop-color:#ffff00;stop-opacity:1;" ! offset="1" ! id="stop6858" /> ! </linearGradient> ! <linearGradient ! id="linearGradient6848"> ! <stop ! style="stop-color:#0000ff;stop-opacity:1;" ! offset="0" ! id="stop6850" /> ! <stop ! style="stop-color:#e0e0ff;stop-opacity:1;" ! offset="1" ! id="stop6852" /> ! </linearGradient> ! <linearGradient ! id="linearGradient4073"> ! <stop ! style="stop-color:#ffffff;stop-opacity:1;" ! offset="0" ! id="stop4075" /> ! <stop ! style="stop-color:#ffffff;stop-opacity:0;" ! offset="1" ! id="stop4077" /> ! </linearGradient> ! <linearGradient ! id="linearGradient8721"> ! <stop ! style="stop-color:#ff0000;stop-opacity:1;" ! offset="0" ! id="stop12145" /> ! <stop ! id="stop8725" ! offset="1" ! style="stop-color:#ffe0e0;stop-opacity:1;" /> ! </linearGradient> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient33657" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545556,0,0,0.350255,-38.51666,72.6073)" ! x1="139.43112" ! y1="520.74255" ! x2="222.73912" ! y2="520.74255" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient8721" ! id="linearGradient33661" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.000031,0,0,1.000031,-45.00832,-319.1057)" ! x1="221.01576" ! y1="674.0849" ! x2="119.92342" ! y2="474.09103" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient33664" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,91.4834,-57.3926)" ! x1="139.62971" ! y1="520.74225" ! x2="222.73819" ! y2="520.74225" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6848" ! id="linearGradient33668" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,-90.28301,-537.514)" ! x1="296.20334" ! y1="571.52942" ! x2="220.84492" ! y2="421.62283" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient33671" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,236.4833,37.6074)" ! x1="139.43103" ! y1="520.74225" ! x2="222.73837" ! y2="520.74225" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6854" ! id="linearGradient33675" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,54.71699,-442.514)" ! x1="221.02206" ! y1="421.6228" ! x2="296.72556" ! y2="571.52942" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient8721" ! id="linearGradient5628" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.000031,0,0,1.000031,-45.00832,-319.1057)" ! x1="221.01576" ! y1="674.0849" ! x2="119.92342" ! y2="474.09103" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient5630" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545556,0,0,0.350255,-38.51666,72.6073)" ! x1="139.43112" ! y1="520.74255" ! x2="222.73912" ! y2="520.74255" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6848" ! id="linearGradient5632" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,-90.28301,-537.514)" ! x1="296.20334" ! y1="571.52942" ! x2="220.84492" ! y2="421.62283" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient5634" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,91.4834,-57.3926)" ! x1="139.62971" ! y1="520.74225" ! x2="222.73819" ! y2="520.74225" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6854" ! id="linearGradient5636" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,54.71699,-442.514)" ! x1="221.02206" ! y1="421.6228" ! x2="296.72556" ! y2="571.52942" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient5638" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,236.4833,37.6074)" ! x1="139.43103" ! y1="520.74225" ! x2="222.73837" ! y2="520.74225" /> ! </defs> <sodipodi:namedview id="base" --- 22,196 ---- version="1.0"> <defs ! id="defs4"><linearGradient ! id="linearGradient6854"> ! <stop ! style="stop-color:#ffffe0;stop-opacity:1;" ! offset="0" ! id="stop6856" /> ! <stop ! style="stop-color:#ffff00;stop-opacity:1;" ! offset="1" ! id="stop6858" /> ! </linearGradient> ! <linearGradient ! id="linearGradient6848"> ! <stop ! style="stop-color:#0000ff;stop-opacity:1;" ! offset="0" ! id="stop6850" /> ! <stop ! style="stop-color:#e0e0ff;stop-opacity:1;" ! offset="1" ! id="stop6852" /> ! </linearGradient> ! <linearGradient ! id="linearGradient4073"> ! <stop ! style="stop-color:#ffffff;stop-opacity:1;" ! offset="0" ! id="stop4075" /> ! <stop ! style="stop-color:#ffffff;stop-opacity:0;" ! offset="1" ! id="stop4077" /> ! </linearGradient> ! <linearGradient ! id="linearGradient8721"> ! <stop ! style="stop-color:#ff0000;stop-opacity:1;" ! offset="0" ! id="stop12145" /> ! <stop ! id="stop8725" ! offset="1" ! style="stop-color:#ffe0e0;stop-opacity:1;" /> ! </linearGradient> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient33657" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545556,0,0,0.350255,-38.51666,72.6073)" ! x1="139.43112" ! y1="520.74255" ! x2="222.73912" ! y2="520.74255" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient8721" ! id="linearGradient33661" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.000031,0,0,1.000031,-45.00832,-319.1057)" ! x1="221.01576" ! y1="674.0849" ! x2="119.92342" ! y2="474.09103" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient33664" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,91.4834,-57.3926)" ! x1="139.62971" ! y1="520.74225" ! x2="222.73819" ! y2="520.74225" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6848" ! id="linearGradient33668" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,-90.28301,-537.514)" ! x1="296.20334" ! y1="571.52942" ! x2="220.84492" ! y2="421.62283" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient33671" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,236.4833,37.6074)" ! x1="139.43103" ! y1="520.74225" ! x2="222.73837" ! y2="520.74225" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6854" ! id="linearGradient33675" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,54.71699,-442.514)" ! x1="221.02206" ! y1="421.6228" ! x2="296.72556" ! y2="571.52942" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient8721" ! id="linearGradient5628" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.000031,0,0,1.000031,-45.00832,-319.1057)" ! x1="221.01576" ! y1="674.0849" ! x2="119.92342" ! y2="474.09103" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient5630" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545556,0,0,0.350255,-38.51666,72.6073)" ! x1="139.43112" ! y1="520.74255" ! x2="222.73912" ! y2="520.74255" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6848" ! id="linearGradient5632" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,-90.28301,-537.514)" ! x1="296.20334" ! y1="571.52942" ! x2="220.84492" ! y2="421.62283" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient5634" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,91.4834,-57.3926)" ! x1="139.62971" ! y1="520.74225" ! x2="222.73819" ! y2="520.74225" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient6854" ! id="linearGradient5636" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(1.334164,0,0,1.334164,54.71699,-442.514)" ! x1="221.02206" ! y1="421.6228" ! x2="296.72556" ! y2="571.52942" /> ! <linearGradient ! inkscape:collect="always" ! xlink:href="#linearGradient4073" ! id="linearGradient5638" ! gradientUnits="userSpaceOnUse" ! gradientTransform="matrix(0.545558,0,0,0.350255,236.4833,37.6074)" ! x1="139.43103" ! y1="520.74225" ! x2="222.73837" ! y2="520.74225" /> ! ! ! ! ! ! ! </defs> <sodipodi:namedview id="base" *************** *** 197,203 **** inkscape:zoom="0.70710678" inkscape:cx="471.58665" ! inkscape:cy="327.91412" inkscape:document-units="px" ! inkscape:current-layer="layer3" showguides="true" inkscape:guide-bbox="true" --- 202,208 ---- inkscape:zoom="0.70710678" inkscape:cx="471.58665" ! inkscape:cy="225.24686" inkscape:document-units="px" ! inkscape:current-layer="layer4" showguides="true" inkscape:guide-bbox="true" *************** *** 252,261 **** id="layer2" inkscape:label="Red" ! style="display:inline" /> <g inkscape:groupmode="layer" id="layer3" inkscape:label="Blue" ! style="display:inline"> <g id="g7440" --- 257,268 ---- id="layer2" inkscape:label="Red" ! style="display:inline" ! transform="translate(-32.3098,-10.9441)" /> <g inkscape:groupmode="layer" id="layer3" inkscape:label="Blue" ! style="display:inline" ! transform="translate(-32.3098,-10.9441)"> <g id="g7440" *************** *** 316,437 **** inkscape:groupmode="layer" id="layer4" ! inkscape:label="Yellow"> <g ! id="g5608" ! transform="translate(200.8183,1.414197)" ! inkscape:export-xdpi="18.049999" ! inkscape:export-ydpi="18.049999"> <g ! id="g5577"> <path ! sodipodi:type="arc" ! style="fill:none;stroke:black;stroke-width:2.99991989;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.99991984, 8.99975952;stroke-dashoffset:0;stroke-opacity:1;display:inline" ! id="path2858" ! sodipodi:cx="34" ! sodipodi:cy="279" ! sodipodi:rx="160" ! sodipodi:ry="160" ! d="M 194 279 A 160 160 0 1 1 -126,279 A 160 160 0 1 1 194 279 z" ! transform="matrix(1.023771,0,0,1.023771,-37.97774,-90.6321)" /> <path ! sodipodi:type="arc" ! style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;display:inline" ! id="path2847" ! sodipodi:cx="24.5" ! sodipodi:cy="186.5" ! sodipodi:rx="146.5" ! sodipodi:ry="146.5" ! d="M 171 186.5 A 146.5 146.5 0 1 1 -122,186.5 A 146.5 146.5 0 1 1 171 186.5 z" ! transform="translate(-27.66953,8.500009)" /> <path ! sodipodi:type="arc" ! style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;display:inline" ! id="path2849" ! sodipodi:cx="21" ! sodipodi:cy="174" ! sodipodi:rx="42" ! sodipodi:ry="84" ! d="M 63 174 A 42 84 0 1 1 -21,174 A 42 84 0 1 1 63 174 z" ! transform="translate(-24.16953,21.00001)" /> ! <g ! id="g2051" ! transform="matrix(0.5,0,0,0.5,-134.4196,100)"> ! <path ! id="rect1393" ! d="M 69.33962,154.99997 L 180.66039,154.99997 C 205.22454,154.99997 225,174.77544 225,199.33959 L 225,310.66037 C 225,335.22451 205.22454,354.99998 180.66039,354.99998 L 69.33962,354.99998 C 44.775476,354.99998 25,335.22451 25,310.66037 L 25,199.33959 C 25,174.77544 44.775476,154.99997 69.33962,154.99997 z " ! style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" /> ! <path ! id="path2231" ! d="M 182.05654,230.00562 C 133.52565,230.53078 120.26069,286.69673 77.15765,287.25526 C 58.52185,287.49067 42.627272,274.70086 25.000051,259.55648 L 25.000051,311.20874 C 25.000051,335.45743 44.796904,355.00001 69.36112,354.99998 L 180.68067,354.99998 C 205.24489,354.99998 225.00005,335.45745 225.00005,311.20874 L 225.00005,240.95343 C 212.96769,234.34675 199.0342,229.81756 182.05654,230.00562 z " ! style="opacity:0.25;fill:red;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> ! <rect ! rx="17.032595" ! ry="17.032595" ! y="179.99998" ! x="50" ! height="150" ! width="33" ! id="rect3182" ! style="fill:url(#linearGradient5630);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" /> ! <path ! sodipodi:nodetypes="ccccccccc" ! id="path37247" ! d="M 69.46811,161.34322 L 180.66022,161.34322 C 201.78838,161.34322 218.65712,178.22195 218.65712,199.34917 L 218.65712,310.66948 C 218.65712,331.80447 201.79163,348.657 180.66022,348.657 L 69.3399,348.657 C 48.208398,348.657 31.343,331.79658 31.343,310.66948 L 31.343,199.31104 C 31.343,178.17908 48.33351,161.34322 69.46811,161.34322 z " ! style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:maroon;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" /> ! <path ! id="path5922" ! d="M 199.33962,24.99998 L 310.6604,24.99998 C 335.22455,24.99998 355,44.77545 355,69.33958 L 355,180.66037 C 355,205.22451 335.22455,224.99998 310.6604,224.99998 L 199.33962,224.99998 C 174.77548,224.99998 155,205.22451 155,180.66037 L 155,69.33958 C 155,44.77545 174.77548,24.99998 199.33962,24.99998 z " ! style="fill:url(#linearGradient5632);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.28099823;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.37647059;display:inline" /> ! <path ! id="path5924" ! d="M 312.05649,100.00562 C 263.5256,100.5308 250.26065,156.69674 207.1576,157.25527 C 188.52179,157.49067 172.62722,144.70086 155,129.55648 L 155,181.20875 C 155,205.45743 174.79685,225.00001 199.36106,224.99998 L 310.68063,224.99998 C 335.24483,224.99998 355,205.45745 355,181.20875 L 355,110.95344 C 342.96764,104.34675 329.03415,99.81756 312.05649,100.00562 z " ! style="opacity:0.25;fill:blue;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> ! <rect ! rx="17.032595" ! ry="17.032595" ! y="49.999981" ! x="180" ! height="150" ! width="33" ! id="rect5926" ! style="fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" /> ! <path ! style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:navy;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" ! d="M 199.46811,31.34322 L 310.66022,31.34322 C 331.78838,31.34322 348.65712,48.22195 348.65712,69.34917 L 348.65712,180.66948 C 348.65712,201.80447 331.79163,218.657 310.66022,218.657 L 199.3399,218.657 C 178.2084,218.657 161.343,201.79658 161.343,180.66948 L 161.343,69.31104 C 161.343,48.17908 178.33351,31.34322 199.46811,31.34322 z " ! id="path41636" ! sodipodi:nodetypes="ccccccccc" /> ! <path ! id="path5936" ! d="M 344.33962,119.99997 L 455.66039,119.99997 C 480.22454,119.99997 500,139.77544 500,164.33959 L 500,275.66037 C 500,300.22451 480.22454,319.99998 455.66039,319.99998 L 344.33962,319.99998 C 319.77547,319.99998 300,300.22451 300,275.66037 L 300,164.33959 C 300,139.77544 319.77547,119.99997 344.33962,119.99997 z " ! style="fill:url(#linearGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.28144073;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.37647059;display:inline" /> ! <path ! id="path5938" ! d="M 457.05649,195.00562 C 408.5256,195.53079 395.26065,251.69673 352.1576,252.25526 C 333.52179,252.49067 317.62722,239.70086 300,224.55647 L 300,276.20875 C 300,300.45743 319.79685,320.00001 344.36106,319.99998 L 455.68063,319.99998 C 480.24484,319.99998 500,300.45745 500,276.20875 L 500,205.95343 C 487.96764,199.34674 474.03416,194.81756 457.05649,195.00562 z " ! style="opacity:0.25;fill:#c0c000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> ! <rect ! rx="17.032595" ! ry="17.032595" ! y="144.99998" ! x="325" ! height="150" ! width="33" ! id="rect5940" ! style="fill:url(#linearGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" /> ! <path ! sodipodi:nodetypes="ccccccccc" ! id="path42512" ! d="M 344.46811,126.34322 L 455.66022,126.34322 C 476.78838,126.34322 493.65712,143.22195 493.65712,164.34917 L 493.65712,275.66948 C 493.65712,296.80447 476.79163,313.657 455.66022,313.657 L 344.3399,313.657 C 323.2084,313.657 306.343,296.79658 306.343,275.66948 L 306.343,164.31104 C 306.343,143.17908 323.33351,126.34322 344.46811,126.34322 z " ! style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:olive;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" /> ! </g> </g> ! <image ! xlink:href="lua-256x256.png" ! sodipodi:absref="/home/frm/Desktop/lua-256x256.png" ! width="179.2" ! height="179.2" ! id="image2040" ! x="22.315826" ! y="-21.525955" ! style="display:inline" /> </g> </g> --- 323,464 ---- inkscape:groupmode="layer" id="layer4" ! inkscape:label="Yellow" ! transform="translate(-32.3098,-10.9441)"> <g ! id="g5577" ! transform="translate(200.8183,1.414197)"> ! <path ! transform="matrix(1.023771,0,0,1.023771,-37.97774,-90.6321)" ! d="M 194 279 A 160 160 0 1 1 -126,279 A 160 160 0 1 1 194 279 z" ! sodipodi:ry="160" ! sodipodi:rx="160" ! sodipodi:cy="279" ! sodipodi:cx="34" ! id="path2858" ! style="fill:none;stroke:black;stroke-width:2.99991989;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.99991984, 8.99975952;stroke-dashoffset:0;stroke-opacity:1;display:inline" ! sodipodi:type="arc" /> ! <path ! transform="translate(-27.66953,8.500009)" ! d="M 171 186.5 A 146.5 146.5 0 1 1 -122,186.5 A 146.5 146.5 0 1 1 171 186.5 z" ! sodipodi:ry="146.5" ! sodipodi:rx="146.5" ! sodipodi:cy="186.5" ! sodipodi:cx="24.5" ! id="path2847" ! style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;display:inline" ! sodipodi:type="arc" /> ! <path ! transform="translate(-24.16953,21.00001)" ! d="M 63 174 A 42 84 0 1 1 -21,174 A 42 84 0 1 1 63 174 z" ! sodipodi:ry="84" ! sodipodi:rx="42" ! sodipodi:cy="174" ! sodipodi:cx="21" ! id="path2849" ! style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;display:inline" ! sodipodi:type="arc" /> <g ! transform="matrix(0.5,0,0,0.5,-134.4196,100)" ! id="g2051"> <path ! style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" ! d="M 69.33962,154.99997 L 180.66039,154.99997 C 205.22454,154.99997 225,174.77544 225,199.33959 L 225,310.66037 C 225,335.22451 205.22454,354.99998 180.66039,354.99998 L 69.33962,354.99998 C 44.775476,354.99998 25,335.22451 25,310.66037 L 25,199.33959 C 25,174.77544 44.775476,154.99997 69.33962,154.99997 z " ! id="rect1393" /> <path ! style="opacity:0.25;fill:red;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" ! d="M 182.05654,230.00562 C 133.52565,230.53078 120.26069,286.69673 77.15765,287.25526 C 58.52185,287.49067 42.627272,274.70086 25.000051,259.55648 L 25.000051,311.20874 C 25.000051,335.45743 44.796904,355.00001 69.36112,354.99998 L 180.68067,354.99998 C 205.24489,354.99998 225.00005,335.45745 225.00005,311.20874 L 225.00005,240.95343 C 212.96769,234.34675 199.0342,229.81756 182.05654,230.00562 z " ! id="path2231" /> ! <rect ! style="fill:url(#linearGradient5630);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" ! id="rect3182" ! width="33" ! height="150" ! x="50" ! y="179.99998" ! ry="17.032595" ! rx="17.032595" /> <path ! style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:maroon;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" ! d="M 69.46811,161.34322 L 180.66022,161.34322 C 201.78838,161.34322 218.65712,178.22195 218.65712,199.34917 L 218.65712,310.66948 C 218.65712,331.80447 201.79163,348.657 180.66022,348.657 L 69.3399,348.657 C 48.208398,348.657 31.343,331.79658 31.343,310.66948 L 31.343,199.31104 C 31.343,178.17908 48.33351,161.34322 69.46811,161.34322 z " ! id="path37247" ! sodipodi:nodetypes="ccccccccc" /> ! <path ! style="fill:url(#linearGradient5632);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.28099823;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.37647059;display:inline" ! d="M 199.33962,24.99998 L 310.6604,24.99998 C 335.22455,24.99998 355,44.77545 355,69.33958 L 355,180.66037 C 355,205.22451 335.22455,224.99998 310.6604,224.99998 L 199.33962,224.99998 C 174.77548,224.99998 155,205.22451 155,180.66037 L 155,69.33958 C 155,44.77545 174.77548,24.99998 199.33962,24.99998 z " ! id="path5922" /> ! <path ! style="opacity:0.25;fill:blue;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" ! d="M 312.05649,100.00562 C 263.5256,100.5308 250.26065,156.69674 207.1576,157.25527 C 188.52179,157.49067 172.62722,144.70086 155,129.55648 L 155,181.20875 C 155,205.45743 174.79685,225.00001 199.36106,224.99998 L 310.68063,224.99998 C 335.24483,224.99998 355,205.45745 355,181.20875 L 355,110.95344 C 342.96764,104.34675 329.03415,99.81756 312.05649,100.00562 z " ! id="path5924" /> ! <rect ! style="fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" ! id="rect5926" ! width="33" ! height="150" ! x="180" ! y="49.999981" ! ry="17.032595" ! rx="17.032595" /> ! <path ! sodipodi:nodetypes="ccccccccc" ! id="path41636" ! d="M 199.46811,31.34322 L 310.66022,31.34322 C 331.78838,31.34322 348.65712,48.22195 348.65712,69.34917 L 348.65712,180.66948 C 348.65712,201.80447 331.79163,218.657 310.66022,218.657 L 199.3399,218.657 C 178.2084,218.657 161.343,201.79658 161.343,180.66948 L 161.343,69.31104 C 161.343,48.17908 178.33351,31.34322 199.46811,31.34322 z " ! style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:navy;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" /> ! <path ! style="fill:url(#linearGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.28144073;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.37647059;display:inline" ! d="M 344.33962,119.99997 L 455.66039,119.99997 C 480.22454,119.99997 500,139.77544 500,164.33959 L 500,275.66037 C 500,300.22451 480.22454,319.99998 455.66039,319.99998 L 344.33962,319.99998 C 319.77547,319.99998 300,300.22451 300,275.66037 L 300,164.33959 C 300,139.77544 319.77547,119.99997 344.33962,119.99997 z " ! id="path5936" /> ! <path ! style="opacity:0.25;fill:#c0c000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" ! d="M 457.05649,195.00562 C 408.5256,195.53079 395.26065,251.69673 352.1576,252.25526 C 333.52179,252.49067 317.62722,239.70086 300,224.55647 L 300,276.20875 C 300,300.45743 319.79685,320.00001 344.36106,319.99998 L 455.68063,319.99998 C 480.24484,319.99998 500,300.45745 500,276.20875 L 500,205.95343 C 487.96764,199.34674 474.03416,194.81756 457.05649,195.00562 z " ! id="path5938" /> ! <rect ! style="fill:url(#linearGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" ! id="rect5940" ! width="33" ! height="150" ! x="325" ! y="144.99998" ! ry="17.032595" ! rx="17.032595" /> ! <path ! style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:olive;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" ! d="M 344.46811,126.34322 L 455.66022,126.34322 C 476.78838,126.34322 493.65712,143.22195 493.65712,164.34917 L 493.65712,275.66948 C 493.65712,296.80447 476.79163,313.657 455.66022,313.657 L 344.3399,313.657 C 323.2084,313.657 306.343,296.79658 306.343,275.66948 L 306.343,164.31104 C 306.343,143.17908 323.33351,126.34322 344.46811,126.34322 z " ! id="path42512" ! sodipodi:nodetypes="ccccccccc" /> </g> ! </g> ! <g ! id="g2250" ! transform="translate(-459.6194,226.2742)"> ! <circle ! transform="translate(673.1606,-250.3301)" ! id="circle2226" ! r="65" ! cy="100" ! cx="99" ! sodipodi:cx="99" ! sodipodi:cy="100" ! sodipodi:rx="65" ! sodipodi:ry="65" ! style="fill:navy" /> ! <circle ! transform="translate(673.1606,-250.3301)" ! id="circle2228" ! r="19" ! cy="73" ! cx="125" ! sodipodi:cx="125" ! sodipodi:cy="73" ! sodipodi:rx="19" ! sodipodi:ry="19" ! style="fill:white" /> ! <text ! id="text2232" ! font-size="60" ! font-weight="normal" ! y="-118.3301" ! x="722.16058" ! style="font-size:60px;font-weight:normal;fill:white;font-family:Arial">Lua</text> </g> </g> |
Update of /cvsroot/wxlua/wxLua/samples In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9752/wxLua/samples Modified Files: coroutine.wx.lua debug.wx.lua grid.wx.lua htmlwin.wx.lua printing.wx.lua tree.wx.lua wxluasudoku.wx.lua Log Message: fix samples for stricter parameter checking Index: debug.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/debug.wx.lua,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** debug.wx.lua 2 Nov 2006 23:38:09 -0000 1.8 --- debug.wx.lua 21 Dec 2006 20:14:20 -0000 1.9 *************** *** 460,464 **** end ! main() ! --fred() --- 460,466 ---- end ! --main() ! wx.wxMessageBox("This sample is under construction and does nothing.", ! "Welcome to Debug demo", ! wx.wxICON_INFORMATION + wx.wxOK) Index: wxluasudoku.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/wxluasudoku.wx.lua,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** wxluasudoku.wx.lua 22 Nov 2006 21:13:56 -0000 1.59 --- wxluasudoku.wx.lua 21 Dec 2006 20:14:21 -0000 1.60 *************** *** 1554,1558 **** <meta name="generator" content= "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org"> - <meta content="text/html; charset=us-ascii" http-equiv="content-type"> <title>wxLuaSudoku</title> --- 1554,1557 ---- *************** *** 4872,4876 **** userPossMenu:Append( sudokuGUI.ID_USER_POSSIBLE_SETALL, "Set all...", "Set all pencil marks") userPossMenu:Append( sudokuGUI.ID_USER_POSSIBLE_INIT, "Calculate...", "Initialize pencil marks to calculated possible") ! possibleMenu:AppendMenu(ID_USER_POSSIBLE_MENU, "Pencil marks", userPossMenu, "Setup user possible values") possibleMenu:AppendSeparator() --- 4871,4875 ---- userPossMenu:Append( sudokuGUI.ID_USER_POSSIBLE_SETALL, "Set all...", "Set all pencil marks") userPossMenu:Append( sudokuGUI.ID_USER_POSSIBLE_INIT, "Calculate...", "Initialize pencil marks to calculated possible") ! possibleMenu:AppendMenu(sudokuGUI.ID_USER_POSSIBLE_MENU, "Pencil marks", userPossMenu, "Setup user possible values") possibleMenu:AppendSeparator() *************** *** 4885,4889 **** possViewMenu:AppendCheckItem( sudokuGUI.ID_SHOW_NAKEDQUADS, "Mark naked quads", "Mark naked quads in possible values") possViewMenu:AppendCheckItem( sudokuGUI.ID_SHOW_HIDDENQUADS, "Mark hidden quads", "Mark hidden quads in possible values") ! possibleMenu:AppendMenu(ID_SHOW_MENU, "Mark &groups", possViewMenu, "Mark naked/hidden groups") local solveMenu = wx.wxMenu("", 0) --- 4884,4888 ---- possViewMenu:AppendCheckItem( sudokuGUI.ID_SHOW_NAKEDQUADS, "Mark naked quads", "Mark naked quads in possible values") possViewMenu:AppendCheckItem( sudokuGUI.ID_SHOW_HIDDENQUADS, "Mark hidden quads", "Mark hidden quads in possible values") ! possibleMenu:AppendMenu(sudokuGUI.ID_SHOW_MENU, "Mark &groups", possViewMenu, "Mark naked/hidden groups") local solveMenu = wx.wxMenu("", 0) *************** *** 4902,4906 **** elimSolveMenu:AppendCheckItem(sudokuGUI.ID_ELIMINATE_NAKEDQUADS, "Eliminate naked quads", "Eliminate naked quads from possible values") elimSolveMenu:AppendCheckItem(sudokuGUI.ID_ELIMINATE_HIDDENQUADS, "Eliminate hidden quads", "Eliminate hidden quads from possible values") ! solveMenu:AppendMenu(ID_ELIMINATE_MENU, "&Eliminate groups", elimSolveMenu, "Remove possible values using naked and hidden groups") solveMenu:AppendSeparator() solveMenu:Append(sudokuGUI.ID_SOLVE_SCANSINGLES, "Solve (scan singles)\tCtrl-1", "Solve all cells with only one possibility") --- 4901,4905 ---- elimSolveMenu:AppendCheckItem(sudokuGUI.ID_ELIMINATE_NAKEDQUADS, "Eliminate naked quads", "Eliminate naked quads from possible values") elimSolveMenu:AppendCheckItem(sudokuGUI.ID_ELIMINATE_HIDDENQUADS, "Eliminate hidden quads", "Eliminate hidden quads from possible values") ! solveMenu:AppendMenu(sudokuGUI.ID_ELIMINATE_MENU, "&Eliminate groups", elimSolveMenu, "Remove possible values using naked and hidden groups") solveMenu:AppendSeparator() solveMenu:Append(sudokuGUI.ID_SOLVE_SCANSINGLES, "Solve (scan singles)\tCtrl-1", "Solve all cells with only one possibility") Index: tree.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/tree.wx.lua,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tree.wx.lua 20 Sep 2006 04:07:38 -0000 1.7 --- tree.wx.lua 21 Dec 2006 20:14:21 -0000 1.8 *************** *** 68,71 **** --- 68,72 ---- rootSizer:AddWindow( textCtrl, 0, wx.wxGROW+wx.wxALIGN_CENTER_HORIZONTAL, 0 ) frame:SetSizer( rootSizer ) + frame:Layout() -- help sizing the windows before being shown -- create a table to store any extra information for each node like this Index: htmlwin.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/htmlwin.wx.lua,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** htmlwin.wx.lua 20 Sep 2006 04:07:38 -0000 1.10 --- htmlwin.wx.lua 21 Dec 2006 20:14:20 -0000 1.11 *************** *** 34,39 **** function CreateBoundWindow(event) ! local ax, ay ! local rc, fl = 0 -- parse the X parameter in the custom lua tag --- 34,39 ---- function CreateBoundWindow(event) ! local ax, ay, rc ! local fl = 0 -- parse the X parameter in the custom lua tag *************** *** 62,65 **** --- 62,66 ---- wnd:Show(true) + print(wnd, type(fl)) -- create the container widget cell local widget = wx.wxHtmlWidgetCell(wnd, fl) Index: grid.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/grid.wx.lua,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** grid.wx.lua 20 Sep 2006 04:07:38 -0000 1.7 --- grid.wx.lua 21 Dec 2006 20:14:20 -0000 1.8 *************** *** 12,19 **** wx.wxPoint(25, 25), wx.wxSize(350, 250)) ! local fileMenu = wx.wxMenu("", wxMENU_TEAROFF) fileMenu:Append(wx.wxID_EXIT, "E&xit\tCtrl-X", "Quit the program") ! local helpMenu = wx.wxMenu("", wxMENU_TEAROFF) helpMenu:Append(wx.wxID_ABOUT, "&About\tCtrl-A", "About the Grid wxLua Application") --- 12,19 ---- wx.wxPoint(25, 25), wx.wxSize(350, 250)) ! local fileMenu = wx.wxMenu("", wx.wxMENU_TEAROFF) fileMenu:Append(wx.wxID_EXIT, "E&xit\tCtrl-X", "Quit the program") ! local helpMenu = wx.wxMenu("", wx.wxMENU_TEAROFF) helpMenu:Append(wx.wxID_ABOUT, "&About\tCtrl-A", "About the Grid wxLua Application") Index: coroutine.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/coroutine.wx.lua,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** coroutine.wx.lua 20 Sep 2006 04:07:38 -0000 1.3 --- coroutine.wx.lua 21 Dec 2006 20:14:20 -0000 1.4 *************** *** 45,49 **** wx.wxDEFAULT_DIALOG_STYLE) ! o.label = wx.wxTextCtrl (o.dialog, wx.wxID_ANY, intialLabel, wx.wxDefaultPosition, wx.wxDefaultSize, wx.wxTE_MULTILINE + wx.wxTE_READONLY) --- 45,49 ---- wx.wxDEFAULT_DIALOG_STYLE) ! o.label = wx.wxTextCtrl (o.dialog, wx.wxID_ANY, "", wx.wxDefaultPosition, wx.wxDefaultSize, wx.wxTE_MULTILINE + wx.wxTE_READONLY) Index: printing.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/printing.wx.lua,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** printing.wx.lua 20 Sep 2006 04:07:38 -0000 1.11 --- printing.wx.lua 21 Dec 2006 20:14:21 -0000 1.12 *************** *** 16,27 **** local ID_PAGESETUP = wx.wxID_HIGHEST + 4 ! frame = nil ! printData = wx.wxPrintData() ! pageSetupData = wx.wxPageSetupDialogData() -- Setup the printer data with some useful defaults printData:SetPaperId(wx.wxPAPER_LETTER) ! pageSetupData:SetMarginTopLeft(wx.wxPoint(20, 20)) ! pageSetupData:SetMarginBottomRight(wx.wxPoint(20, 20)) function DisplayFigure(dc, pageNumber) --- 16,27 ---- local ID_PAGESETUP = wx.wxID_HIGHEST + 4 ! frame = nil ! printData = wx.wxPrintData() ! pageSetupDialogData = wx.wxPageSetupDialogData() -- Setup the printer data with some useful defaults printData:SetPaperId(wx.wxPAPER_LETTER) ! pageSetupDialogData:SetMarginTopLeft(wx.wxPoint(20, 20)) ! pageSetupDialogData:SetMarginBottomRight(wx.wxPoint(20, 20)) function DisplayFigure(dc, pageNumber) *************** *** 113,118 **** -- get margins informations and convert to printer pixels ! local topLeft = pageSetupData:GetMarginTopLeft() ! local bottomRight = pageSetupData:GetMarginBottomRight() local top = topLeft:GetY() * ppmm_y --- 113,118 ---- -- get margins informations and convert to printer pixels ! local topLeft = pageSetupDialogData:GetMarginTopLeft() ! local bottomRight = pageSetupDialogData:GetMarginBottomRight() local top = topLeft:GetY() * ppmm_y *************** *** 192,196 **** local printDialogData = wx.wxPrintDialogDataFromPrintData(printData) local printerDialog = wx.wxPrintDialog(frame, printDialogData) ! printerDialog:GetPrintDialogData():SetSetupDialog(true) printerDialog:ShowModal() printData = printerDialog:GetPrintDialogData():GetPrintData():Copy() --- 192,196 ---- local printDialogData = wx.wxPrintDialogDataFromPrintData(printData) local printerDialog = wx.wxPrintDialog(frame, printDialogData) ! --printerDialog:GetPrintDialogData():SetSetupDialog(true) printerDialog:ShowModal() printData = printerDialog:GetPrintDialogData():GetPrintData():Copy() *************** *** 198,207 **** function PageSetup() ! printData = pageSetupData:GetPrintData():Copy() ! local pageSetupDialog = wx.wxPageSetupDialog(frame, pageSetupData) pageSetupDialog:ShowModal() ! printData = pageSetupDialog:GetPageSetupData():GetPrintData():Copy() ! pageSetupData = pageSetupDialog:GetPageSetupData():Copy() ! pageSetupDialog:Destroy() end --- 198,207 ---- function PageSetup() ! printData = pageSetupDialogData:GetPrintData():Copy() ! local pageSetupDialog = wx.wxPageSetupDialog(frame, pageSetupDialogData) pageSetupDialog:ShowModal() ! printData = pageSetupDialog:GetPageSetupDialogData():GetPrintData():Copy() ! pageSetupDialogData = pageSetupDialog:GetPageSetupDialogData():Copy() ! pageSetupDialog:Delete() end |
From: Francesco M. <fr...@us...> - 2006-12-21 16:53:31
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26484 Modified Files: configure Log Message: fixed configure script to not require lua libraries for wxSTC presence check Index: configure =================================================================== RCS file: /cvsroot/wxlua/wxLua/configure,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** configure 19 Dec 2006 22:34:16 -0000 1.44 --- configure 21 Dec 2006 16:53:27 -0000 1.45 *************** *** 5670,5673 **** --- 5670,5680 ---- if test "$lua_dir" = ""; then + + SAVED_CPPFLAGS="$CPPFLAGS" + SAVED_CXXFLAGS="$CXXFLAGS" + SAVED_CFLAGS="$CFLAGS" + SAVED_LIBS="$LIBS" + + { echo "$as_me:$LINENO: checking if Lua 5.1 is installed" >&5 echo $ECHO_N "checking if Lua 5.1 is installed... $ECHO_C" >&6; } *************** *** 5750,5753 **** --- 5757,5767 ---- fi + + CPPFLAGS="$SAVED_CPPFLAGS" + CXXFLAGS="$SAVED_CXXFLAGS" + CFLAGS="$SAVED_CFLAGS" + LIBS="$SAVED_LIBS" + + else |
From: Francesco M. <fr...@us...> - 2006-12-21 16:53:31
|
Update of /cvsroot/wxlua/wxLua/build/autoconf In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26484/build/autoconf Modified Files: aclocal.m4 configure.ac Log Message: fixed configure script to not require lua libraries for wxSTC presence check Index: configure.ac =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** configure.ac 19 Dec 2006 22:34:16 -0000 1.35 --- configure.ac 21 Dec 2006 16:53:27 -0000 1.36 *************** *** 130,133 **** --- 130,135 ---- if test "$lua_dir" = ""; then + AM_SAVE_COREVAR() + AC_MSG_CHECKING([if Lua 5.1 is installed]) LIBS="$LIBS -llua5.1" *************** *** 150,153 **** --- 152,157 ---- fi + AM_RESTORE_COREVAR() # remove the -llua5.1 piece from $LIBS + else |
From: John L. <jr...@us...> - 2006-12-21 06:02:11
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/wxluadebug/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/src/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 13 May 2006 21:05:36 -0000 1.6 --- Makefile 21 Dec 2006 06:02:04 -0000 1.7 *************** *** 1,4 **** # File: Makefile ! # Author: J Winwood # Created: 2002 # Updated: --- 1,4 ---- # File: Makefile ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: *************** *** 8,17 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) LUA = $(WXLUA_DIR)/bin/lua --- 8,18 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 35,39 **** CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD TARGET_LIBNAME = lib$(WXBASENAME)_wxluadebug-$(WXRELEASE) --- 36,40 ---- CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= TARGET_LIBNAME = lib$(WXBASENAME)_wxluadebug-$(WXRELEASE) |
From: John L. <jr...@us...> - 2006-12-21 06:02:10
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/wxlua/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 28 Aug 2006 05:26:20 -0000 1.9 --- Makefile 21 Dec 2006 06:02:04 -0000 1.10 *************** *** 1,4 **** # File: Makefile ! # Author: J Winwood # Created: 2002 # Updated: --- 1,4 ---- # File: Makefile ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: *************** *** 8,17 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) LUA = $(WXLUA_DIR)/bin/lua --- 8,18 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 35,39 **** CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD TARGET_LIBNAME = lib$(WXBASENAME)_wxlua-$(WXRELEASE) --- 36,40 ---- CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= TARGET_LIBNAME = lib$(WXBASENAME)_wxlua-$(WXRELEASE) |
From: John L. <jr...@us...> - 2006-12-21 06:02:08
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/wxbind/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 13 May 2006 21:05:36 -0000 1.10 --- Makefile 21 Dec 2006 06:02:03 -0000 1.11 *************** *** 1,4 **** # File: Makefile ! # Author: J Winwood # Created: 2002 # Updated: --- 1,4 ---- # File: Makefile ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: *************** *** 11,20 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) LUA = $(WXLUA_DIR)/bin/lua --- 11,21 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 38,42 **** CXX = $(WXCXX) ! APPEXTRADEFS = -I../../ -I../setup -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluabind-$(WXRELEASE) --- 39,43 ---- CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_WXLUASETUP_DIR) -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluabind-$(WXRELEASE) |
From: John L. <jr...@us...> - 2006-12-21 06:02:08
|
Update of /cvsroot/wxlua/wxLua/bindings/wxluasocket In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/bindings/wxluasocket Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 28 Sep 2006 22:26:02 -0000 1.1 --- Makefile 21 Dec 2006 06:02:02 -0000 1.2 *************** *** 1,5 **** # # File: makefile.unx ! # Author: J Winwood # Created: 2002 # Updated: --- 1,5 ---- # # File: makefile.unx ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: |
From: John L. <jr...@us...> - 2006-12-21 06:02:08
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/wxluasocket/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 11 Dec 2006 00:09:15 -0000 1.10 --- Makefile 21 Dec 2006 06:02:04 -0000 1.11 *************** *** 1,4 **** # File: Makefile ! # Author: J Winwood # Created: 2002 # Updated: --- 1,4 ---- # File: Makefile ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: *************** *** 8,17 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) LUA = $(WXLUA_DIR)/bin/lua --- 8,18 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXLIB_DIR) + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 35,39 **** CXX = $(WXCXX) ! APPEXTRADEFS = -I../../ -I../../wxbind/setup -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD TARGET_LIBNAME = lib$(WXBASENAME)_wxluasocket-$(WXRELEASE) --- 36,40 ---- CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_WXLUASETUP_DIR) -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= TARGET_LIBNAME = lib$(WXBASENAME)_wxluasocket-$(WXRELEASE) |
From: John L. <jr...@us...> - 2006-12-21 06:02:08
|
Update of /cvsroot/wxlua/wxLua/modules/luamodule/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/luamodule/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/luamodule/src/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 20 May 2006 12:18:47 -0000 1.1 --- Makefile 21 Dec 2006 06:02:03 -0000 1.2 *************** *** 8,17 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXPREFIX)/lib LUA = $(WXLUA_DIR)/bin/lua --- 8,18 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXPREFIX)/lib + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 46,50 **** WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD # This will build a static wxLua app, staticly linked to .a libs --- 47,51 ---- WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= # This will build a static wxLua app, staticly linked to .a libs *************** *** 53,57 **** # This will build a shared wxLua app, dynamicly linked to .so libs # -l$(WXFL_LIB) ! APPEXTRALIBS=-L$(WXLIB_DIR) -L$(WXLUA_LIBDIR) -l$(WXSTC_LIB) -l$(WXXRC_LIB) -l$(WXLUABIND_LIB) -l$(WXLUASTC_LIB) -l$(WXLUA_LIB) -l$(WXLUADEBUG_LIB) -l$(WXLUASOCKET_LIB) #OBJECTS=luamodule.o --- 54,58 ---- # This will build a shared wxLua app, dynamicly linked to .so libs # -l$(WXFL_LIB) ! APPEXTRALIBS=-L$(WXLIB_DIR) -L$(WXLUA_LIBDIR) -l$(WXSTC_LIB) -l$(WXXRC_LIB) -l$(WXLUABIND_LIB) -l$(WXLUASTC_LIB) -l$(WXLUA_LIB) -l$(WXLUADEBUG_LIB) -l$(WXLUASOCKET_LIB) #OBJECTS=luamodule.o |
From: John L. <jr...@us...> - 2006-12-21 06:02:08
|
Update of /cvsroot/wxlua/wxLua/apps/wxluacan/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/apps/wxluacan/src Modified Files: Makefile canlua.h Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluacan/src/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 13 May 2006 21:05:35 -0000 1.8 --- Makefile 21 Dec 2006 06:02:02 -0000 1.9 *************** *** 8,21 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXEXECDIR) LUA = $(WXLUA_DIR)/bin/lua - WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup # ---------------------------------------------------------------------------- --- 8,21 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXEXECDIR) + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua # ---------------------------------------------------------------------------- *************** *** 48,52 **** WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUASETUP_DIR) -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD # This will build a static wxLua app, staticly linked to .a libs --- 48,52 ---- WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_WXLUASETUP_DIR) -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= # This will build a static wxLua app, staticly linked to .a libs Index: canlua.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluacan/src/canlua.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** canlua.h 28 Aug 2006 05:26:19 -0000 1.7 --- canlua.h 21 Dec 2006 06:02:02 -0000 1.8 *************** *** 47,51 **** ~wxlCanObj(); ! //! sets the position of teh object relative to its parent object. void SetPos( double x, double y ) { m_x = x; m_y = y; SetPending( true ); } --- 47,51 ---- ~wxlCanObj(); ! //! sets the position of the object relative to its parent object. void SetPos( double x, double y ) { m_x = x; m_y = y; SetPending( true ); } |
From: John L. <jr...@us...> - 2006-12-21 06:02:08
|
Update of /cvsroot/wxlua/wxLua/modules/lua/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/lua/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/src/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 12 Jun 2006 03:50:37 -0000 1.5 --- Makefile 21 Dec 2006 06:02:03 -0000 1.6 *************** *** 5,16 **** # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================= - # allow interception of coroutine created lua_States - WXLUACFLAGS = -DWXLUA_LUA_NEWTHREAD - # Your platform. See PLATS for possible values. PLAT= none CC= gcc ! CFLAGS= -O2 -Wall $(MYCFLAGS) $(WXLUACFLAGS) AR= ar rcu RANLIB= ranlib --- 5,13 ---- # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================= # Your platform. See PLATS for possible values. PLAT= none CC= gcc ! CFLAGS= -O2 -Wall $(MYCFLAGS) AR= ar rcu RANLIB= ranlib |
From: John L. <jr...@us...> - 2006-12-21 06:02:08
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/apps/wxluaedit/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 13 May 2006 21:05:35 -0000 1.10 --- Makefile 21 Dec 2006 06:02:02 -0000 1.11 *************** *** 8,17 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXEXECDIR) LUA = $(WXLUA_DIR)/bin/lua --- 8,18 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXEXECDIR) + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 51,55 **** WXSTEDIT_DIR = $(WXCODE)/components/wxstedit ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXSTEDIT_DIR)/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD # This will build a static wxLua app, staticly linked to .a libs --- 52,56 ---- WXSTEDIT_DIR = $(WXCODE)/components/wxstedit ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXSTEDIT_DIR)/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= # This will build a static wxLua app, staticly linked to .a libs |