5116 Commits (6f4c59079f97289eafc29840e3873ce08c869e71)
 

Author SHA1 Message Date
Albrecht Schlosser f3e04b8b87 Updated documentation/fltk.pdf for 1.3.0-rc2 15 years ago
Albrecht Schlosser 5a2e5395b0 Updated dependencies 15 years ago
Matthias Melcher 3ef9014a5d 'make distclean' cleans Xcode leftovers 15 years ago
Matthias Melcher 8a66c06e10 Attmpt to throw away meaningless CHANGES entries, and resort by priority in better categories. The CHANGES file is a clear indicator of packing much too much into a single *minor* release. OTOH: boy, have we been active! 15 years ago
Manolo Gouy 9f42fc19f5 Removed useless statements. 15 years ago
Manolo Gouy e2e953d13b Necessary after changes brought in r.8113 15 years ago
Manolo Gouy 1104789c13 Removed Doxygen warning. 15 years ago
Greg Ercolano 3a9d8a11f9 Removing unused doc dependencies on images. 15 years ago
Greg Ercolano 7bfe700ea9 Finishing up STR#2479 as per Manolo/Greg/Albrecht conversation. 15 years ago
Manolo Gouy 51ff20b053 Added doc of fl_open_display() and fl_gc under OS X. 15 years ago
Manolo Gouy a8530c73fa Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compile 15 years ago
Manolo Gouy 122c0e6859 Corrected typos. 15 years ago
Manolo Gouy 25c975aa1b Doc change: fix error in Mac shortcut for delete word left. 15 years ago
Manolo Gouy 3590348773 Doc changes: mention that FL_COMMAND modifier exists in doc of the Fl_Menu_::add() function. 15 years ago
Manolo Gouy 202433d593 Replaced "^o" shortcut by FL_COMMAND+'o' 15 years ago
Manolo Gouy 21af5cb884 Doc changes: use consistently "selection buffer" and "clipboard" as names of the two buffers. 15 years ago
Manolo Gouy b5aac7591c Fix STR #2495: free memory during destructor of Fl_Type object. 15 years ago
Greg Ercolano e86b65c80a Fixes to ensure readonly() widget is not modified by destructive keyboard functions. 15 years ago
Manolo Gouy 843e1d8987 Doc changes for Fl::copy(), Fl::paste() and Fl::dnd(). The terms used are now the "selection buffer" 15 years ago
Albrecht Schlosser 430984f574 Removed obsolete link from README.MSWindows.txt 15 years ago
Albrecht Schlosser 64468d4639 CHANGES: Fixed typos and removed trailing spaces. 15 years ago
Albrecht Schlosser ada206d8f7 Added Fl_Tabs::client_area() (STR #2480). 15 years ago
Manolo Gouy 1f39dbe5fc This include of Carbon.h is just unnecessary. 15 years ago
Albrecht Schlosser f1c4092b98 added newer Cygwin (cross/mingw-w64) options. 15 years ago
Manolo Gouy 75533d2482 Make sure not to call XFree with NULL pter. 15 years ago
Manolo Gouy 7a75f5b923 Fix STR #2474. This allows an FLTK application to be started at X startup and to respond to 15 years ago
Greg Ercolano acfc66b01b Add an simple example application to open/save files using the FNFC. 15 years ago
Greg Ercolano 5a2b5dcf1b New image added to documentation dependencies. 15 years ago
Greg Ercolano 180b4b289b Image fixes; font, higher color index. 15 years ago
Greg Ercolano 23b3c85ba9 Small doc clarification for how to #include this widget. 15 years ago
Greg Ercolano 51644b78e5 Larger image in latex/pdf docs. 15 years ago
Greg Ercolano f0f5dd5c13 Added doc screenshot for Fl_Native_File_Chooser. 15 years ago
Greg Ercolano 99fe2b88e7 Added "Tab Nav" and "Arrow Nav" toggle to the test/input program. 15 years ago
Matthias Melcher a8e8831559 Moved global FLTK options into Fluid until we find a better setup. Restored the original Preferences demo. 15 years ago
Matthias Melcher 3b65b1b3bf Sorted CHANGES text a bit. 15 years ago
Matthias Melcher 48737a8970 Removed deprecated IDE's 15 years ago
Matthias Melcher 88093df6e8 Removed IDE support from Fluid because it never got finished and seemed more like a race against windmills. I may pick this up again later - maybe. 15 years ago
Matthias Melcher 388b0e6675 Removing more outdated docs. 15 years ago
Matthias Melcher 720f48cc4b Removed legacy utf8 README 15 years ago
Matthias Melcher 9c75059f37 Restructured the Cairo README a little bit 15 years ago
Matthias Melcher 7046e8ebcb Merged the CMake documenation and adapted the format to the one used in the other README fiels (mainly adding a TOC). 15 years ago
Matthias Melcher 8bf8cdd524 Merged README.win32 into README.MSWindows.txt. I try to avoid the 'WIN32' label because we supprt 64 bits as well... . 15 years ago
Matthias Melcher 35a5285a9d This file does not belong into this version of FLTK 15 years ago
Matthias Melcher 387c60fab2 Removed Watcom compiler support because it was introduced in 1.1.6 as a partial solution and never completed. 15 years ago
Albrecht Schlosser e37fdeb149 Removed unnecessary function call (the result is always 1). 15 years ago
Matthias Melcher b802aa2ffd #2490: attempt to fix the issue. PLease test on 1.3 w/X11 15 years ago
Ian MacArthur 1e9e3970bd File was changed to use FL_PATH_MAX so needed to have <FL/filename.H> added to the include files so that it would compile on WIN32 hosts. 15 years ago
Ian MacArthur 485bca3db9 Recent changes to the include files meant that numericsort would no longer compile on WIN32 (at least under MSYS/mingw.) 15 years ago
Ian MacArthur 00272583b6 Had to move the variant definition of fl_filename_relative() with 4 params inside the ifdef __cplusplus block because on WIN32 (at least with MSYS/mingw) this header is read by a plain-C version of scandir.c, that errors out when it encounters the multiple incompatible definitions. 15 years ago
Matthias Melcher 150fc6e7f7 Used Fluid to generate Fluid files. Fixed two naming issues for the new Fl_Int_Input type, generated by Fluid. 15 years ago