Commit Graph

162 Commits

Author SHA1 Message Date
Matthias Melcher c232e9822d This is a stab at supporting Doxygen comments from withing Fluid. Just double click on a function, class, or declaration and you will be able to add a comment. Comments welcome.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-09-17 22:43:15 +00:00
Matthias Melcher f49e2a7af5 Horribly hacked together Unicode keyboard support for OS X. But although this needs a lot of fixing and cleaning, we can now at least enter characters outside of the stricly ASCII range again.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6242 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-09-14 19:09:13 +00:00
Matthias Melcher 4159c97e42 Improvin Xcode support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6228 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-09-13 19:17:49 +00:00
Matthias Melcher b6bde2e456 Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and additions by Ian. PLEASE BE AWARE that the patch in its current incarnation is a regression in many aspects and further work is required before we can announce Unicode support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6212 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-09-10 23:56:49 +00:00
Fabien Costantini 0174324bdf STR2025 fix:now both debug and release mode compiles beautifully, demo 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-25 17:01:31 +00:00
Matthias Melcher ef0d19d125 Further improvements for the XCode IDE
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-21 19:08:49 +00:00
Matthias Melcher 95a9464aff XCode: removed user-specific configuration files
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6129 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-14 09:36:35 +00:00
Matthias Melcher 55bbecd4e0 XCode: Changed 'Adjuster' to use fltk as an embedded framework (which may 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-14 09:34:32 +00:00
Matthias Melcher 5e5ae29c60 XCode: adding application icon to Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-13 19:39:31 +00:00
Matthias Melcher e78f1264f4 XCode: cleaning up property lists
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-13 19:19:58 +00:00
Matthias Melcher e8eadf334a Adding the remaining test programs to the OS X XCode project. Still far from done... .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-05-13 19:01:20 +00:00
Matthias Melcher 466ba461f1 Added first half of XCode 3.0 IDE support for FLTK 1.3. FLTK is built as a 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-13 14:48:28 +00:00