.. |
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
|
Missing pixmap
|
2008-01-05 09:27:49 +00:00 |
CMakeLists.txt
|
This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the middle of May this year - STR #863. Also small change in fluid.cxx - time.h was needed for successful build on MinGW.
|
2005-08-06 05:02:56 +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 |
Fl_Function_Type.cxx
|
Empty functions in Fluid no onger create an implementation (STR 2259)
|
2009-09-23 20:08:30 +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
|
fluid: fix erroneous declaration of user-defined static function (STR #2011)
|
2009-03-27 20:05:03 +00:00 |
Fl_Type.h
|
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.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
|
STR50 fix attemp. Added a new check_redraw_corresponding_parent() function to redraw the corresponding tab of a Fl_Tabs or Fl_Wizard group. tested with single, multiple selection. Compared to the proposed patch this version only add one function similar to redraw_overlays() without modifying the Fl_Type class.
|
2009-01-03 15:44:06 +00:00 |
Fluid_Image.cxx
|
Changed the copyright to 2009 for header files. Still todo: src and test directory.
|
2009-01-01 16:11:32 +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 |
Makefile
|
Changed the copyright to 2009 for header files. Still todo: src and test directory.
|
2009-01-01 16:11:32 +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 |
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
|
Changed the copyright to 2009 for header files. Still todo: src and test directory.
|
2009-01-01 16:11:32 +00:00 |
alignment_panel.fl
|
Changed the copyright to 2009 for header files. Still todo: src and test directory.
|
2009-01-01 16:11:32 +00:00 |
alignment_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 |
code.cxx
|
Changed the copyright to 2009 for header files. Still todo: src and test directory.
|
2009-01-01 16:11:32 +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
|
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 |
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 |
fluid.cxx
|
Changed widget bin closing behavior when pressing ESC (which IMO should quit the app, not the widget bin).
|
2009-12-25 20:53:22 +00:00 |
fluid.desktop
|
STR 1896: updated categories in the KDE desktop files
|
2008-03-16 12:07:41 +00:00 |
function_panel.cxx
|
Changed widget bin closing behavior when pressing ESC (which IMO should quit the app, not the widget bin).
|
2009-12-25 20:53:22 +00:00 |
function_panel.fl
|
Changed widget bin closing behavior when pressing ESC (which IMO should quit the app, not the widget bin).
|
2009-12-25 20:53:22 +00:00 |
function_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 |
makedepend
|
Added Fl_Tree source code, demo files, and documentation. Thanks, Greg!
|
2009-11-14 15:49:12 +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
|
Changed the copyright to 2009 for header files. Still todo: src and test directory.
|
2009-01-01 16:11:32 +00:00 |
print_panel.fl
|
Changed the copyright to 2009 for header files. Still todo: src and test directory.
|
2009-01-01 16:11:32 +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 |
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 |