| Age | Commit message (Expand) | Author |
| 2005-05-26 | Selected tabs are now drawn slightly larger than unselected tabs | Michael R Sweet |
| 2005-05-23 | There are still some artefacts, probably a confusion between round and rounde... | Matthias Melcher |
| 2005-05-20 | Fix FL_PLASTIC_DOWN_BOX artifacts (STR #852) | Michael R Sweet |
| 2005-05-20 | Fix sentinel value for HWND on WIN32 (STR #862) | Michael R Sweet |
| 2005-05-20 | Fl_Preferences::getUserdataPath() didn't work for sub-groups (STR | Michael R Sweet |
| 2005-05-19 | Revert WIN32 redraw fix from r4244, and apply a new one that is a bit | Michael R Sweet |
| 2005-05-19 | Fix eol-style in Watcom files... | Michael R Sweet |
| 2005-05-19 | FLUID didn't set the initial size of widgets properly (STR #850) | Michael R Sweet |
| 2005-05-19 | Update Fl_Tabs to draw selected tabs using labelcolor() of the Fl_Tabs | Michael R Sweet |
| 2005-05-17 | Fixed the silly gcc 4.0 warning about ~0 being negative 1. | Matthias Melcher |
| 2005-05-13 | Fix WIN32 compile errors. | Michael R Sweet |
| 2005-05-13 | filename_relative() now converts the current directory to forward | Michael R Sweet |
| 2005-05-13 | Fl_File_Chooser::value() and ::directory() now handle paths with | Michael R Sweet |
| 2005-05-13 | Updates to cmake project files (STR #813) | Michael R Sweet |
| 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 |