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
55380298b5
Fix to ambigous function call in my previous FLUID changes
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2005-09-09 18:44:41 +00:00
..
icons
…
pixmaps
…
.cvsignore
…
about_panel.cxx
…
about_panel.fl
…
about_panel.h
…
align_widget.cxx
STR
#985
: This is a medium size change in the way that FLUID manages widget label sizes. I moved the 'preset' functionality from the 'widget size' menu into the grid setting window. The menu now only changes selected widgets while the setting panel modifies newly created widgets. Settings are stored in the preferences.
2005-09-09 11:36:36 +00:00
alignment_panel.cxx
STR
#985
: This is a medium size change in the way that FLUID manages widget label sizes. I moved the 'preset' functionality from the 'widget size' menu into the grid setting window. The menu now only changes selected widgets while the setting panel modifies newly created widgets. Settings are stored in the preferences.
2005-09-09 11:36:36 +00:00
alignment_panel.fl
STR
#985
: This is a medium size change in the way that FLUID manages widget label sizes. I moved the 'preset' functionality from the 'widget size' menu into the grid setting window. The menu now only changes selected widgets while the setting panel modifies newly created widgets. Settings are stored in the preferences.
2005-09-09 11:36:36 +00:00
alignment_panel.h
STR
#985
: This is a medium size change in the way that FLUID manages widget label sizes. I moved the 'preset' functionality from the 'widget size' menu into the grid setting window. The menu now only changes selected widgets while the setting panel modifies newly created widgets. Settings are stored in the preferences.
2005-09-09 11:36:36 +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
code.cxx
…
CodeEditor.cxx
last character in CodeEditor (Fluid) would disappear under certain circumstances. The problem is two consecutive calls to Fl_Text_Buffer::insert() which first insert a newline, then indent the text by two spaces. The first 'insert' marks the text all the way to the end for redraw. The second 'insert' adds two characters, however the last character for redraw remains the previously last character, hence the very last two characters are not redrawn.
2005-07-22 20:18:56 +00:00
CodeEditor.h
…
comments.h
…
factory.cxx
- I enlarged the 'minimal update' area in Fl_Input_, so that characters that overlap the font box will be correctly erased during minimal redraw. The original code assumes that character fin in a box from 0,0 to charcter width/height. However, many newer fonts overlap that box and leave traces when redrawn. See 'j' and 'W' in Helvetica on Mac and Windows.
2005-07-20 11:11:51 +00:00
file.cxx
…
Fl_Function_Type.cxx
FLUID now knows if a static callback is already declared in a class and won't declare it 'extern' (STR
#776
)
2005-08-23 11:28:13 +00:00
Fl_Group_Type.cxx
FLUID: Grouping and ungrouping would not work inside an Fl_Widget_Class_Type
2005-08-30 21:25:47 +00:00
Fl_Menu_Type.cxx
The newly introduce Fl_Widget_Class_Type in Fluid would cause a null pointer when a Menu Item was trying to find the top parent widget.
2005-08-29 19:57:34 +00:00
Fl_Type.cxx
F2 and F3 (move up/down) would not set the "changed" flag
2005-08-29 20:25:22 +00:00
Fl_Type.h
FLUD: This fixes the problem that the children of a Widget_Class_Type are positioned with absolute coordintes. The patch adds another button to the FLUID interface named 'Relative' to the right of the widget position. It is only visible if a Widget_Class_Type is selected. If checked, code will be added that creates an Fl_Group at 0, 0 and later repositions it and all its children into the final position.
2005-08-30 21:57:23 +00:00
Fl_Widget_Type.cxx
STR
#1010
: if a widget callback is generated inside a widget class, the static callback uses the parent() function to find the 'this' pointer, instead of the 'user_data()' member, which would be NULL anyways
2005-09-05 10:32:39 +00:00
Fl_Widget_Type.h
…
Fl_Window_Type.cxx
Fix to ambigous function call in my previous FLUID changes
2005-09-09 18:44:41 +00:00
Fluid_Image.cxx
…
Fluid_Image.h
…
fluid.cxx
STR
#985
: This is a medium size change in the way that FLUID manages widget label sizes. I moved the 'preset' functionality from the 'widget size' menu into the grid setting window. The menu now only changes selected widgets while the setting panel modifies newly created widgets. Settings are stored in the preferences.
2005-09-09 11:36:36 +00:00
fluid.info
…
fluid.plist
…
function_panel.cxx
…
function_panel.fl
…
function_panel.h
…
makedepend
…
Makefile
…
makefile.wat
…
print_panel.cxx
…
print_panel.fl
…
print_panel.h
…
Shortcut_Button.h
…
template_panel.cxx
…
template_panel.fl
…
template_panel.h
…
undo.cxx
…
undo.h
…
widget_panel.cxx
FLUD: This fixes the problem that the children of a Widget_Class_Type are positioned with absolute coordintes. The patch adds another button to the FLUID interface named 'Relative' to the right of the widget position. It is only visible if a Widget_Class_Type is selected. If checked, code will be added that creates an Fl_Group at 0, 0 and later repositions it and all its children into the final position.
2005-08-30 21:57:23 +00:00
widget_panel.fl
FLUD: This fixes the problem that the children of a Widget_Class_Type are positioned with absolute coordintes. The patch adds another button to the FLUID interface named 'Relative' to the right of the widget position. It is only visible if a Widget_Class_Type is selected. If checked, code will be added that creates an Fl_Group at 0, 0 and later repositions it and all its children into the final position.
2005-08-30 21:57:23 +00:00
widget_panel.h
FLUD: This fixes the problem that the children of a Widget_Class_Type are positioned with absolute coordintes. The patch adds another button to the FLUID interface named 'Relative' to the right of the widget position. It is only visible if a Widget_Class_Type is selected. If checked, code will be added that creates an Fl_Group at 0, 0 and later repositions it and all its children into the final position.
2005-08-30 21:57:23 +00:00