6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Manolo Gouy 6f022c4d95 It is necessary to call fl_cgrectmake_cocoa() when building the clipping rectangle for a sub-window, 11 years ago
Manolo Gouy 2d264fa8d5 A few comment changes. 11 years ago
Manolo Gouy 1b00cc8e21 Make sure subwindows don't leak out of their parent windows. 11 years ago
Manolo Gouy bbd7d9cb59 Have Fl_Paged_Device::print_window() print window title bars with rounded angles under Yosemite also. 11 years ago
Manolo Gouy 18f5d4e309 Removed erroneous statement from Doxygen doc of class Fl_Copy_Surface. 11 years ago
Manolo Gouy eb33a418d5 Avoid potential crash if Fl::focus() returns NULL. 11 years ago
Manolo Gouy 4e53b4f616 Documented how it is possible to change the default paper size for a printer on the Unix/Linux platform. 11 years ago
Manolo Gouy 07eaf2810a Added version information to Doxygen comments. 11 years ago
Manolo Gouy b079e52ada Mention that class Fl_Gl_Window now uses cocoa rather than the deprecated AGL on the Mac OS X platform. 11 years ago
Manolo Gouy c9782669c0 Ignore text input methods when the focus is to an Fl_Gl_Window. 11 years ago
Manolo Gouy 365c1524c0 Fix possible crash when calling Fl_Window::resize() on a non-mapped sub-window. 11 years ago
Manolo Gouy 7ad5091dbc Corrected one comment and added one. 11 years ago
Manolo Gouy af42e3cd5f Fixed Fl_Window::resize() on Mac OS because program-generated resize did not work 11 years ago
Manolo Gouy 790fc0ce02 Some indentation cleaning. 11 years ago
Manolo Gouy ae9ea6b51f When CGBitmapContextCreate() is used with null 5th argument, it is necessary 11 years ago
Manolo Gouy bc8a7037eb Avoid compilation warnings appearing with SDK 10.5 11 years ago
Manolo Gouy d7e4831dbe A public header file must not use a preprocessor variable such as MAC_OS_X_VERSION_10_7 11 years ago
Manolo Gouy 56fd2fc9f9 Fl_Paged_Device::print_window() now uses the CALayer class to print in one step 11 years ago
Greg Ercolano 25aa484f5e Prevent tooltips from opening if window recently iconized. 11 years ago
Greg Ercolano c732a4d635 Documentation clarification for all menu oriented widgets 11 years ago
Greg Ercolano 8fe94273ff Small doc mods to Fl_Menu_Bar to clarify how callbacks 11 years ago
Greg Ercolano 5cfa1ac706 Improvements to Fl_Menu_ docs regarding how callbacks are invoked. 11 years ago
Manolo Gouy 335212dacb Better implementation of Fl_Paged_Device::print_window() for Mac OS X Yosemite: 11 years ago
Manolo Gouy 4ba65cb993 Don not assume that Fl_X::resolution_scaling_factor() returns either 1 or 2. 11 years ago
Greg Ercolano e14b04e6cb Docs only: fixed example code indenting. 11 years ago
Manolo Gouy 7f7e84b696 Simplified Fl_X::flush() for GL windows. 11 years ago
Greg Ercolano 8862df4950 Added docs to Fl_Event referencing use of fl_eventnames[] and FL/names.h 11 years ago
Ian MacArthur b2462e9adb Fix typo in Fl_cocoa.mm if the ABI was set to 10304 or greater. 11 years ago
Manolo Gouy 27b3376bf4 Remove the link error sometimes caused by class Fl_XFont_On_Demand not exported from libfltk.so but called 11 years ago
Manolo Gouy 1a6790b219 Added documentation about the new support for high resolution OpenGL graphics 11 years ago
Manolo Gouy 006d86b7e9 Removed the Xcode3 directory altogether because Xcode3 is very old 11 years ago
Manolo Gouy 09230a9878 Removed compilation warning when compiling fluid/file.cxx on apple. 11 years ago
Manolo Gouy a60e5400e2 Function imgProviderReleaseData() is made apple-specific. 11 years ago
Manolo Gouy 36c2877a60 Removed use of AGL framework 11 years ago
Manolo Gouy f3a84c0ee5 Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprecated AGL. 11 years ago
Greg Ercolano a7dc3ea9e2 Fix problem with *horiz* dot pattern alignment, 11 years ago
Greg Ercolano 67341668f8 Optimize drawing loop, fix indent. 11 years ago
Manolo Gouy ea279f9354 Avoid double window redraw after deminiaturization. 11 years ago
Greg Ercolano bcc7dc8b6f Fixes STR #3169, comment #8. 11 years ago
Greg Ercolano 889a8a6d42 Fixes STR #3169, comments #4, #5 and #7. 11 years ago
Greg Ercolano cdee5e204f Fixes STR #3169, comment #3. 11 years ago
Greg Ercolano 2ca381c281 Unused functions makePath() and makePathForFile() removed. (STR#3169) 11 years ago
Manolo Gouy f2cba934cb Restores compilation with SDK’s before 10.7, erroneously broken in a recent commit. 11 years ago
Manolo Gouy d8ddb7b511 Removed compilation warning for unused variable. 11 years ago
Manolo Gouy 2db56a389d Removed useless member function window_pixel_size(). 11 years ago
Manolo Gouy 1f5b8d3aad The new subRect_ member is better private (FLTK_ABI_VERSION >= 10304 only). 11 years ago
Manolo Gouy 15d497ebdf Apple-only changes to restore a layout of the Fl_X class identical to that in FLTK 1.3.3. 11 years ago
Manolo Gouy 00dd28afa4 Completed support of retina displays for Fl_Paged_Device::print_window_part(). 11 years ago
Manolo Gouy e230a34cfd It is necessary to compute Fl_X::mapped_to_retina after the window is mapped 11 years ago
Manolo Gouy bf07d892a3 Fix case when show() of a subwindow whose parent is not shown yet. 11 years ago