6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Greg Ercolano 2ae607e8ba o doc fixes 13 years ago
Greg Ercolano 67ea785bfd Forgot tree.fl (should have been in r9377) 13 years ago
Greg Ercolano f58cd169c0 Various mods for Fl_Tree 13 years ago
Fabien Costantini dc6e8a5f8a fixed missing win32 preprocessor clause 13 years ago
Fabien Costantini a5196976cc restore transparent_c use for win32... 13 years ago
Fabien Costantini 822bc272fc Fixed linux 64 gcc 4.6.1 compilation problems 13 years ago
Matthias Melcher 4f7f902a00 Updated PNG library to current version 1.5.10 13 years ago
Fabien Costantini 1b01c3a94c STR 2771 fix cont'd used the new api in scheme(const char*) 13 years ago
Fabien Costantini 56a184d529 STR 2771 fix: introduce a new ascii strcasecmp that does not rely on locale sensitive toupper tolower. 13 years ago
Fabien Costantini 157a96aa4b STR2783: make potential null string substituted to an empty string, still achieve internal cleanup in Fl_Text_Buffer::text(s) 13 years ago
Matthias Melcher eb9b58c7cc Fl::arg now removes a command line argument that is added by Xcode. This will help "Demo" to run again 13 years ago
Fabien Costantini 8ec35982ee STR2726 fix. proper cast should be int as specified in isspace documentation, not unsigned char 13 years ago
Fabien Costantini 226f425443 STR2731 fixing: potential use of unassigned (Y) value 13 years ago
Greg Ercolano 526efe8a13 > Added ^A to 'select all' when tree has focus 13 years ago
Greg Ercolano 055a7d47ed STR# 2827 cont'd: 13 years ago
Matthias Melcher 55b3b19bbc Wrong SDK in Xcode4 project 13 years ago
Greg Ercolano c7044ca009 Optimizations for when Fl_Tree is a container of FLTK widgets. 13 years ago
Greg Ercolano d741da4317 indent fixes 13 years ago
Matthias Melcher 934bb14fa1 Added Xcode 4 docs 13 years ago
Fabien Costantini 1d3f79bc23 Made homogen the scope of the new fl_tree enum with previous Fl_Tree_Reason enum. 13 years ago
Fabien Costantini 0f493a9739 Fixed comment was misplaced in new tree api 13 years ago
Fabien Costantini b31264e473 STR 2827 implementation. Implemented Reselect code and related API all within ABI controlled preprocessor blocks because of new attribute defintion would break ABI anyway. Because the code is already ABI controlled, I took the opportunity to keep keep the REASON enum sorted. Added test code in Tree.fl adequately. 13 years ago
Greg Ercolano efe0b2b939 Removed old TODO items that have been addressed. 13 years ago
Greg Ercolano 3cf006f5c3 Solves STR #2681. 13 years ago
Greg Ercolano db2cca57f1 Added table-with-keynav.cxx to emphasize keyboard/mouse selection 13 years ago
Manolo Gouy e0fca85c74 Added missing initialization in Fl_Paged_Device constructor 13 years ago
Ian MacArthur 6f4c59079f This change to fluid's CodeEditor ought to make it honour textsize changes 13 years ago
Greg Ercolano 418dd143f0 ABI modifications to Fl_Tree: deprecate mouse selection hotfix with proper solution. 13 years ago
Albrecht Schlosser c28adce903 Fix typos. 13 years ago
Greg Ercolano 6444e23359 fixes to build on IRIX. 13 years ago
Albrecht Schlosser dfe7fafd92 Fix compiler warning "variable set but not used". 13 years ago
Manolo Gouy 60d448d150 Removed Fl_Widget::is_fullscreen() that is just another name for Fl_Window::fullscreen_active() 13 years ago
Albrecht Schlosser 91ce609fc7 simplify MinGW install directory check. 13 years ago
Albrecht Schlosser abbd9839bf Fix MS VC++ (2008/2010) compiler error, as discussed in fltk.general in 13 years ago
Albrecht Schlosser 8ed93f0065 fix a typo and indenting. 13 years ago
Fabien Costantini 8809c5d65d Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessible in Fl_Widget. new inline is_fullscreen() getter has been implemented to avoid a build error with (at least) msvc compilers. Fixed a ton of warnings / problems when bilding on windows 64 bits target with ms toolchain. cleaned up about 200 warnings raised when building win74 targets. 13 years ago
Manolo Gouy 37ea8ba9e6 Mac OS: canBecomeKeyWindow returns NO also for menu windows 13 years ago
Manolo Gouy cb32ceaf4d Fix STR#2818: (Mac OS) tooltip window takes focus away from input field. 13 years ago
Manolo Gouy c2fa0114dd Mac OS: walk back changes from r.9312 that were not a good idea. 13 years ago
Manolo Gouy bc5731c3b7 Mac OS: use last ABI version when compiling with Xcode 13 years ago
Ian MacArthur 1e5c19b087 Maybe fix for the Fl_Pixmap issue building 9310 on mingw/WinXP. 13 years ago
Manolo Gouy ae4d6338b8 WIN32: Fl_Pixmap printing uses a global variable called win_pixmap_bg_color equal to the color 13 years ago
Manolo Gouy 0b6f546b0f Added support for the additional key of ISO keyboards (aka 102-key keyboards) named FL_Iso_Key. 13 years ago
Manolo Gouy 08ce2e07d3 Fix STR#2641: true fullscreen windows that cover all their screen including menu bar, task bar, dock. 13 years ago
Manolo Gouy 8cd98f5236 Mac OS: Allow keyboard input with borderless windows 13 years ago
Manolo Gouy 32d4bc4099 Fix STR#2810: removed all uses of function Fl_Device::class_name(). 13 years ago
Manolo Gouy 53ccc78759 Removed duplicated code when printing pixmap on WIN32. 13 years ago
Manolo Gouy c41d3ac3f3 Fixed error in printed color of Fl_Bitmap 13 years ago
Manolo Gouy da96b83903 Moved a few local variable declarations. 13 years ago
Manolo Gouy 7d0b5d05cb Simplified Fl_Paged_Device::print_window() under Mac OS 13 years ago