1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
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
Manolo Gouy b6d2207550 New attempt to fix STR #2513. 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
Manolo Gouy 2dadc8cb54 First step to support CJK input under Mac OS: implementation of the function 15 years ago
Matthias Melcher 7dc05cb20e First attempt at finding the screen pixel sizes. Can't test Xinerame, MSWindows, or X11 yet. 15 years ago
Manolo Gouy bc509d32eb Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 15 years ago
Manolo Gouy ead3432f9b Classes Fl_Printer and Fl_Postscript_Printer: added missing class_name() calls. 15 years ago
Manolo Gouy 9f61a96b85 Declared protected the constructors of classes Fl_System_Printer and Fl_Postscript_Printer, 15 years ago
Manolo Gouy 4beb3b88e8 Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or confusion 15 years ago
Manolo Gouy 6320a7c680 Fix in Doxygen comments. 15 years ago
Manolo Gouy e11677bfaf Better position of the Fl_Printer class in the Fl_Device class hierarchy. 15 years ago
Manolo Gouy ec2cfd3bf5 Doxygen typo fixed. 15 years ago
Manolo Gouy 874bca74f5 Mac OS X: removed all uses of Carbon (except for older OS versions) and re-organized 15 years ago
Matthias Melcher bb6392f7ec Added Table and Tree support to Fluid. 15 years ago
Matthias Melcher 39818616b9 Fixed case typo 15 years ago
Albrecht Schlosser 7c8ef98a04 Documentation updates: removed three more \todo's. 15 years ago
Albrecht Schlosser daa85ed922 Documentation updates (FL/Fl_Widget.H): removed some \todo's. 15 years ago
Matthias Melcher 91c9c024cc STR 2499: remove unused function prototypes in Fl_Text_Buffer. 15 years ago
yuri ba29f18951 remove FL_EXPORT - fix link error of users programs 15 years ago
yuri 70be49de58 fix MSVC includes 15 years ago
Manolo Gouy 98e9042a53 Made sure FL/x.H is included only when necessary. 15 years ago
Manolo Gouy 2a5a3d4e8b Use device abstraction for colors. 15 years ago
Manolo Gouy 431fc4cd5d Use device abstraction for image drawing. 15 years ago
Manolo Gouy 64dd2cfa68 Added right-to-left text drawing to PostScript graphics driver. 15 years ago
Manolo Gouy b431c1e0e7 Use device abstraction for font and text drawing. 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
Manolo Gouy a8530c73fa Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compile 15 years ago
Manolo Gouy 25c975aa1b Doc change: fix error in Mac shortcut for delete word left. 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 843e1d8987 Doc changes for Fl::copy(), Fl::paste() and Fl::dnd(). The terms used are now the "selection buffer" 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
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
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
Manolo Gouy d9a2ac2f0a Small doc correction. 15 years ago
Manolo Gouy 88ba28f792 Small doc correction. 15 years ago
Greg Ercolano 4a883a2e81 Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior. 15 years ago
Greg Ercolano df6de286e7 Removed emacs shortcuts from Fl_Input, 15 years ago
Matthias Melcher 740d7e211f Added function to free the list that was created with fl_filename_list. 15 years ago
Matthias Melcher 22953ccb02 Added fl_filename_relative which uses an additional parameter instead of the current working directory. Now we can find a relative path without changing the cwd. 15 years ago
Matthias Melcher 9092dccab8 Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems. 15 years ago
Manolo Gouy d01c9cdf5b Mac OS: replaced several global functions by new member functions of Mac OS-specific Fl_X class. 15 years ago
Manolo Gouy f451946d42 Homogenize use of re-encoding and transcoding (in favor of the latter). 15 years ago
Albrecht Schlosser 97e8dc94c9 Fixed typos in FL/Fl_Input_.H 15 years ago
Albrecht Schlosser 0c21b331b0 Added missing 'FL_EXPORT' to lots of classes. 15 years ago