Author: ianmacarthur
Date: 2011-07-13 02:09:08 -0700 (Wed, 13 Jul 2011)
New Revision: 8857
Log:
123: More trivial svn attribute flag setting...
Modified:
branches/branch-3.0/fluid1/CMakeLists.txt
branches/branch-3.0/fluid1/CodeEditor.cxx
branches/branch-3.0/fluid1/CodeEditor.h
branches/branch-3.0/fluid1/Fl_Function_Type.cxx
branches/branch-3.0/fluid1/Fl_Group_Type.cxx
branches/branch-3.0/fluid1/Fl_Menu_Type.cxx
branches/branch-3.0/fluid1/Fl_Type.cxx
branches/branch-3.0/fluid1/Fl_Type.h
branches/branch-3.0/fluid1/Fl_Widget_Type.cxx
branches/branch-3.0/fluid1/Fl_Widget_Type.h
branches/branch-3.0/fluid1/Fl_Window_Type.cxx
branches/branch-3.0/fluid1/Fluid_Image.cxx
branches/branch-3.0/fluid1/Fluid_Image.h
branches/branch-3.0/fluid1/Makefile
branches/branch-3.0/fluid1/Shortcut_Button.h
branches/branch-3.0/fluid1/about_panel.cxx
branches/branch-3.0/fluid1/about_panel.fl
branches/branch-3.0/fluid1/about_panel.h
branches/branch-3.0/fluid1/align_widget.cxx
branches/branch-3.0/fluid1/alignment_panel.cxx
branches/branch-3.0/fluid1/alignment_panel.fl
branches/branch-3.0/fluid1/alignment_panel.h
branches/branch-3.0/fluid1/code.cxx
branches/branch-3.0/fluid1/comments.h
branches/branch-3.0/fluid1/factory.cxx
branches/branch-3.0/fluid1/file.cxx
branches/branch-3.0/fluid1/fluid.cxx
branches/branch-3.0/fluid1/function_panel.cxx
branches/branch-3.0/fluid1/function_panel.fl
branches/branch-3.0/fluid1/function_panel.h
branches/branch-3.0/fluid1/makedepend
branches/branch-3.0/fluid1/makefile.wat
branches/branch-3.0/fluid1/print_panel.cxx
branches/branch-3.0/fluid1/print_panel.fl
branches/branch-3.0/fluid1/print_panel.h
branches/branch-3.0/fluid1/template_panel.cxx
branches/branch-3.0/fluid1/template_panel.fl
branches/branch-3.0/fluid1/template_panel.h
branches/branch-3.0/fluid1/undo.cxx
branches/branch-3.0/fluid1/undo.h
branches/branch-3.0/fluid1/widget_panel.cxx
branches/branch-3.0/fluid1/widget_panel.fl
branches/branch-3.0/fluid1/widget_panel.h
Property changes on: branches/branch-3.0/fluid1/CMakeLists.txt
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/CodeEditor.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/CodeEditor.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Function_Type.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Group_Type.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Menu_Type.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Type.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Type.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Widget_Type.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Widget_Type.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fl_Window_Type.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fluid_Image.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Fluid_Image.h
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: branches/branch-3.0/fluid1/Makefile
===================================================================
--- branches/branch-3.0/fluid1/Makefile 2011-07-13 08:24:10 UTC (rev 8856)
+++ branches/branch-3.0/fluid1/Makefile 2011-07-13 09:09:08 UTC (rev 8857)
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 8086 2010-12-20 20:33:24Z matt $"
+# "$Id$"
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
@@ -131,5 +131,5 @@
./fluid -c widget_panel.fl
#
-# End of "$Id: Makefile 8086 2010-12-20 20:33:24Z matt $".
+# End of "$Id$".
#
Property changes on: branches/branch-3.0/fluid1/Makefile
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/Shortcut_Button.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/about_panel.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: branches/branch-3.0/fluid1/about_panel.fl
===================================================================
--- branches/branch-3.0/fluid1/about_panel.fl 2011-07-13 08:24:10 UTC (rev
8856)
+++ branches/branch-3.0/fluid1/about_panel.fl 2011-07-13 09:09:08 UTC (rev
8857)
@@ -3,7 +3,7 @@
header_name {.h}
code_name {.cxx}
comment {//
-// "$Id: about_panel.fl 8306 2011-01-24 17:04:22Z matt $"
+// "$Id$"
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
@@ -72,6 +72,6 @@
comment {
//
-// End of "$Id: about_panel.fl 8306 2011-01-24 17:04:22Z matt $".
+// End of "$Id$".
//} {in_source in_header
}
Property changes on: branches/branch-3.0/fluid1/about_panel.fl
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/about_panel.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/align_widget.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/alignment_panel.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: branches/branch-3.0/fluid1/alignment_panel.fl
===================================================================
--- branches/branch-3.0/fluid1/alignment_panel.fl 2011-07-13 08:24:10 UTC
(rev 8856)
+++ branches/branch-3.0/fluid1/alignment_panel.fl 2011-07-13 09:09:08 UTC
(rev 8857)
@@ -3,7 +3,7 @@
header_name {.h}
code_name {.cxx}
comment {//
-// "$Id: alignment_panel.fl 8089 2010-12-20 22:19:24Z matt $"
+// "$Id$"
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
@@ -678,6 +678,6 @@
comment {
//
-// End of "$Id: alignment_panel.fl 8089 2010-12-20 22:19:24Z matt $".
+// End of "$Id$".
//} {in_source in_header
}
Property changes on: branches/branch-3.0/fluid1/alignment_panel.fl
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/alignment_panel.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/code.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/comments.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/factory.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/file.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/fluid.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/function_panel.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: branches/branch-3.0/fluid1/function_panel.fl
===================================================================
--- branches/branch-3.0/fluid1/function_panel.fl 2011-07-13 08:24:10 UTC
(rev 8856)
+++ branches/branch-3.0/fluid1/function_panel.fl 2011-07-13 09:09:08 UTC
(rev 8857)
@@ -3,7 +3,7 @@
header_name {.h}
code_name {.cxx}
comment {//
-// "$Id: function_panel.fl 8172 2011-01-03 08:28:38Z matt $"
+// "$Id$"
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
@@ -944,6 +944,6 @@
comment {
//
-// End of "$Id: function_panel.fl 8172 2011-01-03 08:28:38Z matt $".
+// End of "$Id$".
//} {in_source in_header
}
Property changes on: branches/branch-3.0/fluid1/function_panel.fl
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/function_panel.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/makedepend
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Modified: branches/branch-3.0/fluid1/makefile.wat
===================================================================
--- branches/branch-3.0/fluid1/makefile.wat 2011-07-13 08:24:10 UTC (rev
8856)
+++ branches/branch-3.0/fluid1/makefile.wat 2011-07-13 09:09:08 UTC (rev
8857)
@@ -1,81 +1,81 @@
-#
-# "$Id: makefile.wat 7913 2010-11-29 18:18:27Z greg.ercolano $"
-#
-# FLUID makefile for the Fast Light Tool Kit (FLTK).
-#
-# Copyright 1998-2010 by Bill Spitzak and others.
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Library General Public
-# License as published by the Free Software Foundation; either
-# version 2 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Library General Public License for more details.
-#
-# You should have received a copy of the GNU Library General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-#
-# Please report all bugs and problems on the following page:
-#
-# http://www.fltk.org/str.php
-#
-
-OBJECTS = &
- CodeEditor.obj &
- Fl_Function_Type.obj &
- Fl_Group_Type.obj &
- Fl_Menu_Type.obj &
- Fl_Type.obj &
- Fl_Widget_Type.obj &
- Fl_Window_Type.obj &
- Fluid_Image.obj &
- about_panel.obj &
- align_widget.obj &
- alignment_panel.obj &
- code.obj &
- factory.obj &
- file.obj &
- function_panel.obj &
- template_panel.obj &
- undo.obj &
- widget_panel.obj
-
-# fluid.obj should not be in the list, because the watcom.mif file
-# assumes an object file with the same name as the target executable
-
-################################################################
-
-!include ../watcom.mif
-
-all: $(ODIR)/fluid$(EXEEXT)
-
-$(ODIR)\fluid$(EXEEXT): $(OBJECTS) $(LIBS)
-
-#
-# Clean all directories
-#
-clean : .SYMBOLIC
- @echo Cleaning up.
-CLEANEXTS = exe map sym obj lk1
- @for %a in ($(CLEANEXTS)) do -rm -f $(ODIR)\*.%a
- -rm -f *.err
-
-#
-# Note: The rebuild target can only be used if you have the original .fl
-# files. This is normally only used by the FLTK maintainers...
-#
-
-rebuild:
- ./fluid -c about_panel.fl
- ./fluid -c alignment_panel.fl
- ./fluid -c function_panel.fl
- ./fluid -c widget_panel.fl
-
-#
-# End of "$Id: makefile.wat 7913 2010-11-29 18:18:27Z greg.ercolano $".
-#
+#
+# "$Id$"
+#
+# FLUID makefile for the Fast Light Tool Kit (FLTK).
+#
+# Copyright 1998-2010 by Bill Spitzak and others.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+#
+# Please report all bugs and problems on the following page:
+#
+# http://www.fltk.org/str.php
+#
+
+OBJECTS = &
+ CodeEditor.obj &
+ Fl_Function_Type.obj &
+ Fl_Group_Type.obj &
+ Fl_Menu_Type.obj &
+ Fl_Type.obj &
+ Fl_Widget_Type.obj &
+ Fl_Window_Type.obj &
+ Fluid_Image.obj &
+ about_panel.obj &
+ align_widget.obj &
+ alignment_panel.obj &
+ code.obj &
+ factory.obj &
+ file.obj &
+ function_panel.obj &
+ template_panel.obj &
+ undo.obj &
+ widget_panel.obj
+
+# fluid.obj should not be in the list, because the watcom.mif file
+# assumes an object file with the same name as the target executable
+
+################################################################
+
+!include ../watcom.mif
+
+all: $(ODIR)/fluid$(EXEEXT)
+
+$(ODIR)\fluid$(EXEEXT): $(OBJECTS) $(LIBS)
+
+#
+# Clean all directories
+#
+clean : .SYMBOLIC
+ @echo Cleaning up.
+CLEANEXTS = exe map sym obj lk1
+ @for %a in ($(CLEANEXTS)) do -rm -f $(ODIR)\*.%a
+ -rm -f *.err
+
+#
+# Note: The rebuild target can only be used if you have the original .fl
+# files. This is normally only used by the FLTK maintainers...
+#
+
+rebuild:
+ ./fluid -c about_panel.fl
+ ./fluid -c alignment_panel.fl
+ ./fluid -c function_panel.fl
+ ./fluid -c widget_panel.fl
+
+#
+# End of "$Id$".
+#
Property changes on: branches/branch-3.0/fluid1/makefile.wat
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/print_panel.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/print_panel.fl
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/print_panel.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/template_panel.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/template_panel.fl
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/template_panel.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/undo.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/undo.h
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/widget_panel.cxx
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: branches/branch-3.0/fluid1/widget_panel.fl
===================================================================
--- branches/branch-3.0/fluid1/widget_panel.fl 2011-07-13 08:24:10 UTC (rev
8856)
+++ branches/branch-3.0/fluid1/widget_panel.fl 2011-07-13 09:09:08 UTC (rev
8857)
@@ -3,7 +3,7 @@
header_name {.h}
code_name {.cxx}
comment {//
-// "$Id: widget_panel.fl 7913 2010-11-29 18:18:27Z greg.ercolano $"
+// "$Id$"
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
@@ -685,6 +685,6 @@
comment {
//
-// End of "$Id: widget_panel.fl 7913 2010-11-29 18:18:27Z greg.ercolano $".
+// End of "$Id$".
//} {in_source in_header
}
Property changes on: branches/branch-3.0/fluid1/widget_panel.fl
___________________________________________________________________
Name: svn:keywords
+ ID
Name: svn:eol-style
+ native
Property changes on: branches/branch-3.0/fluid1/widget_panel.h
___________________________________________________________________
Name: svn:eol-style
+ native
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit