1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
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
Greg Ercolano d741da4317 indent fixes 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
Manolo Gouy e0fca85c74 Added missing initialization in Fl_Paged_Device constructor 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
Manolo Gouy 60d448d150 Removed Fl_Widget::is_fullscreen() that is just another name for Fl_Window::fullscreen_active() 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 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 32d4bc4099 Fix STR#2810: removed all uses of function Fl_Device::class_name(). 13 years ago
Manolo Gouy f6cb583e27 Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha() and 13 years ago
Greg Ercolano 40ece0489e Added commented out FLTK_ABI_VERSION macro definition 13 years ago
Manolo Gouy 4e3f9e2ab3 The Fl_Paged_Device destructor is made public instead of protected to ease the use of custom 13 years ago
Manolo Gouy 5237b2bc76 The virtual member functions of the Fl_Graphics_Driver abstract class that were set to 0 are now set to 13 years ago
Manolo Gouy da5c3c2cbc Added missing #include <stdlib.h> 14 years ago
Manolo Gouy 477febec7b Added missing initialization/deallocation of member variables of class Fl_Graphics_Driver 14 years ago
Michael R Sweet e3f407427c Pass through menu() accessor. 14 years ago
Greg Ercolano 9a4ef219de Fl_Tree optimizations for selecting large trees (100k items). 14 years ago
Albrecht Schlosser 92d846caa4 Fixed Fl_Preferences documentation typos. 14 years ago
Manolo Gouy b8d34a254f Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (cont'd). 14 years ago
Greg Ercolano 94563a2d33 Improved docs, added example image 14 years ago
Greg Ercolano 759794dbdb Added docs to show how to walk the menu array. 14 years ago
Manolo Gouy 900fe72b8a Fixed the Doxygen comments of the Fl_Overlay_Window class. 14 years ago
Greg Ercolano 272475dde4 Fixing STR #2786; clipping problem with child FLTK widgets. 14 years ago
Albrecht Schlosser d250e21542 Fixed Fl_Input_::maximum_size() documentation and Fl_Input::replace() 14 years ago
Manolo Gouy 3edb5e5aba Fix STR #2782: allow early #include <FL/Fl_Native_File_Chooser.H> 14 years ago
Manolo Gouy 409afd29cc Mac OS: more accurate definition of the Window system-specific type. 14 years ago
Manolo Gouy a1d63bc158 Mac OS: removed unused type Fl_XMap and global variable fl_current_xmap. 14 years ago
Manolo Gouy 594918c817 Reflected the creation of the FL_SCREEN_CONFIGURATION_CHANGED event. 14 years ago
Greg Ercolano 32cbe8ffb0 More fixes for STR#2714: remove lint (variables that have the same name as a function in the same scope). 14 years ago
Manolo Gouy 5e136f4c39 Remove Doxygen warnings introduced at r.9116 14 years ago
Matthias Melcher c1caad3e62 STR 2714: remove lint (variables that have the same name as a function in the same scope). 14 years ago
Manolo Gouy 2df4196d8b About STR#2600 : some code factorization. 14 years ago
Matthias Melcher 7694e9b0a6 STR 2719: removed double comment 14 years ago
Albrecht Schlosser 309742dab3 Fixed doxygen comment. 14 years ago
Manolo Gouy c029bba113 Fix STR#2600 for the MSWindow and Mac OS platforms. 14 years ago
Greg Ercolano 7d44e7f378 Solve Fl_Tree issues w/ STR#2714 (shadow variable issue for apps) 14 years ago
Manolo Gouy d9cda5c3aa Fix STR#2695 & 2697: correct computation of work areas with multiple screens. 14 years ago
Matthias Melcher 7ed9960a28 STR 2677: new cursor shape for Fl_Text_Display 14 years ago
Matthias Melcher 1231d41366 STR 2702: body of fl_draw_image_mone was missing for one case. 14 years ago
Manolo Gouy 5b04fd35fc Mac OS: simplified use of #define MAC_OS_X_VERSION_10_x 14 years ago
Manolo Gouy 76b50461ed Changed doc of fl_draw() functions to state that strings are UTF-8 encoded and lengths are in bytes. 14 years ago