1106 Commits (release-1.1.6)

Author SHA1 Message Date
Bill Spitzak 349f047032 Keypad should produce correct symbols on Brazilian (and any other) 27 years ago
Bill Spitzak 2f22abf4e2 Compose for Icelandic thorn character is "TH" or "th". Also fixed the 27 years ago
Michael R Sweet df8016354c Updated documentation version & edition. 27 years ago
Bill Spitzak add808d7c2 Changes to Fl_Menu_::add() so that you should be able to add to any menu, 27 years ago
Michael R Sweet 816393d2d4 Updated patch version to 2 (1.0.2) 27 years ago
Bill Spitzak 0e29799dda Fl::add_fd() structures are dynamically allocated so you can listen to 27 years ago
Bill Spitzak fa29bbdc0f 1. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer send 27 years ago
Carl E. Thompson 4605f0f635 Guillaume's fix for Fl_Menu_::copy() 27 years ago
Michael R Sweet 4cb0fad70f Applied Gustavo's WIN32 timer patch to the 1.0.x branch. 27 years ago
Carl E. Thompson 81c7d9b215 Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 27 years ago
Michael R Sweet 617a7ee619 Makefile didn't clean DSO... 27 years ago
Bill Spitzak cf2a058806 consistent use of $(LIBRARY) rather than $(LIBNAME) 27 years ago
Michael R Sweet 963f225ab5 Changed hard references to libfltk.a and friends to $(LIBRARY) and 27 years ago
Michael R Sweet edab1ef055 Can't use chmod -R on header directory... 27 years ago
Michael R Sweet 08a3198886 Fixed install rule for DSOs - was copying the wrong file... 27 years ago
Michael R Sweet a5778a1864 Updated README and distribution packages to use v1.0.1. 27 years ago
Michael R Sweet 5df541f4f8 Applied Dmitry's timeout patch. 27 years ago
Bill Spitzak 2eafe965c9 Changes from Luis Ibanez to make it compile under Borland. 27 years ago
Bill Spitzak 4163d5b5ad Added clipping suggested by Dmitry Potapov 27 years ago
Bill Spitzak 860eda9df2 Clears value() when you clear the menu() 27 years ago
Bill Spitzak 8b80ea35fe Fixes for os2x by Alexander Mai 27 years ago
Bill Spitzak cb3e368539 Fixed alignment of Fl_Choice label with the text in the pop-up menu 27 years ago
Bill Spitzak 05c916d353 DOH! Fixed even more typos in my fix for Fl_Browser::item_height. 27 years ago
Bill Spitzak f34388f29a fixed typo that I managed to check in last time... 27 years ago
Bill Spitzak 0f64401722 Fixed Fl_Browser::item_height, I believe this will fix Adrian Miranda's 27 years ago
Bill Spitzak 2316172e5f Fixed fluid bug that caused styles patch to crash when you delete menu item. 27 years ago
Carl E. Thompson fcaa42485f Fix return value of Fl::check(). This fixes the "cube" demo and possibly 27 years ago
Michael R Sweet ce193d0ec5 Fix from Dmitry - wasn't copying data when replacing the text value of a 27 years ago
Bill Spitzak b6115887c8 Changes to dial so that counter-clockwise motion is supported if you 27 years ago
Carl E. Thompson f7e1ff7742 Changes Fl_Dial to use XForms defaults for angles 27 years ago
Michael R Sweet 72d1391dbb scandir.c used a variable named "new", which is valid ANSI C but 27 years ago
Michael R Sweet 47e91e6c26 Added libfltk.a to install rules, so both the shared and static libraries 27 years ago
Michael R Sweet 022e5d90f1 Updated Linux DSO rules. 27 years ago
Michael R Sweet aa5c3060ca Added #ifdef for backspace hack - is this really necessary? I've never 27 years ago
Bill Spitzak 84ad113a5b Fixes for FL_FILL_DIAL 27 years ago
Bill Spitzak 92ff32aa80 Fixes to Fl_Dial so it stops moving when you drag to ends of region. 27 years ago
Bill Spitzak a28b483177 Small fixes suggested by Guillaume Nodet 27 years ago
Carl E. Thompson e42ff9a65c This adds support for the Fl_Dial::angles() method. This seems to work 27 years ago
Michael R Sweet 1f2b1e5470 Added (unsigned) cast to isxyz() calls to get rid of compiler warnings. 27 years ago
Bill Spitzak 51d37642ba Contributed code for more accurate item_height() in Fl_Browser. 27 years ago
Bill Spitzak 6c793587e3 I hope this is a fix for vsnprintf on HPUX. It declares it but does 27 years ago
Bill Spitzak 8be248edbc check() calls flush() after processing events, as requested. This should 27 years ago
Michael R Sweet 9fdae51b8c Added #define for WM_SYNCPAINT if needed. 27 years ago
Michael R Sweet acd6cece37 Fixed WM_SYNCPAINT patch - should be WM_NCPAINT... 27 years ago
Michael R Sweet 75964566a2 Added memset() to Fl_Menu_::insert() after allocating and copying the 27 years ago
Michael R Sweet e9dd6127e2 WIN32 fixes from Dmitry Potapov: 27 years ago
Michael R Sweet e3eaeb0f5c Put fl_elapsed() call before loop in Fl::add_timeout(). 27 years ago
Michael R Sweet 516ed80d97 Added "buffer=0" in constructor to avoid purify errors. 27 years ago
Michael R Sweet 20cba9fc64 Fixed menubar button bug - wasn't doing a redraw... 27 years ago
Michael R Sweet 681ff11d8e Updated DSO install commands - now remove the symlink before remaking it. 27 years ago