2721 Commits (7b4d33bbddbcc05fa7c31b2275e8f1bb2e516a75)
 

Author SHA1 Message Date
Michael R Sweet 5ae7999e41 Move icons for blocks game to the right directory. 19 years ago
Michael R Sweet b5b97b305f Make sure all of the demos use the scheme, and add a scheme chooser to the 19 years ago
Michael R Sweet 367c40a9b7 fl_arc() and fl_pie() did not draw properly on WIN32 when the 19 years ago
Michael R Sweet 09a1c11ac1 Fl_Input and Fl_Text_Editor now hide the mouse pointer when 19 years ago
Michael R Sweet b82b4c4445 Use standard link color as the default, not FL_SELECTION_COLOR. 19 years ago
Michael R Sweet 7b15f5b159 Fix install-linux target in test directory. 19 years ago
Michael R Sweet e8aac38a70 Look for Text.selectBackground instead of fltk.selectBackground to 19 years ago
Michael R Sweet 228af43a56 Tweak GTK+ thin up/down boxes. 19 years ago
Michael R Sweet 3c03eb67a0 More cleanup of GTK+ scheme - menu buttons now use the new look-n-feel, 19 years ago
Michael R Sweet 7febae3f9e Add GTK thin up/down box/frame types. 19 years ago
Michael R Sweet ad4a4ea0db Fix "missing sentinal" warning from GCC 4 - basically this means we used 19 years ago
Michael R Sweet 4d0529a276 Fix new alpha blending code to use the source image width instead of 19 years ago
Michael R Sweet 849ecabf53 Fix light button drawing so that the glowing LED mode is only used when 19 years ago
Michael R Sweet 5e39761d40 Fix void * to integer casts for 64-bit Intel systems (STR #1446) 19 years ago
Michael R Sweet 4b77e169bf Add Id keyword for expansion. 19 years ago
Michael R Sweet bce3e769bd Add fl_gtk.cxx to VC.NET projects 19 years ago
Matthias Melcher cc1ab1a315 STR #1447: Fixed CMake files to include new GTK+ scheme 19 years ago
Michael R Sweet faddffcf18 src/Fl_Button.cxx: 19 years ago
Michael R Sweet 69dcc7c685 Adjust arrow sizefor consistency. 19 years ago
Michael R Sweet 174c006fd5 Update "o" variable detection code to handle more cases (STR #1429) 19 years ago
Michael R Sweet ad40154ca3 Adapt Sadysta's alpha compositing code for current implementation of 19 years ago
Michael R Sweet b91935040a Flip the color of Fl_Choice to FL_BACKGROUND2_COLOR when there is no 19 years ago
Michael R Sweet a4c2cbd49a Tweak gtk+ drawing of Fl_Choice. 19 years ago
Michael R Sweet 9663eaa1c4 Use FL_BACKGROUND2_COLOR for the standard Fl_Choice background instead of 19 years ago
Michael R Sweet b04788a189 Check buttons did not redraw properly with box() set to FL_NO_BOX 19 years ago
Michael R Sweet f0180536b3 Use "1" as the count for the targets query instead of sizeof(Atom). 19 years ago
Michael R Sweet 1d23087fc9 Fix inactive drawing of the new GTK+ box types. 19 years ago
Michael R Sweet 5be931cebd Update Fl::scheme() documentation. 19 years ago
Matthias Melcher 7a60537122 STR 1424: attempt to make test/Makefile more roboust for time shifts in fluid generated code 19 years ago
Matthias Melcher a962c9222e Updated VisualC 6 Workspace for new GTK widget look 19 years ago
Michael R Sweet 6a01d2cf69 Fix handling of public/private stuff for widget classes. 19 years ago
Matthias Melcher 36d32a9ec9 Decluttered Fluid Widget Bin to look good w/Mike new GTK+ scheme. Thanks Mike! 19 years ago
Michael R Sweet 982ee98332 Add GTK box types and missing plastic round box types. 19 years ago
Michael R Sweet b4c1d3ef03 Implement new "gtk+" scheme which provides a Bluecurve look-n-feel. 19 years ago
Matthias Melcher d63cf6e315 Much improved sensing if a machine will do Alpha blending. This may actually be the solution. If Alpha blending is not supported, we fall back to the old screen door transparency. 19 years ago
Matthias Melcher b39938e5cc OK, I believe I fixed the transparency issues on WIN32. Please everyone, test the code on all machines. 19 years ago
Matthias Melcher 8238e05727 Found bug in Alpha Blending code when using double buffered windiws. Disabeling code until I find the fix. 19 years ago
Matthias Melcher f55b412582 Added documentation for "fl_can_do_alpha_blending()" 19 years ago
Matthias Melcher c6de2dd3ef Implemented alpha blending for WIN32. I believe that I did it in a way that is compatible even with Windows 95, but please let me know if you have any concerns. Cygwin not tested, but hopefully OK. 19 years ago
Matthias Melcher dac4c56304 Typo in doc. 19 years ago
Matthias Melcher ff94d41c51 In Fl_Text_Display, all unused keyboard events are sent to the scrollbars, so that the user can scroll through text using the usual navigation keys (left, right, up, down, page up, page down) 19 years ago
Matthias Melcher 27217f9a74 Fixed Fl_RGB_Image::copy. My previous fix had the meaning of ld() wrong. 19 years ago
Michael R Sweet ef2dc5bd87 Add DSOFLAGS to DSOCOMMAND's, so that we inherit X_LIBS and other options 19 years ago
Matthias Melcher 44264e3c4e Additional fix for STR #1415 for Xft font selection. 19 years ago
Matthias Melcher 7ac3b8e5b9 Updated documentation on Fl::box_dx and friends. 19 years ago
Matthias Melcher c989ca4bdf Updated documentation to reflect Fl_Window::xclass caveat. STR 1420 19 years ago
Matthias Melcher 8c94b01142 Added code to clear the current font cache when the font face is changed. Now for OS X and X11 as well. 19 years ago
Matthias Melcher caa6fd1ff2 Fixed font caching issue from STR 1415 19 years ago
Matthias Melcher 4b50eb2244 Restoring the accidentaly destroyed hello.cxx 19 years ago
Matthias Melcher bfe61f036a STR #1410: fl_file_chooser could crash after a previously canceled dialog 19 years ago