3406 Commits (345501a1ddd9e0911fa31c5d26bb6e06884ffa6d)
 

Author SHA1 Message Date
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
Fabien Costantini 76bcfdd4de patch from STR2026 for testing 17 years ago
Albrecht Schlosser 21b8d6aa1a more doxygen updates 17 years ago
Albrecht Schlosser 6ed54124bb Fixed typos and doxygen documentation. 17 years ago
Albrecht Schlosser d9801ae479 STR 2094: Fixed callback handling for FL_HIDE event for Fl_Input_ and 17 years ago
Fabien Costantini b1fefe0645 Fixed vc6 fltkdll would not link in test directory. 17 years ago
Fabien Costantini 8391354f36 Fixed some vc6 targets would not output their binaries to correct directories since last move in ide directory and disparities between slash and backslashes declarations, not all the targets were modified. Should be ok now. 17 years ago
Fabien Costantini 7b49e892b8 Fixing corelib would not compile under vc6 following fl_text_extents() addons. checked on win32/vc6,macosx. Please on other win32 compilers. 17 years ago
Albrecht Schlosser 26c6437407 Replaced all occurrences of deprecated Fl::release() by Fl::grab(0). 17 years ago
Albrecht Schlosser 5f75c5b754 STR 2027: Fixed documentation errors. 17 years ago
Albrecht Schlosser 8a45f9063c Documented module "Safe widget deletion support functions" 17 years ago
Albrecht Schlosser 1849b8df5c Removed extraneous html tag. 17 years ago
Albrecht Schlosser c23538ef54 Fixed typos and amended doxygen docs. 17 years ago
Fabien Costantini 4d837faff1 Doxygen pdf manual: 17 years ago
Fabien Costantini b141ac03a7 fltk-book.tex : Reduced ToC to depth 1 thus limiting the number of pages to 9. 17 years ago
Fabien Costantini be06414346 Enhanced fltk-book.tex to feature automatic date update at each generation by adding a today keyword after doxygen version. 17 years ago