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