pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2596 - in trunk: . src/editor src/gui


From: jave27
Subject: [Pingus-CVS] r2596 - in trunk: . src/editor src/gui
Date: Mon, 16 Jan 2006 14:35:01 +0100

Author: jave27
Date: 2006-01-16 14:34:49 +0100 (Mon, 16 Jan 2006)
New Revision: 2596

Modified:
   trunk/Pingus.vcproj
   trunk/src/editor/editor_viewport.cxx
   trunk/src/gui/checkbox.cxx
   trunk/src/gui/checkbox.hxx
   trunk/src/gui/checkbox_listener.hxx
Log:
Updated EOL style on new files.
Update MSVC project
Changed snap-to default to false.

Modified: trunk/Pingus.vcproj
===================================================================
--- trunk/Pingus.vcproj 2006-01-16 05:01:38 UTC (rev 2595)
+++ trunk/Pingus.vcproj 2006-01-16 13:34:49 UTC (rev 2596)
@@ -275,6 +275,15 @@
                                        RelativePath=".\src\gui\button.hxx">
                                </File>
                                <File
+                                       RelativePath=".\src\gui\checkbox.cxx">
+                               </File>
+                               <File
+                                       RelativePath=".\src\gui\checkbox.hxx">
+                               </File>
+                               <File
+                                       
RelativePath=".\src\gui\checkbox_listener.hxx">
+                               </File>
+                               <File
                                        RelativePath=".\src\gui\combobox.cxx">
                                </File>
                                <File

Modified: trunk/src/editor/editor_viewport.cxx
===================================================================
--- trunk/src/editor/editor_viewport.cxx        2006-01-16 05:01:38 UTC (rev 
2595)
+++ trunk/src/editor/editor_viewport.cxx        2006-01-16 13:34:49 UTC (rev 
2596)
@@ -42,7 +42,7 @@
        autoscroll(true),
        highlighted_area(0,0,0,0),
        context_menu(0),
-       snap_to(true),
+       snap_to(false),
        current_action(NOTHING)
 {
        // FIXME: Hardcoded values should be determined by level size


Property changes on: trunk/src/gui/checkbox.cxx
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/src/gui/checkbox.hxx
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/src/gui/checkbox_listener.hxx
___________________________________________________________________
Name: svn:eol-style
   + native





reply via email to

[Prev in Thread] Current Thread [Next in Thread]