DELTA 13194 0 171
SVN  ‘l ‡ ³ ˆX†~¹ HS#include "unitlist.h"           /* struct unit_listbool popup_theme_suggestion_dialog(const char *theme_nameENDREP
DELTA 13152 0 641
SVN  á;æ.‚a á;  G €^ BŽ º G €\ BŽ €l
****
  Ruleset (modpack) has suggested loading certain tileset. Confirm from
  user and load.
********/
void popup_tileset_suggestion_dialog(void)
{
}

****
  Tileset (modpack) has suggested loading certain theme. Confirm from
  user and load.
********/
bool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSE;
}
ENDREP
DELTA 13194 317 684
SVN  µ?¸ ­} €T H ½ tž  ‡C­|ileset (modpack) has suggested loading certain theme. Confirm from
  user and load.
**/
bool popup_theme_suggestion_dialog(const char *theme_nameENDREP
DELTA 13194 1553 184
SVN  …þ†€b …þ  O@µ l…üu€bTileset (modpack) has suggested loading certain themebool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSE;
}
ENDREP
DELTA 10945 350 2178
SVN  ¢¶JF– †s €‚n G ­ G–@€ƒ* G  G‡b€< ‚Š€‚. G  #Œ\€‡P G  ƒ+]€ƒo “K¬ 6”Kgui_main.h"

#include "themes_common.h"
#include "themes_g.h"

/* Array of default files. First num_default_files positions
 * are files returned by gtk_rc_get_default_files() on client startup.
 * There are two extra postions allocated in the array - one for
 * specific Freeciv file and one for NULL. */
static char** default_files;
static int num_default_files;

******
  Initialize the default_files array.
*****/
static void load_default_files()
{
  int i;
  gchar** f;
  
  if (default_files != NULL) {
    return;
  }
  
  f = gtk_rc_get_default_files();
  
  for (i = 0; f[i] ; i++) {
    /* nothing */
  }
  num_default_files = i;
  default_files = fc_malloc(sizeof(char*) * (i + 2));
  
  for (i = 0; i < num_default_files; i++) {
    default_files[i] = mystrdup(f[i]);
  }
  default_files[i] = default_files[i + 1] = NULL;
}

GtkStyle *style;
  char buf[strlen(directory) + strlen(theme_name) + 32];
  
  load_default_files();
  default_files[num_default_files] = buf;
  default_files[num_default_files + 1] = NULL    
  /* the turn done button must have its own style. otherwise when we flash
     the turn done button other widgets may flash too. */
  if (!(style = gtk_rc_get_style(turn_done_button))) {
    style = turn_done_button->style;
  }
  gtk_widget_set_style(turn_done_button, gtk_style_copy(style));
}

GtkStyle *style;
  bool theme_loaded;

  /* try to load user defined theme */
  theme_loaded = load_theme(default_theme_name);

  /* no user defined theme loaded -> try to load Freeciv default theme */
  if (!theme_loaded) {
    theme_loaded = load_theme(FC_GTK_DEFAULT_THEME_NAME);
    if (theme_loaded) {
      sz_strlcpy(default_theme_name, FC_GTK_DEFAULT_THEME_NAME);
    }
  }
    
  /* still no theme loaded -> load system default theme */
  if (!theme_loaded) {
    load_default_files();
    default_files[num_default_files] = NULL;
    gtk_rc_set_default_files(default_files);
    gtk_rc_reparse_all_for_settings(gtk_settings_get_default(), TRUE);
      
    /* the turn done button must have its own style. otherwise when we flash
       the turn done button other widgets may flash too. */
    if (!(style = gtk_rc_get_style(turn_done_button))) {
      style = turn_done_button->style;
    }
    gtk_widget_set_style(turn_done_button, gtk_style_copy(style));
  }
}

int i;

  const char **data_directories = get_data_dirs(count);
    
  char **directories = fc_malloc(sizeof(char *) * (*count + 2));
    
  /* Freeciv-specific GTK+ themes directories */
  for (i = 0; i < *count; i++) {
    char buf[strlen(data_directories[i]) + strlen("/themes/gui-gtk-2.0") + 1];
    
    my_snprintf(buf, sizeof(buf), "%s/themes/gui-gtk-2.0", data_directories[i]);

    directories[i] = mystrdup(buf);
  }
    
  /* standard GTK+ themes directory (e.g. /usr/share/themes) *//* user GTK+ themes directory (~/.themes) */ENDREP
DELTA 12988 1966 1888
SVN  ½IÄ;b‡O ‰y Œ ‚‰j• –	‹g€ ¯)¡Sƒ ŒÐ| Bé@» Cå>€z Eé=º Cå>€ Fé= ÝY€‚+ „Lüt› „-‚ “N†5› ‚lšKœ  7hemes_commonheme_name[512] = "\0"heme_name, N_("Theme"),
		 N_("By changing this option you change the active theme."),
		 COC_GRAPHICS,
		 get_themes_list, theme_reread_callbackfc_**********
  Return the first item of fc_options.
