summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-03Fix "missing sentinal" warning from GCC 4 - basically this means we usedMichael R Sweet
2006-10-02Fix new alpha blending code to use the source image width instead ofMichael R Sweet
2006-10-02Fix light button drawing so that the glowing LED mode is only used whenMichael R Sweet
2006-09-26STR #1447: Fixed CMake files to include new GTK+ schemeMatthias Melcher
2006-09-25src/Fl_Button.cxx:Michael R Sweet
2006-09-24Adapt Sadysta's alpha compositing code for current implementation ofMichael R Sweet
2006-09-24Flip the color of Fl_Choice to FL_BACKGROUND2_COLOR when there is noMichael R Sweet
2006-09-24Tweak gtk+ drawing of Fl_Choice.Michael R Sweet
2006-09-23Use FL_BACKGROUND2_COLOR for the standard Fl_Choice background instead ofMichael R Sweet
2006-09-23Check buttons did not redraw properly with box() set to FL_NO_BOXMichael R Sweet
2006-09-21Use "1" as the count for the targets query instead of sizeof(Atom).Michael R Sweet
2006-09-20Fix inactive drawing of the new GTK+ box types.Michael R Sweet
2006-09-17Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.Michael R Sweet
2006-09-17Much improved sensing if a machine will do Alpha blending. This may actually ...Matthias Melcher
2006-09-16OK, I believe I fixed the transparency issues on WIN32. Please everyone, test...Matthias Melcher
2006-09-16Found bug in Alpha Blending code when using double buffered windiws. Disabeli...Matthias Melcher
2006-09-15Implemented alpha blending for WIN32. I believe that I did it in a way that i...Matthias Melcher
2006-09-15In Fl_Text_Display, all unused keyboard events are sent to the scrollbars, so...Matthias Melcher
2006-09-13Fixed Fl_RGB_Image::copy. My previous fix had the meaning of ld() wrong.Matthias Melcher
2006-09-06Additional fix for STR #1415 for Xft font selection.Matthias Melcher
2006-09-05Added code to clear the current font cache when the font face is changed. Now...Matthias Melcher
2006-09-05Fixed font caching issue from STR 1415Matthias Melcher
2006-09-05STR #1410: fl_file_chooser could crash after a previously canceled dialogMatthias Melcher
2006-09-04STR 1412: fixed RGB image block copy for ld() values != 0Matthias Melcher
2006-09-04STR #1411: fixed latin-to-macRoman text conversionMatthias Melcher
2006-08-30Fixed typo in 'desktop-osx' install. Commented out unused variable.Matthias Melcher
2006-08-30STR #1151: Cygwin for some reason was ifdef'd out for setting a shorter timou...Matthias Melcher
2006-08-29Updated OSX subwindow simulation code to better add and remove from the clipp...Matthias Melcher
2006-08-29- removed more inconsistencies between fl_draw and fl_measure (STR #1408)Matthias Melcher
2006-08-29Fixed fl_measure which mistook a trailing '@@' for a symbol (STR #1406)Matthias Melcher
2006-08-29STR #1403: GLUT window creation code - better fix.Matthias Melcher
2006-08-28Fix blocks crashes on WIN32 - audio buffer too smallMichael R Sweet
2006-08-25Two simple glut fixes (flickering and VC6 compiler issues).Matthias Melcher
2006-08-25Fixed GLUT behavior on window creation (STR #1267)Matthias Melcher
2006-08-25Fixed OS X bug that would hide tooltips before they were shown (STR #1392)Matthias Melcher
2006-08-25Fixed Fl_Tabs tooltip reappearing.Matthias Melcher
2006-08-24Fixed filechooser to behave as documented when file pattern changes (STR #135s9)Matthias Melcher
2006-08-23Fix Fl_Gl_Overlay to use new valid APIMichael R Sweet
2006-08-23Avoiding problems with some platforms that don't implement hypot() (STR #1366)Matthias Melcher
2006-08-23Fixed Fl_Positioner callback when released (STR #1387)Matthias Melcher
2006-08-23Fixed WIN32 zero size window issue (STR #1387)Matthias Melcher
2006-08-22Refixed STR #1221, fixing STR #1393.Matthias Melcher
2006-08-21Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).Matthias Melcher
2006-08-19Fixed unintialized data bug in OS X timeout functions.Matthias Melcher
2006-08-19Moved Quartz OS X fonts half a pixel up.Matthias Melcher
2006-08-19Fixed speed issues with measuring text sizes in OS X QuartzMatthias Melcher
2006-08-19Fixed focus issues on OSX (str #1377)Matthias Melcher
2006-08-18I forgotMatthias Melcher
2006-08-18STR #1381: added optional "precision" argument when writing floats or doubles...Matthias Melcher
2006-08-17Fixed callback sometimes not calle when using the arrow keys in an Fl_Slider ...Matthias Melcher