..
allfiles.xbm
cgdebug.h
STR #1310 : OS X Quartz support fixed. All test codes now work without complaints fro Quickdraw or CoreGraphics. If no more major bugs are reported for Quartz, I will make Quartz the default over Quickdraw in the next release of FLTK 1.
2006-06-06 08:00:56 +00:00
CMakeLists.txt
Add GLUT support functions from FreeGLUT (STR #1522 )
2007-02-01 18:10:07 +00:00
cmap.cxx
Copyright updates.
2005-02-24 21:55:12 +00:00
d1_mask.xbm
d1.xbm
dump_compose.c
ew_mask.xbm
ew.xbm
fastarrow.h
filename_absolute.cxx
fixed a typo
2009-01-23 10:47:53 +00:00
filename_expand.cxx
Fl_File_Chooser no longer resets the type() when choosing a
2005-03-25 17:27:07 +00:00
filename_ext.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
filename_isdir.cxx
STR #1761 : fixed fl_filename_isdir for '/'-path in Unix
2007-10-07 10:12:32 +00:00
filename_list.cxx
Fixed glibc 2.10 compiler problems (Fedora 11 and others) with scandir()
2009-07-23 22:36:04 +00:00
filename_match.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
filename_setext.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_abort.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_add_idle.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Adjuster.cxx
Updated the default label and text colors of all widgets to use
2005-10-30 17:42:21 +00:00
fl_arc.cxx
Avoiding problems with some platforms that don't implement hypot() (STR #1366 )
2006-08-23 14:43:07 +00:00
fl_arci.cxx
fl_arc() and fl_pie() did not draw properly on WIN32 when the
2006-10-11 01:23:52 +00:00
Fl_arg.cxx
Move show() after scheme() call in Fl_Window::show(argc, argv) to
2005-05-26 14:03:44 +00:00
fl_ask.cxx
Fixed X server "lock", if a modal dialog window is opened while a menu
2009-09-13 22:02:30 +00:00
Fl_Bitmap.cxx
OS X Quartz: one pretty essential fix to the call order in Quartz context change which fixed a lot of warnings. I also added a file that helps tremondously to debug Core Graphics calls. This file is not compiled into the source tree by default, but the annotations in "src/cgdebug.h" explain the usage.
2006-06-04 10:21:45 +00:00
Fl_BMP_Image.cxx
Added support for 32bit per pixel subformat, uncompressed, in BMP. Last 8 bit are used as Alpha channel.
2005-07-16 08:38:52 +00:00
Fl_Box.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_boxtype.cxx
Add GTK thin up/down box/frame types.
2006-10-03 02:35:12 +00:00
Fl_Browser_.cxx
Fl_Browser_ and friends now support FL_WHEN_ENTER_KEY for both Enter/Return
2007-12-15 16:20:16 +00:00
Fl_Browser_load.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Browser.cxx
Update scrollbars when showing or hiding items (STR #1724 )
2007-11-20 21:57:17 +00:00
Fl_Button.cxx
STR#2106 fix from 1.3 that also applies to 1.1: callback not called if radio button state changed from a shortcut but is called when changed with mouse.
2008-12-17 10:47:09 +00:00
fl_call_main.c
Fix compiler warnings/errors.
2007-05-20 16:18:31 +00:00
Fl_Chart.cxx
Fixed Fl_Chart drawing (STR #1756 )
2007-10-06 17:33:17 +00:00
Fl_Check_Browser.cxx
Remove unused variables.
2007-11-20 21:15:08 +00:00
Fl_Check_Button.cxx
STR #1052 : Made check buttons readable as well
2005-11-02 14:18:32 +00:00
Fl_Choice.cxx
Fixed Fl_Choice contrast with light-on-dark settings (STR #2219 ).
2009-09-16 07:04:37 +00:00
Fl_Clock.cxx
Fix inactive drawing of the new GTK+ box types.
2006-09-20 03:03:14 +00:00
fl_cmap.h
Fl_Color_Chooser.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_color_mac.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_color_win32.cxx
STR #1007 : Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks!
2005-09-12 23:03:34 +00:00
fl_color.cxx
STR #1625 : yet another slight change in the "fl_contrast" cut-off value that hopefully now delivers best results for all color schemes.
2007-05-16 11:46:07 +00:00
Fl_compose.cxx
Fixed key compose sequences for shifted keys (STR #1194 )
2006-06-19 07:43:39 +00:00
Fl_Counter.cxx
Fix uninitialized variable warnings.
2005-11-27 15:11:33 +00:00
fl_cursor.cxx
Avoiding a hidden mouse pointer after a window is hidden
2007-02-02 13:52:37 +00:00
fl_curve.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Dial.cxx
Fix inactive drawing of the new GTK+ box types.
2006-09-20 03:03:14 +00:00
fl_diamond_box.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_display.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_dnd_mac.cxx
Copyright updates.
2005-02-24 21:55:12 +00:00
fl_dnd_win32.cxx
STR #1095 : Drag'n'drop on WIN32 was only possible using the left mouse button. Added support for the middle and right button.
2005-12-01 09:02:13 +00:00
fl_dnd_x.cxx
More copyright updates.
2006-01-15 02:26:54 +00:00
fl_dnd.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Double_Window.cxx
Removed warning about unused variable.
2007-05-14 15:51:00 +00:00
fl_draw_image_mac.cxx
Fixed Quartz image drawing and screen reading
2007-01-18 15:25:09 +00:00
fl_draw_image_win32.cxx
Fixed Windows compile bug with "#define USE_COLORMAP 0" (STR #2241 )
2009-08-24 19:53:06 +00:00
fl_draw_image.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_draw_pixmap.cxx
Fixed OS X pixmap offset bug (Thanks to D'Elia Yuri) STR 1856
2008-02-14 18:17:06 +00:00
fl_draw.cxx
Fix fl_measure with symbols.
2006-12-21 19:39:26 +00:00
fl_encoding_latin1.cxx
Fixed character set conversion functions (STR #2268 )
2009-10-29 20:00:12 +00:00
fl_encoding_mac_roman.cxx
Fixed character set conversion functions (STR #2268 )
2009-10-29 20:00:12 +00:00
fl_engraved_label.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_File_Browser.cxx
Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do not
2007-01-23 15:02:00 +00:00
Fl_File_Chooser2.cxx
Multiple selections of files was cleared before the user had a chance to extract filenames. It was impossible to extract a multiple selection of directory names even though it was possible to select them in Fl_File_Chooser.
2008-04-11 12:57:37 +00:00
Fl_File_Chooser.cxx
Multiple selections of files was cleared before the user had a chance to extract filenames. It was impossible to extract a multiple selection of directory names even though it was possible to select them in Fl_File_Chooser.
2008-04-11 12:57:37 +00:00
Fl_File_Chooser.fl
Multiple selections of files was cleared before the user had a chance to extract filenames. It was impossible to extract a multiple selection of directory names even though it was possible to select them in Fl_File_Chooser.
2008-04-11 12:57:37 +00:00
fl_file_dir.cxx
STR #1410 : fl_file_chooser could crash after a previously canceled dialog
2006-09-05 09:57:41 +00:00
Fl_File_Icon2.cxx
VC++ 2005 Support, drop old files, add icons for Sudoku
2005-11-27 14:45:48 +00:00
Fl_File_Icon.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_File_Input.cxx
Forgot line in Fl_File_Input
2009-04-13 07:32:03 +00:00
fl_font_mac.cxx
Fixed calculation of character widths for OS X Quartz rendering. Fixed OS X mouse click handling (STR #1504 ).
2007-02-01 20:13:57 +00:00
fl_font_win32.cxx
Fixed font caching issue from STR 1415
2006-09-05 11:16:15 +00:00
fl_font_x.cxx
Added code to clear the current font cache when the font face is changed. Now for OS X and X11 as well.
2006-09-05 11:26:41 +00:00
fl_font_xft.cxx
I blindly applied this patch to 1.1.10 (I don't have Xft on my Mac...) so please someone check for typos. Thanks. Added Xft Font Lookup Table (STR #2215 )
2009-09-15 20:33:55 +00:00
fl_font.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Font.H
Fixed speed issues with measuring text sizes in OS X Quartz
2006-08-19 15:24:55 +00:00
Fl_get_key_mac.cxx
OS X: fixed handling of the KP_Enter key which is at different key codes for the Powerbook vs. Desktop machines.
2006-06-07 09:46:03 +00:00
Fl_get_key_win32.cxx
Remove executable bit from more source files.
2006-05-31 18:33:37 +00:00
Fl_get_key.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_get_system_colors.cxx
Fixed Watcom compiler setup without verification using a patch by mnieuw
2007-02-20 17:02:41 +00:00
Fl_GIF_Image.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
Fl_Gl_Choice.cxx
Typos.
2009-06-30 19:05:09 +00:00
Fl_Gl_Choice.H
Copyright updates.
2005-02-24 21:55:12 +00:00
Fl_Gl_Overlay.cxx
Fix Fl_Gl_Overlay to use new valid API
2006-08-23 17:40:54 +00:00
Fl_Gl_Window.cxx
Fixed OpenGL shared context handling (STR #2135 )
2009-06-30 13:38:52 +00:00
Fl_grab.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Group.cxx
STR 2032: Fl_Group and Fl_Scroll now resize themselves before updating their children.
2008-10-19 06:40:02 +00:00
fl_gtk.cxx
STR #1617 : fltkgl.vcproj in the vnet directory had missing closing brackets in the XML code. The question remains: who ate the slashes?
2007-02-27 19:23:24 +00:00
Fl_Help_Dialog.cxx
Fix indentation of elements (STR #1549 )
2007-01-28 19:36:51 +00:00
Fl_Help_Dialog.fl
Fix indentation of elements (STR #1549 )
2007-01-28 19:36:51 +00:00
Fl_Help_View.cxx
another update for image handling in Fl_Help_View
2009-04-07 18:37:25 +00:00
Fl_Image.cxx
Fixed gray-scale images with alpha channel (STR #2105 ).
2009-06-29 07:45:48 +00:00
fl_images_core.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
Fl_Input_.cxx
Fixed callback handling for HIDE event for Fl_Input_.
2008-04-21 20:54:37 +00:00
Fl_Input.cxx
STR #2292 : fixed issue typing a minus in Fl_Int_Input when all text is selected.
2009-11-17 19:39:01 +00:00
Fl_JPEG_Image.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
fl_labeltype.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Light_Button.cxx
STR #1617 : fltkgl.vcproj in the vnet directory had missing closing brackets in the XML code. The question remains: who ate the slashes?
2007-02-27 19:23:24 +00:00
fl_line_style.cxx
STR #1007 : Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks!
2005-09-12 23:03:34 +00:00
Fl_lock.cxx
STR #1715 : Added empty "awake" function for non-threaded dll's
2007-10-07 10:44:28 +00:00
Fl_mac.cxx
STR #2196 : fixed wrong identifier for special keys combined with modifier.
2009-06-28 21:54:59 +00:00
Fl_Menu_.cxx
Updated the default label and text colors of all widgets to use
2005-10-30 17:42:21 +00:00
Fl_Menu_add.cxx
STR #unfiled: when using Fl_Menu_::add, the 'flags' field of the last entry in a newly allocated local buffer would not be cleared. If the flag happened to be FL_SUBMENU, this would lead to crash in 'find_item'. The new code clears the entire field.
2005-10-18 09:16:55 +00:00
Fl_Menu_Bar.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Menu_Button.cxx
STR #1162 : Fl_Menu_Button::popup was trying to access a previously deleted widget (itself). The delayed deleting mechanism in 'Fl::delete_widget' did not work in this case because the main loop is called before the callback returns. The fix implements a type of automatic pointer that will be cleared to NULL should the widget get deleted. This may not be a 'nice' solution, but it does fix the problem reliably. We could actually use this for all widget pointers and remove the delayed delete mechanism alltogether
2006-04-27 21:40:47 +00:00
Fl_Menu_global.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Menu_Window.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Menu.cxx
Fixed menu position on screen border (STR #2057 )
2008-10-19 21:28:06 +00:00
Fl_Multi_Label.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_open_uri.cxx
Don't need path_find() on Mac OS X...
2007-01-23 20:45:28 +00:00
fl_oval_box.cxx
Various Pixel bugs:
2005-08-29 21:16:38 +00:00
fl_overlay_visual.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Overlay_Window.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_overlay.cxx
Fixed Quartz image drawing and screen reading
2007-01-18 15:25:09 +00:00
Fl_own_colormap.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Pack.cxx
reverted Fl_Pack changes (STR #2130 ), because they were wrong. The current
2009-09-13 12:10:56 +00:00
Fl_Pixmap.cxx
STR #1007 : Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks!
2005-09-12 23:03:34 +00:00
fl_plastic.cxx
Resorted functions. VC6 did not give a required warning/error
2005-11-07 11:16:24 +00:00
Fl_PNG_Image.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_PNM_Image.cxx
Fixed 16 bit PNM image support (STR #1847 )
2007-12-20 16:32:56 +00:00
Fl_Positioner.cxx
Fixed Fl_Positioner callback when released (STR #1387 )
2006-08-23 12:57:42 +00:00
Fl_Preferences.cxx
STR #1853 : fixed potntial buffer overrun un Fl_Preferences
2008-01-09 21:23:51 +00:00
Fl_Progress.cxx
STR #1492 : Fl_Progress was using the wrong width to calculate progress
2006-11-12 20:44:12 +00:00
fl_read_image_mac.cxx
Fixed Quartz image drawing and screen reading
2007-01-18 15:25:09 +00:00
fl_read_image_win32.cxx
Remove warnings found by Robin Rowe's settings for VC7. I do not have VC7, but I believe I managed to find and fix them all... .
2006-05-30 07:58:41 +00:00
fl_read_image.cxx
Improved stability of fl_read_image (STR #2021 )
2008-10-19 20:35:32 +00:00
fl_rect.cxx
Fixed clipping in OS X Quartz offscreen buffers (STR #1595 )
2007-02-12 16:41:41 +00:00
Fl_Repeat_Button.cxx
STR #1330 : Repeat button now cancels timeout if it should get deactivated during a callback
2006-06-21 06:52:10 +00:00
Fl_Return_Button.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Roller.cxx
Added redraw on focus vi FL_PUSH for roller, browser and slider
2005-07-16 08:25:06 +00:00
fl_round_box.cxx
Fixed RGB Color issues for round box type
2008-12-02 17:21:36 +00:00
Fl_Round_Button.cxx
STR #1052 : Changed to dot inside the round check box (radio style buttons) to FL_FOREGROUND_COLOR
2005-11-02 11:31:33 +00:00
fl_rounded_box.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_scroll_area.cxx
Removed warning about unused variable.
2007-02-25 00:00:49 +00:00
Fl_Scroll.cxx
Fixed missing initializer in Fl_Scroll. STR #2290
2009-11-07 21:02:52 +00:00
Fl_Scrollbar.cxx
STR 1880: Fixed timer leak in Fl_Scrollbar
2008-02-25 13:00:53 +00:00
fl_set_font.cxx
Fixed font caching issue from STR 1415
2006-09-05 11:16:15 +00:00
fl_set_fonts_mac.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_set_fonts_win32.cxx
Remove executable bit from more source files.
2006-05-31 18:33:37 +00:00
fl_set_fonts_x.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_set_fonts_xft.cxx
Fixed glibc 2.10 compiler problems (Fedora 11 and others) with scandir()
2009-07-23 22:36:04 +00:00
fl_set_fonts.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
fl_shadow_box.cxx
Various Pixel bugs:
2005-08-29 21:16:38 +00:00
Fl_Shared_Image.cxx
Don't try to load image file we couldn't open
2006-02-22 15:27:39 +00:00
fl_shortcut.cxx
- Fixed unexpected shortcut behavior for Win32 (STR #2199 )
2009-06-28 22:25:51 +00:00
fl_show_colormap.cxx
Fixed unintialised member variables. STR #2288
2009-11-07 21:01:08 +00:00
Fl_Single_Window.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Slider.cxx
Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.
2006-09-17 14:58:25 +00:00
fl_symbols.cxx
Flipped spyglass symbol for all apps.
2005-12-19 16:52:11 +00:00
Fl_Sys_Menu_Bar.cxx
Added warning in inofficial Fl_Sys_Menubar.cxx about bundeling apps to make the menu bar work
2008-01-09 21:32:40 +00:00
Fl_Tabs.cxx
STR #1652 : allowing shortcuts in tabs
2007-05-01 20:20:21 +00:00
Fl_Text_Buffer.cxx
Fixed Fl_Text_Display redrawing for focus changes for primary selection and highlight
2008-01-04 20:32:37 +00:00
Fl_Text_Display.cxx
Improved color contrast in secondary selection blocks of Fl_Text_Display (STR #1917 )
2008-04-21 21:03:22 +00:00
Fl_Text_Editor.cxx
STR #1584 : even smarter mouse pointer hiding. I also fixed two little historic bugs in "ask" (double adding a widget, and not using "label.obj()" instead of "copy_label()" for non-static buffer. Lastly, I changed "boxtype" to use a Double_Window because it has become so big now that it started flickering.
2007-02-08 07:58:47 +00:00
Fl_Tile.cxx
Fixed drawing issues of a tile in a scroll (STR #1507 )
2007-01-18 10:01:24 +00:00
Fl_Tiled_Image.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Tooltip.cxx
Fix compiler warnings/errors.
2007-05-20 16:18:31 +00:00
Fl_Valuator.cxx
Fixed a few memory faults found by Valgrind (yes, I finally got my Linux
2005-12-30 10:13:17 +00:00
Fl_Value_Input.cxx
Fl_Value_Input now uses the screen-absolute position instead of
2005-10-12 20:47:21 +00:00
Fl_Value_Output.cxx
Updated the default label and text colors of all widgets to use
2005-10-30 17:42:21 +00:00
Fl_Value_Slider.cxx
Updated the default label and text colors of all widgets to use
2005-10-30 17:42:21 +00:00
fl_vertex.cxx
Wrong case in path name.
2005-07-17 12:17:50 +00:00
Fl_visual.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Widget.cxx
Widgets now remove stale entries from the default callback queue
2009-12-23 12:54:41 +00:00
Fl_win32.cxx
Fixed a problem with TrackMouseEvent() (Windows only) that would
2008-12-07 11:05:41 +00:00
Fl_Window_fullscreen.cxx
Added multi screen awareness to WIN32 version of Fl_Window::fullscreen()
2005-12-01 08:56:24 +00:00
Fl_Window_hotspot.cxx
Fixed WIN32 version of prevois change (undefined variable)
2007-02-13 14:38:43 +00:00
Fl_Window_iconize.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_Window.cxx
Fixed Fl_Window::copy_label() losing copy (STR #1332 )
2006-06-28 10:23:33 +00:00
Fl_Wizard.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_x.cxx
#1706 : on WIN32, the attempt to map a subwindow when the parent window was not mapped yet would result in the subwindow never being mapped. This change will defer mapping until the parent window is shown.
2007-06-18 13:08:57 +00:00
Fl_XBM_Image.cxx
Fixed signedness of argument to sscanf
2005-08-29 20:11:48 +00:00
Fl_XColor.H
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl_XPM_Image.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
Fl.cxx
Fixed adding an idle handler during a draw() call (STR #1950 )
2008-10-19 20:15:48 +00:00
flstring.c
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
flstring.h
Update copyright years and use "#ifndef" instead of "#if !defined".
2007-02-20 18:43:10 +00:00
forms_bitmap.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
forms_compatability.cxx
Remove executable bit from more source files.
2006-05-31 18:33:37 +00:00
forms_free.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
forms_fselect.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
forms_pixmap.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
forms_timer.cxx
Fixed uninitialized variables in Fl_Timer. STR #2287
2009-11-07 21:11:16 +00:00
freeglut_geometry.cxx
Add GLUT support functions from FreeGLUT (STR #1522 )
2007-02-01 18:10:07 +00:00
freeglut_stroke_mono_roman.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
freeglut_stroke_roman.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
freeglut_teapot_data.h
Add GLUT support functions from FreeGLUT (STR #1522 )
2007-02-01 18:10:07 +00:00
freeglut_teapot.cxx
Add GLUT support functions from FreeGLUT (STR #1522 )
2007-02-01 18:10:07 +00:00
gl_draw.cxx
THIS FIX CONTAINS TWO MORE FILES THAT MUST BE COMPILED. I would
2006-04-18 13:07:42 +00:00
gl_start.cxx
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
glut_compatability.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
glut_font.cxx
Add GLUT support functions from FreeGLUT (STR #1522 )
2007-02-01 18:10:07 +00:00
makedepend
Update dependencies.
2007-02-10 14:31:12 +00:00
Makefile
Bumped internal version numbers to 1.1.10.
2009-07-02 09:42:17 +00:00
makefile.wat
Fixed Watcom compiler setup without verification using a patch by mnieuw
2007-02-20 17:02:41 +00:00
mediumarrow.h
new.xbm
ns_mask.xbm
ns.xbm
numericsort.c
Update source file headers with STR web page.
2005-04-16 00:13:17 +00:00
scandir_win32.c
Fixed C++ style comments in plain C files (STR #997 )
2005-08-29 20:16:36 +00:00
scandir.c
Copyright updates.
2005-02-24 21:55:12 +00:00
screen_xywh.cxx
Fix compiler warnings/errors.
2007-05-20 16:18:31 +00:00
slowarrow.h
tile.xpm
Update tile image to 64x64 (STR #769 )
2005-03-23 03:48:42 +00:00
up.xbm
vsnprintf.c
Typo HAVE_LONg_LONG instead of HAVE_LONG_LONG
2007-05-21 15:56:17 +00:00