*********struct client_option *client_option_array_first(void)
{
  if (num_options > 0) {
    return fc_options;
  }
  return NULL;**********
  Return the last item of fc_options.
*********const struct client_option *client_option_array_last(void)
{
  if (num_options > 0) {
    return &fc_options[num_options - 1];
  }
  return NULL;fc_options == NULL);
  num_options = ARRAY_SIZE(common_options) + num_gui_options;
  fc_options = fc_calloc(num_options, sizeof(*fc_options));
  memcpy(fc_options, common_options, sizeof(common_options));
  memcpy(fc_options + ARRAY_SIZE(common_options), gui_options,
	 num_gui_options * sizeof(*fc_client_options_iterate(o) { client_options_iterate_end;
client_options_iterate(o) { client_options_iterate_end;ENDREP
DELTA
SVN   —3„rˆ‚@E€D
•E^ŸD}†EQD_DJ‚G$¥D,„D‚6D
‡J‚@‚T
J7„E‚‰DUD
¥Fƒ“D
D‚M¥Dƒ"D
[pEIŒ@F³D…7H…P‡D…^J…iŠL…~F‚ZO†‰O†ˆE†ŸI†X„D„:‰D‚6¦@A „G‡‹FjF†kƒDƒ0D†f‚D‚Mƒ@B„n@@†z„N†eœ@F‡;†F†5„Hˆ‡G‡G‡‰D„=„@C„m‚E†aDŠ,F†jL‡F†5F‡„F‰6L‡!E†6‹F‹W‰IŒˆE‹cŠG‹9D‹dD‚w„NŒ#ˆD‰8„SŒ1D…DŠGƒEŒd‚FD1‰D#Fˆ%IŠA„FŠNDDH‡F ƒIŠQ†E‚5”EŒdOŒ#ƒD‰Q’DŒD‚wGŠ1…G‹J…DƒYFŠUHŠK‚Eƒ:dDŒ]ii„E/D‡kP‰Ql^„HŽ~‚mDŒKŽW„HŒ2‰EŽ/†F‹y‚T‰PF‘w†G’…FŽe‚DŒ&E’†J’#„D‡9˜E“QDŽsNŠC„Dˆ‚F„O…D‚,GŒ#‚I“BRJŒ:MŽF’}EŒGŽTEŒDŽaE“H’>E’‰S’ˆF”/I”IF”<D’‡E’†F•	F’+ŽK’=D‡&…G•2E’~ˆD”Q„G’#ƒH’U‹Y‡‚H‘oN‘vƒS’J–PG•VG’QH’#D’>‰K†eD‰b/* 
 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
   This program is free software; you can redistribute it and/or modifyit under the terms ofGNU General Public License as pshed b S Foundation; either version 2, or (atr op)any lat.
d inhope thatwill be useful,but WITHOUT ANY WARRANTY; without eveimplied warranty ofMERCHANTABILITYFITNESS FOR A PARTICULAR PURPOSE.  Seefre details.
*/

#ifdef HAVE_CONFIG_H
#include <config.h>
#endifgtk/gtk"fcintl.h"sdialogs_ggui_mainstatic bool load_theme = FALSE;voidme_sugges_callback(GtkWidget *dlg, gint arg);


  C deciding imayednot/
{
 (arg == GTK_RESPONSE_YES);
}Popup  askileset e should bused/
p(const char *name, *label;
 buf[1024]*current = default;if (= NULL)   /*not yet. *happen whrequat command lineuser hasavinform to .civclientrc. */FC_DEFAULT_THEME_NAME}= gtk_new__buttons(_("T")0_("LKeepNO)set_response(IALOG(),windowstroypaWINDOWTRUE  my_snprintf(buf, sizeos us%s.\n""You ly.,container_addCONTAINER->vbox),justifyLABEL(JUSTIFY_CENTER_showg_signalnect, ""G_CALLBACK(),run
  returnENDREP
DELTA 13181 107 261
SVN  ƒÚaƒØ'  Òh  ±%Ò{ Ô‚†GENDREP
DELTA 13194 5645 96
SVN  ) m †6d_dlg.cENDREP
DELTA 10945 6950 2783
SVN  ¬£P'†Y U €ƒz G  ‡j¡,· I¨ ‰ ‚©h¬ G €F I¨ €-int i;
    
  /* get GUI-specific theme directories */
  char **gui_directories =
      get_gui_specific_themes_directories(&num_directories);
  
  directories = 
      fc_malloc(sizeof(struct theme_directory) * num_directories);
          
  for (i = 0; i < num_directories; i++) {
    directories[i].path = gui_directories[i];
    
    /* get useable themes in this directory */
    directories[i].themes =
	get_useable_themes_in_directory(directories[i].path,
					&(directories[i].num_themes));
  }
}

  If there's no such theme the function returns FALSE.
***/
bool TRUE;
      }
    }
  }
  return FALSE;
}

******
  Wrapper for load_theme. It's is used by local options dialog
***/
void theme_reread_callback(struct client_option *option)
{
  assert(option->p_string_value && *option->p_string_value != '\0');
  load_theme(option->p_string_value);
}
ENDREP
DELTA 13169 10115 1120
SVN  °w±
	 ‡D ‰ ©N‡(heme_nameENDREP
DELTA 11686 1616 77
SVN  —˜=& ”p  ‚”\€–b      map_widget/* There simply is no proper header to place this define. Creating one
 * just for this seems overkill. */
#define FC_GTK_DEFAULT_THEME_NAME "Freeciv"ENDREP
DELTA 10945 9746 629
SVN  †_‡j †/ €jbool load_theme(const char* theme_name);
void theme_reread_callback(struct client_option *option);
#endif
ENDREP
DELTA 13212 1501 457
SVN  ‚ë‚íZC ‚ç= €Z CÖ €i F¦ ƒQ‚ç7****
  Tileset (modpack) has suggested loading certain theme. Confirm from
  user and load*********/
bool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSEENDREP
DELTA 13194 1768 2949
SVN  ƒ¹=ƒ¼= ƒ¹=  G €Z N£@€b
****
  Tileset (modpack) has suggested loading certain theme. Confirm from
  user and loadbool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSE;
}
ENDREP
DELTA 13133 23418 6082
SVN  µ|¶r †" ¶ –N†!€c Œd€Y ‹ªc#include "terrain.h"            /* MAX_NUM_TERRAINS */Nation_type_id nation_count(void);
Nation_type_id nation_index(const struct nation_type *pnation);
int nation_group_count(void);
int nation_group_index(const struct nation_group *pgroup);
ENDREP
DELTA 13140 0 5371
SVN  †  †  ;„ ƒž] ½ ³eƒŸ€ …pƒÓu€ ÅFƒÛ>¹ †…¡Dµ …r…§p¤ r…­n ïw…¯lspecialist_rule_name(specialist_by_number(citizen.spec_type))char buffer[512];
  int j;
  struct citizen_type c = {
    .type = CITIZEN_SPECIALIST,
    .spec_type = id
  };
  const char *name = get_citizen_name(c), no specialist. */
  for (i = 0; i < CITIZEN_SPECIALIST; i++) {
    struct citizen_type c = {.type = i};
    const char *name = get_citizen_name(c);base_index(pbase);

  assert(id >= 0 && id < base_count()
            pbase->graphic_str,
            base_rul
              base_rule_name(pbase)rule_name(pbase),
           †  ƒÂƒÄB.…
 ‚•6 €[ Ž‚–€] Œ‚¤O‘ ‚°n‘ Š‚±}€ƒ „Lƒ½FL(t->sprites.unit.auto_settlebase_index(pbase)].background) {
        ADD_SPRITE_FULL(t->sprites.bases[base_index(pbase)base_index(pbase)].middleground) {
        ADD_SPRITE_FULL(t->sprites.bases[base_index(pbase)base_index(pbase)base_index(pbase)  
  for (i = 0; i < t->num_prefered_themes; i++) {
    if (strcmp(t->prefered_themes[i], default_theme_name)) {
      if (popup_theme_suggestion_dialog(t->prefered_themes[i])) {
        freelog(LOG_DEBUG, "trying theme \"%s\".", t->prefered_themes[i]);
        if (load_theme(t->prefered_themes[i])) {
          sz_strlcpy(default_theme_name, t->prefered_themes[i]);
          return;
        }
      }ENDREP
id: im.0.r13227/10406
type: file
pred: im.0.r13136/24933
count: 66
text: 13227 8754 278 6927 212b9beb53aa1cd68327a28db7488a46
props: 11057 33421 111 0 b67b0fa27168318cbcd02c748356f132
cpath: /trunk/common/nation.h
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 22
file 5h.0.r12525/18946
K 6
aicore
V 22
dir 18t.0.r13169/69842
K 6
base.c
V 23
file 3jw.0.r13169/67640
K 6
base.h
V 23
file 3jx.0.r13193/15954
K 8
capstr.c
V 21
file dv.0.r12017/6110
K 8
capstr.h
V 21
file dw.0.r1356/11833
K 6
city.c
V 21
file q.0.r13169/68323
K 6
city.h
V 22
file 3q.0.r13169/68779
K 8
combat.c
V 23
file wp.0.r13046/117189
K 8
combat.h
V 21
file wq.0.r12783/4096
K 12
connection.c
V 21
file un.0.r11775/7048
K 12
connection.h
V 21
file uo.0.r11775/7278
K 8
dataio.c
V 22
file 15r.0.r13073/2418
K 8
dataio.h
V 23
file 15s.0.r10480/10050
K 11
diptreaty.c
V 23
file 3r.0.r13133/221044
K 11
diptreaty.h
V 20
file 3s.0.r9582/5141
K 9
effects.c
V 23
file 2eo.0.r13219/44034
K 9
effects.h
V 23
file 2ep.0.r13219/44502
K 8
events.c
V 22
file 33h.0.r13076/3198
K 8
events.h
V 22
file 3t.0.r13169/68553
K 10
fc_types.h
V 23
file 2ll.0.r13219/44267
K 6
game.c
V 21
file 3u.0.r13194/9729
K 6
game.h
V 23
file 3v.0.r13133/225625
K 19
generate_packets.py
V 21
file 2f4.0.r10337/244
K 12
government.c
V 22
file he.0.r13136/23772
K 12
government.h
V 22
file hf.0.r13136/24006
K 6
idex.c
V 23
file qo.0.r13024/189431
K 6
idex.h
V 21
file qp.0.r8119/15235
K 13
improvement.c
V 23
file vb.0.r13133/219180
K 13
improvement.h
V 23
file vc.0.r13046/115561
K 5
map.c
V 22
file r.0.r13046/120832
K 5
map.h
V 22
file 41.0.r13169/70765
K 10
movement.c
V 24
file 2xv.0.r13133/222814
K 10
movement.h
V 21
file 2xw.0.r12837/901
K 8
nation.c
V 22
file il.0.r13136/24703
K 8
nation.h
V 22
file im.0.r13227/10406
K 9
packets.c
V 22
file 43.0.r13068/16714
K 11
packets.def
V 23
file 2f5.0.r13219/43339
K 9
packets.h
V 22
file 44.0.r13068/16022
K 8
player.c
V 22
file 45.0.r13136/24240
K 8
player.h
V 22
file 46.0.r13136/24474
K 14
requirements.c
V 23
file 2wq.0.r13219/44731
K 14
requirements.h
V 23
file 2wr.0.r13219/44971
K 11
spaceship.c
V 20
file 98.0.r9977/2632
K 11
spaceship.h
V 20
file 99.0.r9977/2979
K 12
specialist.c
V 23
file 33f.0.r13169/67171
K 12
specialist.h
V 23
file 33g.0.r13169/67406
K 6
team.c
V 23
file 33i.0.r13136/22843
K 6
team.h
V 23
file 33j.0.r13136/23073
K 6
tech.c
V 22
file t.0.r13046/116261
K 6
tech.h
V 22
file u.0.r13133/220583
K 9
terrain.c
V 23
file 2fp.0.r13219/43570
K 9
terrain.h
V 22
file qs.0.r13219/43804
K 6
tile.c
V 23
file 2ys.0.r13193/16413
K 6
tile.h
V 22
file 2yt.0.r12977/9717
K 6
unit.c
V 19
file v.0.r13209/710
K 6
unit.h
V 20
file 48.0.r13209/929
K 10
unitlist.c
V 24
file 39m.0.r13133/225391
K 10
unitlist.h
V 24
file 39n.0.r13133/225857
K 10
unittype.c
V 22
file v9.0.r13219/42872
K 10
unittype.h
V 22
file va.0.r13219/43106
K 9
version.c
V 19
file oe.0.r11233/55
K 9
version.h
V 21
file e7.0.r11549/2702
K 10
worklist.c
V 22
file o8.0.r13027/83026
K 10
worklist.h
V 22
file o9.0.r12635/10973
END
ENDREP
id: p.0.r13227/13406
type: dir
pred: p.0.r13219/47980
count: 2333
text: 13227 10635 2758 2758 bf4126e0ebe37efd321a7d2535252e65
props: 12883 2571 96 0 2763e13ff5d021346ae24ff6c9ced232
cpath: /trunk/common
copyroot: 0 /

id: i4.0.r13227/13625
type: file
pred: i4.0.r13169/74468
count: 59
text: 13227 7811 30 6299 d40875d05a90027eca4553e9f6272167
props: 11044 512 111 0 e5ad8d36ef6bfd356bb06d6f3ece066f
cpath: /trunk/client/options.h
copyroot: 0 /

id: 34x.0.r13227/13852
type: file
pred: 34x.0.r11331/491
count: 2
text: 13227 990 2924 6986 2a3be80a9747d6b00a172a3c84d20f42
props: 10945 10388 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /trunk/client/gui-gtk-2.0/themes.c
copyroot: 0 /

id: 10k.0.r13227/14092
type: file
pred: 10k.0.r13181/516
count: 171
text: 13227 6764 31 60455 6bfb687416331765425baa3b3a63d107
props: 11057 38870 112 0 ec3aa248409009be6c82cab2c7e95ef5
cpath: /trunk/client/gui-gtk-2.0/gui_main.c
copyroot: 0 /

id: 10l.0.r13227/14336
type: file
pred: 10l.0.r12791/593
count: 26
text: 13227 7871 194 3133 1409cc8d7ab3a26146235b2c37f62009
props: 10096 14654 111 0 1912998302effd94f7d1c131050552ad
cpath: /trunk/client/gui-gtk-2.0/gui_main.h
copyroot: 0 /

id: 47d.0.r13227/14579
type: file
count: 0
text: 13227 5058 1693 2995 381d7b207595a16de3a75fbde14445b0
cpath: /trunk/client/gui-gtk-2.0/theme_dlg.c
copyroot: 0 /

id: zu.0.r13227/14742
type: file
pred: zu.0.r13194/12946
count: 15
text: 13227 6822 25 2089 5af0d50c0ea0294ef16df3973895d1c8
props: 11088 9148 111 0 3d57169d64a739976bce7d2e578e29eb
cpath: /trunk/client/gui-gtk-2.0/Makefile.am
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 22
file zu.0.r13227/14742
K 8
canvas.c
V 23
file 2y6.0.r10518/13194
K 8
canvas.h
V 23
file 2y7.0.r10096/14437
K 16
caravan_dialog.c
V 24
file 376.0.r13133/238976
K 10
chatline.c
V 22
file zw.0.r9577/108991
K 10
chatline.h
V 22
file zx.0.r9577/109355
K 15
choice_dialog.c
V 23
file 377.0.r12670/99065
K 15
choice_dialog.h
V 23
file 378.0.r12670/99360
K 9
citydlg.c
V 23
file zy.0.r13133/237989
K 9
citydlg.h
V 20
file zz.0.r5493/6351
K 9
cityrep.c
V 24
file 100.0.r13133/239723
K 9
cityrep.h
V 22
file 101.0.r9098/11480
K 8
cma_fe.c
V 22
file 102.0.r11771/9226
K 8
cma_fe.h
V 23
file 103.0.r10181/13675
K 8
colors.c
V 22
file 104.0.r10458/4290
K 8
colors.h
V 22
file 105.0.r10458/4652
K 12
connectdlg.c
V 22
file 106.0.r10804/2737
K 12
connectdlg.h
V 21
file 107.0.r7580/6878
K 9
dialogs.c
V 23
file 108.0.r13169/75643
K 9
dialogs.h
V 22
file 109.0.r11212/7101
K 10
diplodlg.c
V 24
file 10a.0.r13133/240470
K 10
diplodlg.h
V 23
file 10b.0.r9577/108261
K 17
diplomat_dialog.c
V 24
file 36n.0.r13133/240215
K 9
editdlg.c
V 24
file 3bi.0.r13133/239474
K 9
editdlg.h
V 23
file 3bj.0.r12670/98777
K 9
finddlg.c
V 24
file 10c.0.r13133/240719
K 9
finddlg.h
V 22
file 2d0.0.r5989/22356
K 10
gamedlgs.c
V 25
file 10d.0.r13038/2044647
K 9
gotodlg.c
V 24
file 10e.0.r13133/238232
K 9
gotodlg.h
V 23
file 10f.0.r4313/263426
K 10
graphics.c
V 23
file 10g.0.r11337/79662
K 10
graphics.h
V 23
file 10h.0.r11337/80150
K 12
gtkpixcomm.c
V 22
file 10i.0.r10800/1239
K 12
gtkpixcomm.h
V 22
file 10j.0.r10800/1606
K 10
gui_main.c
V 23
file 10k.0.r13227/14092
K 10
gui_main.h
V 23
file 10l.0.r13227/14336
K 11
gui_stuff.c
V 22
file 10m.0.r11771/8499
K 11
gui_stuff.h
V 22
file 10n.0.r11771/8983
K 11
happiness.c
V 23
file 10o.0.r11546/32145
K 11
happiness.h
V 23
file 10p.0.r9577/106064
K 9
helpdlg.c
V 23
file 10q.0.r13219/51833
K 9
helpdlg.h
V 23
file 10r.0.r4313/267882
K 10
inputdlg.c
V 20
file 10s.0.r8860/225
K 10
inputdlg.h
V 21
file 10t.0.r7580/3991
K 10
inteldlg.c
V 25
file 10u.0.r13038/2043901
K 10
inteldlg.h
V 23
file 2d1.0.r9577/108626
K 9
mapctrl.c
V 22
file 10v.0.r12952/2748
K 9
mapctrl.h
V 23
file 10w.0.r11337/80395
K 9
mapview.c
V 22
file 10x.0.r13125/7689
K 9
mapview.h
V 23
file 10y.0.r12881/17128
K 6
menu.c
V 22
file 10z.0.r13134/2707
K 6
menu.h
V 22
file 110.0.r4315/16581
K 12
messagedlg.c
V 23
file 111.0.r11771/10924
K 12
messagedlg.h
V 22
file 2d2.0.r5989/22693
K 12
messagewin.c
V 22
file 112.0.r10731/3899
K 12
messagewin.h
V 23
file 113.0.r10108/19424
K 11
optiondlg.h
V 23
file 114.0.r4313/264106
K 7
pages.c
V 24
file 2pi.0.r13133/239228
K 7
pages.h
V 22
file 2pj.0.r11863/8922
K 8
plrdlg.c
V 24
file 115.0.r13133/240964
K 8
plrdlg.h
V 22
file 116.0.r10803/7069
K 10
ratesdlg.h
V 22
file 2d3.0.r5989/22018
K 4
rc2c
V 23
file 117.0.r4313/274431
K 10
repodlgs.c
V 22
file 118.0.r13134/2463
K 10
repodlgs.h
V 21
file 119.0.r9098/9312
K 11
resources.c
V 23
file 11a.0.r5390/112550
K 11
resources.h
V 23
file 11b.0.r4313/267539
K 14
spaceshipdlg.c
V 24
file 11c.0.r13133/241213
K 14
spaceshipdlg.h
V 23
file 11d.0.r9577/110090
K 8
sprite.c
V 23
file 2y8.0.r10141/28169
K 8
sprite.h
V 23
file 2y9.0.r10141/29270
K 11
theme_dlg.c
V 23
file 47d.0.r13227/14579
K 8
themes.c
V 23
file 34x.0.r13227/13852
K 13
tileset_dlg.c
V 22
file 45i.0.r13195/1683
K 7
wldlg.c
V 23
file 11e.0.r13027/93382
K 7
wldlg.h
V 21
file 11f.0.r7682/2202
END
ENDREP
id: zs.0.r13227/18353
type: dir
pred: zs.0.r13219/55396
count: 1002
text: 13227 14984 3356 3356 72dbeaf981cee74f677bcbac04545248
props: 11108 11912 79 0 480bb3268560e84c2d6c8376c422c65e
cpath: /trunk/client/gui-gtk-2.0
copyroot: 0 /

id: a6.0.r13227/18587
type: file
pred: a6.0.r13212/5393
count: 135
text: 13227 8243 234 46810 97b9145f0b39a6db1bd000db61a63a4b
props: 10957 6289 112 0 ac8a0c5808e41faff6290e5ee8a4284e
cpath: /trunk/client/gui-xaw/dialogs.c
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 22
file bq.0.r12315/62787
K 9
actions.c
V 22
file nt.0.r13221/16529
K 9
actions.h
V 21
file nu.0.r1888/21779
K 4
ad2c
V 22
file 9q.0.r1186/243967
K 8
canvas.c
V 21
file 9r.0.r3959/87925
K 8
canvas.h
V 20
file 9s.0.r4034/9073
K 9
canvasp.h
V 20
file 9t.0.r4034/8365
K 10
chatline.c
V 20
file 9u.0.r9160/4848
K 10
chatline.h
V 21
file 9v.0.r2187/10435
K 9
citydlg.c
V 21
file 9w.0.r13212/4211
K 9
citydlg.h
V 20
file 9x.0.r2187/8309
K 9
cityrep.c
V 24
file 9y.0.r12988/4288618
K 9
cityrep.h
V 20
file g1.0.r5489/4916
K 8
cma_fe.c
V 21
file 2ei.0.r13148/376
K 8
cma_fe.h
V 21
file 2ej.0.r6908/4433
K 8
colors.c
V 21
file a2.0.r10532/8601
K 8
colors.h
V 21
file a3.0.r10532/9312
K 12
connectdlg.c
V 21
file a4.0.r11187/6858
K 12
connectdlg.h
V 21
file a5.0.r2187/12228
K 9
dialogs.c
V 22
file a6.0.r13227/18587
K 9
dialogs.h
V 21
file a7.0.r10882/3191
K 10
diplodlg.c
V 23
file a8.0.r13133/247151
K 10
diplodlg.h
V 20
file a9.0.r2187/7955
K 17
diplomat_dialog.c
V 24
file 37p.0.r13133/246899
K 9
finddlg.c
V 23
file aa.0.r13133/247876
K 9
finddlg.h
V 22
file 2dk.0.r5989/31562
K 9
gotodlg.c
V 23
file ab.0.r13133/245452
K 9
gotodlg.h
V 21
file ac.0.r1888/21069
K 10
graphics.c
V 23
file ad.0.r13133/247393
K 10
graphics.h
V 21
file ae.0.r10789/6338
K 10
gui_main.c
V 21
file bm.0.r13181/4259
K 10
gui_main.h
V 22
file bn.0.r11408/10219
K 11
gui_stuff.c
V 22
file bo.0.r6129/126486
K 11
gui_stuff.h
V 21
file bp.0.r4964/56392
K 9
helpdlg.c
V 22
file af.0.r13219/55629
K 9
helpdlg.h
V 21
file g2.0.r1888/23188
K 10
inputdlg.c
V 20
file ag.0.r7586/1961
K 10
inputdlg.h
V 20
file ah.0.r7586/2315
K 10
inteldlg.c
V 23
file ai.0.r13133/247635
K 10
inteldlg.h
V 23
file 2dl.0.r10108/22972
K 9
mapctrl.c
V 21
file aj.0.r10532/8954
K 9
mapctrl.h
V 21
file ak.0.r10532/9667
K 9
mapview.c
V 21
file al.0.r13212/4446
K 9
mapview.h
V 21
file am.0.r13212/4684
K 6
menu.c
V 22
file an.0.r13221/16765
K 6
menu.h
V 21
file ao.0.r12091/4447
K 12
messagedlg.c
V 22
file ap.0.r10532/10389
K 12
messagedlg.h
V 22
file 2dm.0.r5989/31896
K 12
messagewin.c
V 21
file aq.0.r9098/15891
K 12
messagewin.h
V 20
file g3.0.r5489/3851
K 11
optiondlg.c
V 21
file ar.0.r11793/1242
K 11
optiondlg.h
V 21
file as.0.r1432/23133
K 7
pages.c
V 24
file 2qm.0.r13133/246178
K 7
pages.h
V 22
file 2qn.0.r10536/7909
K 9
pixcomm.c
V 21
file at.0.r3145/18494
K 9
pixcomm.h
V 20
file au.0.r4034/9777
K 10
pixcommp.h
V 20
file av.0.r4034/8719
K 8
plrdlg.c
V 23
file aw.0.r13133/248117
K 8
plrdlg.h
V 20
file g4.0.r5489/3140
K 10
ratesdlg.c
V 23
file ax.0.r13046/134049
K 10
ratesdlg.h
V 22
file 2dn.0.r5989/31227
K 10
repodlgs.c
V 21
file ay.0.r13212/4920
K 10
repodlgs.h
V 21
file az.0.r10957/6056
K 11
resources.c
V 20
file b0.0.r9310/2224
K 11
resources.h
V 21
file b1.0.r3145/14204
K 14
spaceshipdlg.c
V 23
file b2.0.r13133/248358
K 14
spaceshipdlg.h
V 21
file b3.0.r2187/11152
K 8
themes.c
V 23
file 350.0.r10945/14451
K 7
wldlg.c
V 22
file o5.0.r13027/98568
K 7
wldlg.h
V 22
file o6.0.r10181/18680
END
ENDREP
id: 9o.0.r13227/21815
type: dir
pred: 9o.0.r13221/19988
count: 825
text: 13227 18825 2977 2977 e5a7650d90fda2f414bcde00d3d16299
props: 11108 12237 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /trunk/client/gui-xaw
copyroot: 0 /

id: er.0.r13227/22044
type: file
pred: er.0.r13194/20153
count: 31
text: 13227 0 134 2190 df28c5047a942f9030a77624b0e028db
props: 11088 12798 111 0 05a46e497021c8716b647ee1425e21a2
cpath: /trunk/client/include/dialogs_g.h
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 22
file dt.0.r10945/18666
K 10
canvas_g.h
V 22
file 2y4.0.r10476/5269
K 12
chatline_g.h
V 21
file en.0.r7930/21641
K 11
citydlg_g.h
V 21
file eo.0.r10219/5134
K 11
cityrep_g.h
V 21
file g5.0.r9098/20785
K 10
colors_g.h
V 21
file in.0.r10458/8958
K 14
connectdlg_g.h
V 21
file eq.0.r10804/9790
K 11
dialogs_g.h
V 22
file er.0.r13227/22044
K 12
diplodlg_g.h
V 21
file es.0.r7930/21998
K 11
finddlg_g.h
V 22
file 2do.0.r5989/36572
K 11
gotodlg_g.h
V 21
file et.0.r1432/33793
K 12
graphics_g.h
V 21
file eu.0.r10095/7747
K 12
gui_main_g.h
V 22
file ev.0.r11434/10062
K 11
helpdlg_g.h
V 22
file g6.0.r11309/10908
K 12
inteldlg_g.h
V 22
file 2dp.0.r8119/35181
K 11
mapctrl_g.h
V 21
file ew.0.r8119/34823
K 11
mapview_g.h
V 21
file ex.0.r11776/5867
K 8
menu_g.h
V 21
file ey.0.r3959/92563
K 14
messagedlg_g.h
V 22
file 2dq.0.r5989/35559
K 14
messagewin_g.h
V 21
file g7.0.r9098/20426
K 9
pages_g.h
V 22
file 2pk.0.r11443/8679
K 10
plrdlg_g.h
V 21
file g8.0.r9098/20071
K 12
ratesdlg_g.h
V 22
file 2dr.0.r5989/36235
K 12
repodlgs_g.h
V 21
file ez.0.r9098/21142
K 16
spaceshipdlg_g.h
V 21
file f0.0.r8119/33388
K 10
sprite_g.h
V 23
file 2y5.0.r10141/41098
K 10
themes_g.h
V 23
file 351.0.r10945/18328
K 9
wldlg_g.h
V 21
file o7.0.r1939/66425
END
ENDREP
id: b8.0.r13227/23550
type: dir
pred: b8.0.r13194/21659
count: 204
text: 13227 22281 1256 1256 067178d7f05856bd7a61034d2ca9672d
props: 4431 36493 46 0 e473fc4bd409d833d90929dfcb3a14b8
cpath: /trunk/client/include
copyroot: 0 /

id: xu.0.r13227/23778
type: file
pred: xu.0.r13194/21887
count: 89
text: 13227 8505 220 56847 53c144313a59b7d06f5110e702000a2b
props: 10989 3964 111 0 8264fa93116f43c430f41dcf0da62390
cpath: /trunk/client/gui-win32/dialogs.c
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 22
file nr.0.r12315/66211
K 8
canvas.c
V 21
file 2ya.0.r10482/217
K 8
canvas.h
V 22
file 2yb.0.r10131/2132
K 10
chatline.c
V 21
file xk.0.r7930/24198
K 10
chatline.h
V 20
file xl.0.r5785/7678
K 9
citydlg.c
V 23
file xm.0.r13133/251830
K 9
citydlg.h
V 19
file xn.0.r5671/865
K 9
cityrep.c
V 22
file xo.0.r13076/10168
K 9
cityrep.h
V 22
file xp.0.r3745/159022
K 8
cma_fe.c
V 21
file 2fu.0.r9591/3114
K 8
cma_fe.h
V 20
file 2fv.0.r7442/210
K 8
colors.c
V 21
file xq.0.r10461/1484
K 8
colors.h
V 21
file xr.0.r10461/1841
K 12
connectdlg.c
V 24
file xs.0.r13038/2057003
K 12
connectdlg.h
V 20
file xt.0.r8331/7783
K 9
dialogs.c
V 22
file xu.0.r13227/23778
K 9
dialogs.h
V 21
file xv.0.r10883/4520
K 10
diplodlg.c
V 23
file xw.0.r13133/253047
K 10
diplodlg.h
V 22
file xx.0.r3745/146125
K 9
finddlg.c
V 23
file xy.0.r13133/253294
K 9
finddlg.h
V 22
file 2dg.0.r5989/39776
K 9
gotodlg.c
V 23
file xz.0.r13133/252074
K 9
gotodlg.h
V 20
file y0.0.r3786/3776
K 10
graphics.c
V 22
file y1.0.r11337/88168
K 10
graphics.h
V 21
file y2.0.r10294/2998
K 10
gui_main.c
V 22
file y3.0.r13140/18950
K 10
gui_main.h
V 20
file y4.0.r10222/314
K 11
gui_stuff.c
V 22
file y5.0.r13125/11675
K 11
gui_stuff.h
V 20
file y6.0.r7598/1609
K 11
happiness.c
V 25
file 137.0.r13038/2055042
K 11
happiness.h
V 21
file 138.0.r7542/3688
K 9
helpdlg.c
V 22
file y7.0.r13219/59084
K 9
helpdlg.h
V 22
file y8.0.r3745/150873
K 10
inputdlg.c
V 19
file y9.0.r8895/460
K 10
inputdlg.h
V 22
file ya.0.r3745/153242
K 10
inteldlg.c
V 23
file yb.0.r13046/138495
K 10
inteldlg.h
V 22
file 2dh.0.r5989/39102
K 9
mapctrl.c
V 21
file yc.0.r12331/5681
K 9
mapctrl.h
V 21
file yd.0.r6430/14685
K 9
mapview.c
V 24
file ye.0.r13038/2054551
K 9
mapview.h
V 19
file yf.0.r9875/209
K 6
menu.c
V 23
file yg.0.r13133/252560
K 6
menu.h
V 20
file yh.0.r5785/9458
K 12
messagedlg.c
V 22
file yi.0.r10488/20525
K 12
messagedlg.h
V 22
file 2di.0.r5989/40112
K 12
messagewin.c
V 21
file yj.0.r9098/24106
K 12
messagewin.h
V 22
file yk.0.r3745/155966
K 11
optiondlg.c
V 21
file yl.0.r7269/15007
K 11
optiondlg.h
V 21
file ym.0.r3959/96575
K 7
pages.c
V 21
file 2qk.0.r11080/439
K 7
pages.h
V 22
file 2ql.0.r8639/12634
K 8
plrdlg.c
V 23
file yn.0.r13133/253538
K 8
plrdlg.h
V 20
file yo.0.r3847/6164
K 10
ratesdlg.c
V 23
file yp.0.r13046/138739
K 10
ratesdlg.h
V 22
file 2dj.0.r5989/39439
K 10
repodlgs.c
V 23
file yq.0.r13133/252315
K 10
repodlgs.h
V 22
file yr.0.r3745/151547
K 14
spaceshipdlg.c
V 23
file yt.0.r13133/253781
K 14
spaceshipdlg.h
V 20
file yu.0.r3778/5068
K 8
sprite.c
V 22
file 2yc.0.r10294/2273
K 8
sprite.h
V 23
file 2yd.0.r10141/44406
K 8
themes.c
V 23
file 34z.0.r10945/20562
K 7
wldlg.c
V 23
file yv.0.r13027/102986
K 7
wldlg.h
V 21
file yw.0.r12515/1620
END
ENDREP
id: np.0.r13227/26765
type: dir
pred: np.0.r13219/62073
count: 596
text: 13227 24018 2734 2734 174b8535604736e69e381986a024dd64
props: 11108 12557 68 0 fbaef5f6348d6ae4b0cc177104ca4ad2
cpath: /trunk/client/gui-win32
copyroot: 0 /

id: 17a.0.r13227/26996
type: file
pred: 17a.0.r13194/25339
count: 131
text: 13227 779 183 98402 947ff3faf79488394af58333b60ff197
props: 10805 78030 111 0 ae073b1a8624f4e72ab3bef202bf2f05
cpath: /trunk/client/gui-sdl/dialogs.c
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 23
file 16u.0.r12526/14581
K 16
README.SDLClient
V 21
file 16x.0.r6786/5349
K 14
SDL_rotozoom.c
V 24
file 3jy.0.r12670/115301
K 14
SDL_rotozoom.h
V 24
file 3jz.0.r12670/115888
K 9
SDL_ttf.c
V 20
file 2dz.0.r12025/79
K 9
SDL_ttf.h
V 22
file 2e0.0.r6439/49488
K 11
alphablit.c
V 24
file 3be.0.r12670/111820
K 8
canvas.c
V 21
file 39i.0.r12877/214
K 8
canvas.h
V 22
file 39j.0.r12863/1497
K 16
caravan_dialog.c
V 23
file 3bp.0.r12699/32779
K 10
chatline.c
V 22
file 16y.0.r12884/9147
K 10
chatline.h
V 23
file 16z.0.r11278/68134
K 9
citydlg.c
V 24
file 170.0.r13133/257475
K 9
citydlg.h
V 23
file 171.0.r11361/37701
K 9
cityrep.c
V 24
file 172.0.r13133/258699
K 9
cityrep.h
V 22
file 173.0.r12769/2941
K 8
cma_fe.c
V 24
file 174.0.r13046/143426
K 8
cma_fe.h
V 23
file 175.0.r11361/43495
K 8
colors.c
V 23
file 176.0.r12278/23172
K 8
colors.h
V 23
file 177.0.r11354/23855
K 12
connectdlg.c
V 21
file 178.0.r12797/114
K 12
connectdlg.h
V 23
file 179.0.r12349/45319
K 9
dialogs.c
V 23
file 17a.0.r13227/26996
K 9
dialogs.h
V 23
file 17b.0.r12387/13707
K 10
diplodlg.c
V 24
file 17c.0.r13133/259441
K 10
diplodlg.h
V 22
file 17d.0.r11584/2869
K 17
diplomat_dialog.c
V 24
file 3bn.0.r13133/259187
K 9
finddlg.c
V 24
file 17e.0.r13133/259689
K 9
finddlg.h
V 20
file 2d8.0.r5991/702
K 9
gotodlg.c
V 23
file 17f.0.r13151/94458
K 9
gotodlg.h
V 22
file 17g.0.r6515/58208
K 10
graphics.c
V 23
file 17h.0.r12611/13457
K 10
graphics.h
V 23
file 17i.0.r12611/13939
K 11
gui_iconv.c
V 22
file 17l.0.r11463/6261
K 11
gui_iconv.h
V 22
file 17m.0.r11463/6499
K 8
gui_id.h
V 22
file 17n.0.r12715/2828
K 10
gui_main.c
V 22
file 17o.0.r13181/7716
K 10
gui_main.h
V 22
file 17p.0.r12884/7238
K 11
gui_mouse.c
V 24
file 3ca.0.r12670/111532
K 11
gui_mouse.h
V 24
file 3cb.0.r12670/112397
K 12
gui_string.c
V 21
file 17r.0.r13049/366
K 12
gui_string.h
V 23
file 17s.0.r11451/16087
K 14
gui_tilespec.c
V 20
file 191.0.r13128/94
K 14
gui_tilespec.h
V 23
file 192.0.r12411/33830
K 11
happiness.c
V 23
file 17x.0.r11361/41144
K 11
happiness.h
V 23
file 17y.0.r11361/41867
K 9
helpdlg.c
V 23
file 17z.0.r13219/62548
K 9
helpdlg.h
V 23
file 180.0.r11361/47416
K 10
inputdlg.c
V 23
file 181.0.r11361/47897
K 10
inputdlg.h
V 23
file 182.0.r5500/260641
K 10
inteldlg.c
V 24
file 183.0.r13046/144655
K 10
inteldlg.h
V 22
file 2d9.0.r11409/2687
K 9
mapctrl.c
V 22
file 184.0.r12884/8434
K 9
mapctrl.h
V 22
file 185.0.r12884/8672
K 9
mapview.c
V 24
file 186.0.r13133/257968
K 9
mapview.h
V 22
file 187.0.r12884/6760
K 6
menu.c
V 24
file 188.0.r13133/258458
K 6
menu.h
V 23
file 189.0.r12378/18861
K 12
messagedlg.c
V 23
file 18a.0.r11361/49350
K 12
messagedlg.h
V 22
file 2da.0.r5989/48394
K 12
messagewin.c
V 22
file 18b.0.r12884/7473
K 12
messagewin.h
V 23
file 18c.0.r6286/140236
K 5
mmx.h
V 23
file 2e1.0.r6286/134429
K 11
optiondlg.c
V 22
file 18d.0.r12884/6046
K 11
optiondlg.h
V 22
file 18e.0.r12381/2174
K 7
pages.c
V 23
file 2qg.0.r12699/33028
K 7
pages.h
V 22
file 2qh.0.r8639/16416
K 8
plrdlg.c
V 24
file 18f.0.r13133/259935
K 8
plrdlg.h
V 22
file 18g.0.r6387/81301
K 10
ratesdlg.h
V 22
file 2db.0.r5989/47726
K 10
repodlgs.c
V 23
file 18i.0.r13219/62304
K 10
repodlgs.h
V 23
file 18j.0.r12411/34076
K 14
spaceshipdlg.c
V 24
file 18m.0.r13133/260181
K 14
spaceshipdlg.h
V 23
file 18n.0.r5500/263363
K 8
sprite.c
V 24
file 39k.0.r12670/106912
K 8
sprite.h
V 24
file 39l.0.r12670/108062
K 18
themebackgrounds.c
V 24
file 3ff.0.r12670/109497
K 18
themebackgrounds.h
V 24
file 3fg.0.r12670/110950
K 13
themecolors.c
V 24
file 392.0.r12670/113849
K 13
themecolors.h
V 24
file 393.0.r12670/114433
K 8
themes.c
V 24
file 38p.0.r12670/109789
K 11
themespec.c
V 24
file 390.0.r12670/112682
K 11
themespec.h
V 24
file 391.0.r12670/113267
K 11
unistring.c
V 21
file 18o.0.r11902/914
K 11
unistring.h
V 23
file 18p.0.r11361/40418
K 8
widget.c
V 24
file 3fu.0.r12670/109211
K 8
widget.h
V 24
file 3fv.0.r12670/110372
K 15
widget_button.c
V 24
file 3fh.0.r12670/112974
K 15
widget_button.h
V 24
file 3g7.0.r12670/113556
K 17
widget_checkbox.c
V 24
file 3fi.0.r12670/116518
K 17
widget_checkbox.h
V 24
file 3g8.0.r12670/106620
K 13
widget_core.c
V 24
file 3fj.0.r12670/114722
K 13
widget_edit.c
V 24
file 3fk.0.r12670/115009
K 13
widget_edit.h
V 24
file 3g9.0.r12670/115595
K 13
widget_icon.c
V 24
file 3fl.0.r12670/111242
K 13
widget_icon.h
V 24
file 3ga.0.r12670/112107
K 14
widget_label.c
V 24
file 3fm.0.r12670/108919
K 14
widget_label.h
V 24
file 3gb.0.r12670/110079
K 10
widget_p.h
V 24
file 3fn.0.r12670/107197
K 18
widget_scrollbar.c
V 24
file 3fo.59n.r12917/8446
K 18
widget_scrollbar.h
V 24
file 3gc.0.r12670/116811
K 15
widget_window.c
V 23
file 3fp.0.r12699/32039
K 15
widget_window.h
V 23
file 3gd.0.r12699/32533
K 7
wldlg.c
V 24
file 18q.0.r13046/145149
K 7
wldlg.h
V 23
file 18r.0.r11361/49592
END
ENDREP
id: 16t.0.r13227/32038
type: dir
pred: 16t.0.r13219/67591
count: 440
text: 13227 27237 4788 4788 e81939b8c9b059f92f5083dcf97179f2
props: 11108 12869 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /trunk/client/gui-sdl
copyroot: 0 /

id: 2kh.0.r13227/32269
type: file
pred: 2kh.0.r13197/204
count: 14
text: 13227 159 391 13102 ff3bf241c711aeb8b7ed90d5bc750e23
props: 10452 1380 111 0 3d57169d64a739976bce7d2e578e29eb
cpath: /trunk/client/gui-ftwl/dialogs.c
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 23
file 2k4.0.r12315/74268
K 8
canvas.c
V 22
file 2ye.0.r12291/8284
K 8
canvas.h
V 23
file 2yf.0.r10109/10676
K 6
chat.c
V 22
file 2k5.0.r11941/7401
K 6
chat.h
V 22
file 2k6.0.r7939/79684
K 10
chatline.c
V 22
file 2k7.0.r11941/6451
K 10
chatline.h
V 22
file 2k8.0.r7939/74301
K 9
citydlg.c
V 24
file 2k9.0.r13133/265707
K 9
citydlg.h
V 22
file 2ka.0.r7939/67918
K 9
cityrep.c
V 22
file 2kb.0.r7939/78333
K 9
cityrep.h
V 22
file 2kc.0.r7939/80015
K 8
colors.c
V 22
file 2kd.0.r11941/5347
K 8
colors.h
V 22
file 2ke.0.r11941/5582
K 12
connectdlg.c
V 22
file 2kf.0.r11941/7635
K 12
connectdlg.h
V 22
file 2kg.0.r7939/80350
K 9
dialogs.c
V 23
file 2kh.0.r13227/32269
K 9
dialogs.h
V 22
file 2ki.0.r7939/80688
K 10
diplodlg.c
V 22
file 2kj.0.r7939/64892
K 10
diplodlg.h
V 22
file 2kk.0.r7939/67247
K 9
finddlg.c
V 22
file 2kl.0.r7939/69930
K 9
finddlg.h
V 22
file 2km.0.r7939/70941
K 9
gotodlg.c
V 22
file 2kn.0.r11941/5112
K 9
gotodlg.h
V 22
file 2ko.0.r7939/67583
K 10
graphics.c
V 23
file 2kp.0.r10141/54754
K 10
graphics.h
V 22
file 2kq.0.r7939/68252
K 10
gui_main.c
V 22
file 2kr.0.r11943/1054
K 10
gui_main.h
V 22
file 2ks.0.r11943/1292
K 10
gui_text.c
V 24
file 2mr.0.r13133/266192
K 10
gui_text.h
V 22
file 2ms.0.r11941/8598
K 9
helpdlg.c
V 22
file 2kt.0.r7939/71611
K 9
helpdlg.h
V 22
file 2ku.0.r7939/72285
K 10
inteldlg.c
V 22
file 2kv.0.r7939/66910
K 10
inteldlg.h
V 22
file 2kw.0.r7939/69594
K 9
mapctrl.c
V 21
file 2kx.0.r12159/863
K 9
mapctrl.h
V 22
file 2ky.0.r7939/69259
K 9
mapview.c
V 21
file 2kz.0.r13152/724
K 9
mapview.h
V 21
file 2l0.0.r11943/817
K 6
menu.c
V 22
file 2l1.0.r7939/75312
K 6
menu.h
V 22
file 2l2.0.r7939/76324
K 12
messagedlg.c
V 22
file 2l3.0.r7939/76990
K 12
messagedlg.h
V 22
file 2l4.0.r7939/79008
K 12
messagewin.c
V 23
file 2l5.0.r9577/142349
K 12
messagewin.h
V 22
file 2l6.0.r7939/75986
K 7
pages.c
V 22
file 2qc.0.r11943/1528
K 7
pages.h
V 22
file 2qd.0.r8639/25123
K 8
plrdlg.c
V 23
file 2l7.0.r9577/141628
K 8
plrdlg.h
V 22
file 2l8.0.r7939/73967
K 10
ratesdlg.c
V 22
file 2l9.0.r7939/68588
K 10
ratesdlg.h
V 22
file 2la.0.r7939/70605
K 10
repodlgs.c
V 22
file 2lb.0.r7939/71947
K 10
repodlgs.h
V 22
file 2lc.0.r7939/72955
K 14
spaceshipdlg.c
V 22
file 2ld.0.r7939/75645
K 14
spaceshipdlg.h
V 22
file 2le.0.r7939/77329
K 8
sprite.c
V 23
file 2yg.0.r11958/37010
K 8
sprite.h
V 23
file 2yh.0.r10141/56198
K 8
themes.c
V 24
file 3cc.0.r12670/122700
K 7
wldlg.c
V 22
file 2lf.0.r7939/76656
K 7
wldlg.h
V 22
file 2lg.0.r7939/77669
END
ENDREP
id: 2k2.0.r13227/35013
type: dir
pred: 2k2.0.r13197/2942
count: 82
text: 13227 32507 2493 2493 ffeeb6f2d16c211f41718f39ba332fac
props: 11108 13191 78 0 667fe0aa2722f6798d567486294a1d2e
cpath: /trunk/client/gui-ftwl
copyroot: 0 /

id: 352.0.r13227/35243
type: file
pred: 352.0.r11118/5618
count: 2
text: 13227 6874 908 4560 7e711a83877e22c97aaf62c1efd7de1f
props: 10945 24129 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /trunk/client/themes_common.c
copyroot: 0 /

id: 353.0.r13227/35479
type: file
pred: 353.0.r11118/5853
count: 2
text: 13227 8092 123 921 989a47e876ee6f33b3107b3dd06bb1d8
props: 10945 24465 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /trunk/client/themes_common.h
copyroot: 0 /

id: hl.0.r13227/35714
type: file
pred: hl.0.r13169/89070
count: 374
text: 13227 9062 1318 160322 bc4d36d6d35c0030567bb9970904885a
props: 11096 3792 112 0 71c6b453a620995957914f193a952f13
cpath: /trunk/client/tilespec.c
copyroot: 0 /

id: mv.0.r13227/35948
type: file
pred: mv.0.r13194/30614
count: 21
text: 13227 575 177 7181 c2587774537350a5f707e91dd684c808
props: 8956 634 111 0 4b4193808cb95e702a5e5065e4345324
cpath: /trunk/client/gui-stub/dialogs.c
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 22
file mj.0.r12315/77238
K 8
canvas.c
V 22
file 2y0.0.r11749/2105
K 8
canvas.h
V 23
file 2y1.0.r10095/12720
K 10
chatline.c
V 21
file ml.0.r7930/39139
K 10
chatline.h
V 21
file mm.0.r5491/41569
K 9
citydlg.c
V 23
file mn.0.r13133/276319
K 9
citydlg.h
V 21
file mo.0.r5491/35843
K 9
cityrep.c
V 22
file mp.0.r10144/11456
K 9
cityrep.h
V 21
file mq.0.r5491/46587
K 8
colors.c
V 22
file mr.0.r10458/11165
K 8
colors.h
V 22
file ms.0.r10458/11524
K 12
connectdlg.c
V 21
file mt.0.r11749/2576
K 12
connectdlg.h
V 21
file mu.0.r5491/46943
K 9
dialogs.c
V 22
file mv.0.r13227/35948
K 9
dialogs.h
V 20
file mw.0.r8956/1107
K 10
diplodlg.c
V 21
file mx.0.r10144/8226
K 10
diplodlg.h
V 21
file my.0.r5491/35128
K 9
finddlg.c
V 21
file mz.0.r5491/37629
K 9
finddlg.h
V 22
file 2dc.0.r5989/44093
K 9
gotodlg.c
V 21
file n0.0.r11749/1167
K 9
gotodlg.h
V 21
file n1.0.r5491/35486
K 10
graphics.c
V 22
file n2.0.r10141/65831
K 10
graphics.h
V 21
file n3.0.r5491/36199
K 10
gui_main.c
V 22
file n4.0.r11434/22292
K 10
gui_main.h
V 21
file n5.0.r5491/41925
K 9
helpdlg.c
V 21
file n6.0.r10144/9660
K 9
helpdlg.h
V 21
file n7.0.r5491/39423
K 10
inteldlg.c
V 21
file n8.0.r7847/24779
K 10
inteldlg.h
V 22
file 2dd.0.r5989/43421
K 9
mapctrl.c
V 21
file n9.0.r7018/49625
K 9
mapctrl.h
V 21
file na.0.r5491/37272
K 9
mapview.c
V 20
file nb.0.r12524/749
K 9
mapview.h
V 21
file nc.0.r5491/38349
K 6
menu.c
V 22
file nd.0.r10144/11100
K 6
menu.h
V 21
file ne.0.r5491/43723
K 12
messagedlg.c
V 21
file nf.0.r5491/44434
K 12
messagedlg.h
V 22
file 2de.0.r5989/44428
K 12
messagewin.c
V 21
file ng.0.r9098/29017
K 12
messagewin.h
V 21
file nh.0.r5491/43363
K 7
pages.c
V 22
file 2qi.0.r11749/2340
K 7
pages.h
V 22
file 2qj.0.r8639/28697
K 8
plrdlg.c
V 21
file ni.0.r9098/28662
K 8
plrdlg.h
V 21
file nj.0.r5491/41213
K 10
ratesdlg.c
V 21
file nk.0.r5491/36557
K 10
ratesdlg.h
V 22
file 2df.0.r5989/43757
K 10
repodlgs.c
V 22
file nl.0.r10144/10019
K 10
repodlgs.h
V 21
file nm.0.r5491/40138
K 14
spaceshipdlg.c
V 21
file nn.0.r5491/42999
K 14
spaceshipdlg.h
V 21
file no.0.r5491/44796
K 8
sprite.c
V 22
file 2y2.0.r11749/1632
K 8
sprite.h
V 23
file 2y3.0.r10095/12384
K 8
themes.c
V 23
file 34y.0.r10945/24922
K 7
wldlg.c
V 21
file qj.0.r5491/44077
K 7
wldlg.h
V 21
file qk.0.r5491/45158
END
ENDREP
id: mh.0.r13227/38481
type: dir
pred: mh.0.r13194/33147
count: 132
text: 13227 36183 2285 2285 9cba9e613d60ca6bd73fc2fff70a5b7e
props: 11108 13796 68 0 fbaef5f6348d6ae4b0cc177104ca4ad2
cpath: /trunk/client/gui-stub
copyroot: 0 /

id: dc.0.r13227/38711
type: file
pred: dc.0.r13169/89535
count: 154
text: 13227 3942 1087 25147 a9bd2d4275b08732a87a5b85f2d285f2
props: 10965 83 112 0 b4bb2e29c9087472d2e44c6eab39b6d6
cpath: /trunk/client/options.c
copyroot: 0 /

PLAIN
K 11
Makefile.am
V 21
file 5f.0.r12357/8748
K 6
agents
V 22
dir zf.0.r13133/237048
K 11
attribute.c
V 22
file xh.0.r13068/20176
K 11
attribute.h
V 19
file xi.0.r4715/844
K 7
audio.c
V 21
file 139.0.r13173/478
K 7
audio.h
V 22
file 13a.0.r10416/6162
K 12
audio_none.c
V 23
file 13d.0.r6129/145164
K 12
audio_none.h
V 22
file 13e.0.r4452/27228
K 11
audio_sdl.c
V 21
file 13f.0.r10418/395
K 11
audio_sdl.h
V 22
file 13g.0.r4452/26570
K 17
chatline_common.c
V 23
file 14q.0.r9577/151065
K 17
chatline_common.h
V 23
file 14r.0.r9577/151422
K 16
citydlg_common.c
V 22
file z4.0.r13169/74697
K 16
citydlg_common.h
V 22
file z5.0.r13169/75172
K 13
cityrepdata.c
V 22
file mb.0.r13169/74936
K 13
cityrepdata.h
V 21
file mc.0.r9153/21475
K 11
civclient.c
V 23
file 2f.0.r13046/158886
K 11
civclient.h
V 21
file hz.0.r11758/7740
K 8
climap.c
V 23
file 197.0.r11057/48047
K 8
climap.h
V 22
file 198.0.r11804/3994
K 9
climisc.c
V 23
file d5.0.r13133/279089
K 9
climisc.h
V 21
file i0.0.r12552/9622
K 8
clinet.c
V 20
file hc.0.r13116/185
K 8
clinet.h
V 22
file i1.0.r12484/13649
K 15
colors_common.c
V 24
file 33a.0.r13133/237514
K 15
colors_common.h
V 23
file 33b.0.r13015/10629
K 19
connectdlg_common.c
V 23
file 2fw.0.r12637/24070
K 19
connectdlg_common.h
V 23
file 2fx.0.r12637/24311
K 9
control.c
V 22
file gz.0.r13169/75410
K 9
control.h
V 22
file i2.0.r13169/79393
K 8
editor.c
V 24
file 3bg.0.r13133/279326
K 8
editor.h
V 23
file 3bh.0.r12771/15162
K 11
ggzclient.c
V 24
file 394.0.r12670/122138
K 11
ggzclient.h
V 24
file 395.0.r12670/122419
K 6
goto.c
V 23
file vu.0.r13133/257008
K 6
goto.h
V 22
file vv.0.r11378/41010
K 8
gui-ftwl
V 22
dir 2k2.0.r13227/35013
K 11
gui-gtk-2.0
V 21
dir zs.0.r13227/18353
K 7
gui-mui
V 22
dir km.0.r13133/275376
K 7
gui-sdl
V 22
dir 16t.0.r13227/32038
K 8
gui-stub
V 21
dir mh.0.r13227/38481
K 9
gui-win32
V 21
dir np.0.r13227/26765
K 7
gui-xaw
V 21
dir 9o.0.r13227/21815
K 10
helpdata.c
V 22
file h1.0.r13219/67822
K 10
helpdata.h
V 22
file i3.0.r11595/12124
K 7
include
V 21
dir b8.0.r13227/23550
K 16
mapctrl_common.c
V 24
file 15m.0.r13133/275842
K 16
mapctrl_common.h
V 23
file 15n.0.r11378/41712
K 16
mapview_common.c
V 23
file z2.0.r13027/118129
K 16
mapview_common.h
V 22
file z3.0.r12881/22258
K 19
messagewin_common.c
V 23
file 14s.0.r11057/47330
K 19
messagewin_common.h
V 23
file 14t.0.r8387/154818
K 9
options.c
V 22
file dc.0.r13227/38711
K 9
options.h
V 22
file i4.0.r13227/13625
K 17
overview_common.c
V 23
file 2yk.0.r11057/37541
K 17
overview_common.h
V 21
file 2yl.0.r10927/997
K 10
packhand.c
V 21
file n.0.r13194/25108
K 10
packhand.h
V 22
file i5.0.r10865/39236
K 15
plrdlg_common.c
V 24
file 14u.0.r13133/265466
K 15
plrdlg_common.h
V 23
file 14v.0.r10581/10242
K 17
repodlgs_common.c
V 25
file 11i.0.r13038/2048652
K 17
repodlgs_common.h
V 23
file 11j.0.r10846/16483
K 9
reqtree.c
V 23
file 2ym.0.r13219/51600
K 9
reqtree.h
V 22
file 2yn.0.r13134/2234
K 9
servers.c
V 20
file 33x.0.r12574/52
K 9
servers.h
V 22
file 33y.0.r11098/4793
K 6
text.c
V 24
file 2g3.0.r13133/244975
K 6
text.h
V 22
file 2g4.0.r11667/8274
K 15
themes_common.c
V 23
file 352.0.r13227/35243
K 15
themes_common.h
V 23
file 353.0.r13227/35479
K 10
tilespec.c
V 22
file hl.0.r13227/35714
K 10
tilespec.h
V 22
file i6.0.r13169/89304
END
ENDREP
id: d.0.r13227/42213
type: dir
pred: d.0.r13221/23486
count: 4132
text: 13227 38941 3259 3259 78f4bdf56c77bd47d5de46f9b5b018ff
props: 12883 2898 109 0 732f4656541fb514e4368d9517bdf317
cpath: /trunk/client
copyroot: 0 /

PLAIN
K 9
ABOUT-NLS
V 22
file fu.0.r13215/85704
K 7
AUTHORS
V 19
file 5u.0.r12982/94
K 7
COPYING
V 19
file 1h.0.r9643/400
K 9
ChangeLog
V 22
file 6l.0.r4863/510676
K 7
INSTALL
V 19
file 6.0.r12902/917
K 11
Makefile.am
V 22
file 59.0.r13215/85926
K 4
NEWS
V 22
file 6m.0.r11650/10062
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 19
dir 8.0.r13224/2480
K 5
amiga
V 21
dir kd.0.r11105/71924
K 10
autogen.sh
V 22
file 12o.0.r12319/1997
K 9
bootstrap
V 22
dir 2p5.0.r12679/13512
K 6
client
V 20
dir d.0.r13227/42213
K 6
common
V 20
dir p.0.r13227/13406
K 12
config.mac.h
V 20
file hb.0.r6045/5982
K 12
configure.ac
V 23
file 149.0.r13215/85479
K 4
data
V 20
dir w.0.r13193/15736
K 6
debian
V 19
dir 5w.0.r7821/9259
K 12
dependencies
V 23
dir 2yu.0.r13216/211199
K 11
diff_ignore
V 19
file qq.0.r13200/42
K 3
doc
V 20
dir k7.0.r13149/1427
K 4
intl
V 21
dir f4.0.r11105/23499
K 2
m4
V 22
dir 12p.0.r13215/85264
K 6
manual
V 22
dir 2m2.0.r13219/51384
K 2
po
V 21
dir fs.0.r13213/26353
K 7
scripts
V 20
dir 2yo.0.r11849/885
K 6
server
V 19
dir z.0.r13220/4965
K 10
stamp-h.in
V 19
file 80.0.r1125/241
K 5
tests
V 21
dir 2g9.0.r11105/7470
K 7
utility
V 20
dir 1c.0.r13222/2448
K 10
version.in
V 22
file 2lo.0.r13194/5770
K 3
vms
V 21
dir u9.0.r11105/70719
K 5
win32
V 21
dir 2eu.0.r13125/7237
END
ENDREP
id: 3.0.r13227/43728
type: dir
pred: 3.0.r13224/3988
count: 11113
text: 13227 42433 1282 1282 e704bd5f9e8c85e5b5087aee4d55516d
props: 11109 0 255 0 8cbc80e0da9c47b05b8ffee17ea9b0f1
cpath: /trunk
copyroot: 0 /

PLAIN
K 8
branches
V 19
dir 1.0.r13226/4241
K 4
tags
V 19
dir 2.0.r12895/2647
K 5
trunk
V 20
dir 3.0.r13227/43728
K 7
website
V 18
dir 3ge.0.r12388/0
END
ENDREP
id: 0.0.r13227/44099
type: dir
pred: 0.0.r13226/4555
count: 13227
text: 13227 43938 148 148 4003609150e3f2fe4a6e0c71ca2ca56c
cpath: /
copyroot: 0 /

i4.0.t13226-1 modify true false /trunk/client/options.h

10l.0.t13226-1 modify true false /trunk/client/gui-gtk-2.0/gui_main.h

353.0.t13226-1 modify true false /trunk/client/themes_common.h

a6.0.t13226-1 modify true false /trunk/client/gui-xaw/dialogs.c

xu.0.t13226-1 modify true false /trunk/client/gui-win32/dialogs.c

im.0.t13226-1 modify true false /trunk/common/nation.h

hl.0.t13226-1 modify true false /trunk/client/tilespec.c

2kh.0.t13226-1 modify true false /trunk/client/gui-ftwl/dialogs.c

er.0.t13226-1 modify true false /trunk/client/include/dialogs_g.h

mv.0.t13226-1 modify true false /trunk/client/gui-stub/dialogs.c

17a.0.t13226-1 modify true false /trunk/client/gui-sdl/dialogs.c

34x.0.t13226-1 modify true false /trunk/client/gui-gtk-2.0/themes.c

dc.0.t13226-1 modify true false /trunk/client/options.c

zu.0.t13226-1 modify true false /trunk/client/gui-gtk-2.0/Makefile.am

10k.0.t13226-1 modify true false /trunk/client/gui-gtk-2.0/gui_main.c

_0.0.t13226-1 add true false /trunk/client/gui-gtk-2.0/theme_dlg.c

352.0.t13226-1 modify true false /trunk/client/themes_common.c


44099 44248
