Author: matt
Date: 2010-03-14 09:17:34 -0700 (Sun, 14 Mar 2010)
New Revision: 7261
Log:
123: fixing scripts

Added:
   branches/branch-3.0-matt/123/fixnames.sed
   branches/branch-3.0-matt/123/setup
Removed:
   branches/branch-3.0-matt/fltk3/
Modified:
   branches/branch-3.0-matt/123/join
   branches/branch-3.0-matt/123/joinall
   branches/branch-3.0-matt/FL/Fl_Bitmap.H
   branches/branch-3.0-matt/FL/Fl_Browser_.H
   branches/branch-3.0-matt/FL/Fl_Cairo_Window.H
   branches/branch-3.0-matt/FL/Fl_Chart.H
   branches/branch-3.0-matt/FL/Fl_Check_Browser.H
   branches/branch-3.0-matt/FL/Fl_Counter.H
   branches/branch-3.0-matt/FL/Fl_FormsBitmap.H
   branches/branch-3.0-matt/FL/Fl_FormsPixmap.H
   branches/branch-3.0-matt/FL/Fl_Free.H
   branches/branch-3.0-matt/FL/Fl_Hold_Browser.H
   branches/branch-3.0-matt/FL/Fl_Hor_Fill_Slider.H
   branches/branch-3.0-matt/FL/Fl_Hor_Nice_Slider.H
   branches/branch-3.0-matt/FL/Fl_Hor_Slider.H
   branches/branch-3.0-matt/FL/Fl_Hor_Value_Slider.H
   branches/branch-3.0-matt/FL/Fl_Input_.H
   branches/branch-3.0-matt/FL/Fl_Menu_.H
   branches/branch-3.0-matt/FL/Fl_Menu_Button.H
   branches/branch-3.0-matt/FL/Fl_Menu_Item.H
   branches/branch-3.0-matt/FL/Fl_Multi_Label.H
   branches/branch-3.0-matt/FL/Fl_Native_File_Chooser.H
   branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_FLTK.H
   branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_MAC.H
   branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_WIN32.H
   branches/branch-3.0-matt/FL/Fl_Nice_Slider.H
   branches/branch-3.0-matt/FL/Fl_Object.H
   branches/branch-3.0-matt/FL/Fl_Overlay_Window.H
   branches/branch-3.0-matt/FL/Fl_Pixmap.H
   branches/branch-3.0-matt/FL/Fl_Positioner.H
   branches/branch-3.0-matt/FL/Fl_Radio_Round_Button.H
   branches/branch-3.0-matt/FL/Fl_Round_Button.H
   branches/branch-3.0-matt/FL/Fl_Round_Clock.H
   branches/branch-3.0-matt/FL/Fl_Select_Browser.H
   branches/branch-3.0-matt/FL/Fl_Simple_Counter.H
   branches/branch-3.0-matt/FL/Fl_Single_Window.H
   branches/branch-3.0-matt/FL/Fl_Table.H
   branches/branch-3.0-matt/FL/Fl_Table_Row.H
   branches/branch-3.0-matt/FL/Fl_Timer.H
   branches/branch-3.0-matt/FL/Fl_Toggle_Light_Button.H
   branches/branch-3.0-matt/FL/Fl_Toggle_Round_Button.H
   branches/branch-3.0-matt/FL/Fl_Tree.H
   branches/branch-3.0-matt/FL/Fl_Tree_Item.H
   branches/branch-3.0-matt/FL/Fl_Tree_Item_Array.H
   branches/branch-3.0-matt/FL/Fl_Tree_Prefs.H

