[Gtkradiant] [SVN] rev 4085 - in GtkRadiant/branches/spog_branch: . docs/developer
include radiant
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Wed, 05 Nov 2003 12:43:02 -0600
This is a mixed plain/HTML MIME encoded message.
--===============1342463441==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Author : spog
New Revision : 4085
Date : Wed Nov 5 12:42:50 2003
Log:
refactoring and fixes
--
GtkRadiant/branches/spog_branch/docs/developer/CHANGES
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/docs/developer/CHANGES?rev=4085&root=radiant.svn&view=auto
diff:
This is the changelog for developers, != changelog for the end user
that we distribute with the binaries. (see changelog)
+05/11/2003
+SPoG
+- Changed menubar/toolbars to be non-detachable.
+- Fixed empty-undos created when left-clicking in XY window.
+- Refactored camera modelview/projection matrix updates.
+- Moved application-specific code out of mainframe.cpp.
+- Reinstated brush/entity count in statusbar.
+
+04/11/2003
+SPoG
+- Reinstated instant status-bar updates.
+
30/10/2003
SPoG
- Fixed crosshair cursor in clipper mode.
1 item added:
GtkRadiant/branches/spog_branch/radiant/patchmanip.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.cpp?rev=4085&root=radiant.svn&view=auto
32 items modified:
GtkRadiant/branches/spog_branch/SConscript
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/SConscript?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/SConscript?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/SConscript?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/docs/developer/CHANGES
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/docs/developer/CHANGES?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/docs/developer/CHANGES?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/docs/developer/CHANGES?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/include/iundo.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iundo.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iundo.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iundo.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/brush.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/brushwrapper.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/camwindow.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/camwindow.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/groupdialog.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/mainframe.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/mainframe.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/map.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/map.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/patchmanip.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/points.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/points.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/points.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/points.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/qe3.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/qe3.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/radiant.rc
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/radiant.rc?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/radiant.rc?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/radiant.rc?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/resource.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/resource.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/resource.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/resource.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/select.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/select.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/selection.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/undo.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/undo.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/undo.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/undo.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/xywindow.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/xywindow.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/z.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/z.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/z.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/z.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/zwindow.cpp
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.cpp?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.cpp?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
GtkRadiant/branches/spog_branch/radiant/zwindow.h
4085 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.h?rev=4085&root=radiant.svn&view=auto
4084 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.h?rev=4084&root=radiant.svn&view=auto
diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h
--===============1342463441==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
<html>
<head><title>SVN report</title></head>
<body bgcolor="#ffffff" text="#000000">
<table border=0 width="100%" cellspacing=0 cellpadding=0>
<tr>
<td align=left><b>Commit from <i>spog</i></b>, New Revision : 4085</td>
<td align=right valign=bottom>Wed Nov 5 12:42:50 2003</td>
</tr>
</table>
<hr width="100%" size=2 noshade><br>
<code>
refactoring and fixes
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/branches/spog_branch/docs/developer/CHANGES</b>
<pre>
This is the changelog for developers, != changelog for the end user
that we distribute with the binaries. (see changelog)
+05/11/2003
+SPoG
+- Changed menubar/toolbars to be non-detachable.
+- Fixed empty-undos created when left-clicking in XY window.
+- Refactored camera modelview/projection matrix updates.
+- Moved application-specific code out of mainframe.cpp.
+- Reinstated brush/entity count in statusbar.
+
+04/11/2003
+SPoG
+- Reinstated instant status-bar updates.
+
30/10/2003
SPoG
- Fixed crosshair cursor in clipper mode.
</pre>
</code>
<table border=0 width="100%">
<tr>
<td colspan=5> </td>
</tr>
<tr bgcolor="#e0e0e0">
<td colspan=5 align=center><b>1 item added</b></td>
</tr>
<tr>
<td><b>Module</b></td>
<td><b>File name</b></td>
<td colspan=3><b>Revision</b></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/patchmanip.cpp</code></td>
<td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td colspan=5> </td>
</tr>
<tr bgcolor="#e0e0e0">
<td colspan=5 align=center><b>32 items modified</b></td>
</tr>
<tr>
<td><b>Module</b></td>
<td><b>File name</b></td>
<td colspan=3><b>Revision</b></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/SConscript</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/SConscript?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/SConscript?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/SConscript?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/docs/developer/CHANGES</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/docs/developer/CHANGES?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/docs/developer/CHANGES?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/docs/developer/CHANGES?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/include/iundo.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iundo.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iundo.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iundo.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/brush.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/brushwrapper.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/camwindow.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/camwindow.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/camwindow.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/groupdialog.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/groupdialog.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/mainframe.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/mainframe.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/mainframe.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/map.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/map.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/map.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/patchmanip.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/points.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/points.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/points.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/points.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/qe3.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/qe3.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qe3.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/radiant.rc</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/radiant.rc?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/radiant.rc?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/radiant.rc?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/resource.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/resource.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/resource.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/resource.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/select.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/select.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/select.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/selection.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/undo.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/undo.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/undo.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/undo.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/xywindow.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/xywindow.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xywindow.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/z.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/z.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/z.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/z.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/zwindow.cpp</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.cpp?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.cpp?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.cpp?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
<tr>
<td><b>radiant.svn</b></td>
<td width="100%"><code>GtkRadiant/branches/spog_branch/radiant/zwindow.h</code></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.h?rev=4084&root=radiant.svn&view=auto">4084</a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.h?r1=text&tr1=4084&r2=text&tr2=4085&root=radiant.svn&diff_format=h">>>></a></td>
<td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/zwindow.h?rev=4085&root=radiant.svn&view=auto">4085</a></td>
</tr>
</table>
</body>
</html>
--===============1342463441==--