1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
Manolo Gouy 1a9b72429e Improved how the system-dependent global variable fl_gc is declared 14 years ago
Ian MacArthur fef14a7a58 Fix trivial documentation discrepancy in Fl_Round_Button 14 years ago
Manolo Gouy 28c559aa3f Added missing declaration of the fl_find() function. 14 years ago
Greg Ercolano 0fbe0257ab Fixed problem with Fl_Table::add() as per thread on fltk.general 14 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Greg Ercolano 6fa9df7e90 Fixing STR #2679; Fl_Table makes use of FLTK's Fl::scrollbar_size() global. 14 years ago
Manolo Gouy 258949918c Added reference to print_window() to the doc of the Fl_Printer class. 14 years ago
Manolo Gouy b95f1c40bb Corrected typo in Doxygen data. 14 years ago
Manolo Gouy 75c9d386fa Fix STR #2657: repaired indentation error in fluid-output code. 14 years ago
Manolo Gouy 7feb5a9dfe Added "Show hidden files" check button to the file chooser panel. 14 years ago
Manolo Gouy b87078e02d Fix STR #2656: removed compilation warnings. 14 years ago
Albrecht Schlosser 9846e7879c Fix constructors for VC++ DLL builds (STR #2645). 14 years ago
Albrecht Schlosser 0c8f264df0 Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632). 14 years ago
Manolo Gouy ea020f0081 Fix STR #2640: Fl::w() and Fl::h() are documented to return the width and height of the 14 years ago
Albrecht Schlosser 8a03632e25 Documentation updates. 14 years ago
Manolo Gouy 2a9d1e7bec Fix STR #2638. The X11 part is simplified as suggested by Bill. 14 years ago
Albrecht Schlosser fce1e80ee3 Fix potential crash in fl_xid() on Linux (STR #2635). This would 14 years ago
Manolo Gouy b87a0b7390 Added missing FL_EXPORT class declarations. 14 years ago
Manolo Gouy bcdf4a4be1 Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function. 14 years ago
Greg Ercolano 6871a6512a Fl_Tree mods for handling escaped item menu names. 14 years ago
Albrecht Schlosser 3b76848435 Documentation updates, also fixing STR #2574, trying to make clear 14 years ago
Albrecht Schlosser 06e17886ed Documentation fixes and a few indent corrections. 14 years ago
Manolo Gouy 65b9610a96 Mac OS: exact implementation of the Fl::screen_dpi() function. 14 years ago
Albrecht Schlosser 08b93ec972 Reverted changes done in svn r 7788 for STR #2420 ("Tab-Navigation focuses 14 years ago
Manolo Gouy 9ff9cf1230 Added Fl_Paged_Device::print_window() to print a window with its title bar and frame. 14 years ago
Manolo Gouy 3f984b0b86 Corrected typo. 14 years ago
Ian MacArthur be6df55717 More attempts to clean up WIN32 handling of UTF16 surrogate pairs. 14 years ago
Manolo Gouy 0c02f2dabd Added Fl_Printer::driver(void) function that can be useful. 14 years ago
Manolo Gouy 265f213d23 Added function Fl_Printer::set_current() that may be useful. 14 years ago
Albrecht Schlosser 281489f849 Documentation updates and typos. 14 years ago
Manolo Gouy c6fb27e56d Mac OS: added field subwindow to Fl_X class that is true if this is a subwindow. 14 years ago
Albrecht Schlosser 385b40988d Fixed Fl_Device destructor (made it virtual). This eliminates the compiler 14 years ago
Manolo Gouy 1366cc68d3 PostScript support: simplified the Fl_PostScript_Graphics_Driver class by removing the 14 years ago
Manolo Gouy 80fffdc369 Set member functions draw_scaled_image(_mono)() of class Fl_PostScript_Graphics_Driver 14 years ago
Manolo Gouy dfc067ecfc Fix STR #2587: under Xlib, the X input method must be reset by the Fl::compose_reset() function. 14 years ago
Manolo Gouy 7aa48e19b9 Fix STR #2575: use the screen that intersects most of the window when made fullscreen. 14 years ago
Manolo Gouy 160a0ee461 Improved the Doxygen documentation of Enumerations.H. Not finished yet. 14 years ago
Manolo Gouy 5185932f5b Mac OS: modified the Doxygen doc of the fl_mac_os_version global variable 14 years ago
Manolo Gouy f7d7eff7ad STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary for the fd event 14 years ago
Manolo Gouy 1a4fd8ecc3 The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, all 14 years ago
Manolo Gouy 10a07138b8 Fixed two doc typos. 14 years ago
Albrecht Schlosser 94e5f2e1fc Un-inlined Fl_Window::icon() methods to make them easier to extend w/o 14 years ago
Manolo Gouy 27987c6ee0 Made struct matrix a subclass of Fl_Graphics_Device class to avoid collision 14 years ago
Manolo Gouy d8822aa74a Fl_Device: removed class_name(char *) member function and set class_name(void) virtual. 14 years ago
Fabien Costantini c7fff91435 Fixed FL_EXPORT missing would fail MSVS builds. 15 years ago
Greg Ercolano 723fe666cf Document NULL item behavior, small code mods for same. 15 years ago
Manolo Gouy f5f0cf9908 Added scale(), translate(), and rotate() functions to the Fl_Graphics_Driver class. 15 years ago
Manolo Gouy 199b32d921 Added virtual width(), height(), descent() and text_extents() functions to the Fl_Graphics_Driver 15 years ago
Albrecht Schlosser 2c129b4833 Added a default window title function for common dialogs (STR #2562). 15 years ago
Greg Ercolano d0d159d17d Selection color fixes, widget screenshot added to top of docs. 15 years ago