Added: branches/branch-3.0-matt/123/fixnames.sed
===================================================================
--- branches/branch-3.0-matt/123/fixnames.sed                           (rev 0)
+++ branches/branch-3.0-matt/123/fixnames.sed   2010-03-14 16:17:34 UTC (rev 
7261)
@@ -0,0 +1,185 @@
+s/"Fl_Adjuster.H"/"Adjuster.h"/g
+s/"Fl_Box.H"/"Box.h"/g
+s/"Fl_Browser.H"/"Browser.h"/g
+s/"Fl_Button.H"/"Button.h"/g
+s/"Fl_Check_Button.H"/"CheckButton.h"/g
+s/"Fl_Choice.H"/"Choice.h"/g
+s/"Fl_Clock.H"/"Clock.h"/g
+s/"Fl_Color_Chooser.H"/"ColorChooser.h"/g
+s/"Fl_Input_Choice.H"/"ComboBox.h"/g
+s/"Fl_Dial.H"/"Dial.h"/g
+s/"Fl_Double_Window.H"/"DoubleBufferWindow.h"/g
+s/"Fl_Export.H"/"FL_API.h"/g
+s/"Fl_File_Browser.H"/"FileBrowser.h"/g
+s/"Fl_File_Chooser.H"/"FileChooser.h"/g
+s/"Fl_File_Icon.H"/"FileIcon.h"/g
+s/"Fl_File_Input.H"/"FileInput.h"/g
+s/"Fl_Fill_Dial.H"/"FillDial.h"/g
+s/"Fl_Fill_Slider.H"/"FillSlider.h"/g
+s/"Fl_Float_Input.H"/"FloatInput.h"/g
+s/"Fl_Gl_Window.H"/"GlWindow.h"/g
+s/"Fl_Group.H"/"Group.h"/g
+s/"Fl_Help_Dialog.H"/"HelpDialog.h"/g
+s/"Fl_Help_View.H"/"HelpView.h"/g
+s/"Fl_Light_Button.H"/"LightButton.h"/g
+s/"Fl_Line_Dial.H"/"LineDial.h"/g
+s/"Fl_Menu.H"/"Menu.h"/g
+s/"Fl_Menu_Bar.H"/"MenuBar.h"/g
+s/"Fl_Menu_Window.H"/"MenuWindow.h"/g
+s/"Fl_Multi_Browser.H"/"MultiBrowser.h"/g
+s/"Fl_Multiline_Input.H"/"MultiLineInput.h"/g
+s/"Fl_Multiline_Output.H"/"MultiLineOutput.h"/g
+s/"Fl_Image.H"/"Image.h"/g
+s/"Fl_Input.H"/"Input.h"/g
+s/"Fl_Pack.H"/"PackedGroup.h"/g
+s/"Fl_Preferences.H"/"Preferences.h"/g
+s/"Fl_Progress.H"/"ProgressBar.h"/g
+s/"Fl_Radio_Button.H"/"RadioButton.h"/g
+s/"Fl_Radio_Light_Button.H"/"RadioLightButton.h"/g
+s/"Fl_Repeat_Button.H"/"RepeatButton.h"/g
+s/"Fl_Return_Button.H"/"ReturnButton.h"/g
+s/"Fl_Scroll.H"/"ScrollGroup.h"/g
+s/"Fl_Scrollbar.H"/"Scrollbar.h"/g
+s/"Fl_Secret_Input.H"/"SecretInput.h"/g
+s/"Fl_Shared_Image.H"/"SharedImage.h"/g
+s/"Fl_Slider.H"/"Slider.h"/g
+s/"Fl_Spinner.H"/"Spinner.h"/g
+s/"Fl_Sys_Menu_Bar.H"/"SystemMenuBar.h"/g
+s/"Fl_Tabs.H"/"TabGroup.h"/g
+s/"Fl_Text_Buffer.H"/"TextBuffer.h"/g
+s/"Fl_Text_Display.H"/"TextDisplay.h"/g
+s/"Fl_Text_Editor.H"/"TextEditor.h"/g
+s/"Fl_Roller.H"/"ThumbWheel.h"/g
+s/"Fl_Tile.H"/"TiledGroup.h"/g
+s/"Fl_Tiled_Image.H"/"TiledImage.h"/g
+s/"Fl_Toggle_Button.H"/"ToggleButton.h"/g
+s/"Fl_Tooltip.H"/"Tooltip.h"/g
+s/"Fl_Valuator.H"/"Valuator.h"/g
+s/"Fl_Value_Input.H"/"ValueInput.h"/g
+s/"Fl_Value_Output.H"/"ValueOutput.h"/g
+s/"Fl_Value_Slider.H"/"ValueSlider.h"/g
+s/"Fl_Widget.H"/"Widget.h"/g
+s/"Fl_Window.H"/"Window.h"/g
+s/"Fl_Wizard.H"/"WizardGroup.h"/g
+s/"fl_ask.H"/"ask.h"/g
+s/"dirent.h"/"dirent.h"/g
+s/"fl_draw.H"/"draw.h"/g
+s/"filename.H"/"filename.h"/g
+s/"math.h"/"math.h"/g
+s/"mac.H"/"osx.h"/g
+s/"win32.H"/"win32.h"/g
+s/"x.H"/"x.h"/g
+s/"Fl_XBM_Image.H"/"xbmImage.h"/g
+s/"Fl_XPM_Image.H"/"xpmImage.h"/g
+s/"Fl_PNM_Image.H"/"pnmImage.h"/g
+s/"Fl_RGB_Image.H"/"rgbImage.h"/g
+s/"Fl.H"/"run.h"/g
+s/"Fl_Int_Input.H"/"IntInput.h"/g
+s/"Fl_Output.H"/"Output.h"/g
+s/"Fl_Align_Group.H"/"AlignGroup.h"/g
+s/"Fl_Ansi_Widget.H"/"AnsiWidget.h"/g
+s/"Fl_Bar_Group.H"/"BarGroup.h"/g
+s/"Fl_Color.H"/"Color.h"/g
+s/"Fl_Cursor.H"/"Cursor.h"/g
+s/"Fl_Cycle_Button.H"/"CycleButton.h"/g
+s/"Fl_Divider.H"/"Divider.h"/g
+s/"FL_VERSION.H"/"FL_VERSION.h"/g
+s/"Fl_Flags.H"/"Flags.h"/g
+s/"Fl_Font.H"/"Font.h"/g
+s/"Fl_Highlight_Button.H"/"HighlightButton.h"/g
+s/"Fl_Input_Browser.H"/"InputBrowser.h"/g
+s/"Fl_Numeric_Input.H"/"NumericInput.h"/g
+s/"Fl_Invisible_Box.H"/"InvisibleBox.h"/g
+s/"Fl_Item.H"/"Item.h"/g
+s/"Fl_Item_Group.H"/"ItemGroup.h"/g
+s/"Fl_Label_Type.H"/"LabelType.h"/g
+s/"Fl_Menu_Build.H"/"MenuBuild.h"/g
+s/"Fl_Monitor.H"/"Monitor.h"/g
+s/"Fl_Multi_Image.H"/"MultiImage.h"/g
+s/"Fl_Pixel_Type.H"/"PixelType.h"/g
+s/"Fl_Popup_Menu.H"/"PopupMenu.h"/g
+s/"Fl_Radio_Item.H"/"RadioItem.h"/g
+s/"Fl_Rectangle.H"/"Rectangle.h"/g
+s/"Fl_Shaped_Window.H"/"ShapedWindow.h"/g
+s/"Fl_Status_Bar.H"/"StatusBarGroup.h"/g
+s/"Fl_String_List.H"/"StringList.h"/g
+s/"Fl_Style.H"/"Style.h"/g
+s/"Fl_Style_Set.H"/"StyleSet.h"/g
+s/"Fl_Symbol.H"/"Symbol.h"/g
+s/"Fl_Threads.H"/"Threads.h"/g
+s/"Fl_Toggle_Item.H"/"ToggleItem.h"/g
+s/"Fl_Widget_Association.H"/"WidgetAssociation.h"/g
+s/"Fl_Wordwrap_Input.H"/"WordwrapInput.h"/g
+s/"Fl_Wordwrap_Output.H"/"WordwrapOutput.h"/g
+s/"Fl_Damage.H"/"damage.h"/g
+s/"Fl_Error.H"/"error.h"/g
+s/"Fl_Events.H"/"events.h"/g
+s/"file_chooser.h"/"file_chooser.h"/g
+s/"forms.H"/"forms.h"/g
+s/"gl.h"/"gl.h"/g
+s/"gl2opengl.h"/"gl2opengl.h"/g
+s/"glut.H"/"glut.h"/g
+s/"Fl_Layout.H"/"layout.h"/g
+s/"Fl_Plugin.H"/"load_plugin.h"/g
+s/"show_colormap.h"/"show_colormap.h"/g
+s/"string.h"/"string.h"/g
+s/"fl_utf8.h"/"utf.h"/g
+s/"visual.h"/"visual.h"/g
+s/"x11.h"/"x11.h"/g
+s/"Enumerations.H"/"enumerations.h"/g
+s/"Fl_BMP_Image.H"/"bmpImage.h"/g
+s/"Fl_Bitmap.H"/"Bitmap.h"/g
+s/"Fl_Browser_.H"/"Browser_.h"/g
+s/"Fl_Cairo.H"/"fltk_cairo.h"/g
+s/"Fl_Cairo_Window.H"/"CairoWindow.h"/g
+s/"Fl_Chart.H"/"Chart.h"/g
+s/"Fl_Check_Browser.H"/"CheckBrowser.h"/g
+s/"Fl_Counter.H"/"Counter.h"/g
+s/"Fl_FormsBitmap.H"/"FormsBitmap.h"/g
+s/"Fl_FormsPixmap.H"/"FormsPixmap.h"/g
+s/"Fl_Free.H"/"Free.h"/g
+s/"Fl_GIF_Image.H"/"gifImage.h"/g
+s/"Fl_Hold_Browser.H"/"HoldBrowser.h"/g
+s/"Fl_Hor_Fill_Slider.H"/"HorFillSlider.h"/g
+s/"Fl_Hor_Nice_Slider.H"/"HorNiceSlider.h"/g
+s/"Fl_Hor_Slider.H"/"HorSlider.h"/g
+s/"Fl_Hor_Value_Slider.H"/"HorValueSlider.h"/g
+s/"Fl_Input_.H"/"Input_.h"/g
+s/"Fl_JPEG_Image.H"/"jpegImage.h"/g
+s/"Fl_Menu_.H"/"Menu_.h"/g
+s/"Fl_Menu_Button.H"/"MenuButton.h"/g
+s/"Fl_Menu_Item.H"/"MenuItem.h"/g
+s/"Fl_Multi_Label.H"/"MultiLabel.h"/g
+s/"Fl_Native_File_Chooser.H"/"NativeFileChooser.h"/g
+s/"Fl_Native_File_Chooser_FLTK.H"/"NativeFileChooserFLTK.h"/g
+s/"Fl_Native_File_Chooser_MAC.H"/"NativeFileChooserMac.h"/g
+s/"Fl_Native_File_Chooser_WIN32.H"/"NativeFileChooserWin32.h"/g
+s/"Fl_Nice_Slider.H"/"NiceSlider.h"/g
+s/"Fl_Object.H"/"Object.h"/g
+s/"Fl_Overlay_Window.H"/"OverlayWindow.h"/g
+s/"Fl_PNG_Image.H"/"pngImage.h"/g
+s/"Fl_Pixmap.H"/"Pixmap.h"/g
+s/"Fl_Positioner.H"/"Positioner.h"/g
+s/"Fl_Radio_Round_Button.H"/"RadioRoundButton.h"/g
+s/"Fl_Round_Button.H"/"RoundButton.h"/g
+s/"Fl_Round_Clock.H"/"RoundClock.h"/g
+s/"Fl_Select_Browser.H"/"SelectBrowser.h"/g
+s/"Fl_Simple_Counter.H"/"SimpleCounter.h"/g
+s/"Fl_Single_Window.H"/"SingleWindow.h"/g
+s/"Fl_Table.H"/"Table.h"/g
+s/"Fl_Table_Row.H"/"TableRow.h"/g
+s/"Fl_Timer.H"/"Timer.h"/g
+s/"Fl_Toggle_Light_Button.H"/"ToggleLightButton.h"/g
+s/"Fl_Toggle_Round_Button.H"/"ToggleRoundButton.h"/g
+s/"Fl_Tree.H"/"Tree.h"/g
+s/"Fl_Tree_Item.H"/"TreeItem.h"/g
+s/"Fl_Tree_Item_Array.H"/"TreeItemArray.h"/g
+s/"Fl_Tree_Prefs.H"/"TreePrefs.h"/g
+s/"Xutf8.h"/"xutf8.h"/g
+s/"fl_message.H"/"message.h"/g
+s/"fl_show_colormap.H"/"showColormap.h"/g
+s/"fl_show_input.H"/"showInput.h"/g
+s/"fl_types.h"/"types.h"/g
+s/"gl_draw.H"/"gl_draw.h"/g
+s/"glu.h"/"glu.h"/g
+s/"names.h"/"names.h"/g


