6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
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
Michael R Sweet 1216e9530f Update JPEG library to v8b. 15 years ago
Manolo Gouy 5d1669e273 Corrected PostScript show_pos_width procedure that writes text with pre-determined width: 15 years ago
Manolo Gouy f397c36c06 Fix STR #2565: initilization of the size field of Fl_Font_Descriptor's had been removed 15 years ago
Albrecht Schlosser 884aba6086 Fix threads configuration on Windows (Cygwin/MinGW), so that we don't 15 years ago
Greg Ercolano 97847cfe26 Enlarged pulldown menu choosers slightly. 15 years ago
Greg Ercolano d0d159d17d Selection color fixes, widget screenshot added to top of docs. 15 years ago
Greg Ercolano 83fab9118e Fix problem with text running off edges of buttons. (linux/xft, osx..) 15 years ago
Albrecht Schlosser 3bb11b9993 Common dialogs like fl_message() and fl_ask() can now have a window 15 years ago
Albrecht Schlosser f8c0dd0110 Hotspot behavior of fl_message() and other common dialogs is now 15 years ago
Manolo Gouy f028f2ec9d Fix STR #2560: use bullet instead of asterisk to hide secret input. 15 years ago
Manolo Gouy 1125cf5385 Fix STR #2559: go correctly fullscreen when several displays on X11 15 years ago
Manolo Gouy d36013aed9 Allow to use non-standard fonts with the PostScript backend: in that case all characters 15 years ago
Matthias Melcher e84d65fd33 Igonore. 15 years ago
Matthias Melcher 43a66af316 Igonore. 15 years ago
Manolo Gouy 5dab14dafa Fix STR #2558: use more consistently FL_NORMAL_SIZE to define the default font size 15 years ago
Manolo Gouy 95db2790d6 To fix the crash reported by Corvid in STR #2550: crash if fl_text_extent is called without a font. 15 years ago
Manolo Gouy b667f4664f To fix the crash reported by Corvid in STR #2550: crash if fl_text_extent is called without a font. 15 years ago
Manolo Gouy 9f00704be8 Removed static global variables fl_font_ and fl_size_ to have separate font information 15 years ago
Ian MacArthur e2653ead78 Correct a few minor typos in xutf8/utf8Wrap.c and add comments to (attempt to) better explain what I have added... 15 years ago
Ian MacArthur 40fab4c769 Set properties on xutf8/utf8Wrap.c 15 years ago
Ian MacArthur 33af4e4ba5 Attempt to fix STR #2550 to make fl_text_extents work in Xlib-only 15 years ago
Manolo Gouy d140f4f3be Fix STR #2557. 15 years ago
Albrecht Schlosser 97bafa2e04 More cross-compiling features in configure: using AC_PATH_TOOL instead of 15 years ago
Manolo Gouy c02c04ede4 Fix STR #2556. 15 years ago