| Age | Commit message (Expand) | Author |
| 2015-01-29 | Fix comments, trailing white space, and trailing commas in comments. | Albrecht Schlosser |
| 2015-01-28 | Back to previous statement that FLTK does not use RTTI. | Manolo Gouy |
| 2015-01-28 | Stop using dynamic_cast when performing text drag (Mac OS only). | Manolo Gouy |
| 2015-01-27 | Clarified that RTTI is used on the Mac OS X platform to perform text dragging... | Manolo Gouy |
| 2015-01-24 | Restore compilability with Mac OS X SDK 10.4u | Manolo Gouy |
| 2015-01-24 | Simpler coding of the half-pixel offset necessary when clipping to a rectangle. | Manolo Gouy |
| 2015-01-23 | It is necessary to call fl_cgrectmake_cocoa() when building the clipping rect... | Manolo Gouy |
| 2015-01-22 | A few comment changes. | Manolo Gouy |
| 2015-01-22 | Make sure subwindows don't leak out of their parent windows. | Manolo Gouy |
| 2015-01-21 | Have Fl_Paged_Device::print_window() print window title bars with rounded ang... | Manolo Gouy |
| 2015-01-20 | Removed erroneous statement from Doxygen doc of class Fl_Copy_Surface. | Manolo Gouy |
| 2015-01-19 | Avoid potential crash if Fl::focus() returns NULL. | Manolo Gouy |
| 2015-01-19 | Documented how it is possible to change the default paper size for a printer ... | Manolo Gouy |
| 2015-01-19 | Added version information to Doxygen comments. | Manolo Gouy |
| 2015-01-19 | Mention that class Fl_Gl_Window now uses cocoa rather than the deprecated AGL... | Manolo Gouy |
| 2015-01-19 | Ignore text input methods when the focus is to an Fl_Gl_Window. | Manolo Gouy |
| 2015-01-16 | Fix possible crash when calling Fl_Window::resize() on a non-mapped sub-window. | Manolo Gouy |
| 2015-01-16 | Corrected one comment and added one. | Manolo Gouy |
| 2015-01-15 | Fixed Fl_Window::resize() on Mac OS because program-generated resize did not ... | Manolo Gouy |
| 2015-01-14 | Some indentation cleaning. | Manolo Gouy |
| 2015-01-14 | When CGBitmapContextCreate() is used with null 5th argument, it is necessary | Manolo Gouy |
| 2015-01-14 | Avoid compilation warnings appearing with SDK 10.5 | Manolo Gouy |
| 2015-01-14 | A public header file must not use a preprocessor variable such as MAC_OS_X_VE... | Manolo Gouy |
| 2015-01-13 | Fl_Paged_Device::print_window() now uses the CALayer class to print in one step | Manolo Gouy |
| 2015-01-11 | Prevent tooltips from opening if window recently iconized. | Greg Ercolano |
| 2015-01-10 | Documentation clarification for all menu oriented widgets | Greg Ercolano |
| 2015-01-10 | Small doc mods to Fl_Menu_Bar to clarify how callbacks | Greg Ercolano |
| 2015-01-10 | Improvements to Fl_Menu_ docs regarding how callbacks are invoked. | Greg Ercolano |
| 2015-01-09 | Better implementation of Fl_Paged_Device::print_window() for Mac OS X Yosemite: | Manolo Gouy |
| 2015-01-06 | Don not assume that Fl_X::resolution_scaling_factor() returns either 1 or 2. | Manolo Gouy |
| 2015-01-04 | Docs only: fixed example code indenting. | Greg Ercolano |
| 2015-01-04 | Simplified Fl_X::flush() for GL windows. | Manolo Gouy |
| 2014-12-28 | Added docs to Fl_Event referencing use of fl_eventnames[] and FL/names.h | Greg Ercolano |
| 2014-12-21 | Fix typo in Fl_cocoa.mm if the ABI was set to 10304 or greater. | Ian MacArthur |
| 2014-12-21 | Remove the link error sometimes caused by class Fl_XFont_On_Demand not export... | Manolo Gouy |
| 2014-12-20 | Added documentation about the new support for high resolution OpenGL graphics | Manolo Gouy |
| 2014-12-20 | Removed the Xcode3 directory altogether because Xcode3 is very old | Manolo Gouy |
| 2014-12-20 | Removed compilation warning when compiling fluid/file.cxx on apple. | Manolo Gouy |
| 2014-12-20 | Function imgProviderReleaseData() is made apple-specific. | Manolo Gouy |
| 2014-12-20 | Removed use of AGL framework | Manolo Gouy |
| 2014-12-20 | Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec... | Manolo Gouy |
| 2014-12-19 | Fix problem with *horiz* dot pattern alignment, | Greg Ercolano |
| 2014-12-19 | Optimize drawing loop, fix indent. | Greg Ercolano |
| 2014-12-19 | Avoid double window redraw after deminiaturization. | Manolo Gouy |
| 2014-12-19 | Fixes STR #3169, comment #8. | Greg Ercolano |
| 2014-12-19 | Fixes STR #3169, comments #4, #5 and #7. | Greg Ercolano |
| 2014-12-19 | Fixes STR #3169, comment #3. | Greg Ercolano |
| 2014-12-19 | Unused functions makePath() and makePathForFile() removed. (STR#3169) | Greg Ercolano |
| 2014-12-18 | Restores compilation with SDK’s before 10.7, erroneously broken in a recent... | Manolo Gouy |
| 2014-12-18 | Removed compilation warning for unused variable. | Manolo Gouy |