6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Lauri Kasanen 031a30a4b5 Bilinear div-by-zero fix 11 years ago
Lauri Kasanen 8bc524ef27 Remove trailing comma in the last value of an enum, some compilers dislike it 11 years ago
Lauri Kasanen d3a8566cab Move the ewmh_supported check into fl_fix_focus to avoid a double show() on new WMs 11 years ago
Lauri Kasanen 523c657f2e Robustness fix for the first window 11 years ago
Lauri Kasanen 7ebbe0baf4 Add a two-window focus test 11 years ago
Lauri Kasanen 005bfa4294 Fix cross-window focus throwing on X11, similar to the Mac case. STR #3129 11 years ago
Lauri Kasanen d1d203ca57 Add support for dragging to reorder in Fl_Tree, STR #2828 (I) 11 years ago
Albrecht Schlosser d67f2e8e3e Update dependencies. 11 years ago
Albrecht Schlosser 4cc2959be5 Fix a typo. 11 years ago
Greg Ercolano ce1ab7e1ce Fixes to how new move() operations handle the concept 11 years ago
Greg Ercolano 107fc50e48 Solves STR #3127. 11 years ago
Lauri Kasanen 0ed1e8e0f0 Small fix in the bilinear formula 11 years ago
Lauri Kasanen e521c16ab3 Tweak the scaling() comment 11 years ago
Lauri Kasanen cce4cece01 Add bilinear scaling support. STRs #2869 and #3062. 11 years ago
Albrecht Schlosser 105c2b466a Update dependencies. 11 years ago
Albrecht Schlosser 3dbc495127 Remove 'register storage class deprecated' compiler warnings. 11 years ago
Albrecht Schlosser 3f98f88156 Remove unused code and trailing white space. 11 years ago
Manolo Gouy 8a675919fd Removed file FL/Xutf8.h that moved to src/ and is X11-specific. 11 years ago
Manolo Gouy 1a7fcf0757 Fixed header/footer lines. 11 years ago
Manolo Gouy 535fc72035 Fixed header/footer lines 11 years ago
Lauri Kasanen 795342693d Don't grab navkeys with modifiers, as the app may want them. STR #3104 11 years ago
Lauri Kasanen 9905a47ffb Cache created X11 cursors until program exit. 11 years ago
Ian MacArthur 0c90a7b7f4 Remove macros that (re)define hypot from fl_utf8.h, 11 years ago
Ian MacArthur 9c583c5bbc Add Manolo's new shapedwindow demo to the Makefile 11 years ago
Lauri Kasanen ca904c01ad Const the remaining fl_gray_ramp references. 11 years ago
Manolo Gouy 9a4ae935a1 Account for new Fl_Shaped_Window.cxx file 11 years ago
Manolo Gouy 8997131377 Added the Fl_Shaped_Window class to support windows of arbitrary shapes. 11 years ago
Ian MacArthur 22beee52af Try to fix building on OSX (and I assume WIN32) following 11 years ago
Lauri Kasanen 3b1e7f31b9 Const the gray ramps 11 years ago
Lauri Kasanen b42e32f70d Const the shadow, embossed, and engraved color tables 11 years ago
Lauri Kasanen 1c82d8e14b Const two tables in Fl_PostScript.cxx 11 years ago
Lauri Kasanen 02ab0c4a2c Use a larger buffer in fl_shortcut_label. Found by clang. 11 years ago
Lauri Kasanen 6e72a21271 Move the X11 UTF check above in utf8Input to avoid an unused function warning 11 years ago
Lauri Kasanen bbc8782b6a Move Xutf8.h to src/, update includes, refresh makedepends 11 years ago
Albrecht Schlosser 0ddd4e4717 Update .gitignore file 11 years ago
Lauri Kasanen 95ba2900f3 Use the -fvisibility checks properly; needed to move ac_prog_cc and _cxx up in the file. 11 years ago
Lauri Kasanen 7944cc9a57 Revert 10243, it broke the build for others. 11 years ago
Pierre Ossman 936e4ca511 Only link with fontconfig if Xft is used 11 years ago
Lauri Kasanen 1af2035e91 Check for compiler support of -fvisibility and -fvisibility-inlines-hidden 11 years ago
Albrecht Schlosser ee118334be Remove unused variable. 11 years ago
Lauri Kasanen c4b6455d32 Newer linkers are more strict about libs coming after objects. 11 years ago
Lauri Kasanen 376cad54b1 Apply static-fixes.patch by skunk. STR #2988 11 years ago
Lauri Kasanen c4b3a2d5d3 When typing a path in Fl_File_Chooser, the enter key should select the file. STR #2910 11 years ago
Lauri Kasanen 5613941a28 Include Xft results in fltk-config CFLAGS. STR #2893 11 years ago
Lauri Kasanen 9d96c7a26c X11: Use libX11 UTF-8 support when available. 11 years ago
Lauri Kasanen 64dd5df141 Enable symbol visibility on Linux, bringing a shared libfltk on par with Windows. 11 years ago
Lauri Kasanen fc71f3d1ca Ignore test/icon executable 11 years ago
Lauri Kasanen 6bfd46312f Sprinkle some more const on internal arrays. STR #3110 11 years ago
Lauri Kasanen c706d3c101 Constify the pointers in some XPM images. STR #3108 11 years ago
Lauri Kasanen d9505e1b24 Mark a few symbols static. This is the bulk from STR #3111. 11 years ago