fltk/fluid
Albrecht Schlosser a0d26b634a Mostly rewritten CMake files by Michael Surette. They are more complete
than what we had previously, but may need some more testing. The latest
changes (removing old APPLE_QD definitions and code) might need another
update.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7451 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-04-05 22:33:58 +00:00
..
fluid.app/Contents Update EPM list file and OSX icon for FLUID. 2006-01-15 20:05:11 +00:00
icons Add OSX application stuff for FLUID. 2006-01-15 19:14:04 +00:00
pixmaps Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. 2010-02-15 16:43:51 +00:00
about_panel.cxx Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
about_panel.fl Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
about_panel.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
align_widget.cxx Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
alignment_panel.cxx Starting to add a GUI to manage the IDE database. 2010-02-27 22:38:25 +00:00
alignment_panel.fl Fixed msvc6 compilation was broken. What is the use of visualc now? seems we should remove that one ... 2010-03-21 22:55:18 +00:00
alignment_panel.h Fixed msvc6 compilation was broken. What is the use of visualc now? seems we should remove that one ... 2010-03-21 22:55:18 +00:00
CMakeLists.txt Mostly rewritten CMake files by Michael Surette. They are more complete 2010-04-05 22:33:58 +00:00
code.cxx Fixing some indentation 2010-02-20 21:43:18 +00:00
CodeEditor.cxx Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
CodeEditor.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
comments.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
factory.cxx Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. 2010-02-15 16:43:51 +00:00
file.cxx Very crude extension of Fluid 1 to read Fluid 2 files (and possibly write them back as Fluid 1 files, but not Fluid 2!). Also, I started a README that points out the differences between FLTK 1 and FLTK 2 and tries to give some help in designing a downward compatible FLTK 3. 2009-10-02 19:08:55 +00:00
Fl_Function_Type.cxx Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings. 2010-02-25 23:29:42 +00:00
Fl_Group_Type.cxx Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
Fl_Menu_Type.cxx fluid: fix erroneous declaration of user-defined static function (STR #2011) 2009-03-27 20:05:03 +00:00
Fl_Type.cxx Fixed lost top item in Fluid's tree browser (STR #2233) 2010-02-19 21:29:09 +00:00
Fl_Type.h Starting to add a GUI to manage the IDE database. 2010-02-27 22:38:25 +00:00
Fl_Widget_Type.cxx Very crude extension of Fluid 1 to read Fluid 2 files (and possibly write them back as Fluid 1 files, but not Fluid 2!). Also, I started a README that points out the differences between FLTK 1 and FLTK 2 and tries to give some help in designing a downward compatible FLTK 3. 2009-10-02 19:08:55 +00:00
Fl_Widget_Type.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
Fl_Window_Type.cxx Added argument-less constructor in Fuid Widget Class 2010-02-26 13:40:10 +00:00
Fluid_Image.cxx Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Fluid - but linking to fltk_images is required if this feature is used! 2010-02-18 11:38:42 +00:00
Fluid_Image.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
fluid.cxx Starting to add a GUI to manage the IDE database. 2010-02-27 22:38:25 +00:00
fluid.desktop STR 1896: updated categories in the KDE desktop files 2008-03-16 12:07:41 +00:00
function_panel.cxx Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. 2010-02-15 16:43:51 +00:00
function_panel.fl Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. 2010-02-15 16:43:51 +00:00
function_panel.h Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. 2010-02-15 16:43:51 +00:00
ide_maketools.cxx Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel. 2010-03-29 14:10:54 +00:00
ide_support_ui.cxx More FLUID IDE file generation. 2010-03-06 14:38:38 +00:00
ide_support_ui.fl More FLUID IDE file generation. 2010-03-06 14:38:38 +00:00
ide_support_ui.h More FLUID IDE file generation. 2010-03-06 14:38:38 +00:00
ide_support.cxx Bringing supported IDEs to the newest setup, add device and others. 2010-03-27 08:51:54 +00:00
ide_support.h Starting to add a GUI to manage the IDE database. 2010-02-27 22:38:25 +00:00
ide_visualc.cxx Bringing supported IDEs to the newest setup, add device and others. 2010-03-27 08:51:54 +00:00
ide_xcode.cxx Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel. 2010-03-29 14:10:54 +00:00
makedepend updating dependencies 2010-03-25 15:51:16 +00:00
Makefile Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
makefile.wat Fixed Watcom compiler setup without verification using a patch by mnieuw 2007-02-20 17:02:41 +00:00
print_panel.cxx Fixed localization issue in fluid's print dialog (would not find printers 2010-03-05 21:18:18 +00:00
print_panel.fl Fixed localization issue in fluid's print dialog (would not find printers 2010-03-05 21:18:18 +00:00
print_panel.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
Shortcut_Button.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
template_panel.cxx Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
template_panel.fl Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
template_panel.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
undo.cxx Changed the copyright to 2009 for header files. Still todo: src and test directory. 2009-01-01 16:11:32 +00:00
undo.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
widget_panel.cxx Added extra tooltip indicating Ctrl-J can be used to create 2009-09-25 20:42:42 +00:00
widget_panel.fl Added extra tooltip indicating Ctrl-J can be used to create 2009-09-25 20:42:42 +00:00
widget_panel.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 2009-01-12 14:52:45 +00:00
x-fluid.desktop Work on Linux and OSX desktop integration stuff via make install and 2006-01-15 03:16:09 +00:00