5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
Matthias Melcher 0d214036bc Jenkins fixed 13 years ago
Matthias Melcher b5465c7cde Testing Jenkins 13 years ago
Greg Ercolano b395ce78de Grr, looks like Fl_Group::update_child() 13 years ago
Greg Ercolano f8d269725d Fixes focus issues: 13 years ago
Greg Ercolano 165cd2b63b Fixes STR#2832; support labels on tree child widget()s. 13 years ago
Fabien Costantini 0ab2bd9dda Added cocoa improvement inspired for from ossman improvement STR2802 for modal windows... 13 years ago
Fabien Costantini e67e798aeb Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern ref to fl_copy_offscreen would not be found anymore by linker... This can't be captured yet by the Jenkins continous intergration builds as the compilation is for the FLTK_ABIVERSION >= 10302 13 years ago
Greg Ercolano 16fb1bad6a Added a new example to demonstrate complex widgets as children 13 years ago
Greg Ercolano 474feee1db o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode() 13 years ago
Fabien Costantini fa60da1ca7 Optimized final string ending sorting test 13 years ago
Fabien Costantini 78a8821bc5 Optimized unnecessary use of strlen() 13 years ago
Greg Ercolano db73861e7c allow 'open all' button to include root. 13 years ago
Greg Ercolano bb8f51ea1a Fixes STR #2796 13 years ago
Fabien Costantini 41d77efe8e Fixed comments 13 years ago
Fabien Costantini 6588c7f390 Fixed indentation as specified by the CMP 13 years ago
Fabien Costantini 2340ea06a6 Fixed a sorting issue w/ different sizes 13 years ago
Fabien Costantini 8154316dc5 improved ascii strcasecmp, and use it in font sort instead of strcasecmp 13 years ago
Fabien Costantini d90b170c8d Fixed more warnings in VC2010 32+64 bits builds 13 years ago
Fabien Costantini 36c52ce810 Fixed even more warnings in Fl_x.cxx & utf8Wrap.c 13 years ago
Fabien Costantini 5e0ecd4dab Fixed a warning in utf8Wrap.c 13 years ago
Fabien Costantini 88cbdd46f7 removed more 64 bits warning in curve/arc demos 13 years ago
Fabien Costantini 636885f28c removed 64 bits warning in arc demo 13 years ago
Fabien Costantini 9011c77c0e Added range test in new fl_ascii_strcasecmp to avoid potential false positives. 13 years ago
Matthias Melcher e2d3d400cd Reverted flags in Fl_Widget to protected. 13 years ago
Greg Ercolano d07ef80207 Various Fl_Tree enhancements: 13 years ago
Albrecht Schlosser fd9f4e6132 Fix STR #2819 (include dirent.h on Windows/MinGW). 13 years ago
Greg Ercolano 42416fa912 Fixed problem with linespacing(): should not affect widget() size 13 years ago
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