2721 Commits (7b4d33bbddbcc05fa7c31b2275e8f1bb2e516a75)
 

Author SHA1 Message Date
Michael R Sweet 7b4d33bbdd Make sure INSTALL command uses absolute path for install-sh... 19 years ago
Michael R Sweet 3d54048d52 Add "mute sound" option to sudoku game, on request from a user. 19 years ago
Michael R Sweet 0e76ede449 Make sure install-sh is executable. 19 years ago
Michael R Sweet 4d6faca615 Add support for glutGetProcAddress() on Mac OS X and other platforms 19 years ago
Michael R Sweet a72fa970a7 Fix text alignment (STR #1589) 19 years ago
Matthias Melcher 624e885b24 STR #1584: even smarter mouse pointer hiding. I also fixed two little historic bugs in "ask" (double adding a widget, and not using "label.obj()" instead of "copy_label()" for non-static buffer. Lastly, I changed "boxtype" to use a Double_Window because it has become so big now that it started flickering. 19 years ago
Michael R Sweet 44fab0180e Fix hoving over links (STR #1588) 19 years ago
Michael R Sweet 07fd0cc413 Fix default link color. 19 years ago
Michael R Sweet 628210154b Fix install targets for image libraries. 19 years ago
Michael R Sweet dc24949ad5 Update bundled zlib to v1.2.3. 19 years ago
Michael R Sweet 58cfbc6c82 Use INSTALL_BIN instead of CP for Mac OS bundles... 19 years ago
Michael R Sweet 31e948ed4b Update packaging files. 19 years ago
Michael R Sweet 44b2ff35cf Use install command instead of CHMOD, CP, and MKDIR. 19 years ago
Matthias Melcher e0381638a0 Fixed typo in documentation (STR #1583) 19 years ago
Michael R Sweet 47fb93aa3c Update pthreads configure test to work on more platforms. 19 years ago
Michael R Sweet 1c61b1297d Fix glXGetProcAddressARB() usage and support for POSIX threads on HP-UX 11. 19 years ago
Michael R Sweet 502f83219d Fix DLL generation via MingW/Cygwin (STR #1546) 19 years ago
Michael R Sweet 3fb13c36d7 Don't open display when generating source code for Fl_Help_View 19 years ago
Michael R Sweet a4814c41c3 Fix scheme background image bug on X11. 19 years ago
Matthias Melcher 2368590ecd Fixed first window behavior in OS X (STR #1548) 19 years ago
Matthias Melcher c005f9956f Added glut files to vc2005 solution. 19 years ago
Matthias Melcher 3df9bdf5c5 Avoiding a hidden mouse pointer after a window is hidden 19 years ago
Michael R Sweet 6bc5329935 Don't use ARB function unless available (still need to do the autoconf 19 years ago
Michael R Sweet 85c2e38825 Update documentation and move glutDeviceGet() into code so we can return 19 years ago
Matthias Melcher eef6353369 Fixed calculation of character widths for OS X Quartz rendering. Fixed OS X mouse click handling (STR #1504). 19 years ago
Michael R Sweet bda374b386 Add GLUT support functions from FreeGLUT (STR #1522) 19 years ago
Michael R Sweet 51d7304d8b Fix Fl_Input_Choice targets (STR #1578) 19 years ago
Michael R Sweet 56eb04fc67 Incorporate run-time check and initialization of recursive mutexes. 19 years ago
Michael R Sweet b7be6fb47e Drop recursive mutex code since the running kernel may not support it 19 years ago
Michael R Sweet 2fcd3610d5 Fl::awake() could block on X11 and OSX (STR #1537) 19 years ago
Michael R Sweet ae8675a45f Fix order of idle/check processing compared to events (STR #1535) 19 years ago
Michael R Sweet 48a997d0ad Hide window before doing callback for OK button (STR #1565) 19 years ago
Michael R Sweet 84fe87f472 Fix indentation of elements (STR #1549) 19 years ago
Matthias Melcher 8cd623c118 Updated Documentation to 1.1.8, updated Copyright year, added myself to the list of authors and called it Revision 9 (humble shmumble ;-) 19 years ago
Matthias Melcher 4980b42829 Improved GTK+ schemed round box (STR #1531) 19 years ago
Matthias Melcher bb96a49d1d Updated documentation to explain which events are sent to an inactive window. This is IMHO better than "fixing" this because old code may rely on that feature. We are not losing out on anything here anyways. STR #1513. 19 years ago
Matthias Melcher e36d3a07ce - Fluid avoids writing unsopported combinations of the 19 years ago
Matthias Melcher ecdd893933 - Added automated little helpers to Sudoku 19 years ago
Michael R Sweet f8d84949c4 Refine the weak-binding solution... 19 years ago
Michael R Sweet 28b3753946 Don't need path_find() on Mac OS X... 19 years ago
Michael R Sweet c8f1e91448 Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do not 19 years ago
Matthias Melcher 7401cf37bf Hopefully some improvement to the 'bring to the foreground'-hack. Please folks, test this on every available platform! 19 years ago
Matthias Melcher 5724b00c9a Removed fl_filename_isdir_quick from the documentation. I would make it static to File_Chooser2.cxx, but we also need it in File_Browser. 19 years ago
Matthias Melcher 930d62b9f6 Fixed comment on trailing slashes 19 years ago
Matthias Melcher e4586d1572 Removed 'optimization' for fl_filename_isdir which would break the original purpose of the fuction (testing the *existence* of a directory). But I did not want to lose the performance in the directory chooser where I *know* that a directory exists, just not if it is a file or directory, so I added the function fl_filename_isdir_quick() to do just that. Please verify that the new version works as expected, especially with regard to the directory chooser. 19 years ago
Matthias Melcher 9e79fd13d2 I changed the Fl_Tabs drawing routine to only redraw the tabs themsleves on a PUSH event, instead of the whole current group. This also allows for a visual feedback from the clicked tab. (str #1520) 19 years ago
Matthias Melcher 30be5f711b Added code to support OS X weak'n;lazy linking. 19 years ago
Matthias Melcher e9e0826d10 Made resource fork on OS X obsolete. We still do add it just in case, but should the data be lost during a copy process through a different file system, the app will still put itself in the foreground if using a GUI (STR #1453) 19 years ago
Matthias Melcher 84ad997529 Typo. Likely more to come. 19 years ago
Matthias Melcher 8e7e416783 Added chapter 10 with documentation about multithreading 19 years ago