fltk/src
Greg Ercolano 41cef82137 Applied patch from STR#2115.
This fix to fl_height(int,int) solves the "digital drit"
problem in Fl_Text_Editor, where doing insert/delete 
operations was leaving a trail of dead pixels. 

Also fixes problem with font display problem in fluid's
code editor. See the STR for screenshots of the problem.

NOTE: THIS IS A WORKAROUND FOR A DEEPER PROBLEM.
Somewhere during the port of UTF8, the actual pixel size
of the displayed font is a little off, causing FLTK to
miscalculate line height, causing 'digital drit'.

It used to be that when you specified a font size,
the font's actual displayed pixel size matched the
font size value.

This fix makes the fl_height(int,int) function more robust,
actually inquiring the font system for its font size, instead
of assuming the font size is the same as the 'size' argument.

Since Fl_Text_Editor makes use of this function, it helps
that widget calculate font sizes correctly.

The real fix will be restoring FLTK's old behavior where the 
font size specified is the actual pixel size of the displayed font.
Then this function can be reverted to just returning the 'size' argument.




git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2009-08-28 20:14:41 +00:00
..
xutf8 xutf8 files code conformance: 2009-03-18 04:47:01 +00:00
aimm.h More LGPL compliance for utf8 files.. some were hiding outside of xutf8 (STR#2085 cont'd) 2009-03-13 23:42:32 +00:00
allfiles.xbm
cgdebug.h Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
CMakeLists.txt Add GLUT support functions from FreeGLUT (STR #1522) 2007-02-01 18:10:07 +00:00
cmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
d1_mask.xbm
d1.xbm
dump_compose.c
ew_mask.xbm
ew.xbm
fastarrow.h
filename_absolute.cxx Fixed some comments and removed obsolete 2009-03-15 21:16:34 +00:00
filename_expand.cxx Doxygen documentation 2009-01-20 11:10:29 +00:00
filename_ext.cxx Doxygen documentation 2009-01-20 11:10:29 +00:00
filename_isdir.cxx Doxygen documentation 2009-01-20 11:10:29 +00:00
filename_list.cxx Fixed glibc 2.10 compiler problems (Fedora 11 and others) with scandir() 2009-07-23 22:51:56 +00:00
filename_match.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
filename_setext.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_abort.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_add_idle.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Adjuster.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_arc.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
fl_arci.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_arg.cxx Fixed some more typos. 2009-07-01 07:32:14 +00:00
fl_ask.cxx Modified fix for STR #2150, as discussed, and added Fl::pushed(0) in 2009-04-13 22:47:21 +00:00
Fl_Bitmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_BMP_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_boxtype.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Browser_.cxx Fl_Browser mods for scrollbar sizing 2009-04-02 06:44:34 +00:00
Fl_Browser_load.cxx Doxgen mods for Fl_Browser*: 2009-03-27 16:52:31 +00:00
Fl_Browser.cxx Doxgen mods for Fl_Browser*: 2009-03-27 16:52:31 +00:00
Fl_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_call_main.c Fixes for SGI builds (STR#2174) 2009-03-14 02:11:31 +00:00
Fl_Chart.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Check_Browser.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Check_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Choice.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Clock.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_cmap.h
Fl_Color_Chooser.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_color_mac.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_color_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_color.cxx Fixed some more typos. 2009-07-01 07:32:14 +00:00
Fl_compose.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Counter.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_cursor.cxx added doxygen comments for more functions in fl_draw.H 2009-03-15 20:52:46 +00:00
fl_curve.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Dial.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_diamond_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_display.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_dnd_mac.cxx Reorganized Unittest / fixed and improved OS X keybord support and alternative input methods / fixed OS X utf8 DnD 2009-04-12 13:48:03 +00:00
fl_dnd_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_dnd_x.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_dnd.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Double_Window.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_draw_image_mac.cxx More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 reorganisation 2009-04-15 08:35:28 +00:00
fl_draw_image_win32.cxx Fixed Windows compile bug with "#define USE_COLORMAP 0" (STR #2241) 2009-08-24 19:55:29 +00:00
fl_draw_image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_draw_pixmap.cxx added doxygen coments for more routines in fl_draw.H 2009-03-15 19:38:13 +00:00
fl_draw.cxx Applied patch from STR#2115. 2009-08-28 20:14:41 +00:00
fl_encoding_latin1.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_encoding_mac_roman.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_engraved_label.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Browser.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Chooser2.cxx Removed unused member variable ext_managed from Fl_File_Chooser 2009-03-13 23:36:09 +00:00
Fl_File_Chooser.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Chooser.fl Removed unused member variable ext_managed from Fl_File_Chooser 2009-03-13 23:36:09 +00:00
fl_file_dir.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Icon2.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Icon.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_File_Input.cxx Little rearrangement for readibility 2009-04-13 07:32:01 +00:00
fl_font_mac.cxx add fl_draw(int angle, const char* ... functions for rotated text drawing 2009-04-24 09:28:30 +00:00
fl_font_win32.cxx add fl_draw(int angle, const char* ... functions for rotated text drawing 2009-04-24 09:28:30 +00:00
fl_font_x.cxx add fl_draw(int angle, const char* ... functions for rotated text drawing 2009-04-24 09:28:30 +00:00
fl_font_xft.cxx add fl_draw(int angle, const char* ... functions for rotated text drawing 2009-04-24 09:28:30 +00:00
fl_font.cxx add fl_draw(int angle, const char* ... functions for rotated text drawing 2009-04-24 09:28:30 +00:00
Fl_Font.H add fl_draw(int angle, const char* ... functions for rotated text drawing 2009-04-24 09:28:30 +00:00
Fl_get_key_mac.cxx Reorganized Unittest / fixed and improved OS X keybord support and alternative input methods / fixed OS X utf8 DnD 2009-04-12 13:48:03 +00:00
Fl_get_key_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_get_key.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_get_system_colors.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_GIF_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Gl_Choice.cxx corrected typo in src/Fl_Gl_Choice.cxx 2009-06-30 18:48:22 +00:00
Fl_Gl_Choice.H Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Gl_Overlay.cxx Fixed typos in documentation. 2009-02-15 18:58:03 +00:00
Fl_Gl_Window.cxx Fixed OpenGL shared context handling (STR #2135) 2009-06-30 13:38:45 +00:00
Fl_grab.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Group.cxx Improved image layout in Fl_Group::resizable() docs. 2009-02-09 11:41:56 +00:00
fl_gtk.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Help_Dialog_Dox.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Help_Dialog.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Help_Dialog.fl Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Help_View.cxx Added some needed comments to Fl_Help_View::format() 2009-04-22 09:02:13 +00:00
Fl_Image.cxx Fixed gray-scale images with alpha channel (STR #2105). 2009-06-29 07:44:25 +00:00
fl_images_core.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Input_.cxx Fixed some typos in docs. 2009-07-01 07:27:25 +00:00
Fl_Input.cxx More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 reorganisation 2009-04-15 08:35:28 +00:00
Fl_JPEG_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_labeltype.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Light_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_line_style.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_lock.cxx added extra text for Fl::awake() and Fl::flush() 2009-05-14 20:16:09 +00:00
Fl_mac.cxx Little rearrangement for readibility 2009-04-13 07:32:01 +00:00
Fl_Menu_.cxx Fixed typos in documentation. 2009-02-15 18:58:03 +00:00
Fl_Menu_add.cxx Fixed some more typos. 2009-07-01 07:32:14 +00:00
Fl_Menu_Bar.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Menu_Button.cxx renamed class Fl_Watch to Fl_Widget_Tracker, as discussed in fltk.development. 2009-02-15 13:49:34 +00:00
Fl_Menu_global.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Menu_Window.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Menu.cxx Added new Fl_Window:: flags() and methods: 2009-08-03 06:26:32 +00:00
Fl_Multi_Label.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_open_uri.cxx Doxygen documentation 2009-01-20 11:10:29 +00:00
fl_oval_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_overlay_visual.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Overlay_Window.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_overlay.cxx added doxygen comments for more functions in fl_draw.H 2009-03-15 20:52:46 +00:00
Fl_own_colormap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Pack.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Pixmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_plastic.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_PNG_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_PNM_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Positioner.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Preferences.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Progress.cxx Fixed documentation for Fl_Progress (STR #2209) and changed deprecated 2009-06-27 09:29:36 +00:00
fl_read_image_mac.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_read_image_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_read_image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_rect.cxx Reorganized Unittest / fixed and improved OS X keybord support and alternative input methods / fixed OS X utf8 DnD 2009-04-12 13:48:03 +00:00
Fl_Repeat_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Return_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Roller.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_round_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Round_Button.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_rounded_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_scroll_area.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Scroll.cxx Fl_Scroll mods for global scrollbar size control. 2009-07-12 00:15:06 +00:00
Fl_Scrollbar.cxx updated Fl_Slider and Fl_Scrollbar documentation (STR #2156 - part 2) 2009-03-14 11:46:43 +00:00
fl_set_font.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_set_fonts_mac.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_set_fonts_win32.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_set_fonts_x.cxx fixed a typo 2009-03-22 19:21:34 +00:00
fl_set_fonts_xft.cxx Fixed glibc 2.10 compiler problems (Fedora 11 and others) with scandir() 2009-07-23 22:51:56 +00:00
fl_set_fonts.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_shadow_box.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Shared_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_shortcut.cxx - Fixed unexpected shortcut behavior for Win32 (STR #2199) 2009-06-28 22:25:44 +00:00
fl_show_colormap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Single_Window.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Slider.cxx updated Fl_Slider and Fl_Scrollbar documentation (STR #2156 - part 2) 2009-03-14 11:46:43 +00:00
fl_symbols.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_Sys_Menu_Bar.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Tabs.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Text_Buffer.cxx Fl_Text_Display C code simple refactoring: 2009-07-04 05:18:29 +00:00
Fl_Text_Display.cxx UTF8: Fl_Text_Display and related: 2009-07-04 01:09:43 +00:00
Fl_Text_Editor.cxx More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 reorganisation 2009-04-15 08:35:28 +00:00
Fl_Tile.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Tiled_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Tooltip.cxx Added new Fl_Window:: flags() and methods: 2009-08-03 06:26:32 +00:00
fl_utf8.cxx grouped similar functions and added summary information in unicode.dox 2009-04-18 11:51:32 +00:00
fl_utf.c Fixed some more typos. 2009-07-01 07:32:14 +00:00
Fl_Valuator.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Value_Input.cxx Modified all public widget draw methods to be protected. 2009-02-18 09:27:54 +00:00
Fl_Value_Output.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Value_Slider.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
fl_vertex.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_visual.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Widget.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
Fl_win32.cxx more indentation fixes in src/Fl_win32.cxx 2009-02-21 10:18:47 +00:00
Fl_Window_fullscreen.cxx Fixed typos in documentation. 2009-02-15 18:58:03 +00:00
Fl_Window_hotspot.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Window_iconize.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_Window.cxx Fl_Window::draw() now doesn't reset its x/y-coordinates to 0 anymore 2009-02-25 08:44:54 +00:00
Fl_Wizard.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_x.cxx STR 2185: Uncommented "// XCloseIM(xim_im); FIXME", as discussed in 2009-04-16 22:23:36 +00:00
Fl_XBM_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_XColor.H Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl_XPM_Image.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
Fl.cxx Added comments about removing widgets from their parent group or window 2009-07-25 12:56:16 +00:00
flstring.c Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
flstring.h Fixes for SGI builds (STR#2174) 2009-03-14 02:11:31 +00:00
forms_bitmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
forms_compatability.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
forms_free.cxx Fixed some more typos. 2009-07-01 07:32:14 +00:00
forms_fselect.cxx fixed a typo 2009-03-22 19:21:34 +00:00
forms_pixmap.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
forms_timer.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
freeglut_geometry.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
freeglut_stroke_mono_roman.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +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 converted html tags to doxygen commands in opengl.dox 2009-04-09 20:44:31 +00:00
gl_start.cxx converted html tags to doxygen commands in opengl.dox 2009-04-09 20:44:31 +00:00
glut_compatability.cxx Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
glut_font.cxx Surrounded all #warning's with #if defined(__GNUC__) 2009-03-15 03:14:43 +00:00
makedepend Update dependencies. 2007-02-10 14:31:12 +00:00
Makefile STR 2147: new configure option --enable-x11 for building on cygwin with X11 2009-02-14 14:34:32 +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 Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00
scandir_win32.c Surrounded all #warning's with #if defined(__GNUC__) 2009-03-15 03:14:43 +00:00
scandir.c Updating fl_utf8.h references. Fixing copyright date in .fl files. 2008-09-19 17:40:20 +00:00
screen_xywh.cxx Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. 2009-03-24 01:40:44 +00:00
slowarrow.h
tile.xpm
up.xbm
vsnprintf.c Changed Copyright in 'src' directory 2009-01-01 21:28:26 +00:00