summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-01Documentation updates (FL/Fl_Widget.H): removed some \todo's.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8155 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-01Adjusted test/hello.cxx for potentially wider XFT fonts and changed theAlbrecht Schlosser
code to match the documentation in basics.dox. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8154 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-01Minor documentation fixes (typos).Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8153 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-01OS X: minor doc change.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8152 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-01A bunch of documentation updates. Not sure if I found everything. The ↵Matthias Melcher
Unicode section needs some love. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-01Using FL_COMMAND in test/editor shortcuts to make it Mac Keyboard compatible.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8150 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-01Fix fltk-config --post - script wrapper for app bundle had broken dirname call.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8149 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-31STR 2499: remove unused function prototypes in Fl_Text_Buffer.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8148 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-31Added missing FL_ALIGN_... documentation.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-31STR 2501: fixed freeing of incremented pointer.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8146 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-30fix install without building fltk.pdfyuri
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8145 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-30Fixed XFT layout problems in fluid/about_panel.fl (STR #2165) and copyrightAlbrecht Schlosser
year. This is far from a complete solution for STR 2165, but it fixed the most prominent issue (about_panel). It's done be enlarging some boxes and the whole window. M fluid/about_panel.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8144 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-30Fix STR #2498: removed run-time array allocations.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8143 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-30Updated dependencies.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8142 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-30Changed default for configure option --with-links for common misspellingsAlbrecht Schlosser
on case sensitive file systems like Unix/Linux, as discussed some time ago. The new default is --without-links. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-29Attempt at separating distribution sources and docs.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-29Reversed stupid idea in 'distclean'Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8138 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-29makesrcdist script would remove 'GL' directory on non-case-sensitive ↵Matthias Melcher
operating systems. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-29Mac OS X: keep Mac-specific fl_beep() code in file src/fl_ask.cxxManolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8136 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-29Mac OS X: removed dependency from AudioToolbox.framework by calling NSBeep() ↵Manolo Gouy
from Cocoa. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8135 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28Win32 right-to-left text: output whole string to obtain correct ligatures ↵Manolo Gouy
between Arabic letters. This new algorithm is not coherent with fl_width() but allows minimal usage of fl_rtl_draw(). The utf8 demo shows the effect of this change. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8134 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28Added some descriptive text for the example.Greg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8133 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28remove FL_EXPORT - fix link error of users programsyuri
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28fix MSVC includesyuri
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8131 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28Made sure FL/x.H is included only when necessary.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28Use device abstraction for colors.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8129 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28Use device abstraction for image drawing.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8128 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28Added right-to-left text drawing to PostScript graphics driver.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-28Use device abstraction for font and text drawing.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Updated documentation/fltk.pdf for 1.3.0-rc2Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Updated dependenciesAlbrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8124 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27'make distclean' cleans Xcode leftoversMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8122 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Attmpt to throw away meaningless CHANGES entries, and resort by priority in ↵Matthias Melcher
better categories. The CHANGES file is a clear indicator of packing much too much into a single *minor* release. OTOH: boy, have we been active! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8121 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Removed useless statements.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Necessary after changes brought in r.8113Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8118 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Removed Doxygen warning.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Removing unused doc dependencies on images.Greg Ercolano
Mods as per conversation on fltk.development today, subject: "Re: Remove image dependencies ? [was: Re: [Library] r8091 - in branches/branch-1.3:FLdocumentation/src]" git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8116 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-27Finishing up STR#2479 as per Manolo/Greg/Albrecht conversation.Greg Ercolano
We return 0 for all unused keystrokes in Fl_Input. So instead of 'return 1: absorb keystroke and ignore', we're going with 'return 0: ignore keystroke and let parent have a shot at it'. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8115 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-23Added doc of fl_open_display() and fl_gc under OS X.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8114 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-23Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compileManolo Gouy
client applications without including Mac OS system headers, with a gain in speed of compilation and portability. The source files of all FLTK libraries must now be compiled with -DFL_LIBRARY under Mac OS X. Make, CMake and Xcode project support files have been modified accordingly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-23Corrected typos.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8112 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-23Doc change: fix error in Mac shortcut for delete word left.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8111 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-23Doc changes: mention that FL_COMMAND modifier exists in doc of the ↵Manolo Gouy
Fl_Menu_::add() function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8110 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-23Replaced "^o" shortcut by FL_COMMAND+'o'Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8109 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-22Doc changes: use consistently "selection buffer" and "clipboard" as names of ↵Manolo Gouy
the two buffers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-22Fix STR #2495: free memory during destructor of Fl_Type object. Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8107 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-22Fixes to ensure readonly() widget is not modified by destructive keyboard ↵Greg Ercolano
functions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8106 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-22Doc changes for Fl::copy(), Fl::paste() and Fl::dnd(). The terms used are ↵Manolo Gouy
now the "selection buffer" for middle-mouse paste and DnD, and "clipboard" for copy/paste. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8105 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-22Removed obsolete link from README.MSWindows.txtAlbrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8104 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-22CHANGES: Fixed typos and removed trailing spaces.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8102 ea41ed52-d2ee-0310-a9c1-e6b18d33e121