summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-09Fix WIN32 builds.Michael R Sweet
2007-02-09Fix HTML errors.Michael R Sweet
2007-02-09Don't depend on having RTLD_DEFAULT definedMichael R Sweet
2007-02-08Add handler for thread messages (STR #1536)Michael R Sweet
2007-02-08More Cygwin DLL fixes (STR #1585)Michael R Sweet
2007-02-08Fix flickering of Fl_Help_View - turns out we were drawing to theMichael R Sweet
2007-02-08Drop extra (unnecessary) INSTALL_DIR call.Michael R Sweet
2007-02-08Try a slightly different Xdbe implementation that copies instead of swaps.Michael R Sweet
2007-02-08Add header check for dlfcn.h.Michael R Sweet
2007-02-08Newer autoconf defines "datarootdir", which "datadir" depends on. I stillMichael R Sweet
2007-02-08Make sure INSTALL command uses absolute path for install-sh...Michael R Sweet
2007-02-08Add "mute sound" option to sudoku game, on request from a user.Michael R Sweet
2007-02-08Make sure install-sh is executable.Michael R Sweet
2007-02-08Add support for glutGetProcAddress() on Mac OS X and other platformsMichael R Sweet
2007-02-08Fix text alignment (STR #1589)Michael R Sweet
2007-02-08STR #1584: even smarter mouse pointer hiding. I also fixed two little histori...Matthias Melcher
2007-02-08Fix hoving over links (STR #1588)Michael R Sweet
2007-02-07Fix default link color.Michael R Sweet
2007-02-07Fix install targets for image libraries.Michael R Sweet
2007-02-06Update bundled zlib to v1.2.3.Michael R Sweet
2007-02-06Use INSTALL_BIN instead of CP for Mac OS bundles...Michael R Sweet
2007-02-06Update packaging files.Michael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2007-02-06Fixed typo in documentation (STR #1583)Matthias Melcher
2007-02-05Update pthreads configure test to work on more platforms.Michael R Sweet
2007-02-05Fix glXGetProcAddressARB() usage and support for POSIX threads on HP-UX 11.Michael R Sweet
2007-02-02Fix DLL generation via MingW/Cygwin (STR #1546)Michael R Sweet
2007-02-02Don't open display when generating source code for Fl_Help_ViewMichael R Sweet
2007-02-02Fix scheme background image bug on X11.Michael R Sweet
2007-02-02Fixed first window behavior in OS X (STR #1548)Matthias Melcher
2007-02-02Added glut files to vc2005 solution.Matthias Melcher
2007-02-02Avoiding a hidden mouse pointer after a window is hiddenMatthias Melcher
2007-02-01Don't use ARB function unless available (still need to do the autoconfMichael R Sweet
2007-02-01Update documentation and move glutDeviceGet() into code so we can returnMichael R Sweet
2007-02-01Fixed calculation of character widths for OS X Quartz rendering. Fixed OS X m...Matthias Melcher
2007-02-01Add GLUT support functions from FreeGLUT (STR #1522)Michael R Sweet
2007-01-31Fix Fl_Input_Choice targets (STR #1578)Michael R Sweet
2007-01-29Incorporate run-time check and initialization of recursive mutexes.Michael R Sweet
2007-01-28Drop recursive mutex code since the running kernel may not support itMichael R Sweet
2007-01-28Fl::awake() could block on X11 and OSX (STR #1537)Michael R Sweet
2007-01-28Fix order of idle/check processing compared to events (STR #1535)Michael R Sweet
2007-01-28Hide window before doing callback for OK button (STR #1565)Michael R Sweet
2007-01-28Fix indentation of elements (STR #1549)Michael R Sweet
2007-01-25Updated Documentation to 1.1.8, updated Copyright year, added myself to the l...Matthias Melcher
2007-01-25Improved GTK+ schemed round box (STR #1531)Matthias Melcher
2007-01-24Updated documentation to explain which events are sent to an inactive window....Matthias Melcher
2007-01-24- Fluid avoids writing unsopported combinations of the Matthias Melcher
2007-01-24- Added automated little helpers to Sudoku Matthias Melcher
2007-01-23Refine the weak-binding solution...Michael R Sweet
2007-01-23Don't need path_find() on Mac OS X...Michael R Sweet