Property changes on: branches/branch-3.0-matt/123/fixnames.sed
___________________________________________________________________
Name: svn:executable
   + *

Modified: branches/branch-3.0-matt/123/join
===================================================================
--- branches/branch-3.0-matt/123/join   2010-03-14 08:50:22 UTC (rev 7260)
+++ branches/branch-3.0-matt/123/join   2010-03-14 16:17:34 UTC (rev 7261)
@@ -3,90 +3,90 @@
 
 # create required files if they don't exist yet
 
-touch FL/$1
-touch fltk/$2
+touch ../FL/$1
+touch ../fltk/$2
 
 #  write the header
 
-printf '//\n' > fltk3/$2
-printf '// "$Id$"\n' >>fltk3/$2
-printf '//\n' >>fltk3/$2
-echo "" >>fltk3/$2
-echo "// 123 TODO: remove stray comments" >>fltk3/$2
-echo "// 123 TODO: add namespace statements" >>fltk3/$2
-echo "// 123 TODO: replace class name, constructors and destructor" >>fltk3/$2
-echo "// 123 TODO: add friend statement for Twin Class" >>fltk3/$2
-echo "// 123 TODO: add 'compat(FLTK2)' to constructors" >>fltk3/$2
-echo "// 123 TODO: add twin class with all constructors" >>fltk3/$2
-echo "// 123 TODO: change all arguments to the FLTK2 class name" >>fltk3/$2
-echo "// 123 TODO: change the source code to use the new class names" 
>>fltk3/$2
-echo "// 123 TODO: add casting to return values" >>fltk3/$2
-echo "// 123 TODO: move all FLTK2-only functions to the FLTK3 section and 
implement them" >>fltk3/$2
-echo "// 123 TODO: remove the FLTK1 and FLTK2 sections in the headers" 
>>fltk3/$2
-echo "// 123 TODO: " >>fltk3/$2
-echo "" >>fltk3/$2
+printf '//\n' > ../fltk3/$2
+printf '// "$Id$"\n' >>../fltk3/$2
+printf '//\n' >>../fltk3/$2
+echo "" >>../fltk3/$2
+echo "// 123 TODO: remove stray comments" >>../fltk3/$2
+echo "// 123 TODO: add namespace statements" >>../fltk3/$2
+echo "// 123 TODO: replace class name, constructors and destructor" 
>>../fltk3/$2
+echo "// 123 TODO: add friend statement for Twin Class" >>../fltk3/$2
+echo "// 123 TODO: add 'compat(FLTK2)' to constructors" >>../fltk3/$2
+echo "// 123 TODO: add twin class with all constructors" >>../fltk3/$2
+echo "// 123 TODO: change all arguments to the FLTK2 class name" >>../fltk3/$2
+echo "// 123 TODO: change the source code to use the new class names" 
>>../fltk3/$2
+echo "// 123 TODO: add casting to return values" >>../fltk3/$2
+echo "// 123 TODO: move all FLTK2-only functions to the FLTK3 section and 
implement them" >>../fltk3/$2
+echo "// 123 TODO: remove the FLTK1 and FLTK2 sections in the headers" 
>>../fltk3/$2
+echo "// 123 TODO: " >>../fltk3/$2
+echo "" >>../fltk3/$2
 
 #  copy the FLTK1 file as a base
 
