Directory client/branches/1.x/x11/

Directory Deleted:
2009-01-17 15:02
Total Files:
0
Deleted Files:
11
Lines of Code:
0

[root]/client/branches/1.x/x11

Lines of Code

client/branches/1.x/x11/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 50 (100.0%) 167 (100.0%) 3.3
akirschbaum 11 (22.0%) 114 (68.3%) 10.3
kbulgrien 2 (4.0%) 23 (13.8%) 11.5
mwedel 17 (34.0%) 16 (9.6%) 0.9
qal21 8 (16.0%) 12 (7.2%) 1.5
ryo_saeba 1 (2.0%) 2 (1.2%) 2.0
lalo 11 (22.0%) 0 (0.0%) 0.0

Most Recent Commits

lalo 2009-01-17 15:02 Rev.: 11153

preparing for 1.12 release

0 lines of code changed in 11 files:

  • client/branches/1.x/x11: Makefile.am (del), Makefile.in (del), cfclient.man (del), clientbmap.h (del), png.c (del), rcs-id.h (del), sound.c (del), x11.c (del), x11.h (del), x11proto.h (del), xutil.c (del)
kbulgrien 2008-01-24 22:53 Rev.: 8269

Bring in relevant changes from trunk revision 7108.
Added to svn:ignore: config.log Makefile autom4te.cache
Bring in relevant changes from trunk revision 7104.
macros/curses.m4, macros/gnome-print-check.m4, macros/linger.m4,
macros/sdl.m4, macros/gtk.m4, macros/gnome-gettext.m4,
macros/need-declaration.m4: m4 file updates were made to fix a configure
script crash and to remove aclocal warnings.
pixmaps/Makefile.in, Makefile.in, gtk/Makefile.in, common/Makefile.in,
help/Makefile.in, utils/Makefile.in, x11/Makefile.in, gtk-v2/Makefile.in,
gtk-v2/src/Makefile.in, sound-src/Makefile.in, aclocal.m4 : Result from
new and updated m4 files.
autogen.sh: Point aclocal at macros so that undefined macros do not crash
./configure.

2 lines of code changed in 1 file:

  • client/branches/1.x/x11: Makefile.in (+2 -1)
kbulgrien 2008-01-24 08:08 Rev.: 8256

- Spelling corrections.

21 lines of code changed in 1 file:

  • client/branches/1.x/x11: cfclient.man (+21 -21)
mwedel 2007-09-01 00:51 Rev.: 7093

Make metaserver1 gather it's data in its own thread. Brought back from trunk
common/metaserver.c: Add ms1_is_running flag, re-work some of the metaserver1
logic so the function structure makes it easy to spawn the thread,
rename metaserver2_check_status() to just metaserver_check_status()
gtk-v2/src/metaserver.c: Change call to metaserver_check_status(), resort
data after getting all info from sever.
MSW 2007-08-31

Add support for metaserver2 in client. For the X11/C clients, they use basic
interface (drawn in text window, select a number), so no changes to the GUI
portions of those clients was done - gtk2 uses window, so some extra work
there. Brought back from trunk
--
*/Makefile.in: rebuilt
acinclude.m4: New file - added for LIBCURL_CHECK_CONFIG macro support.
aclocal.m4: Rebuilt
configure: Add --disable-metaserver2 option, check for Curl, pthread. Make
sure user either has curl installed or has used --disable-metaserver2
configure, */Makefile.in: Rebuilt with Curl support
common/cconfig.h: Add note about METASERVER2 (controlled via configure)
common/client.c: Add metaserver2 global
common/client.h: Add metaserver2 global
common/config.h.in: Rebuilt by autoheader.
common/init.c: Add call to init_metaserver()
common/metaserver.c: Support for metaserver2. More fields in Meta_Info.
Re-arrange file a little so logical functions are together.
common/metaserver.h: New fields in Meta_Info, some renamed to keep
it consistent accross all of metaserver2.
common/proto.h: rebuilt
gtk-v2/src/metaserver.c: Add support for threaded metaserver2 retrievals -
need to make sure data is accessed in thread safe way, also need to
add check for status of retrieval thread.
MSW 2007-08-31

8 lines of code changed in 1 file:

  • client/branches/1.x/x11: Makefile.in (+8 -10)
akirschbaum 2007-06-27 13:57 Rev.: 6716

Remove trailing whitespace.

102 lines of code changed in 8 files:

  • client/branches/1.x/x11: Makefile.am (-1), cfclient.man (new), clientbmap.h (+1), png.c (+13 -14), sound.c (+2 -3), x11.c (+68 -68), xutil.c (+16 -16)
ryo_saeba 2007-06-02 05:09 Rev.: 6376

Remove obsolete mapredraw command (empty on server-side).

2 lines of code changed in 1 file:

  • client/branches/1.x/x11: xutil.c (+2 -2)
akirschbaum 2007-04-16 15:01 Rev.: 6050

Rebuilt auto-generated files.

10 lines of code changed in 1 file:

  • client/branches/1.x/x11: Makefile.in (+10 -4)
akirschbaum 2007-04-16 12:41 Rev.: 6041

Use #include <config.h> instead #include "config.h" to support multiple configurations outside the source directory.

2 lines of code changed in 2 files:

  • client/branches/1.x/x11: png.c (+1 -1), sound.c (+1 -1)
qal21 2006-10-21 00:13 Rev.: 5037

Make a small tweak to make the svnversion call more proper, and rebuild makefiles (Most don't need to be, however it was becoming too much of a pain to only update the right ones).

4 lines of code changed in 1 file:

  • client/branches/1.x/x11: Makefile.in (+4 -1)
qal21 2006-10-20 23:44 Rev.: 5036

Remove rcs-id handling code from the clients. Unnecessary with the svnversion system.

0 lines of code changed in 5 files:

  • client/branches/1.x/x11: Makefile.am (-1), Makefile.in (-1), x11.c (-26)
qal21 2006-10-20 21:12 Rev.: 5035

Merge rev 5034 from trunk: Use 'svnversion' to add the svn revision to the version string.

1 lines of code changed in 1 file:

  • client/branches/1.x/x11: x11.c (+1 -1)
qal21 2006-09-26 08:26 Rev.: 4981

Fix display_mapscroll() in the x11 client to handle scrolling by greater than 1 tile at a time. Fix bug #1564584

7 lines of code changed in 1 file:

  • client/branches/1.x/x11: x11.c (+7 -8)
mwedel 2006-09-21 00:50 Rev.: 4963

add propset ID's to client.
MSW 2006-09-20

8 lines of code changed in 16 files:

  • client/branches/1.x/x11: clientbmap.h (+1 -1), png.c (new), rcs-id.h (new), sound.c (new), x11.c (new), x11.h (new), x11proto.h (+1 -1), xutil.c (+1 -1)
Generated by StatSVN 0.7.0