.. |
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
|
VC++ 2005 Support, drop old files, add icons for Sudoku
|
2005-11-27 14:45:48 +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 dirent list by making room for the additional '/' character on directory names. FLTK does not care about the internals of the dirent structure. We only support the member d_name. All other members are non-standard anyways on not available on Win32.
|
2005-08-26 20:06:29 +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
|
STR 1869: fixed race condition when an alert window pops up during menu handling.
|
2008-02-20 18:33:25 +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 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGED
|
2008-02-20 17:59:13 +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
|
Flip the color of Fl_Choice to FL_BACKGROUND2_COLOR when there is no
|
2006-09-24 13:35:23 +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
|
OK, I believe I fixed the transparency issues on WIN32. Please everyone, test the code on all machines.
|
2006-09-16 16:02:00 +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
|
STR #1411: fixed latin-to-macRoman text conversion
|
2006-09-04 18:46:28 +00:00 |
fl_encoding_mac_roman.cxx
|
Fixed wrong array size.
|
2007-06-18 13:03:39 +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
|
Updated 1.3 with changes from 1.1.9
|
2008-04-12 19:16:19 +00:00 |
Fl_File_Chooser.cxx
|
Updated 1.3 with changes from 1.1.9
|
2008-04-12 19:16:19 +00:00 |
Fl_File_Chooser.fl
|
Updated 1.3 with changes from 1.1.9
|
2008-04-12 19:16:19 +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
|
STR #1133: if the FIle_input did not have focus and have no text inside and have the BAR changed flags set, it would draw a bogus and shifted second background box on top of the original one.
|
2005-12-30 15:45:38 +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
|
Merge gl_font() changes for Xft+X11 (STR #1809)
|
2007-12-15 17:35:57 +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
|
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_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
|
Fl_Gl_Window::mode() needed to hide and show the window when toggling stereo
|
2007-12-15 17:32:39 +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 1849: fixed messages sent to hidden windows
|
2008-02-20 17:42:08 +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
|
Updated 1.3 with changes from 1.1.9
|
2008-04-12 19:16:19 +00:00 |
Fl_Image.cxx
|
Fixed rendering of grayscale images with alpha channel on unaccelerated machines. Thanks, Sanel (STR #1703)
|
2007-06-07 17:23:41 +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
|
STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGED
|
2008-02-20 17:59:13 +00:00 |
Fl_Input.cxx
|
STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGED
|
2008-02-20 17:59:13 +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
|
Fixed recursion crash in event handling (STR #1873
|
2008-02-20 18:17:34 +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 Tab key to wrap around menu bars (STR #1877)
|
2008-02-25 13:09:30 +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
|
STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, the default 'Escape' is overridden.
|
2007-11-19 16:21:19 +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
|
STR 1891: fixing fl_read_image for double buffered windows.
|
2008-03-09 17:58:10 +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
|
Various Pixel bugs:
|
2005-08-29 21:16:38 +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
|
Merge all of the scrollbar sizes into a single API call
|
2006-11-16 23:17:13 +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
|
Add GTK thin up/down box/frame types.
|
2006-10-03 02:35:12 +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
|
STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, the default 'Escape' is overridden.
|
2007-11-19 16:21:19 +00:00 |
fl_show_colormap.cxx
|
Update source file headers with STR web page.
|
2005-04-16 00:13:17 +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
|
Fixed Fl_Text_Display redrawing for focus changes for primary selection and highlight
|
2008-01-04 20:32:37 +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
|
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_win32.cxx
|
STR #1854: fixed win32 issue with possible NULL pointer
|
2008-01-10 21:53:34 +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
|
Avoiding a hidden mouse pointer after a window is hidden
|
2007-02-02 13:52:37 +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
|
Update source file headers with STR web page.
|
2005-04-16 00:13:17 +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
|
Fixed library path in Makefile (STR #1885)
|
2008-02-27 15:00:31 +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 |