-cat FL/$1 >>fltk3/$2
+cat ../FL/$1 | sed -f fixnames.sed >>../fltk3/$2
 
 #  lame attempt at auto-creating what could be a twin class (probably quite 
useless)
 
 f1name=${1/.*/}
 f2name=${2/.*/}
 
-printf '\n' >>fltk3/$2
-printf '/* suggested twin class\n' >>fltk3/$2
-printf '// This is the Twin Class to fltk::%s\n' $f2name >>fltk3/$2
-printf 'class %s : public fltk::%s {\n' $f1name $f2name >>fltk3/$2
-printf 'public:\n' >>fltk3/$2
-printf '  %s(int x, int t, int w, int h, const char *label=0)\n' $f1name 
>>fltk3/$2
-printf '  : fltk::%s(x, y, w, h, label), compat_(FLTK1) { }\n' $f2name  
>>fltk3/$2
-printf '};\n' >>fltk3/$2
-printf '*/\n' >>fltk3/$2
-printf '\n' >>fltk3/$2
+printf '\n' >>../fltk3/$2
+printf '/* suggested twin class\n' >>../fltk3/$2
+printf '// This is the Twin Class to fltk::%s\n' $f2name >>../fltk3/$2
+printf 'class %s : public fltk::%s {\n' $f1name $f2name >>../fltk3/$2
+printf 'public:\n' >>../fltk3/$2
+printf '  %s(int x, int y, int w, int h, const char *label=0)\n' $f1name 
>>../fltk3/$2
+printf '  : fltk::%s(x, y, w, h, label), compat_(FLTK1) { }\n' $f2name  
>>../fltk3/$2
+printf '};\n' >>../fltk3/$2
+printf '*/\n' >>../fltk3/$2
+printf '\n' >>../fltk3/$2
 
 #  add the FLTK1 file again for later reference
 
-echo "// ----- FLTK1 
-----------------------------------------------------------------" >>fltk3/$2
-echo "#if 0" >>fltk3/$2
-cat FL/$1 >>fltk3/$2
-echo "#endif" >>fltk3/$2
+echo "// ----- FLTK1 
-----------------------------------------------------------------" >>../fltk3/$2
+echo "#if 0" >>../fltk3/$2
+cat ../FL/$1 >>../fltk3/$2
+echo "#endif" >>../fltk3/$2
 
 #  add the FLTK2 file again for later reference
 
-echo "// ----- FLTK2 
-----------------------------------------------------------------" >>fltk3/$2
-echo "#if 0" >>fltk3/$2
-cat fltk/$2 >>fltk3/$2
-echo "#endif" >>fltk3/$2
+echo "// ----- FLTK2 
-----------------------------------------------------------------" >>../fltk3/$2
+echo "#if 0" >>../fltk3/$2
+cat ../fltk/$2 >>../fltk3/$2
+echo "#endif" >>../fltk3/$2
 
 #  add the ending comments
 
-echo "// ----- END 
-------------------------------------------------------------------" >>fltk3/$2
-printf '//\n' >>fltk3/$2
-printf '// End of "$Id$"\n' >>fltk3/$2
-printf '//\n' >>fltk3/$2
+echo "// ----- END 
-------------------------------------------------------------------" 
>>../fltk3/$2
+printf '//\n' >>../fltk3/$2
+printf '// End of "$Id$"\n' >>../fltk3/$2
+printf '//\n' >>../fltk3/$2
 
 # replace original files with links
 
-printf '//\n' >fltk/$2
-printf '// "$Id$"\n' >>fltk/$2
-printf '//\n' >>fltk/$2
-printf '\n' >>fltk/$2
-printf '#include "../fltk3/%s"\n' $2 >>fltk/$2
-printf '\n' >>fltk/$2
-printf '//\n' >>fltk/$2
-printf '// End of "$Id$"\n' >>fltk/$2
-printf '//\n' >>fltk/$2
+printf '//\n' >../fltk/$2
+printf '// "$Id$"\n' >>../fltk/$2
+printf '//\n' >>../fltk/$2
+printf '\n' >>../fltk/$2
+printf '#include "../fltk3/%s"\n' $2 >>../fltk/$2
+printf '\n' >>../fltk/$2
+printf '//\n' >>../fltk/$2
+printf '// End of "$Id$"\n' >>../fltk/$2
+printf '//\n' >>../fltk/$2
 
-printf '//\n' >FL/$1
-printf '// "$Id$"\n' >>FL/$1
-printf '//\n' >>FL/$1
-printf '\n' >>FL/$1
-printf '#include "../fltk3/%s"\n' $2 >>FL/$1
-printf '\n' >>FL/$1
-printf '//\n' >>FL/$1
-printf '// End of "$Id$"\n' >>FL/$1
-printf '//\n' >>FL/$1
+printf '//\n' >../FL/$1
+printf '// "$Id$"\n' >>../FL/$1
+printf '//\n' >>../FL/$1
+printf '\n' >>../FL/$1
+printf '#include "../fltk3/%s"\n' $2 >>../FL/$1
+printf '\n' >>../FL/$1
+printf '//\n' >>../FL/$1
+printf '// End of "$Id$"\n' >>../FL/$1
+printf '//\n' >>../FL/$1
 
 

