summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-28Revert change for STR #2028, which is not correct.Michael R Sweet
$(foo) is NOT portable, and nested quotes like "'$foo'" are required to do variable expansion for POSIX compatibility. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6176 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-28STR #2028 fix: single quotes changed to double quotes around the variable ↵Fabien Costantini
$compile to make it interpreted, Thanks alvin git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6175 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-28wsock32 static lib dependency removal from win build files.Fabien Costantini
error msg if wsock load fails changed by Fl::fatal() API use. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-27STR #1972 fix :check validity of icrsr before updating cursor state.Fabien Costantini
Fixes crashes when setting up Fl_Wizard pane dynamically before show() is called. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-27+ Added a new optional compile time varaible named USE_WSOCK1 that would ↵Fabien Costantini
change the use of the WINSOCK2 libray by default, by the use of Winsock 1 (also implies the use of winsock.h instead of winsock2.h) + Removed one unused ret variable. TODO: remove unnecessary wsock32.lib dependency from fltk-config, and other win32 build files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6172 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-26Make sure script double-quotes $0...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-26Use $@ for arguments passed to the bundled executable.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6170 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-26included the broken_image test in the free() method of Fl_Help_View for ↵Fabien Costantini
Win32, now also fixes heap error on exit git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6169 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-26STR #2004 fix: got inspired from suggested modifications but limited their ↵Fabien Costantini
impact for broken_image test because it is not needed for osx and win32 platforms. thanks Mark and Sebastian. Works great in X11 now. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6168 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-26removed unused wsock api, fixed return result in fl_ready() Fabien Costantini
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6167 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-25STR #1906 fix continued:Fabien Costantini
vc2005 proj files updated accordingly as stated in previous commit, to reflect the wsock32.lib removal from the makefiles. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6165 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-25STR #1906 fixed as discussed :Fabien Costantini
Now winsock2 is linked instead of winsock1 by default. Also, this lib is now linked dynamically on-the-fly, only when needed. Separate commit will follow for vc2005 proj. modifications (removing wsock32.lib) for more readability. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6164 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-25STR2025 fix:now both debug and release mode compiles beautifully, demo ↵Fabien Costantini
compile and works with its bundled file. Hardcoded debug paths in fluid sh invocation have been set to TARGET_BUILD_DIR variable so that it now works in debug and in release mode properly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6163 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-15Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is ↵Matthias Melcher
only used in the core files and not available to the user. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6162 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-15Made the 'align' flags somewhat more typesafe and the associated functions ↵Matthias Melcher
more self explenatory. The large commit results from a new run of Fluid of the Fluid .fl files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6160 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-12Typos found by Albrecht. Thanks.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-12Wrong attribute fixed in Doxygen.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-12Added all the remaining doxygen documentation for Fl_WidgetMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6157 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-12Fixed argument renamingMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6156 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-11Moving more documentation into doxygen formatMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6155 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-08-10Added a little more doxygen documentation for enumerationsMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6152 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
that executes the bundled program. Change the defaults for Quartz, threading, large file support, XDBE, Xft, and Xinerama to "yes". Remove the old Mac OS X resource fork file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6142 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-06-17Fixed Fl_File_Chooser::add_extra docs.yuri
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-21Modfied README.mac to explain how to build Universal Binaries for earlier OS ↵Matthias Melcher
X versions like Tiger. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6131 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-21Further improvements for the XCode IDEMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-14XCode: removed user-specific configuration filesMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6129 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-14XCode: Changed 'Adjuster' to use fltk as an embedded framework (which may ↵Matthias Melcher
break all other executables at this point!). Embedding corresponds to statically linking and will be an option for fltk within XCode. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6128 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-13XCode: adding application icon to Fluid.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-13XCode: cleaning up property listsMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-13Adding the remaining test programs to the OS X XCode project. Still far from ↵Matthias Melcher
done... . git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-13Added first half of XCode 3.0 IDE support for FLTK 1.3. FLTK is built as a ↵Matthias Melcher
set of frameworks. Fluid will be used to compile .fl files just in time. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6124 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-01fix Fl_Font and Fl_Font_Size types in Fl_File_Chooser.fl fileyuri
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6122 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-01STR # 1908 - usage exampleyuri
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6121 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-01STR #1908 add Fl_Widget* add_extra(Fl_Widget*) function to Fl_File_Chooser classyuri
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-24Text_Display was using a wrong border margin STR 1909Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6118 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-24Fixed issues with Fl_Scroll inside and Fl_Scroll (STR #265)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23Upating CHANGESMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6116 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23Changed Makefile in src to use 1.3 instead of 1.1 (STR #1922). Fixed minor ↵Matthias Melcher
issue with handling of shortcuts in text input fields. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6115 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23A few more chnaged to get Fl_Font as a new type goingMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6114 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ↵Matthias Melcher
Fl_Font_Size as a type to measure font height (or rather size). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23All widget coordinates are now 32 bit. Beware though, on a 16 bit graphics ↵Matthias Melcher
system, line drawing and window positioning is still messed up for coordinates beyond 16 bit. See STR #1929. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6112 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23Adding keyboard shortcut to Fl_Value_Input and Fl_Text_EditorMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6111 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-22Fl_Value_Input is not derived from Fl_Input_. Fixing Fluid.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6110 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-22Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR ↵Matthias Melcher
#1770). Code added for Fluid. Documentation updated. This commit must be considered partial because there is no shortcut handling for Fl_Text_Display derived widgets or Fl_Value_Input which is derived form Fl_Valuator. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6109 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-22Applying 1.1.9 changes to the 1.3 branch.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6099 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-08Added two UTF-8 support headers which can not be used just yet. Added sample ↵Matthias Melcher
implementation of Doxygen documentation, including a Doxygen config file, two copied doc pages documentation/index.do and documentation/preface.dox, and sample headers fro Fl_Preferences and Fl_Clock. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6089 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-03-27First checkin simply updating a few version numbers and copyright datesMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6086 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-03-27Starting the 1.3 branch out of the 1.1.8 final versionMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6085 ea41ed52-d2ee-0310-a9c1-e6b18d33e121