6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Manolo Gouy 1366cc68d3 PostScript support: simplified the Fl_PostScript_Graphics_Driver class by removing the 14 years ago
Manolo Gouy 16d983eab4 Mac OS: correct handling of fl_draw_image() call with L > W*D when printing. 14 years ago
Manolo Gouy 80fffdc369 Set member functions draw_scaled_image(_mono)() of class Fl_PostScript_Graphics_Driver 14 years ago
Manolo Gouy 0373e02f5d Reflects update of libpng to v. 1.5.1 14 years ago
Albrecht Schlosser 9ec5f3ae57 Fixed svn properties of new files in previous commit. 14 years ago
Albrecht Schlosser 8920d92944 Updated the bundled libpng to v1.5.1 (released Feb 3, 2011). 14 years ago
Manolo Gouy dfc067ecfc Fix STR #2587: under Xlib, the X input method must be reset by the Fl::compose_reset() function. 14 years ago
Manolo Gouy a36bca971a Fix STR #2589: incorrect cohabitation of modal and non-modal windows. 14 years ago
Albrecht Schlosser bc0b285a23 Updated ide/VisualC6 project files with changed zlib files. 14 years ago
Manolo Gouy 7aa48e19b9 Fix STR #2575: use the screen that intersects most of the window when made fullscreen. 14 years ago
Albrecht Schlosser c4099faffe Updated VisualC2008 project files: 14 years ago
Albrecht Schlosser d45e409301 Updated VisualC2010 project files: 14 years ago
Manolo Gouy 160a0ee461 Improved the Doxygen documentation of Enumerations.H. Not finished yet. 14 years ago
Manolo Gouy 937ddb60c1 Fix STR #2582 (Mac OS): The problem: under Mac OS, file config.h can be used with distinct 14 years ago
Manolo Gouy cff882f34d Fix STR #2585: use relative link when installing the cairo shared library. 14 years ago
Manolo Gouy 97f7c0f524 Define WORDS_BIGENDIAN using __BIG_ENDIAN__ value 14 years ago
Manolo Gouy 5185932f5b Mac OS: modified the Doxygen doc of the fl_mac_os_version global variable 14 years ago
Manolo Gouy 1d038565c1 Mac OS: modified the definition of the fl_mac_os_version global variable to allow v 10.10.10 14 years ago
Manolo Gouy 704ecc048a svn property change only 14 years ago
Manolo Gouy 553efd2cd0 svn property change only. 14 years ago
Manolo Gouy 60bb67ba0e Fix the #define U64 part of STR #2582: don't define it for Mac OS because its value 14 years ago
Manolo Gouy 23ac5868eb Changed copyright year to 2011 14 years ago
Manolo Gouy 803a7c4d52 WORDS_BIGENDIAN has an architecture-dependent value. 15 years ago
Manolo Gouy 85256d15c4 Two png-related #define's were missing. This caused transparent png images to be wrong. 15 years ago
Manolo Gouy f22e50af97 STR 2580: the first Fl::add_timeout() call now calls fl_open_display() because that is necessary for 15 years ago
Manolo Gouy f7d7eff7ad STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary for the fd event 15 years ago
Manolo Gouy 1a4fd8ecc3 The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, all 15 years ago
Manolo Gouy 8c9d34facf The got_events global variable is now updated when an event is processed by do_queued_events 15 years ago
Manolo Gouy e099ada69f Removed unix compilation warnings after update of zlib to v. 1.2.5 15 years ago
Manolo Gouy d798e99431 Removed MSWindows compilation warnings after update of zlib to v. 1.2.5 15 years ago
Manolo Gouy 00554a3ef5 Reflects update of zlib to v. 1.2.5 15 years ago
Manolo Gouy 98c7b6846b This file no longer exists in zlib v.1.2.5 15 years ago
Manolo Gouy 1f4e91b622 Set zlib to version 1.2.5 as asked by STR #2508. 15 years ago
Albrecht Schlosser 5c29bca9d4 Updated documentation/strip_tags for usage of doxygen 1.7.3. 15 years ago
Albrecht Schlosser 58c94b9b33 Suppress warnings in fl_init_xim. Only the very first warning message 15 years ago
Manolo Gouy 10a07138b8 Fixed two doc typos. 15 years ago
Manolo Gouy b693eac483 Fix STR #2516: under MSys, the FLTK_DOCDIR config.h variable did not allow 15 years ago
Albrecht Schlosser d98a0fede6 Removed extraneous '\n' from Fl::warning() calls in src/Fl_x.cxx. 15 years ago
Albrecht Schlosser 94e5f2e1fc Un-inlined Fl_Window::icon() methods to make them easier to extend w/o 15 years ago
Manolo Gouy 27987c6ee0 Made struct matrix a subclass of Fl_Graphics_Device class to avoid collision 15 years ago
Manolo Gouy 278c821ff4 Mac OS only: allows to print a menu window. 15 years ago
Manolo Gouy 8d9f90e416 Mac OS only: Added the architecture flags to the dynamic library-creating command 15 years ago
Manolo Gouy d8822aa74a Fl_Device: removed class_name(char *) member function and set class_name(void) virtual. 15 years ago
Manolo Gouy 5a6da14af3 Fl_Text_Display: avoid blinking by painting the full widget background only to the printer. 15 years ago
Manolo Gouy 6d38eb67bc Fl_Text_Display widget: added a call to paint all the widget area with its background color 15 years ago
Manolo Gouy 6e24f93c1a Corrected typos. 15 years ago
Fabien Costantini cc79642a94 Say goodbye to weird comctl32.lib link clause in vc20xx builds. Now embeds it if it is supported, so no need to specify more than fltk libs in new fltk projects ! Makes it similar to other platforms linkage options and will probably improve learning curve of fltk new users. Improvements could be implemented for even easier/transparent linkage (fltk libs, fltk dlls?) of fltk apps. 15 years ago
Fabien Costantini c7fff91435 Fixed FL_EXPORT missing would fail MSVS builds. 15 years ago
Manolo Gouy a998c478d5 Removed inadequate use of fl_color() function. 15 years ago
Manolo Gouy 693d12ee88 Better horizontal positioning of right-to-left text. 15 years ago