Modified: branches/branch-3.0-matt/123/joinall
===================================================================
--- branches/branch-3.0-matt/123/joinall        2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/123/joinall        2010-03-14 16:17:34 UTC (rev 
7261)
@@ -1,187 +1,185 @@
-123/join Fl_Adjuster.H Adjuster.h 
-123/join Fl_Box.H Box.h 
-123/join Fl_Browser.H Browser.h 
-123/join Fl_Button.H Button.h 
-123/join Fl_Check_Button.H CheckButton.h 
-123/join Fl_Choice.H Choice.h 
-123/join Fl_Clock.H Clock.h 
-123/join Fl_Color_Chooser.H ColorChooser.h 
-123/join Fl_Input_Choice.H ComboBox.h 
-123/join Fl_Dial.H Dial.h 
-123/join Fl_Double_Window.H DoubleBufferWindow.h 
-123/join Fl_Export.H FL_API.h lin
-123/join Fl_File_Browser.H FileBrowser.h 
-123/join Fl_File_Chooser.H FileChooser.h 
-123/join Fl_File_Icon.H FileIcon.h 
-123/join Fl_File_Input.H FileInput.h 
-123/join Fl_Fill_Dial.H FillDial.h 
-123/join Fl_Fill_Slider.H FillSlider.h 
-123/join Fl_Float_Input.H FloatInput.h 
-123/join Fl_Gl_Window.H GlWindow.h 
-123/join Fl_Group.H Group.h 
-123/join Fl_Help_Dialog.H HelpDialog.h 
-123/join Fl_Help_View.H HelpView.h 
-123/join Fl_Light_Button.H LightButton.h 
-123/join Fl_Line_Dial.H LineDial.h 
-123/join Fl_Menu.H Menu.h 
-123/join Fl_Menu_Bar.H MenuBar.h 
-123/join Fl_Menu_Window.H MenuWindow.h 
-123/join Fl_Multi_Browser.H MultiBrowser.h 
-123/join Fl_Multiline_Input.H MultiLineInput.h 
-123/join Fl_Multiline_Output.H MultiLineOutput.h 
-123/join Fl_Image.H Image.h 
-123/join Fl_Input.H Input.h 
-123/join Fl_Pack.H PackedGroup.h 
-123/join Fl_Preferences.H Preferences.h 
-123/join Fl_Progress.H ProgressBar.h 
-123/join Fl_Radio_Button.H RadioButton.h 
-123/join Fl_Radio_Light_Button.H RadioLightButton.h 
-123/join Fl_Repeat_Button.H RepeatButton.h 
-123/join Fl_Return_Button.H ReturnButton.h 
-123/join Fl_Scroll.H ScrollGroup.h 
-123/join Fl_Scrollbar.H Scrollbar.h 
-123/join Fl_Secret_Input.H SecretInput.h 
-123/join Fl_Shared_Image.H SharedImage.h 
-123/join Fl_Slider.H Slider.h 
-123/join Fl_Spinner.H Spinner.h 
-123/join Fl_Sys_Menu_Bar.H SystemMenuBar.h 
-123/join Fl_Tabs.H TabGroup.h 
-123/join Fl_Text_Buffer.H TextBuffer.h 
-123/join Fl_Text_Display.H TextDisplay.h 
-123/join Fl_Text_Editor.H TextEditor.h 
-123/join Fl_Roller.H ThumbWheel.h 
-123/join Fl_Tile.H TiledGroup.h 
-123/join Fl_Tiled_Image.H TiledImage.h 
-123/join Fl_Toggle_Button.H ToggleButton.h 
-123/join Fl_Tooltip.H Tooltip.h 
-123/join Fl_Valuator.H Valuator.h 
-123/join Fl_Value_Input.H ValueInput.h 
-123/join Fl_Value_Output.H ValueOutput.h 
-123/join Fl_Value_Slider.H ValueSlider.h 
-123/join Fl_Widget.H Widget.h 
-123/join Fl_Window.H Window.h 
-123/join Fl_Wizard.H WizardGroup.h 
-123/join fl_ask.H ask.h 
-123/join dirent.h dirent.h 
-123/join fl_draw.H draw.h 
-123/join filename.H filename.h 
-123/join math.h math.h 
-123/join mac.H osx.h 
-123/join win32.H win32.h 
-123/join x.H x.h 
-123/join Fl_XBM_Image.H xbmImage.h 
-123/join Fl_XPM_Image.H xpmImage.h 
-123/join Fl_PNM_Image.H pnmImage.h 
-123/join Fl_RGB_Image.H rgbImage.h 
-123/join Fl.H run.h 
-123/join Fl_Int_Input.H IntInput.h 
-123/join Fl_Output.H Output.h 
-
-123/join Fl_Align_Group.H AlignGroup.h 
-123/join Fl_Ansi_Widget.H AnsiWidget.h 
-123/join Fl_Bar_Group.H BarGroup.h 
-123/join Fl_Color.H Color.h 
-123/join Fl_Cursor.H Cursor.h 
-123/join Fl_Cycle_Button.H CycleButton.h 
-123/join Fl_Divider.H Divider.h 
-123/join FL_VERSION.H FL_VERSION.h 
-123/join Fl_Flags.H Flags.h 
-123/join Fl_Font.H Font.h 
-123/join Fl_Highlight_Button.H HighlightButton.h 
-123/join Fl_Input_Browser.H InputBrowser.h 
-123/join Fl_Numeric_Input.H NumericInput.h 
-123/join Fl_Invisible_Box.H InvisibleBox.h 
-123/join Fl_Item.H Item.h 
-123/join Fl_Item_Group.H ItemGroup.h 
-123/join Fl_Label_Type.H LabelType.h 
-123/join Fl_Menu_Build.H MenuBuild.h 
-123/join Fl_Monitor.H Monitor.h 
-123/join Fl_Multi_Image.H MultiImage.h 
-123/join Fl_Pixel_Type.H PixelType.h 
-123/join Fl_Popup_Menu.H PopupMenu.h 
-123/join Fl_Radio_Item.H RadioItem.h 
-123/join Fl_Rectangle.H Rectangle.h 
-123/join Fl_Shaped_Window.H ShapedWindow.h 
-123/join Fl_Status_Bar.H StatusBarGroup.h 
-123/join Fl_String_List.H StringList.h 
-123/join Fl_Style.H Style.h 
-123/join Fl_Style_Sheet.H StyleSet.h 
-123/join Fl_Symbol.H Symbol.h 
-123/join Fl_Threads.H Threads.h 
-123/join Fl_Toggle_Item.H ToggleItem.h 
-123/join Fl_Widget_Assiciation.H WidgetAssociation.h 
-123/join Fl_Wordwrap_Input.H WordwrapInput.h 
-123/join Fl_Wordwrap_Output.H WordwrapOutput.h 
-123/join Fl_Damage.H damage.h 
-123/join Fl_Error.H error.h 
-123/join Fl_Events.H events.h 
-123/join file_chooser.h file_chooser.h 
-123/join forms.H forms.h 
-123/join gl.h gl.h 
-123/join gl2opengl.h gl2opengl.h 
-123/join glut.H glut.h 
-123/join Fl_Layout.H layout.h 
-123/join Fl_Plugin.H load_plugin.h 
-123/join show_colormap.h show_colormap.h 
-123/join string.h string.h 
-123/join fl_utf8.h utf.h 
-123/join visual.h visual.h 
-123/join x11.h x11.h 
-
-123/join Enumerations.H enumerations.h 
-123/join Fl_BMP_Image.H bmpImage.h 
-123/join Fl_Bitmap.H bitmap.h  
-123/join Fl_Browser_.H browser_.h 
-123/join Fl_Cairo.H fltk_cairo.h 
-123/join Fl_Cairo_Window.H cairo_window.h 
-123/join Fl_Chart.H chart.h 
-123/join Fl_Check_Browser.H checkBrowser.h 
-123/join Fl_Counter.H counter.h 
-123/join Fl_FormsBitmap.H formsBitmap.h 
-123/join Fl_FormsPixmap.H formsPixmap.h 
-123/join Fl_Free.H free.h 
-123/join Fl_GIF_Image.H gifImage.h 
-123/join Fl_Hold_Browser.H hodBrowser.h 
-123/join Fl_Hor_Fill_Slider.H horFillSlider.h 
-123/join Fl_Hor_Nice_Slider.H horNicesSlide.h 
-123/join Fl_Hor_Slider.H horSlider.h 
-123/join Fl_Hor_Value_Slider.H horValueSlider.h 
-123/join Fl_Input_.H input_.h 
-123/join Fl_JPEG_Image.H jpegImage.h 
-123/join Fl_Menu_.H menu_.h 
-123/join Fl_Menu_Button.H menuButton.h 
-123/join Fl_Menu_Item.H menuItem.h 
-123/join Fl_Multi_Label.H multiLabel.h 
-123/join Fl_Native_File_Chooser.H nativeFileChooser.h 
-123/join Fl_Native_File_Chooser_FLTK.H nativeFileChooserFLTK.h 
-123/join Fl_Native_File_Chooser_MAC.H nativeFileChooserMac.h 
-123/join Fl_Native_File_Chooser_WIN32.H nativeFileChooserWin32.h 
-123/join Fl_Nice_Slider.H niceSlider.h 
-123/join Fl_Object.H object.h 
-123/join Fl_Overlay_Window.H overlayWindow.h 
-123/join Fl_PNG_Image.H pngImage.h 
-123/join Fl_Pixmap.H pixmap.h 
-123/join Fl_Positioner.H positioner.h 
-123/join Fl_Radio_Round_Button.H radioRoundButton.h 
-123/join Fl_Round_Button.H roundButton.h 
-123/join Fl_Round_Clock.H roundClock.h 
-123/join Fl_Select_Browser.H selectBrowser.h 
-123/join Fl_Simple_Counter.H simpleCounter.h 
-123/join Fl_Single_Window.H singleWindow.h 
-123/join Fl_Table.H table.h 
-123/join Fl_Table_Row.H tableRow.h 
-123/join Fl_Timer.H timer.h 
-123/join Fl_Toggle_Light_Button.H toggleLightButton.h 
-123/join Fl_Toggle_Round_Button.H toggleRoundButton.h 
-123/join Fl_Tree.H tree.h 
-123/join Fl_Tree_Item.H treeItem.h 
-123/join Fl_Tree_Item_Array.H treeItemArray.h 
-123/join Fl_Tree_Prefs.H treePrefs.h 
-123/join Xutf8.h xutf8.h 
-123/join fl_message.H message.h 
-123/join fl_show_colormap.H showColormap.h 
-123/join fl_show_input.H showInput.h 
-123/join fl_types.h types.h 
-123/join gl_draw.H gl_draw.h 
-123/join glu.h glu.h 
-123/join names.h names.h 
+join Fl_Adjuster.H Adjuster.h
+join Fl_Box.H Box.h
+join Fl_Browser.H Browser.h
+join Fl_Button.H Button.h
+join Fl_Check_Button.H CheckButton.h
+join Fl_Choice.H Choice.h
+join Fl_Clock.H Clock.h
+join Fl_Color_Chooser.H ColorChooser.h
+join Fl_Input_Choice.H ComboBox.h
+join Fl_Dial.H Dial.h
+join Fl_Double_Window.H DoubleBufferWindow.h
+join Fl_Export.H FL_API.h
+join Fl_File_Browser.H FileBrowser.h
+join Fl_File_Chooser.H FileChooser.h
+join Fl_File_Icon.H FileIcon.h
+join Fl_File_Input.H FileInput.h
+join Fl_Fill_Dial.H FillDial.h
+join Fl_Fill_Slider.H FillSlider.h
+join Fl_Float_Input.H FloatInput.h
+join Fl_Gl_Window.H GlWindow.h
+join Fl_Group.H Group.h
+join Fl_Help_Dialog.H HelpDialog.h
+join Fl_Help_View.H HelpView.h
+join Fl_Light_Button.H LightButton.h
+join Fl_Line_Dial.H LineDial.h
+join Fl_Menu.H Menu.h
+join Fl_Menu_Bar.H MenuBar.h
+join Fl_Menu_Window.H MenuWindow.h
+join Fl_Multi_Browser.H MultiBrowser.h
+join Fl_Multiline_Input.H MultiLineInput.h
+join Fl_Multiline_Output.H MultiLineOutput.h
+join Fl_Image.H Image.h
+join Fl_Input.H Input.h
+join Fl_Pack.H PackedGroup.h
+join Fl_Preferences.H Preferences.h
+join Fl_Progress.H ProgressBar.h
+join Fl_Radio_Button.H RadioButton.h
+join Fl_Radio_Light_Button.H RadioLightButton.h
+join Fl_Repeat_Button.H RepeatButton.h
+join Fl_Return_Button.H ReturnButton.h
+join Fl_Scroll.H ScrollGroup.h
+join Fl_Scrollbar.H Scrollbar.h
+join Fl_Secret_Input.H SecretInput.h
+join Fl_Shared_Image.H SharedImage.h
+join Fl_Slider.H Slider.h
+join Fl_Spinner.H Spinner.h
+join Fl_Sys_Menu_Bar.H SystemMenuBar.h
+join Fl_Tabs.H TabGroup.h
+join Fl_Text_Buffer.H TextBuffer.h
+join Fl_Text_Display.H TextDisplay.h
+join Fl_Text_Editor.H TextEditor.h
+join Fl_Roller.H ThumbWheel.h
+join Fl_Tile.H TiledGroup.h
+join Fl_Tiled_Image.H TiledImage.h
+join Fl_Toggle_Button.H ToggleButton.h
+join Fl_Tooltip.H Tooltip.h
+join Fl_Valuator.H Valuator.h
+join Fl_Value_Input.H ValueInput.h
+join Fl_Value_Output.H ValueOutput.h
+join Fl_Value_Slider.H ValueSlider.h
+join Fl_Widget.H Widget.h
+join Fl_Window.H Window.h
+join Fl_Wizard.H WizardGroup.h
+join fl_ask.H ask.h
+join dirent.h dirent.h
+join fl_draw.H draw.h
+join filename.H filename.h
+join math.h math.h
+join mac.H osx.h
+join win32.H win32.h
+join x.H x.h
+join Fl_XBM_Image.H xbmImage.h
+join Fl_XPM_Image.H xpmImage.h
+join Fl_PNM_Image.H pnmImage.h
+join Fl_RGB_Image.H rgbImage.h
+join Fl.H run.h
+join Fl_Int_Input.H IntInput.h
+join Fl_Output.H Output.h
+join Fl_Align_Group.H AlignGroup.h
+join Fl_Ansi_Widget.H AnsiWidget.h
+join Fl_Bar_Group.H BarGroup.h
+join Fl_Color.H Color.h
+join Fl_Cursor.H Cursor.h
+join Fl_Cycle_Button.H CycleButton.h
+join Fl_Divider.H Divider.h
+join FL_VERSION.H FL_VERSION.h
+join Fl_Flags.H Flags.h
+join Fl_Font.H Font.h
+join Fl_Highlight_Button.H HighlightButton.h
+join Fl_Input_Browser.H InputBrowser.h
+join Fl_Numeric_Input.H NumericInput.h
+join Fl_Invisible_Box.H InvisibleBox.h
+join Fl_Item.H Item.h
+join Fl_Item_Group.H ItemGroup.h
+join Fl_Label_Type.H LabelType.h
+join Fl_Menu_Build.H MenuBuild.h
+join Fl_Monitor.H Monitor.h
+join Fl_Multi_Image.H MultiImage.h
+join Fl_Pixel_Type.H PixelType.h
+join Fl_Popup_Menu.H PopupMenu.h
+join Fl_Radio_Item.H RadioItem.h
+join Fl_Rectangle.H Rectangle.h
+join Fl_Shaped_Window.H ShapedWindow.h
+join Fl_Status_Bar.H StatusBarGroup.h
+join Fl_String_List.H StringList.h
+join Fl_Style.H Style.h
+join Fl_Style_Set.H StyleSet.h
+join Fl_Symbol.H Symbol.h
+join Fl_Threads.H Threads.h
+join Fl_Toggle_Item.H ToggleItem.h
+join Fl_Widget_Association.H WidgetAssociation.h
+join Fl_Wordwrap_Input.H WordwrapInput.h
+join Fl_Wordwrap_Output.H WordwrapOutput.h
+join Fl_Damage.H damage.h
+join Fl_Error.H error.h
+join Fl_Events.H events.h
+join file_chooser.h file_chooser.h
+join forms.H forms.h
+join gl.h gl.h
+join gl2opengl.h gl2opengl.h
+join glut.H glut.h
+join Fl_Layout.H layout.h
+join Fl_Plugin.H load_plugin.h
+join show_colormap.h show_colormap.h
+join string.h string.h
+join fl_utf8.h utf.h
+join visual.h visual.h
+join x11.h x11.h
+join Enumerations.H enumerations.h
+join Fl_BMP_Image.H bmpImage.h
+join Fl_Bitmap.H Bitmap.h
+join Fl_Browser_.H Browser_.h
+join Fl_Cairo.H fltk_cairo.h
+join Fl_Cairo_Window.H CairoWindow.h
+join Fl_Chart.H Chart.h
+join Fl_Check_Browser.H CheckBrowser.h
+join Fl_Counter.H Counter.h
+join Fl_FormsBitmap.H FormsBitmap.h
+join Fl_FormsPixmap.H FormsPixmap.h
+join Fl_Free.H Free.h
+join Fl_GIF_Image.H gifImage.h
+join Fl_Hold_Browser.H HoldBrowser.h
+join Fl_Hor_Fill_Slider.H HorFillSlider.h
+join Fl_Hor_Nice_Slider.H HorNiceSlider.h
+join Fl_Hor_Slider.H HorSlider.h
+join Fl_Hor_Value_Slider.H HorValueSlider.h
+join Fl_Input_.H Input_.h
+join Fl_JPEG_Image.H jpegImage.h
+join Fl_Menu_.H Menu_.h
+join Fl_Menu_Button.H MenuButton.h
+join Fl_Menu_Item.H MenuItem.h
+join Fl_Multi_Label.H MultiLabel.h
+join Fl_Native_File_Chooser.H NativeFileChooser.h
+join Fl_Native_File_Chooser_FLTK.H NativeFileChooserFLTK.h
+join Fl_Native_File_Chooser_MAC.H NativeFileChooserMac.h
+join Fl_Native_File_Chooser_WIN32.H NativeFileChooserWin32.h
+join Fl_Nice_Slider.H NiceSlider.h
+join Fl_Object.H Object.h
+join Fl_Overlay_Window.H OverlayWindow.h
+join Fl_PNG_Image.H pngImage.h
+join Fl_Pixmap.H Pixmap.h
+join Fl_Positioner.H Positioner.h
+join Fl_Radio_Round_Button.H RadioRoundButton.h
+join Fl_Round_Button.H RoundButton.h
+join Fl_Round_Clock.H RoundClock.h
+join Fl_Select_Browser.H SelectBrowser.h
+join Fl_Simple_Counter.H SimpleCounter.h
+join Fl_Single_Window.H SingleWindow.h
+join Fl_Table.H Table.h
+join Fl_Table_Row.H TableRow.h
+join Fl_Timer.H Timer.h
+join Fl_Toggle_Light_Button.H ToggleLightButton.h
+join Fl_Toggle_Round_Button.H ToggleRoundButton.h
+join Fl_Tree.H Tree.h
+join Fl_Tree_Item.H TreeItem.h
+join Fl_Tree_Item_Array.H TreeItemArray.h
+join Fl_Tree_Prefs.H TreePrefs.h
+join Xutf8.h xutf8.h
+join fl_message.H message.h
+join fl_show_colormap.H showColormap.h
+join fl_show_input.H showInput.h
+join fl_types.h types.h
+join gl_draw.H gl_draw.h
+join glu.h glu.h
+join names.h names.h

