This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
fltk
Watch
1
Star
0
Fork
0
You've already forked fltk
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fltk
/
fluid
History
Matthias Melcher
69e3530aba
Missing pixmap
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6014 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-01-05 09:27:49 +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
Missing pixmap
2008-01-05 09:27:49 +00:00
about_panel.cxx
Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.
2006-09-17 14:58:25 +00:00
about_panel.fl
Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.
2006-09-17 14:58:25 +00:00
about_panel.h
STR 1416: Fluid would not output the correct code for a window's hotspot
2006-09-04 20:01:15 +00:00
align_widget.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
alignment_panel.cxx
Annoyed by the limitation in Fluid to generate keyboard shortucts for either Mac or Win32/Linux, I added a Project option. If checked, all keyboard shortcuts containing the modifier FL_CTRL or FL_META will instead be writte as FL_COMMAND|shortcut. This will generate FL_META shortcuts on the Mac and FL_CTRL shortcuts on the PC.
2007-05-10 12:06:31 +00:00
alignment_panel.fl
Annoyed by the limitation in Fluid to generate keyboard shortucts for either Mac or Win32/Linux, I added a Project option. If checked, all keyboard shortcuts containing the modifier FL_CTRL or FL_META will instead be writte as FL_COMMAND|shortcut. This will generate FL_META shortcuts on the Mac and FL_CTRL shortcuts on the PC.
2007-05-10 12:06:31 +00:00
alignment_panel.h
Annoyed by the limitation in Fluid to generate keyboard shortucts for either Mac or Win32/Linux, I added a Project option. If checked, all keyboard shortcuts containing the modifier FL_CTRL or FL_META will instead be writte as FL_COMMAND|shortcut. This will generate FL_META shortcuts on the Mac and FL_CTRL shortcuts on the PC.
2007-05-10 12:06:31 +00:00
CMakeLists.txt
…
code.cxx
STR
#1741
: fixed and improved on missing 'public' attribute in consecutive classes in FLUID
2008-01-04 22:18:40 +00:00
CodeEditor.cxx
Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow text editing in the Code Viewer and re-enter the code into the UI, but that is currently close to impossible to implement
2006-04-28 01:00:41 +00:00
CodeEditor.h
Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow text editing in the Code Viewer and re-enter the code into the UI, but that is currently close to impossible to implement
2006-04-28 01:00:41 +00:00
comments.h
…
factory.cxx
Don't open display when generating source code for Fl_Help_View
2007-02-02 20:09:53 +00:00
file.cxx
Annoyed by the limitation in Fluid to generate keyboard shortucts for either Mac or Win32/Linux, I added a Project option. If checked, all keyboard shortcuts containing the modifier FL_CTRL or FL_META will instead be writte as FL_COMMAND|shortcut. This will generate FL_META shortcuts on the Mac and FL_CTRL shortcuts on the PC.
2007-05-10 12:06:31 +00:00
Fl_Function_Type.cxx
STR
#1741
: fixed and improved on missing 'public' attribute in consecutive classes in FLUID
2008-01-04 22:18:40 +00:00
Fl_Group_Type.cxx
Fix all compiler warnings from various build systems.
2007-05-20 00:01:06 +00:00
Fl_Menu_Type.cxx
Annoyed by the limitation in Fluid to generate keyboard shortucts for either Mac or Win32/Linux, I added a Project option. If checked, all keyboard shortcuts containing the modifier FL_CTRL or FL_META will instead be writte as FL_COMMAND|shortcut. This will generate FL_META shortcuts on the Mac and FL_CTRL shortcuts on the PC.
2007-05-10 12:06:31 +00:00
Fl_Type.cxx
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
Fl_Type.h
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
Fl_Widget_Type.cxx
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
Fl_Widget_Type.h
…
Fl_Window_Type.cxx
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
Fluid_Image.cxx
Revamp variable tests so that we rarely need to provide "o" and
2006-07-26 19:52:28 +00:00
Fluid_Image.h
Revamp variable tests so that we rarely need to provide "o" and
2006-07-26 19:52:28 +00:00
fluid.cxx
Update copyright years and use "#ifndef" instead of "#if !defined".
2007-02-20 18:43:10 +00:00
fluid.desktop
Update Linux desktop files.
2006-01-15 20:44:00 +00:00
function_panel.cxx
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
function_panel.fl
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
function_panel.h
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
makedepend
Update dependencies.
2007-02-10 14:31:12 +00:00
Makefile
STR
#1623
: restored the unloved POSTBUILD command because the reulting executable is still better than the automatically foregrounding one. The 'right thing' is to create a bundle anyways.
2007-03-06 17:03:25 +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
…
print_panel.fl
…
print_panel.h
…
Shortcut_Button.h
…
template_panel.cxx
…
template_panel.fl
…
template_panel.h
…
undo.cxx
Update copyright years and use "#ifndef" instead of "#if !defined".
2007-02-20 18:43:10 +00:00
undo.h
…
widget_panel.cxx
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
widget_panel.fl
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
widget_panel.h
STR
#1776
: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
2008-01-04 21:45:49 +00:00
x-fluid.desktop
…