summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-07Fixed reading of .pbm image files: the black & white pixels were reversed,Manolo Gouy
2015-02-03Fixed crash when resizing a not yet shown() Fl_Gl_Window.Manolo Gouy
2015-02-02Fix Linux/Unix potential program hang when dialog pops up while a menu is ope...Albrecht Schlosser
2015-02-02Removed small memory leak.Manolo Gouy
2015-02-02Replace gl_xxx() function names by new member functions of the Fl_X class to ...Manolo Gouy
2015-01-31Improved Mac OS X Fl_Gl_Window resizing: the GL scene was drawn twice at each...Manolo Gouy
2015-01-31Fix potential buffer overflow (Windows: BEX64 error) and home dir (STR 3166).Albrecht Schlosser
2015-01-31Fix gleam boxtypes (STR #3183).Albrecht Schlosser
2015-01-29Use Fl::is_scheme() where appropriate.Albrecht Schlosser
2015-01-29Remove superfluous #include <string.h> - strcmp() is not used anymore.Albrecht Schlosser
2015-01-29Use Fl::is_scheme() in src/Fl_Tree_Prefs.cxx.Albrecht Schlosser
2015-01-29Add missing gleam boxtype definitions from Dmitrij's oxy patch (STR #2675).Albrecht Schlosser
2015-01-29Fix comments, trailing white space, and trailing commas in comments.Albrecht Schlosser
2015-01-28Stop using dynamic_cast when performing text drag (Mac OS only).Manolo Gouy
2015-01-24Restore compilability with Mac OS X SDK 10.4uManolo Gouy
2015-01-24Simpler coding of the half-pixel offset necessary when clipping to a rectangle.Manolo Gouy
2015-01-23It is necessary to call fl_cgrectmake_cocoa() when building the clipping rect...Manolo Gouy
2015-01-22A few comment changes.Manolo Gouy
2015-01-22Make sure subwindows don't leak out of their parent windows.Manolo Gouy
2015-01-21Have Fl_Paged_Device::print_window() print window title bars with rounded ang...Manolo Gouy
2015-01-19Avoid potential crash if Fl::focus() returns NULL.Manolo Gouy
2015-01-19Ignore text input methods when the focus is to an Fl_Gl_Window.Manolo Gouy
2015-01-16Fix possible crash when calling Fl_Window::resize() on a non-mapped sub-window.Manolo Gouy
2015-01-16Corrected one comment and added one.Manolo Gouy
2015-01-15Fixed Fl_Window::resize() on Mac OS because program-generated resize did not ...Manolo Gouy
2015-01-14Some indentation cleaning.Manolo Gouy
2015-01-14When CGBitmapContextCreate() is used with null 5th argument, it is necessaryManolo Gouy
2015-01-14Avoid compilation warnings appearing with SDK 10.5Manolo Gouy
2015-01-14A public header file must not use a preprocessor variable such as MAC_OS_X_VE...Manolo Gouy
2015-01-13Fl_Paged_Device::print_window() now uses the CALayer class to print in one step Manolo Gouy
2015-01-11Prevent tooltips from opening if window recently iconized.Greg Ercolano
2015-01-09Better implementation of Fl_Paged_Device::print_window() for Mac OS X Yosemite:Manolo Gouy
2015-01-06Don not assume that Fl_X::resolution_scaling_factor() returns either 1 or 2.Manolo Gouy
2015-01-04Simplified Fl_X::flush() for GL windows.Manolo Gouy
2014-12-21Fix typo in Fl_cocoa.mm if the ABI was set to 10304 or greater.Ian MacArthur
2014-12-21Remove the link error sometimes caused by class Fl_XFont_On_Demand not export...Manolo Gouy
2014-12-20Function imgProviderReleaseData() is made apple-specific.Manolo Gouy
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-12-19Fix problem with *horiz* dot pattern alignment,Greg Ercolano
2014-12-19Optimize drawing loop, fix indent.Greg Ercolano
2014-12-19Avoid double window redraw after deminiaturization.Manolo Gouy
2014-12-19Fixes STR #3169, comments #4, #5 and #7.Greg Ercolano
2014-12-19Fixes STR #3169, comment #3.Greg Ercolano
2014-12-19Unused functions makePath() and makePathForFile() removed. (STR#3169)Greg Ercolano
2014-12-18Restores compilation with SDK’s before 10.7, erroneously broken in a recent...Manolo Gouy
2014-12-18Removed compilation warning for unused variable.Manolo Gouy
2014-12-17Apple-only changes to restore a layout of the Fl_X class identical to that in...Manolo Gouy
2014-12-12Completed support of retina displays for Fl_Paged_Device::print_window_part().Manolo Gouy
2014-12-11It is necessary to compute Fl_X::mapped_to_retina after the window is mappedManolo Gouy
2014-12-11Fix case when show() of a subwindow whose parent is not shown yet.Manolo Gouy