summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-12Added the standard rgb.txt file from X11 to the test directory,Michael R Sweet
2005-05-12Resizing of OpenGL subwindows was broken on OSX (STR #804)Michael R Sweet
2005-05-12The fltk-config script now supports running from a sourceMichael R Sweet
2005-05-12Fl_Browser_ didn't update the position properly when an item wasMichael R Sweet
2005-05-12fl_contrast() now compares the luminosity of each color (STRMichael R Sweet
2005-05-12Fl_Input_ crashed on some platforms when wrapping internationalMichael R Sweet
2005-05-12Check for FL_MOVE messages with the high bit set to 1 - treat as signed coord...Michael R Sweet
2005-05-12Fixed some BMP images loading bugs (STR #825)Michael R Sweet
2005-05-12Fl_File_Chooser now returns directory names with a trailing slashMichael R Sweet
2005-05-12Fl_Help_View now supports the FONT and U elements (STR #815)Michael R Sweet
2005-05-12Fix drawing of non-square round boxes.Michael R Sweet
2005-05-12OpenGL windows that were completely off-screen caused problemsMichael R Sweet
2005-05-12Multiple screen support didn't work on Windows NT and 95 (STRMichael R Sweet
2005-05-12Fl_Scrollbar didn't compute the correct knob size when using theMichael R Sweet
2005-05-12fl_draw() would segfault on WIN32 if no font was set; it now usesMichael R Sweet
2005-05-12Fl_Browser_ was calling the callback multiple times for a singleMichael R Sweet
2005-05-09Remove an extra, bogus strlcpy() from the Fl_File_Chooser::value(int)Michael R Sweet
2005-04-30Add filenew, fileopen, filesave, filesaveas, and fileprint symbols.Michael R Sweet
2005-04-28Fix MacOS X 10.4 compile issues.Michael R Sweet
2005-04-21FLUID wasn't tracking all changes on the widget panel, so undo and save stuffMichael R Sweet
2005-04-21Updated Fl_Tabs to check the contrast of the label color againstMichael R Sweet
2005-04-21Move docdir definition to makeinclude.in (STR #824)Michael R Sweet
2005-04-18Fix compiler warnings.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-04-15Fix subclass callback output code.Michael R Sweet
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-04-15Move -Wconversion option for GCC to extra warning options (not enabledMichael R Sweet
2005-04-14Fix compiler warnings.Michael R Sweet
2005-04-14Eliminate compiler warnings on Solaris...Michael R Sweet
2005-04-14Make comment strings const char *...Michael R Sweet
2005-04-13Add -Wno-format-y2k option to eliminate Y2k warnings - ignored by someMichael R Sweet
2005-04-13Only use __deprecated__ with GCC 3.0 and higher.Michael R Sweet
2005-04-13#include print_panel.cxx in fluid.cxx, so that we don't need to put it inMichael R Sweet
2005-04-13Cast GetCurrentProcessId to int to avoid compiler warning.Michael R Sweet
2005-04-11Fix definition of auto_indent() method...Michael R Sweet
2005-04-11Remove all warnings for Mac buidl with gcc (except one)Matthias Melcher
2005-04-11Bump width of focus box by 1 (STR #786)Michael R Sweet
2005-04-10Fixed the drawing of the Fl_Browser_ selection box (STR #786)Michael R Sweet
2005-04-10Check for proper directory handling with FL_Enter (STR #787)Michael R Sweet
2005-04-10Add missing include for undo functions (STR #773)Michael R Sweet
2005-04-10Fix move within custom widget bug (STR #796)Michael R Sweet
2005-04-10Remove CodeWarrior directory.Michael R Sweet
2005-04-10Remove CodeWarrier files.Michael R Sweet
2005-04-10The FLTK string functions are now compiled in on all systems (STRMichael R Sweet
2005-04-10Fixed symbol demo label bug (STR #777)Michael R Sweet
2005-04-10Fixed position of menu titles (STR #794)Michael R Sweet
2005-04-10Add GCC printf format attribute check to catch code formattingMichael R Sweet
2005-04-09FLUID widget class support fixes.Michael R Sweet
2005-04-09Added missing Fl_Window::copy_label() method.Michael R Sweet