5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
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
yuri a35defedd5 change __linux__ to USE_X11 fix STR #2437 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 31f6505cb3 Fixed fl_filename_relative access to const string. 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 dc0c85b964 Added protection against compilation besides Mac OS X. 15 years ago
Manolo Gouy 29cff1612f Removed compilation warning. 15 years ago
Manolo Gouy aa7d154646 Corrected typos. 15 years ago
Manolo Gouy 58445e7f9a Removed reference to deleted file fl_dnd_mac.cxx 15 years ago
Manolo Gouy 6db2efa07f This file has become useless. Its code is now in Fl_cocoa.mm. 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
Albrecht Schlosser 403ee0ce23 Fixed Fl_Tabs selection border drawing, if tabs are at the bottom of 15 years ago
Manolo Gouy 15e1ddf3c9 Fix STR #2486: cursor position was wrong in some tab-containing wrapped lines. 15 years ago
Manolo Gouy b211421bc4 Removed [] expression. 15 years ago
Manolo Gouy d4fa5481d6 Updated to compile the 3 objective-c++ files. 15 years ago
Manolo Gouy f3c7efc8d2 The 3 objective-c++ files used for the Mac OS X support are no longer included 15 years ago
Albrecht Schlosser ff4cafeb30 This new fl_read_image() function for Windows is *much* faster than 15 years ago
Albrecht Schlosser e1887bf09c Fixed documentation errors (typos and formatting) in chapter 15 years ago
Manolo Gouy 8ac8d3e8d7 Change after rename of Fl_Native_File_Chooser_MAC.cxx to Fl_Native_File_Chooser_MAC.mm 15 years ago
Manolo Gouy 56f967b001 Change needed after rename of Fl_Native_File_Chooser_MAC.cxx 15 years ago
Albrecht Schlosser 619b27c4c0 Updated dependencies. 15 years ago
Greg Ercolano 0cd57058de Added toggle button to 'navigation' test program to control 15 years ago
Manolo Gouy 9b7e3e9c49 set properties. 15 years ago
Manolo Gouy 79d185c068 Renamed Fl_Native_File_Chooser_MAC.cxx to Fl_Native_File_Chooser_MAC.mm 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
Manolo Gouy 6e3bb7b24d Fix STR # 2481: removed compilation warnings. 15 years ago
Manolo Gouy ff1d7b6dad Removed compilation warnings. 15 years ago
Albrecht Schlosser 895f80a0c7 Make sure that tooltips are always on in test/preferences, even if they 15 years ago
Albrecht Schlosser eafeac5f98 Redefined NORMAL_INPUT_MOVE in src/Fl_Input.cxx to reflect the new option 15 years ago
Albrecht Schlosser 113c9df703 Removed obsolete #define NORMAL_INPUT_MOVE from src/Fl_Text_Editor.cxx. 15 years ago
Albrecht Schlosser 80677ac290 Changed all #include "config.h" to #include <config.h>. 15 years ago
Manolo Gouy d2cbe9abf7 Removed compilation warning. 15 years ago
Manolo Gouy 999c43abb3 Removed possible compilation warnings 15 years ago
Manolo Gouy 37d1838d07 Removed MSWin compiler warnings 15 years ago
Manolo Gouy 0ba139d349 Fix STR # 2485. Triple click must be done with left mouse button to select a whole line. 15 years ago
Albrecht Schlosser 1f0da65165 Windows: Fixed off-by-one error when dropping Unicode text 15 years ago
Manolo Gouy 5889675f7d Fix STR # 2484. Middle mouse button paste now works within an Fl_Text_Editor 15 years ago
yuri 62487fbe23 add missing SWAP GL_SWAP_TYPE overlay draw (the slowest) 15 years ago
Manolo Gouy fbe0128869 Fixed memory leak in MSWindows drag-n-drop : dragged data was malloc'ed twice (once at 15 years ago
Manolo Gouy 8132eba4f5 Fix STR #2478: added missing code that updates the FLTK selection buffer after 15 years ago
Manolo Gouy 02f327dbec Mac OS X: removed unused global variable fl_selection_requestor 15 years ago
Albrecht Schlosser 0c21b331b0 Added missing 'FL_EXPORT' to lots of classes. 15 years ago