5116 Commits (6f4c59079f97289eafc29840e3873ce08c869e71)
 

Author SHA1 Message Date
Manolo Gouy 1a4fd8ecc3 The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, all 14 years ago
Manolo Gouy 8c9d34facf The got_events global variable is now updated when an event is processed by do_queued_events 14 years ago
Manolo Gouy e099ada69f Removed unix compilation warnings after update of zlib to v. 1.2.5 14 years ago
Manolo Gouy d798e99431 Removed MSWindows compilation warnings after update of zlib to v. 1.2.5 14 years ago
Manolo Gouy 00554a3ef5 Reflects update of zlib to v. 1.2.5 14 years ago
Manolo Gouy 98c7b6846b This file no longer exists in zlib v.1.2.5 14 years ago
Manolo Gouy 1f4e91b622 Set zlib to version 1.2.5 as asked by STR #2508. 14 years ago
Albrecht Schlosser 5c29bca9d4 Updated documentation/strip_tags for usage of doxygen 1.7.3. 14 years ago
Albrecht Schlosser 58c94b9b33 Suppress warnings in fl_init_xim. Only the very first warning message 14 years ago
Manolo Gouy 10a07138b8 Fixed two doc typos. 14 years ago
Manolo Gouy b693eac483 Fix STR #2516: under MSys, the FLTK_DOCDIR config.h variable did not allow 14 years ago
Albrecht Schlosser d98a0fede6 Removed extraneous '\n' from Fl::warning() calls in src/Fl_x.cxx. 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 278c821ff4 Mac OS only: allows to print a menu window. 14 years ago
Manolo Gouy 8d9f90e416 Mac OS only: Added the architecture flags to the dynamic library-creating command 14 years ago
Manolo Gouy d8822aa74a Fl_Device: removed class_name(char *) member function and set class_name(void) virtual. 14 years ago
Manolo Gouy 5a6da14af3 Fl_Text_Display: avoid blinking by painting the full widget background only to the printer. 14 years ago
Manolo Gouy 6d38eb67bc Fl_Text_Display widget: added a call to paint all the widget area with its background color 14 years ago
Manolo Gouy 6e24f93c1a Corrected typos. 15 years ago
Fabien Costantini cc79642a94 Say goodbye to weird comctl32.lib link clause in vc20xx builds. Now embeds it if it is supported, so no need to specify more than fltk libs in new fltk projects ! Makes it similar to other platforms linkage options and will probably improve learning curve of fltk new users. Improvements could be implemented for even easier/transparent linkage (fltk libs, fltk dlls?) of fltk apps. 15 years ago
Fabien Costantini c7fff91435 Fixed FL_EXPORT missing would fail MSVS builds. 15 years ago
Manolo Gouy a998c478d5 Removed inadequate use of fl_color() function. 15 years ago
Manolo Gouy 693d12ee88 Better horizontal positioning of right-to-left text. 15 years ago
Manolo Gouy 287f5684ee Fix STR #2569 cont'd: put back MSWindows version of Fl_Native_File_Chooser::filters() 15 years ago
Manolo Gouy c8ae58db48 Fix STR #2569: put back Mac OS version of Fl_Native_File_Chooser::filter_value() and filters() 15 years ago
Manolo Gouy ea3e3dae9b Fl::set_fonts() under Mac OS: it seems that we want the full name rather than the PostScript 15 years ago
Manolo Gouy f18ac86bee Fl::set_fonts() under Mac OS: added missing delete statement. 15 years ago
Greg Ercolano 5bbcebe9cd Small mod for NULL behavior of show_item(item,yoff). (STR#2517) 15 years ago
Greg Ercolano 723fe666cf Document NULL item behavior, small code mods for same. 15 years ago
Greg Ercolano 5ecca683a3 Tree demo: removed unused cruft, fixed custom icons. 15 years ago
Manolo Gouy 3ca2074427 Fl::set_fonts() under Mac OS adds now all available fonts sorted in alphabetical order. 15 years ago
Manolo Gouy 601e2a5e3d Fix STR #2564: X11 preferred font encoding should now be iso10646-1. 15 years ago
Manolo Gouy ece0c2a57b Fixed Fl_PostScript_Graphics_Driver::rtl_draw() that didn't work well under MSWindows. 15 years ago
Manolo Gouy cbaecee14e Minor improvement of the Fl_Graphics_Driver::text_extents() function used only if 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
Manolo Gouy dea2763983 Fix STR #2566: under Xft, the PostScript font size is set at value between the FLTK size 15 years ago
Michael R Sweet 30fd2c5bdf Clean up compile warnings. 15 years ago
Manolo Gouy 162895ad57 Improved calculation of text width and height when using the PostScript graphics context 15 years ago
Manolo Gouy 3adac027c4 Improved calculation of text width and height when using the PostScript graphics context 15 years ago
Albrecht Schlosser eb0b154ffd Fix for STR #2313 (SunOS scandir exception) and avoid double check of 15 years ago
Manolo Gouy f924432dd5 Changed fl_height(), fl_descent(), fl_width() and fl_text_extents() so they use the display 15 years ago
Manolo Gouy 01085aca4b Added #include <config.h> to get access to USE_X11. 15 years ago
Manolo Gouy 2549a38b82 Removed use of USE_X11 that was not defined. 15 years ago
Manolo Gouy 37362e255b About PostScript text output under X11: Non-Xft fonts can have a different size from that required. 15 years ago
Manolo Gouy 63dbae51d2 Removed unused declaration of global variable fl_fontsize. 15 years ago
Michael R Sweet 2ec2b4eda2 Add clang pseudo-target. 15 years ago
Michael R Sweet f8697125f4 Merge changes from JPEG 8c (released Jan 16, 2011) 15 years ago