Added: branches/branch-3.0-matt/123/setup
===================================================================
--- branches/branch-3.0-matt/123/setup                          (rev 0)
+++ branches/branch-3.0-matt/123/setup  2010-03-14 16:17:34 UTC (rev 7261)
@@ -0,0 +1,5 @@
+#
+
+cp joinall fixnames.sed
+sed 's:join :s/":g;s:$:"/g:;s: :"/":g' <joinall >fixnames.sed
+


Property changes on: branches/branch-3.0-matt/123/setup
___________________________________________________________________
Name: svn:executable
   + *

Modified: branches/branch-3.0-matt/FL/Fl_Bitmap.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Bitmap.H     2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Bitmap.H     2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/bitmap.h"
+#include "../fltk3/Bitmap.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Browser_.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Browser_.H   2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Browser_.H   2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/browser_.h"
+#include "../fltk3/Browser_.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Cairo_Window.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Cairo_Window.H       2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Cairo_Window.H       2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/cairo_window.h"
+#include "../fltk3/CairoWindow.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Chart.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Chart.H      2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Chart.H      2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/chart.h"
+#include "../fltk3/Chart.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Check_Browser.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Check_Browser.H      2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Check_Browser.H      2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/checkBrowser.h"
+#include "../fltk3/CheckBrowser.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Counter.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Counter.H    2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Counter.H    2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/counter.h"
+#include "../fltk3/Counter.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_FormsBitmap.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_FormsBitmap.H        2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_FormsBitmap.H        2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/formsBitmap.h"
+#include "../fltk3/FormsBitmap.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_FormsPixmap.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_FormsPixmap.H        2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_FormsPixmap.H        2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/formsPixmap.h"
+#include "../fltk3/FormsPixmap.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Free.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Free.H       2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Free.H       2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/free.h"
+#include "../fltk3/Free.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Hold_Browser.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Hold_Browser.H       2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Hold_Browser.H       2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/hodBrowser.h"
+#include "../fltk3/HoldBrowser.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Hor_Fill_Slider.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Hor_Fill_Slider.H    2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Hor_Fill_Slider.H    2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/horFillSlider.h"
+#include "../fltk3/HorFillSlider.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Hor_Nice_Slider.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Hor_Nice_Slider.H    2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Hor_Nice_Slider.H    2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/horNicesSlide.h"
+#include "../fltk3/HorNiceSlider.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Hor_Slider.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Hor_Slider.H 2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Hor_Slider.H 2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/horSlider.h"
+#include "../fltk3/HorSlider.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Hor_Value_Slider.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Hor_Value_Slider.H   2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Hor_Value_Slider.H   2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/horValueSlider.h"
+#include "../fltk3/HorValueSlider.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Input_.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Input_.H     2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Input_.H     2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/input_.h"
+#include "../fltk3/Input_.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Menu_.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Menu_.H      2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Menu_.H      2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/menu_.h"
+#include "../fltk3/Menu_.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Menu_Button.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Menu_Button.H        2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Menu_Button.H        2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/menuButton.h"
+#include "../fltk3/MenuButton.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Menu_Item.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Menu_Item.H  2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Menu_Item.H  2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/menuItem.h"
+#include "../fltk3/MenuItem.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Multi_Label.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Multi_Label.H        2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Multi_Label.H        2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/multiLabel.h"
+#include "../fltk3/MultiLabel.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Native_File_Chooser.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Native_File_Chooser.H        2010-03-14 
08:50:22 UTC (rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Native_File_Chooser.H        2010-03-14 
16:17:34 UTC (rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/nativeFileChooser.h"
+#include "../fltk3/NativeFileChooser.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_FLTK.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_FLTK.H   2010-03-14 
08:50:22 UTC (rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_FLTK.H   2010-03-14 
16:17:34 UTC (rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/nativeFileChooserFLTK.h"
+#include "../fltk3/NativeFileChooserFLTK.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_MAC.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_MAC.H    2010-03-14 
08:50:22 UTC (rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_MAC.H    2010-03-14 
16:17:34 UTC (rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/nativeFileChooserMac.h"
+#include "../fltk3/NativeFileChooserMac.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_WIN32.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_WIN32.H  2010-03-14 
08:50:22 UTC (rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Native_File_Chooser_WIN32.H  2010-03-14 
16:17:34 UTC (rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/nativeFileChooserWin32.h"
+#include "../fltk3/NativeFileChooserWin32.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Nice_Slider.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Nice_Slider.H        2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Nice_Slider.H        2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/niceSlider.h"
+#include "../fltk3/NiceSlider.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Object.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Object.H     2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Object.H     2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/object.h"
+#include "../fltk3/Object.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Overlay_Window.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Overlay_Window.H     2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Overlay_Window.H     2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/overlayWindow.h"
+#include "../fltk3/OverlayWindow.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Pixmap.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Pixmap.H     2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Pixmap.H     2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/pixmap.h"
+#include "../fltk3/Pixmap.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Positioner.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Positioner.H 2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Positioner.H 2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/positioner.h"
+#include "../fltk3/Positioner.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Radio_Round_Button.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Radio_Round_Button.H 2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Radio_Round_Button.H 2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/radioRoundButton.h"
+#include "../fltk3/RadioRoundButton.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Round_Button.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Round_Button.H       2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Round_Button.H       2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/roundButton.h"
+#include "../fltk3/RoundButton.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Round_Clock.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Round_Clock.H        2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Round_Clock.H        2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/roundClock.h"
+#include "../fltk3/RoundClock.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Select_Browser.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Select_Browser.H     2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Select_Browser.H     2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/selectBrowser.h"
+#include "../fltk3/SelectBrowser.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Simple_Counter.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Simple_Counter.H     2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Simple_Counter.H     2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/simpleCounter.h"
+#include "../fltk3/SimpleCounter.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Single_Window.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Single_Window.H      2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Single_Window.H      2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/singleWindow.h"
+#include "../fltk3/SingleWindow.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Table.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Table.H      2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Table.H      2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/table.h"
+#include "../fltk3/Table.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Table_Row.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Table_Row.H  2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Table_Row.H  2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/tableRow.h"
+#include "../fltk3/TableRow.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Timer.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Timer.H      2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Timer.H      2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/timer.h"
+#include "../fltk3/Timer.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Toggle_Light_Button.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Toggle_Light_Button.H        2010-03-14 
08:50:22 UTC (rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Toggle_Light_Button.H        2010-03-14 
16:17:34 UTC (rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/toggleLightButton.h"
+#include "../fltk3/ToggleLightButton.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Toggle_Round_Button.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Toggle_Round_Button.H        2010-03-14 
08:50:22 UTC (rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Toggle_Round_Button.H        2010-03-14 
16:17:34 UTC (rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/toggleRoundButton.h"
+#include "../fltk3/ToggleRoundButton.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Tree.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Tree.H       2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Tree.H       2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/tree.h"
+#include "../fltk3/Tree.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Tree_Item.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Tree_Item.H  2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Tree_Item.H  2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/treeItem.h"
+#include "../fltk3/TreeItem.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Tree_Item_Array.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Tree_Item_Array.H    2010-03-14 08:50:22 UTC 
(rev 7260)
+++ branches/branch-3.0-matt/FL/Fl_Tree_Item_Array.H    2010-03-14 16:17:34 UTC 
(rev 7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/treeItemArray.h"
+#include "../fltk3/TreeItemArray.h"
 
 //
 // End of "$Id$"

Modified: branches/branch-3.0-matt/FL/Fl_Tree_Prefs.H
===================================================================
--- branches/branch-3.0-matt/FL/Fl_Tree_Prefs.H 2010-03-14 08:50:22 UTC (rev 
7260)
+++ branches/branch-3.0-matt/FL/Fl_Tree_Prefs.H 2010-03-14 16:17:34 UTC (rev 
7261)
@@ -2,7 +2,7 @@
 // "$Id$"
 //
 
-#include "../fltk3/treePrefs.h"
+#include "../fltk3/TreePrefs.h"
 
 //
 // End of "$Id$"

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to