5116 Commits (6f4c59079f97289eafc29840e3873ce08c869e71)
 

Author SHA1 Message Date
Albrecht Schlosser 1c38a0f2f7 Tweaks to silence more MS compiler warnings. 15 years ago
Albrecht Schlosser 00710928d4 Added compiler options to silence warnings. 15 years ago
Greg Ercolano 5f1f1d7444 Brian, Greg, and Albrecht's solutions to build errors in VS6. 15 years ago
Albrecht Schlosser d655684c77 Added missing dependency on tree.fl, and extended target clean to delete 15 years ago
Manolo Gouy 0a346cf536 Removed duplicate definition of font_mx variable. 15 years ago
Manolo Gouy a306fe46d3 Redefined fl_xid() as an inline function when used inside the FLTK library. 15 years ago
Manolo Gouy 30c1eed80b A better solution to the crash when printing the mandelbrot demo under WIN32. 15 years ago
Albrecht Schlosser 0eec2893a1 Updated VisualC2008 and VisualC2010 project files to define FL_LIBRARY in 15 years ago
Matthias Melcher 0ae74b5ab1 Fluid binary type adds size to the array of unsigned char, giving better access to the resource. 15 years ago
Manolo Gouy b015837b2a Removed gcc 4.4 compiler warning: 15 years ago
Manolo Gouy 39ae4651bf Removed compiler warning: 15 years ago
Albrecht Schlosser 96c410dceb Hiding the Fl_X class under WIN32 (STR #2522). 15 years ago
Albrecht Schlosser b841d90d3c Documentation updates (remaining fix for STR #2520). 15 years ago
Manolo Gouy 0ae1054d07 Fix 2nd part of STR #2520: added Fl_PNG_Image in-memory constructor. 15 years ago
Manolo Gouy 5af1531cd2 Fl_File_Chooser: removed the "Show hidden files" button for WIN32 where it's not relevant. 15 years ago
Manolo Gouy 5593c60d50 Fix STR #2524: no more NSAutoreleaseNoPool messages. 15 years ago
Manolo Gouy 356b3bbc7d Fix STR #2523: unimplemented functions have been removed. 15 years ago
Manolo Gouy 253dfe93c1 Fix STR #2525. The bug was PPC-specific. 15 years ago
Manolo Gouy e2ddb1715c Fl_File_Chooser: added a "Show hidden files" button. Hidden files aren't shown 15 years ago
Manolo Gouy 774880acc5 Replaced "foreign language" by "another language" in doc. 15 years ago
Manolo Gouy 6f9f141462 Replaced "foreign language" by "another language" in doc. 15 years ago
Ian MacArthur bf52399372 Another tweak to fl_init_xim() as proposed by Denton Thomas. 15 years ago
Ian MacArthur d87cc866fc This is an attempt to resolve the potential leaks identified in fl_init_xim() by 15 years ago
Manolo Gouy 1a0b262f99 Fix memory leak in fl_new_ic() reported by Denton Thomas. 15 years ago
Manolo Gouy 728b46535b Document that hidden class Fl_X is accessible only if FL_LIBRARY is #define'd. 15 years ago
Manolo Gouy 9fc93d2613 Fix STR #2518: remove gcc 4.4 compilation warnings with -Wall 15 years ago
Manolo Gouy 1ef50fc9c2 Mention in comment that FL_LIBRARY must be defined to access the Fl_X class 15 years ago
Manolo Gouy 172e368434 Fixed WIN32 crash when printing with the test/mandelbrot demo. 15 years ago
Greg Ercolano 8999b88bd8 Fixes STR #2519; problems building on VS6. 15 years ago
Albrecht Schlosser 0c896c024c Fixed typos, added \todo ... (see STR #2520). 15 years ago
Albrecht Schlosser 129ae3ecd0 Deleted unused files in src/xutf8 15 years ago
Albrecht Schlosser b4f08251b1 Updated dependencies. 15 years ago
Manolo Gouy 77204efa1c X11 specific: made class Fl_X visible only if FL_LIBRARY is defined before compilation, 15 years ago
Albrecht Schlosser 0cfc132601 Documentation updates. Reformatted development.dox, removed some old and 15 years ago
Manolo Gouy be8b1f4ac5 Another change to allow OS-independent compilation of external applications as suggested by Greg. 15 years ago
Albrecht Schlosser b4c15eb8ae Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files, 15 years ago
Matthias Melcher 9c0c450cbd Fixed accidental commit of some eperimental dead key preview code. STR 2515 15 years ago
Albrecht Schlosser 645e86a30c Updated documentation copyright dates to 2011. 15 years ago
Matthias Melcher b55ac81f51 Attempt to fix the dead_key/special_key issue. 15 years ago
Albrecht Schlosser 7ada14f3b7 Reverting unintentionally committed experimental code in r8256. Sorry. 15 years ago
Matthias Melcher 026632d781 Small formatting updates for Intor.dox 15 years ago
Albrecht Schlosser 313352b55f Updated documentation/README to reflect the new distribution of 15 years ago
Manolo Gouy b6d2207550 New attempt to fix STR #2513. 15 years ago
Albrecht Schlosser aa4342fe1a Next try to improve documentation title and version numbers. 15 years ago
Albrecht Schlosser 1cccb74748 Fixed Doxygen version numbers (and better HTML title with version number). 15 years ago
Manolo Gouy 03af588ef9 Added missing #include's when compiled using Xcode 15 years ago
Greg Ercolano 94a3cdaa47 Added dnd example to Makefile. 15 years ago
Manolo Gouy d21d46979b Attempt to fix STR #2513: make sure that MAC_OS_X_VERSION_10_5 is defined. 15 years ago
Manolo Gouy 34c10b3557 Fix STR #2514. Removes compilation warnings when using gcc 4.4 with -Wall 15 years ago
Ian MacArthur 41a64c5012 Attempt to update doxygen description of building under winXX as it was out of date 15 years ago