6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
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
Greg Ercolano 4b80dde748 Imported Walter Garms' comments re:BIF_SHAREABLE from the 13 years ago
Manolo Gouy cbcf0c9312 Fixed STR #2644: support horizontal wheel movement under X11 and MSWindows. 13 years ago
Manolo Gouy 27e406f751 Mac OS: some optimization of timer objects + code reordering. 13 years ago
Manolo Gouy 51ca904eb3 Mac OS: improved Fl::repeat_timeout() so the next scheduled timeout is counted from the previous one. 13 years ago
Manolo Gouy a413dd4340 Fix STR#2856: extend the fullscreen demo to show screen and work area sizes (cont'd). 13 years ago
Manolo Gouy 483d064559 Fix STR#2856: extend the fullscreen demo to show screen and work area sizes. 13 years ago
Manolo Gouy c0e01b24da Mac OS: added necessary fl_open_display() in Fl::y() and Fl_X::screen_work_area() functions. 13 years ago
Manolo Gouy 25bfd177ef Fix STR#2855: improved detection of screen configuration changes under X11 13 years ago
Greg Ercolano adf9aff218 Removed errant D=0 docs that were not relevant to Fl_RGB_Image (thanks manolo). 13 years ago
Greg Ercolano 8116b1d6cb Improved docs for Fl_RGB_Image() ctor. 13 years ago
Manolo Gouy f656c0627c Mac OS: improved behavior when unhiding an application with minimized windows. 13 years ago
Greg Ercolano 1e9a7ae21d Removed unused argument.. 13 years ago
Manolo Gouy 3ce92f408f Fixed STR#2848: Mac OS: close putative memory leak when detaching child threads. 13 years ago
Manolo Gouy 25b66914d5 Document that the dropping of filenames under X11 produces a URL-encoded, UTF_8 string. 13 years ago
Manolo Gouy 2e2e637c2f Added declaration of fl_decode_uri(char*) to filename.H. 13 years ago
Manolo Gouy 3c87a80279 Added function fl_decode_uri(char*) to support the drag-and-drop of files to FLTK widgets 13 years ago
Fabien Costantini 145b44110b Minor comments formatting discrepancies fix. 13 years ago