6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Manolo Gouy f6cb583e27 Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha() and 13 years ago
Manolo Gouy 4715e1593e Use a new Fl_Quartz_Graphics_Driver or Fl_GDI_Graphics_Driver instance when printing. 13 years ago
Manolo Gouy c9303f2c83 Added needed initialization in Fl_Graphics_Driver constructor. 13 years ago
Manolo Gouy de254a0070 Fixed error in vktab[] table. 13 years ago
Manolo Gouy 719f72b501 Mac OS: renamed compute_macKeyLookUp() to fl_compute_macKeyLookUp(). 13 years ago
Manolo Gouy 739a6f89ae Mac OS: the macKeyLookUp table is now computed at program start from the vktab table 13 years ago
Manolo Gouy 01861dd47b Fixed error with \ key under Mac OS 13 years ago
Greg Ercolano 40ece0489e Added commented out FLTK_ABI_VERSION macro definition 13 years ago
Manolo Gouy c36a9992e3 Fix STR #2260: OpenGL windows in Fl_Tabs don't hide when tabs are switched (Mac only) 13 years ago
Manolo Gouy 4e3f9e2ab3 The Fl_Paged_Device destructor is made public instead of protected to ease the use of custom 13 years ago
Manolo Gouy 5237b2bc76 The virtual member functions of the Fl_Graphics_Driver abstract class that were set to 0 are now set to 13 years ago
Manolo Gouy 7c4e992977 Minor comment rewording 13 years ago
Greg Ercolano 4ce583c0f8 Docs + cosmetics only. 13 years ago
Greg Ercolano 4e934c01be Fix STR#2808: corruption bug with Fl_Text_Buffer::insertfile(). 13 years ago
Manolo Gouy 17d221bd34 Improved doc of Fl_PostScript_File_Device::start_job(). 13 years ago
Greg Ercolano 0197e5b31c Small #ifdef mod for windows builds. 13 years ago
Greg Ercolano a9397d9ca8 Added progress bar widget demo. 13 years ago
Albrecht Schlosser 04c4df7be6 clarified console window FAQ 13 years ago
Manolo Gouy ceb2bbc4b8 Fix so that function Fl::cairo_make_current() is properly documented 14 years ago
Manolo Gouy 0130df031a Allows compilation on 64-bit Mac OS X with FLTK_HAVE_CAIRO defined. 14 years ago
Greg Ercolano e920c28d0b Fix STR#2807: when(FL_WHEN_NEVER) was not working. 14 years ago
Manolo Gouy 34a045f2e3 The interface displays Fl_Menu_Bar / Fl_Sys_Menu_Bar class names. 14 years ago
Manolo Gouy 435e7f5e23 Various fixes required by device virtualization in fl_vertex.cxx 14 years ago
Manolo Gouy da5c3c2cbc Added missing #include <stdlib.h> 14 years ago
Manolo Gouy 477febec7b Added missing initialization/deallocation of member variables of class Fl_Graphics_Driver 14 years ago
Michael R Sweet e3f407427c Pass through menu() accessor. 14 years ago
Greg Ercolano 78e2cdf50b fl_measure() doc clarifications for common use errors. 14 years ago
Greg Ercolano 4e40f1b339 Mods to allow test/tree to add 20,000 items at a time to the tree to test for slowness. 14 years ago
Greg Ercolano 9a4ef219de Fl_Tree optimizations for selecting large trees (100k items). 14 years ago
Albrecht Schlosser 82b6725d16 Added text constants for preference names (project and application) for 14 years ago
Albrecht Schlosser 92d846caa4 Fixed Fl_Preferences documentation typos. 14 years ago
Manolo Gouy c7b0467518 Remove compilation error under Mac OS 10.3 14 years ago
Manolo Gouy b8d34a254f Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (cont'd). 14 years ago
Manolo Gouy 2d4cf9e26b Some code simplifications. 14 years ago
Manolo Gouy 4be97ea19c Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (Mac OS-specific). 14 years ago
Greg Ercolano aa0e4bb823 Small fix for vertical connectors between far away items, as noted by Christophe. 14 years ago
Greg Ercolano fc135a498b Optimizations for very large Fl_Tree's 14 years ago
Greg Ercolano a0be94eebe Fix comment typo 14 years ago
Albrecht Schlosser 7788e3d699 Fixed fl_round_box regression causing drawing artifacts (STR #2709). 14 years ago
Ian MacArthur c4e1e39f6b Per STR 2687, remove the old fltk-local scandir implementation which might 14 years ago
Albrecht Schlosser 3f94496191 Typos and formatting, again. 14 years ago
Albrecht Schlosser b5a0625dcd Fixed typos, added Debian and Ubuntu installation notes. 14 years ago
Greg Ercolano 15e00887fe Updates for Centos 5.5 builds 14 years ago
Greg Ercolano 931f01a589 Cleaner example image for input_choice. Kept size the same. 14 years ago
Greg Ercolano 94563a2d33 Improved docs, added example image 14 years ago
Greg Ercolano 759794dbdb Added docs to show how to walk the menu array. 14 years ago
Ian MacArthur 367f563334 Fix typo in includes 14 years ago
Manolo Gouy 900fe72b8a Fixed the Doxygen comments of the Fl_Overlay_Window class. 14 years ago
Greg Ercolano 272475dde4 Fixing STR #2786; clipping problem with child FLTK widgets. 14 years ago
Albrecht Schlosser d250e21542 Fixed Fl_Input_::maximum_size() documentation and Fl_Input::replace() 14 years ago