fltk/FL
Bill Spitzak a32453e680 Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to
Enumerations.H so they are available to any fltk programs.

More fixes to the fake-overlay code in Fl_Gl_Window (it did not work on
Win32 when there were 2 different-sized windows)

Fix to Fl_compose to not quote the Delete key fixed to allow the right-
control key to still be the compose prefix and to allow it to quote
control characters.

OSF1 used the same parameters for scandir as SGI and unlike Linux and
apparently most other Unix's

fl_ask, message, etc windows are resizable, which is useful if you use
them to display arbitrary output from a program.

On Win32 non_modal (but not modal) windows have close and size boxes, as per
popular demand at Digital Domain.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2000-03-05 06:51:07 +00:00
..
dirent.h Fixed dirent.h compatibility file; was including fl_scandir.H instead of 1999-02-09 13:41:11 +00:00
Enumerations.H Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to 2000-03-05 06:51:07 +00:00
filename.H Removed unused "FL_IMPORT" definition. 1999-02-22 22:10:14 +00:00
Fl_Adjuster.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
fl_ask.H fl_ask.H didn't include Enumerations.H, so the DLL stuff wasn't defined. 1999-02-23 14:03:26 +00:00
Fl_Bitmap.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Box.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Browser_.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Browser.H Changes requested by Jeff Meininger 1999-11-16 07:39:59 +00:00
Fl_Button.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Chart.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Check_Button.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Choice.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Clock.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Color_Chooser.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Counter.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Dial.H Changes to dial so that counter-clockwise motion is supported if you 1999-03-10 08:17:43 +00:00
Fl_Double_Window.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
fl_draw.H Missing header files and FL_EXTERNs that prevented DLL's from compiling 1999-05-11 09:39:31 +00:00
fl_file_chooser.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Fill_Dial.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Fill_Slider.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Float_Input.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_FormsBitmap.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_FormsPixmap.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Free.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Gl_Window.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Group.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Hold_Browser.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Hor_Fill_Slider.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Hor_Nice_Slider.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Hor_Slider.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Hor_Value_Slider.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Image.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Input_.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Input.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Int_Input.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Light_Button.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Line_Dial.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Menu_.H It crashed when a group with exactly 1 child was deleted. 1999-08-09 06:19:33 +00:00
Fl_Menu_Bar.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Menu_Button.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Menu_Item.H Changes from Luis Ibanez to make it compile under Borland. 1999-03-18 20:04:13 +00:00
Fl_Menu_Window.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Menu.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
fl_message.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Multi_Browser.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Multi_Label.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Multiline_Input.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Multiline_Output.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Nice_Slider.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Object.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Output.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Overlay_Window.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Pack.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Pixmap.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Positioner.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Radio_Button.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Radio_Light_Button.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Radio_Round_Button.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Repeat_Button.H Added Fl.H required by an inline function if Fl_Repeat_Button.H 2000-01-05 03:17:28 +00:00
Fl_Return_Button.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Roller.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Round_Button.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Round_Clock.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Scroll.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Scrollbar.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Secret_Input.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Select_Browser.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
fl_show_colormap.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
fl_show_input.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Simple_Counter.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Single_Window.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Slider.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Tabs.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Tile.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Timer.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Toggle_Button.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Toggle_Light_Button.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Toggle_Round_Button.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
Fl_Valuator.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Value_Input.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Value_Output.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Value_Slider.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
Fl_Widget.H Changes from Luis Ibanez to make it compile under Borland. 1999-03-18 20:04:13 +00:00
Fl_Window.H Added missing FL_EXPORT to Fl_Window::resize() 1999-08-27 08:27:42 +00:00
Fl.H Forgot to commit the header files and fixed documentation! 2000-02-21 10:45:59 +00:00
forms.H Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to 2000-03-05 06:51:07 +00:00
gl2opengl.h Initial revision 1998-10-06 18:21:25 +00:00
gl_draw.H Yay, change all copyright notices to be 1998-1999. 1999-01-07 19:18:01 +00:00
gl.h Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
glut.H Updated headers to support WIN32 and OS/2 DLLs. 1999-02-16 22:00:04 +00:00
math.h Missing header guards in FL/math.h. 1999-04-07 14:22:21 +00:00
menubar.h Initial revision 1998-10-06 18:21:25 +00:00
win32.H Added missing FL_EXPORT stuff... 1999-03-09 18:16:45 +00:00
x.H New X function: fl_open_display(Display*) lets you run fltk on an 2000-02-23 09:23:53 +00:00