summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-07-17Fixing STR #2679; Fl_Table makes use of FLTK's Fl::scrollbar_size() global.Greg Ercolano
2011-06-20Added reference to print_window() to the doc of the Fl_Printer class.Manolo Gouy
2011-06-08Corrected typo in Doxygen data.Manolo Gouy
2011-06-07Fix STR #2657: repaired indentation error in fluid-output code.Manolo Gouy
2011-06-06Added "Show hidden files" check button to the file chooser panel.Manolo Gouy
2011-06-02Fix STR #2656: removed compilation warnings.Manolo Gouy
2011-05-24Fix constructors for VC++ DLL builds (STR #2645).Albrecht Schlosser
2011-05-23Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632).Albrecht Schlosser
2011-05-23Fix STR #2640: Fl::w() and Fl::h() are documented to return the width and hei...Manolo Gouy
2011-05-22Documentation updates.Albrecht Schlosser
2011-05-21Fix STR #2638. The X11 part is simplified as suggested by Bill.Manolo Gouy
2011-05-21Fix potential crash in fl_xid() on Linux (STR #2635). This wouldAlbrecht Schlosser
2011-05-20Added missing FL_EXPORT class declarations.Manolo Gouy
2011-05-12Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function. Manolo Gouy
2011-05-04Fl_Tree mods for handling escaped item menu names.Greg Ercolano
2011-04-24Documentation updates, also fixing STR #2574, trying to make clearAlbrecht Schlosser
2011-04-23Documentation fixes and a few indent corrections.Albrecht Schlosser
2011-04-22Mac OS: exact implementation of the Fl::screen_dpi() function.Manolo Gouy
2011-04-20Reverted changes done in svn r 7788 for STR #2420 ("Tab-Navigation focusesAlbrecht Schlosser
2011-04-15Added Fl_Paged_Device::print_window() to print a window with its title bar an...Manolo Gouy
2011-04-14Corrected typo.Manolo Gouy
2011-04-13More attempts to clean up WIN32 handling of UTF16 surrogate pairs.Ian MacArthur
2011-04-06Added Fl_Printer::driver(void) function that can be useful.Manolo Gouy
2011-04-06Added function Fl_Printer::set_current() that may be useful.Manolo Gouy
2011-03-30Documentation updates and typos.Albrecht Schlosser
2011-03-28Mac OS: added field subwindow to Fl_X class that is true if this is a subwindow.Manolo Gouy
2011-03-23Fixed Fl_Device destructor (made it virtual). This eliminates the compilerAlbrecht Schlosser
2011-03-22PostScript support: simplified the Fl_PostScript_Graphics_Driver class by rem...Manolo Gouy
2011-03-22Set member functions draw_scaled_image(_mono)() of class Fl_PostScript_Graphi...Manolo Gouy
2011-03-21Fix STR #2587: under Xlib, the X input method must be reset by the Fl::compos...Manolo Gouy
2011-03-12Fix STR #2575: use the screen that intersects most of the window when made fu...Manolo Gouy
2011-03-06Improved the Doxygen documentation of Enumerations.H. Not finished yet.Manolo Gouy
2011-03-04Mac OS: modified the Doxygen doc of the fl_mac_os_version global variableManolo Gouy
2011-03-01STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary ...Manolo Gouy
2011-02-28The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, allManolo Gouy
2011-02-26Fixed two doc typos.Manolo Gouy
2011-02-25Un-inlined Fl_Window::icon() methods to make them easier to extend w/oAlbrecht Schlosser
2011-02-24Made struct matrix a subclass of Fl_Graphics_Device class to avoid collisionManolo Gouy
2011-02-23Fl_Device: removed class_name(char *) member function and set class_name(void...Manolo Gouy
2011-02-21Fixed FL_EXPORT missing would fail MSVS builds.Fabien Costantini
2011-02-19Document NULL item behavior, small code mods for same.Greg Ercolano
2011-02-18Added scale(), translate(), and rotate() functions to the Fl_Graphics_Driver ...Manolo Gouy
2011-02-18Added virtual width(), height(), descent() and text_extents() functions to th...Manolo Gouy
2011-02-18Added a default window title function for common dialogs (STR #2562).Albrecht Schlosser
2011-02-13Selection color fixes, widget screenshot added to top of docs.Greg Ercolano
2011-02-12Common dialogs like fl_message() and fl_ask() can now have a windowAlbrecht Schlosser
2011-02-12Hotspot behavior of fl_message() and other common dialogs is nowAlbrecht Schlosser
2011-02-08Fix STR #2558: use more consistently FL_NORMAL_SIZE to define the default fon...Manolo Gouy
2011-02-07Attempt to fix STR #2550 to make fl_text_extents work in Xlib-onlyIan MacArthur