summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-29Shortcut events could be sent to the wrong window (STR #1451)Michael R Sweet
2006-10-29Fl_Spinner did not handle the arrow keys properly (STR #1476)Michael R Sweet
2006-10-29Fl_File_Browser did not calculate the width of directory itemsMichael R Sweet
2006-10-20Don't start widgets offset by 1/2 the spacing value.Michael R Sweet
2006-10-20Treat all "Window" classed widgets as window widgets.Michael R Sweet
2006-10-14Fix dead pixel in FL_GTK_UP_BOX/FRAME (STR #1471)Michael R Sweet
2006-10-13Move icons for blocks game to the right directory.Michael R Sweet
2006-10-11Make sure all of the demos use the scheme, and add a scheme chooser to theMichael R Sweet
2006-10-11fl_arc() and fl_pie() did not draw properly on WIN32 when theMichael R Sweet
2006-10-11Fl_Input and Fl_Text_Editor now hide the mouse pointer whenMichael R Sweet
2006-10-07Use standard link color as the default, not FL_SELECTION_COLOR.Michael R Sweet
2006-10-07Fix install-linux target in test directory.Michael R Sweet
2006-10-04Look for Text.selectBackground instead of fltk.selectBackground toMichael R Sweet
2006-10-04Tweak GTK+ thin up/down boxes.Michael R Sweet
2006-10-03More cleanup of GTK+ scheme - menu buttons now use the new look-n-feel,Michael R Sweet
2006-10-03Add GTK thin up/down box/frame types.Michael R Sweet
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-30Fix void * to integer casts for 64-bit Intel systems (STR #1446)Michael R Sweet
2006-09-29Add Id keyword for expansion.Michael R Sweet
2006-09-28Add fl_gtk.cxx to VC.NET projectsMichael 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-25Adjust arrow sizefor consistency.Michael R Sweet
2006-09-24Update "o" variable detection code to handle more cases (STR #1429)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-20Update Fl::scheme() documentation.Michael R Sweet
2006-09-19STR 1424: attempt to make test/Makefile more roboust for time shifts in fluid...Matthias Melcher
2006-09-18Updated VisualC 6 Workspace for new GTK widget lookMatthias Melcher
2006-09-17Fix handling of public/private stuff for widget classes.Michael R Sweet
2006-09-17Decluttered Fluid Widget Bin to look good w/Mike new GTK+ scheme. Thanks Mike!Matthias Melcher
2006-09-17Add GTK box types and missing plastic round 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-16Added documentation for "fl_can_do_alpha_blending()"Matthias Melcher
2006-09-15Implemented alpha blending for WIN32. I believe that I did it in a way that i...Matthias Melcher
2006-09-15Typo in doc.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-12Add DSOFLAGS to DSOCOMMAND's, so that we inherit X_LIBS and other optionsMichael R Sweet
2006-09-06Additional fix for STR #1415 for Xft font selection.Matthias Melcher