5116 Commits (6f4c59079f97289eafc29840e3873ce08c869e71)
 

Author SHA1 Message Date
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
Manolo Gouy cb902eebe3 Replaced global variable fl_fontsize by fl_graphics_driver->font_descriptor(). 15 years ago
Manolo Gouy db3e571637 Removed unused member of class Fl_Font_Descriptor under Mac OS. 15 years ago
Manolo Gouy dc8edfc216 Fix for STR #2543: Fl::lock() function now returns an int that allows to detect whether 15 years ago
Manolo Gouy 75dea1bd8d Fix for STR #2552: focus was lost from within a tab when back from visiting another window. 15 years ago
Albrecht Schlosser 84d0db1318 Removed superfluous -mno-cygwin from MinGW builds and corrected spelling 15 years ago
Albrecht Schlosser dce0fbe6ef More dependency updates (makedepend files). 15 years ago
Manolo Gouy 1e26d2db61 Removed uses of Fl_Native_File_Chooser_{MAC,WIN32}.H that no longer exist. 15 years ago
Manolo Gouy 17f80015dc Removed dependencies from Fl_File_Chooser_FLTK.H that no longer exists. 15 years ago
Manolo Gouy 6a5feafe23 Replaced global variable fl_color_ by a private member of the Fl_Graphics_Driver class, 15 years ago
Albrecht Schlosser 5e7232e776 Janitorial code fixes: braces, indenting, FLTK coding standard. 15 years ago
Manolo Gouy e552ae319a Moved the Doxygen doc of class Fl_Mac_App_Menu from mac.H to x.H so Doxygen 15 years ago
Manolo Gouy d4007d5b06 Replaced /* \file by /** \file so Doxygen sees it. 15 years ago
Matthias Melcher b661be2778 Distille the Native File Chooser files down into a single file. I would like to avoid that the common API runs out of sync between platforms (no code doubling - there was already a mismatch with 'const'), and that the users may wonder which file to include. Please check this on WIN32 and Unix. It does work on OS X. 15 years ago
Greg Ercolano 46518adf58 Fixes problem with doxygen docs showing incorrect #include reference 15 years ago
Greg Ercolano b4e27fb943 Prevent loading of unistd.h on WIN32 platforms. 15 years ago
Albrecht Schlosser e567a23563 FL/Fl_Window.H must be included always (not only in the FL_INTERNALS part). 15 years ago
Manolo Gouy 777ee1b822 Removed global variables fl_font_ and fl_size_ that are now distinct for each graphics device. 15 years ago
Manolo Gouy 668dfd109f Fix STR #2535: clipping + coordinate transformations are now managed separately for each 15 years ago
Manolo Gouy 31bbbf7ae6 Removed the requirement of declaring class Fl_PostScript_Graphics_Driver friend of 15 years ago
Manolo Gouy 7c932c25d6 Added the possibility to call Fl_Paged_Device::scale(factor) with a single argument. 15 years ago
Manolo Gouy 2251609ab3 Fix STR #2553: in function fl_width(unsigned), the SelectObject() statement was 15 years ago
Manolo Gouy fe367d1309 Moved the initializations of Fl_Mac_App_Menu class fields to file Fl.cxx for Doxygen use. 15 years ago
Manolo Gouy 9bca5472d5 Corrected typo. 15 years ago
Manolo Gouy 8072ef8ce8 Replaced a bunch of delete by delete[] where it's legitimate. 15 years ago
Manolo Gouy 40624df4a9 Removed iff's from Doxygen comments. 15 years ago
Manolo Gouy 18156dfb30 Removed global variable fl_surface that was not very useful because equivalent 15 years ago