5359 Commits (d5404dea25123567e9645d3e88a6cd0c14b2073f)
 

Author SHA1 Message Date
Manolo Gouy 246157b51d Documented all changes from 1.3.1 release to 2012/11/25. 13 years ago
Greg Ercolano 09c80a3d7e Document mods for STR #2889 13 years ago
Greg Ercolano c853380472 Continued fix for STR#2889 13 years ago
Manolo Gouy 0d97108c7a Extended copyright date range to 2012. 13 years ago
Manolo Gouy 4b3855f8c5 Fix STR #2890: MacOS 10.8 unbundled applications don't appear in dock nor menu bar 13 years ago
Greg Ercolano 84f374f805 Solves STR#2889, increases reusability of SetSize() in example. 13 years ago
Manolo Gouy c5baa8dac3 Removed useless tests of whether unsigned Fl_Color is < 0 13 years ago
Manolo Gouy 98d5dd690d Mac OS: make clear that image capture from screen returns an image in premultiplied RGBA format (cont'd). 13 years ago
Manolo Gouy 9adccd6df6 Mac OS: make clear that image capture from screen returns an image in premultiplied RGBA format. 13 years ago
Manolo Gouy 302200668b Fixes STR #2887: Fl_Scroll widget fails under Mac OS X 10.8 on MacBook Pro with retina display. 13 years ago
Greg Ercolano 272514cebf Fixes STR#2886: prevents scrollbars from drawing 13 years ago
Manolo Gouy 674b2475b9 Documentation: repair some instances of documented functions that did not appear in the index. 13 years ago
Manolo Gouy 155e099f4a Documented how to make a Mac OS FLTK application launchable by dropping files on its icon. 13 years ago
Manolo Gouy 82878a7225 Fix a Mac OS bug appeared with OS X 10.8: when a file is dragged on the application icon, 13 years ago
Manolo Gouy e8f8434054 Fix a Mac OS bug appeared with OS X 10.8: when a file is dragged on the application icon, 13 years ago
Manolo Gouy 73069f9fdb Fix STR#2884: Fl_PNG_Image made from static memory will forget share name (cont'd). 13 years ago
Manolo Gouy 54d5327958 Fix STR#2884: Fl_PNG_Image made from static memory will forget share name 13 years ago
Manolo Gouy cff8941836 Fix STR#2881: the new static function Fl_RGB_Image::max_size(size) allows to control the maximum 13 years ago
Matthias Melcher 8701434312 Upgrade version number to 1.3.1 13 years ago
Matthias Melcher 78039ecb55 Replaced 10302 with 10301 for FLTK_ABI_VERSION 13 years ago
Manolo Gouy 00ed897277 Documented the fl_open() utility function. 13 years ago
Manolo Gouy 406bafecc6 Documented the fl_fopen() utility function. 13 years ago
Manolo Gouy 702b452540 Fix STR#2857: screen_xywh() mouse pointer functions may initially return wrong data. 13 years ago
Manolo Gouy 9788ee6709 Fix STR #2859: after a window resize refused by the window manager, the window becomes freezed. 13 years ago
Manolo Gouy d277fa4a2f Use the function Fl_Menu_Item::argument(long) where it's useful. 13 years ago
Manolo Gouy 5e5fb530a2 Fix for STR#2877: try to load libXrandr.so.2 13 years ago
Manolo Gouy 91a300f6b6 Added missing use of NSAutoreleasePool object in calc_mac_os_version(). 13 years ago
Manolo Gouy 74496aa2cc Removed several deprecation warnings. 13 years ago
Manolo Gouy 6ec40d3676 Removed deprecation warning for FSCompareFSRefs(). 13 years ago
Manolo Gouy e59cab29d3 More accurate documentation of when the PostScript graphics driver uses vectorial fonts. 13 years ago
Greg Ercolano 9ddc9f70a8 Changed example code to make widths[] array static, as per 13 years ago
Manolo Gouy 7ee7973040 Fix for bug described in fltk.development "fl_scroll not copying all channels on OS X" 13 years ago
Manolo Gouy 703d78c4b0 Fixed CMake use for Mac OS and the scandir() function. 13 years ago
Manolo Gouy 660a9ac0aa Fix STR #2868: removed file cmap.cxx from list of components of the fltk target 13 years ago
Albrecht Schlosser 9f350c654f Remove more (Windows only) compiler warnings, similar to: 13 years ago
Albrecht Schlosser 228e5a0dc2 Silence compiler warning: "... may be used uninitialized ..." 13 years ago
Manolo Gouy 5fab123cd1 Corrected typo in doc. 13 years ago
Matthias Melcher 4a198a941c STR 2858: include statements were wrong 13 years ago
Matthias Melcher d751db12ff STR 2711: another try at fixing the text position in Menu_Button. The label does move a little bit to the left, so it may be necessary to make these buttons larger for long text. It does reduce the risk of overlapping text though. 13 years ago
Matthias Melcher 590c315081 STR 2730: avoid putting widgets into the delete list twice 13 years ago
Manolo Gouy fdb8fdfb2a Mac OS X: don't use the HAVE_SCANDIR_POSIX preprocessor variable because it has an 13 years ago
Matthias Melcher 4c11d57da7 OS X: fixed compilation on Xcode 4.4. Removed SDKROOT dependency on 10.6 13 years ago
Manolo Gouy bf6024175d Fixed compilation under Mac OS X 10.8 "Mountain Lion". 13 years ago
Greg Ercolano 71a2e6dd32 Doc fixes for resize() and fullscreen_off(): 13 years ago
Greg Ercolano dd966cb135 Doc fixes for Fl_Window::size_range(). 13 years ago
Matthias Melcher 4e0bc49713 Fixed fl_utf_strncasecmp etc. 13 years ago
Matthias Melcher 398acd9c2a STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 13 years ago
Greg Ercolano e607c90877 Added docs to Fl_Sys_Menu_Bar to refer to fl_mac_set_about(). 13 years ago
Albrecht Schlosser ba8fd78d6b Fix cast using both (unsigned char) and (int) to make sure that 13 years ago
Manolo Gouy 88793e46cb Correct a dead URL in code comments. 13 years ago