3771 Commits (bf4635d00d414e0a0f1deda5b37943e6a175b9ec)
 

Author SHA1 Message Date
Fabien Costantini b00d2bfa42 Doxygen documentation 17 years ago
Fabien Costantini 8d590e0ed8 Help demo: now loads the non framed version main.html instead of index.html 17 years ago
Fabien Costantini 49bb1ab55d Fluid: fixed Help dialog would open the non handled frame version (index.html) instead of the non framed version (main.html) of the documentation, thus making necessary to click to the redirected non-framed page. Now fluid opens directly the non framed documentation. 17 years ago
Fabien Costantini 2689cedc36 Fixed Mac OS X text descent would not return correct height, now multi input lines space between lines matches exactly the spacing in fltk 1.1. No more pixels eaten during drawing. 17 years ago
Fabien Costantini 0836f376e5 STR#2121: fixed a potential memory leak on flavorType, made local stack variables declaration zero initialized when necessary, those not zero initialized are now declared when used. 17 years ago
Fabien Costantini b7e9f1eb77 STR#2121: added a break in the flavortypes main loop just in case one day we have more than one to choose from so that the order of the one choosed is guaranteed, also fixed potential memory leaks by releasing flavorTypeArray when exiting the main loop prematurely. 17 years ago
Fabien Costantini b511a4df08 Updated CHANGES with recent revisions. 17 years ago
Fabien Costantini 49ed3ac908 STR#890 non-lazy fix: as suggested, replaced the one level color attribute saving by a better font style stack including the color in its font style elements. 17 years ago
Fabien Costantini 4cac674b25 STR#2121 improvements: 17 years ago
Fabien Costantini 9c523405a8 Updated CHANGES with recent modifications. 17 years ago
Fabien Costantini 43d5a9de55 STR#890 fix attempt: correct imbricated font color handling. 17 years ago
Fabien Costantini cbd3151d4f STR#2121: Added old fltk 1.1.x scrap buffer paste detection to Fl::paste(). 17 years ago
Fabien Costantini a33d0a6d29 STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 17 years ago
Fabien Costantini e9ef99002f STR#2121 fix: Fixed paste from utf16 content would not work in fltk input widgets, 17 years ago
Fabien Costantini 84920d7cf1 STR #2104 fix: applied patch from sadysta, modified it to harmonize with existing win32 code like global alloc code, wchar_t type use. Added a wchar.h include for gcc win32 targets, compiled and tested under vc2005, gcc mingw, gcc cygwin. 17 years ago
Albrecht Schlosser eec7f80e94 Widgets now remove themselves from their parent group (if any), when destroyed 17 years ago
Fabien Costantini 601a0f0d3e + Fixed font set to const string was potentially free in 17 years ago
Fabien Costantini 8a53f05688 STR50 fix attemp. Added a new check_redraw_corresponding_parent() function to redraw the corresponding tab of a Fl_Tabs or Fl_Wizard group. tested with single, multiple selection. Compared to the proposed patch this version only add one function similar to redraw_overlays() without modifying the Fl_Type class. 17 years ago
Fabien Costantini d7e4bfe777 Doxygen Documentation: 17 years ago
Fabien Costantini cdf64d9a84 Doxygen documentation: 17 years ago
Matthias Melcher c15fc3e71a Added flexible gap size for text buffer (STR #2046) 17 years ago
Matthias Melcher 3c38aa5331 STR 1342: Added somewhat missing Fl_Scrollbar::value(int) 17 years ago
Matthias Melcher 5251b64d57 Changed Copyright in 'src' directory 17 years ago
Matthias Melcher a6e76c29fd Cahngad copyrights in 'test' 17 years ago
Matthias Melcher 167d767e0f Changed the copyright to 2009 for header files. Still todo: src and test directory. 17 years ago
Albrecht Schlosser 04d3d6c0f2 missing header file 17 years ago
Matthias Melcher 6b3f61e3ff In the configuration setp, LIBNAME (which contains the local path of the library as seen from the src directory) was used wrong. I added LIBBASENAME, the true library name without the path, and replaced LIBNAME wherever it was used wrongly. 17 years ago
Matthias Melcher 7180c24f3c STR #1962: I tried to fix the configuration scripts so that the image support libraries (fltk_jpeg fltk_png fltk_z) are linked in the same fashion as the fltk_image library. Please verify this fix. 17 years ago
Fabien Costantini a85a33aa87 Core lib: 17 years ago
Fabien Costantini 79838655ba Doxygen Documentation: 17 years ago
Albrecht Schlosser 1cfa95ae79 This is a complete rewrite of the "X Color Browser" demo program 17 years ago
Albrecht Schlosser d34cc411e0 STR 2101: fl_set_spot() could crash on Windows under certain conditions. 17 years ago
Matthias Melcher a3589a1817 STR 2087: made Fl_Scrollbar::value() 'const' which braks the ABI. 17 years ago
Matthias Melcher 230dbce86d STR #2013: Added missing 'step' getter for Fl_Counter 17 years ago
Matthias Melcher 376ad500f5 STR #2002: Fl_Chart::clear would not clear all members. 17 years ago
Matthias Melcher 4a56fbc4c8 STR #2114: Fl_Browser::clear() did not clear 'last' 17 years ago
Matthias Melcher fad309329b STR #2113: added sorting and a few other functions to Fl_Browser_. 17 years ago
Matthias Melcher 459cd78a94 STR 1735: improved documentation on button types. 17 years ago
Albrecht Schlosser 1b788c8c14 Coordinate transformations in test programs to avoid using the old 17 years ago
Albrecht Schlosser 4495388e8d test/line_style: Added shortcut (&Line) for better "line on/off" testing 17 years ago
Albrecht Schlosser 60b723c00c simplified and removed an extraneous statement. 17 years ago
Albrecht Schlosser 0aacaeb2c2 Improved line_style test program to draw an optional 1-pixel line drawing 17 years ago
Matthias Melcher ac4edf2aed Adding utf8 support for copy and paste under OS X 10.5 (and hopefully below) 17 years ago
Matthias Melcher 47fbe07afe STR #2098: updated the keyboard handling for 10.5 to better handle composed keys. This now works at least for German and American keyboard mapping (I can finally type German text on my US keyboard again), but is still far from perfect. Also applied Ian's patch which I can't test due to missing OS. Thanks, Ian! 17 years ago
Albrecht Schlosser 3db04d80a1 Updated the bundled libpng to v1.2.33. 17 years ago
Fabien Costantini 63b8523126 Updated CHANGES for STR 2106 fix for 1.3. 17 years ago
Fabien Costantini 2b931a6f77 STR#2106 fix:callback not called if radio button state changed from a shortcut but is called when changed with mouse. 17 years ago
Fabien Costantini fd959f45ba XCode31 ide project: Fixed missing header include for the jpeg local lib. Harmonized the osx deprecated api warning removal, now like in the unix makefiles. 17 years ago
Fabien Costantini 4047f3dba7 Sorted buttons order as they appear in fluid, changed the 'same shortcuts A1 and A2 as it is more confusing than helping in finding bugs for this test case. 17 years ago
Fabien Costantini d592a5fe81 Reverting this change that was intented for another branch, not trunk, sorry. 17 years ago