summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-22More clipping fixes for X11 with coordinates > 32767 (STR #2304).Albrecht Schlosser
The following functions are fixed now: fl_rect(x,y,w,h), fl_rectf(x,y,w,h), fl_not_clipped(x,y,w,h), fl_xyline(x, y, x1), and fl_yxline(x, y, y1). These functions are sufficient for basic box and frame drawing functions, but maybe there are other functions left. Note that fl_xyline() and fl_yxline() are fixed only for one line segment. Those with more line segments need still to be fixed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7884 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-22Removed redundant case in fix for STR #2304.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7883 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-22Fix X11 coordinates > 32767 (STR #2304).Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7882 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-21STR #2428: Applied Manolo's 'line 86' mod to fix warnings on Tiger. Tested on:Greg Ercolano
Tiger: no warnings now (had warnings before) Snow Leopard: no warnings now or before Ubuntu 8.04: no warnings now or before Windows + VS 2005 Express: no warnings now or before git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-21Fixed XExpose event for soome WM's (STR #2039)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7880 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-20Fixed weird indentsGreg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7879 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-20To fix STR #2452Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7878 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-19To fix STR #2451Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7877 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-18Removed FLTK compose system for MSWindows. This should leave keyboard ↵Matthias Melcher
control to the OS instead of having something FLTK specific on top. I can't fully test this because I have merely a U.S. keyboard, but dad keys still seem to work... . git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7876 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-18Fixed STR 2449Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7875 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-18Fixed file access code to use UTF-8 strings (STR #2440)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7874 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-18Fixed ARM Unicode cross compilation issue (STR #2432)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7873 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-18Removed USE_QUARTZ, __APPLE_COCOA__, __APPLE_QD__ that are no longer usedManolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7872 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-18added possible Mac OS X --with-archflags values in help text.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7871 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-18Mac OS X: compile with default architecture (i386 on 10.5, x86_64 on 10.6) ↵Manolo Gouy
and allow alternative architecture running configure with option --with-archflags="-arch xxx" git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7870 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-17Fixed ./configure --enable-shared=yes on Mac OS X 10.6Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7869 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-17Removed compilation warnings when compiling before 10.5 (STR 2428)Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7868 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-17Fixed cmake under Mac OS XManolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7867 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-17Improved support for faulty X11 clients (STR #2385)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7866 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-17Library directory prefix for 64 bit buildsMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7865 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-17Documentation updates for Fl_Window::xclass(), default_xclass(),Albrecht Schlosser
and show(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7864 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-16Fixed xclass support for Fl_Window (STR #2053)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7863 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-16Fixed Caps Lock handling in X11/XIM (STR #2366)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7862 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-16Made Mandelbrot window single buffered againMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7861 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Fixed handling of missing fonts in Xft (STR #2355)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7855 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Added unittests to the Xcode IDE.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Added unittests test program to both VisualC solutions (2008 and 2010)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7842 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Fix Windows file chooser preview (STR #2440)Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7841 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Applied latest changes for STR 2215Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7840 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Removed preset theme from tree test, so that launching the test with the ↵Matthias Melcher
demo app can show the various available themes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7839 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Solves STR #2428: Silence double->int conversion warningsGreg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Fixed X11 cut/copy problem on 64-bit systems (STR #2419)Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7837 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Solves STR #2428: Silence float->int conversion warningsGreg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7836 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Solves STR #2428: Silence float->int conversion warningsGreg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7835 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-15Solves STR #2428: Silence numerous compiler warnings about float->int ↵Greg Ercolano
conversions, etc. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7834 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14Added alternative Xft font names (STR #2215)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7833 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14Update lib png access (STR #2442)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7832 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14Fixed OpenGL hide/show issue in OS X (STR #2260)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7831 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14corrected fluid.desktop (STR #2328)engelsman
removed "cd %D" as the %D is deprecated anyway. updated README and README.Unix to describe install-desktop git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7830 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14Added a little bit of docs for Fl::option()Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7829 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14Removed UTF-8 codes that would make the SGI compiler crash. STR 2439.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14Rename variable in Fluid to make more senseMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-14Added visual indication for buttons activated by a keyboard shortcut (STR 2372Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7826 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-13added --prefix and --includedir flags to fltk-config (STR #2137)engelsman
also fixed typo in fltk-config.cmake.in (STR #2443) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7825 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-13fixed const correctness in fluid/Fl_Function_Type.cxx (STR #2441)engelsman
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7824 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-12Applied Domingo's suggestion for formatted Fluid outputMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-12Fixed missing internationalisation of menus generate by Fluid (STR #2246)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7822 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-12removed obsolete compiler-specific #if... part after dropping gcc 2.x supportAlbrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7821 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-11Forgot a fileMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7820 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-11-11This should fix all remaining issues with Fl_Text_*. Wrapping is no pixel ↵Matthias Melcher
aligned. Pressing up and down will be pixle bound. A few crashes removed (we still crash with faulty UTF-8svn diff | grep Index:). Fixed blinking selection when outside the widget. Added dnd sending and receiving. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7819 ea41ed52-d2ee-0310-a9c1-e6b18d33e121