1317 Commits (91aa5847ba00e27c3f7b94068960daff0c930110)
 

Author SHA1 Message Date
Michael R Sweet 4775381658 Fix WIN32 redraw problems. 23 years ago
Michael R Sweet 1d542c28c1 Ignore more generated files... 23 years ago
Michael R Sweet 25d0f44ddd Fix MingW config header (undef instead of define 0) 23 years ago
Michael R Sweet dc560e83e3 Use floor() instead of trunc() when checking if step() is an integer 23 years ago
Michael R Sweet 23cfc372a0 Fix links inside PRE 23 years ago
Michael R Sweet 0104b4abc5 Add preferences program to .cvsignore... 23 years ago
Michael R Sweet 6fb964c36e Add -sgi_version,sgi1.1 to the IRIX DSO command. 23 years ago
Michael R Sweet b7c2c08f1e Tweek OS/2 config header... 23 years ago
Matthias Melcher dc5fa8454c Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffer size issue (buffer needs to allow for additional byte for trailing zero) 23 years ago
Michael R Sweet 6a726f5087 Fix redraw area for focus box on buttons with no box. 23 years ago
Matthias Melcher 8b3472fa1f Fixed Fl_Preferences: access() needs to include 23 years ago
Michael R Sweet 88d54cd78b Massive update to use strlcpy() and strlcat() instead of strncpy() 23 years ago
Bill Spitzak 3654682476 Small fix so it compiles on OS/X (Darwin), access() needed header file. 23 years ago
Bill Spitzak 8fd4b107da Slight change to menu fix so that events only go to the grab() widget. 23 years ago
Michael R Sweet af1ec00483 More color fixes for Xft (fl_color_ wasn't always set) 23 years ago
Michael R Sweet 83c0e840ba Update dependencies. 23 years ago
Michael R Sweet 6592f0919b Fix widget width tooltip and default parameter handling code. 23 years ago
Michael R Sweet edb2118098 Fixed drawing of antialiased text - uchar color value * 0x0101 was 23 years ago
Michael R Sweet 1f39ef0323 Fixed menu problem - FL_MOVE/DRAG processing stopped before sending the 23 years ago
Michael R Sweet 8b6acd43eb Fix tooltip documentation (too much & quoting... :) 23 years ago
Michael R Sweet cc89f57ccf Use access() instead of stat() to determine if the directory exists. 23 years ago
Michael R Sweet 33f05fa72a Fix loading of old BMP files. 23 years ago
Michael R Sweet e217ac0564 Optimize redraw of focus stuff in radio/check buttons and tabs. 23 years ago
Bill Spitzak 786e3ed0a8 More fixes for tooltips blinking. 23 years ago
Michael R Sweet 6f84fa1caa Changelog update... 23 years ago
Bill Spitzak d07b6f0ecb Another change to tooltips noticed when making the 2.0 version. 23 years ago
Bill Spitzak 76b185b33e Clicking on tooltips makes them go away and they don't reappear. 23 years ago
Michael R Sweet 7a455a05c6 WIN32 compile fixes. 23 years ago
Michael R Sweet fe1d700e5c Fix click-on-tooltip bug. 23 years ago
Michael R Sweet 7ea7823c82 Expand menu item fix for all menu widgets (menu bar, menu button, choice, 23 years ago
Michael R Sweet f953ffc27d Change _WIN32 to WIN32 for 1.1.x tree. 23 years ago
Bill Spitzak 80d05eb962 Updated tooltip documentation 23 years ago
Bill Spitzak 2e7f053e2b Removed 2.0 destroy() call from WIN32 code 23 years ago
Bill Spitzak 80465e4bff Backported the fltk2.0 tooltips. This may be somewhat binary incompatable 23 years ago
Michael R Sweet a35c5a6a2e Fix tooltips on some of the valuators... 23 years ago
Michael R Sweet a34e8e40f6 Fix FLUID menu drawing bug reported by Paul Sydney (didn't rebuild the 23 years ago
Michael R Sweet a04c2e28e7 Default argument patch from Fabien Constantini. 23 years ago
Michael R Sweet e2084610ad Fix link errors. 23 years ago
Michael R Sweet ad9546204c Use 16x16 KDE icon images by default. 23 years ago
Michael R Sweet c56bb65a97 Add documentation for readonly() and input_type(). 23 years ago
Michael R Sweet 84bccaf8e7 Add #include <X11/Xlib.h> to Xdbe check... 23 years ago
Michael R Sweet bde72ca8ce Change "typedef enum {} type" to "enum type {}"... 23 years ago
Michael R Sweet d37c6483ab Get rid of a potential divide-by-zero in new arc code. 23 years ago
Michael R Sweet c2aa513a5a Merge WIN32 ValidateRgn() fixes. 23 years ago
Michael R Sweet 78569947b0 Don't insert text in an Fl_Multiline_Output widget. 23 years ago
Michael R Sweet 070a4044eb Clip text in file list properly. 23 years ago
Michael R Sweet 10351f0254 Make dirent.h include only in non-WIN32 or Cygwin modes... 23 years ago
Michael R Sweet 251ec79d40 Restore window label (title) after drawing the group. 23 years ago
Michael R Sweet e1c5328477 Fix scandir dirent stuff under WIN32. 23 years ago
Michael R Sweet dc1155a116 Add FL_EXPORT as a declaration-only prefix like extern. 23 years ago