Initial commit
commit8f315d9d5dc408fb8f43aaa14c6c22f6d78688b2
authorHarbour <Harbour@Sfinx.Od.UA>
Mon, 18 Jun 2007 11:40:51 +0000 (18 14:40 +0300)
committerHarbour <Harbour@Sfinx.Od.UA>
Mon, 18 Jun 2007 11:40:51 +0000 (18 14:40 +0300)
tree4fb67eb15028292aa10b21498f411c7b6d756ca4
Initial commit
78 files changed:
.gitignore [new file with mode: 0644]
F/F_App.H [new file with mode: 0644]
F/F_Batch_UI.H [new file with mode: 0644]
F/F_Browser.H [new file with mode: 0644]
F/F_Button.H [new file with mode: 0644]
F/F_FLTK_UI.H [new file with mode: 0644]
F/F_Gpm.H [new file with mode: 0644]
F/F_Group.H [new file with mode: 0644]
F/F_Input.H [new file with mode: 0644]
F/F_Input_Device.H [new file with mode: 0644]
F/F_Linux_Console_Display.H [new file with mode: 0644]
F/F_Linux_Console_UI.H [new file with mode: 0644]
F/F_Linux_Input.H [new file with mode: 0644]
F/F_Linux_Keyboard.H [new file with mode: 0644]
F/F_Log.H [new file with mode: 0644]
F/F_Menu.H [new file with mode: 0644]
F/F_Menu_Button.H [new file with mode: 0644]
F/F_Menu_Item.H [new file with mode: 0644]
F/F_Point.H [new file with mode: 0644]
F/F_Rect.H [new file with mode: 0644]
F/F_Region.H [new file with mode: 0644]
F/F_Scrollbar.H [new file with mode: 0644]
F/F_Text.H [new file with mode: 0644]
F/F_Text_Display.H [new file with mode: 0644]
F/F_Text_Output.H [new file with mode: 0644]
F/F_Text_Symbol.H [new file with mode: 0644]
F/F_Text_Symbol_Buffer.H [new file with mode: 0644]
F/F_Text_Symbol_Region.H [new file with mode: 0644]
F/F_Types.H [new file with mode: 0644]
F/F_UI.H [new file with mode: 0644]
F/F_Version.H [new file with mode: 0644]
F/F_Widget.H [new file with mode: 0644]
F/F_Window.H [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
Rules.Make [new file with mode: 0644]
doc/BUGS [new file with mode: 0644]
doc/Forms.dia [new file with mode: 0644]
doc/Intro.doc [new file with mode: 0644]
doc/License [new file with mode: 0644]
doc/NOTES [new file with mode: 0644]
doc/TODO [new file with mode: 0644]
doc/forms.cfg [new file with mode: 0644]
doc/forms.tag [new file with mode: 0644]
libs/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/F_App.C [new file with mode: 0644]
src/F_Batch_UI.C [new file with mode: 0644]
src/F_Browser.C [new file with mode: 0644]
src/F_Button.C [new file with mode: 0644]
src/F_FLTK_UI.C [new file with mode: 0644]
src/F_Gpm.C [new file with mode: 0644]
src/F_Input.C [new file with mode: 0644]
src/F_Input_Device.C [new file with mode: 0644]
src/F_Linux_Console_Display.C [new file with mode: 0644]
src/F_Linux_Console_UI.C [new file with mode: 0644]
src/F_Linux_Input.C [new file with mode: 0644]
src/F_Linux_Keyboard.C [new file with mode: 0644]
src/F_Log.C [new file with mode: 0644]
src/F_Menu.C [new file with mode: 0644]
src/F_Menu_Button.C [new file with mode: 0644]
src/F_Region.C [new file with mode: 0644]
src/F_Scrollbar.C [new file with mode: 0644]
src/F_Text.C [new file with mode: 0644]
src/F_Text_Display.C [new file with mode: 0644]
src/F_Text_Output.C [new file with mode: 0644]
src/F_UI.C [new file with mode: 0644]
src/F_Widget.C [new file with mode: 0644]
src/F_Window.C [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
test/.gitignore [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/batch_ui.C [new file with mode: 0644]
test/console_ui.C [new file with mode: 0644]
test/demo.C [new file with mode: 0644]
test/demo.H [new file with mode: 0644]
test/x11_ui.C [new file with mode: 0644]