974 Commits (95db2790d69fb227e78d307f50c41bdc4bee44d0)

Author SHA1 Message Date
Ian MacArthur 33af4e4ba5 Attempt to fix STR #2550 to make fl_text_extents work in Xlib-only 15 years ago
Manolo Gouy cb902eebe3 Replaced global variable fl_fontsize by fl_graphics_driver->font_descriptor(). 15 years ago
Manolo Gouy dc8edfc216 Fix for STR #2543: Fl::lock() function now returns an int that allows to detect whether 15 years ago
Manolo Gouy 6a5feafe23 Replaced global variable fl_color_ by a private member of the Fl_Graphics_Driver class, 15 years ago
Manolo Gouy e552ae319a Moved the Doxygen doc of class Fl_Mac_App_Menu from mac.H to x.H so Doxygen 15 years ago
Manolo Gouy d4007d5b06 Replaced /* \file by /** \file so Doxygen sees it. 15 years ago
Matthias Melcher b661be2778 Distille the Native File Chooser files down into a single file. I would like to avoid that the common API runs out of sync between platforms (no code doubling - there was already a mismatch with 'const'), and that the users may wonder which file to include. Please check this on WIN32 and Unix. It does work on OS X. 15 years ago
Greg Ercolano 46518adf58 Fixes problem with doxygen docs showing incorrect #include reference 15 years ago
Greg Ercolano b4e27fb943 Prevent loading of unistd.h on WIN32 platforms. 15 years ago
Albrecht Schlosser e567a23563 FL/Fl_Window.H must be included always (not only in the FL_INTERNALS part). 15 years ago
Manolo Gouy 777ee1b822 Removed global variables fl_font_ and fl_size_ that are now distinct for each graphics device. 15 years ago
Manolo Gouy 668dfd109f Fix STR #2535: clipping + coordinate transformations are now managed separately for each 15 years ago
Manolo Gouy 31bbbf7ae6 Removed the requirement of declaring class Fl_PostScript_Graphics_Driver friend of 15 years ago
Manolo Gouy 7c932c25d6 Added the possibility to call Fl_Paged_Device::scale(factor) with a single argument. 15 years ago
Manolo Gouy 9bca5472d5 Corrected typo. 15 years ago
Manolo Gouy 18156dfb30 Removed global variable fl_surface that was not very useful because equivalent 15 years ago
Manolo Gouy bb29437427 Removed global variable fl_display_device that was not very useful because equivalent 15 years ago
Manolo Gouy 816fc3b971 Mac OS only: added class Fl_Mac_App_Menu to support localization 15 years ago
Greg Ercolano 7faf669422 Documentation fixups, code examples added. 15 years ago
Manolo Gouy 45e539fff8 fl_draw_image() on Mac OS and to a printer requires the image data to be kept until the 15 years ago
Manolo Gouy 535f0c2d3b Introduction of the Fl_Printer class requires all member functions of class 15 years ago
Manolo Gouy 1993f08a33 Added Fl_Printer::add_image(const ichar*) needed for correct memory usage by 15 years ago
Greg Ercolano 2c5006563f Fl_Tree API breaking changes (we haven't released 1.3.0 yet..): 15 years ago
Ian MacArthur 31db787583 Oops - someone committed a typo in Fl_Spinner.H - I think this is an adequate fix. 15 years ago
Manolo Gouy d4ad141d4d Reorganization of the Doxygen docs of some Fl_Image class functions. 15 years ago
Manolo Gouy 5850cc1334 Minor changes in Doxygen docs of Fl_Value_Input::shortcut() functions. 15 years ago
Manolo Gouy 802aff1785 Minor changes in Doxygen docs of Fl_Window constructors. 15 years ago
Manolo Gouy ff39941c20 Reorganized Doxygen docs of Fl_Spinner::type() functions. 15 years ago
Manolo Gouy f832f4af57 Reorganized Doxygen docs of Fl::event_is_click() functions. 15 years ago
Manolo Gouy d51f3b0898 Reorganized Doxygen docs of Fl::grab() functions. 15 years ago
Manolo Gouy 23ab3ff119 Corrected typo in Doxygen doc (again). 15 years ago
Manolo Gouy 12f064a121 Corrected typo in Doxygen doc 15 years ago
Matthias Melcher 60eae78679 Slightly changed the event dispatch functions to allow for exception handling. 15 years ago
Matthias Melcher 7b832a512e Added Fl::event_dispatch() which can add a function to FLTK that monitors all events before they reach Fl::handle(). STR 2532 15 years ago
Matthias Melcher fe25f19767 Adding embedded documentation to Fluid if installed odcs are not found. Falls back to the internet if that does not exist either. Also, adds JPEG and PNG images to the Shared Image list if they were loaded from memory - see example use in fluid.cxx which loads and embedded html document containing an embedded PNG image. 15 years ago
Albrecht Schlosser c54e998967 Added FL_EXPORT for some more classes and structs to clean up MS DLL building. 15 years ago
Albrecht Schlosser 1c38a0f2f7 Tweaks to silence more MS compiler warnings. 15 years ago
Manolo Gouy a306fe46d3 Redefined fl_xid() as an inline function when used inside the FLTK library. 15 years ago
Albrecht Schlosser 96c410dceb Hiding the Fl_X class under WIN32 (STR #2522). 15 years ago
Manolo Gouy 0ae1054d07 Fix 2nd part of STR #2520: added Fl_PNG_Image in-memory constructor. 15 years ago
Manolo Gouy 5af1531cd2 Fl_File_Chooser: removed the "Show hidden files" button for WIN32 where it's not relevant. 15 years ago
Manolo Gouy 356b3bbc7d Fix STR #2523: unimplemented functions have been removed. 15 years ago
Manolo Gouy e2ddb1715c Fl_File_Chooser: added a "Show hidden files" button. Hidden files aren't shown 15 years ago
Manolo Gouy 774880acc5 Replaced "foreign language" by "another language" in doc. 15 years ago
Manolo Gouy 9fc93d2613 Fix STR #2518: remove gcc 4.4 compilation warnings with -Wall 15 years ago
Manolo Gouy 1ef50fc9c2 Mention in comment that FL_LIBRARY must be defined to access the Fl_X class 15 years ago
Manolo Gouy 77204efa1c X11 specific: made class Fl_X visible only if FL_LIBRARY is defined before compilation, 15 years ago
Manolo Gouy be8b1f4ac5 Another change to allow OS-independent compilation of external applications as suggested by Greg. 15 years ago
Albrecht Schlosser b4c15eb8ae Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files, 15 years ago
Manolo Gouy b6d2207550 New attempt to fix STR #2513. 15 years ago