Skip to content

Commit

Permalink
Reformatting all images to PNG to get an alpha channel
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Apr 17, 2024
1 parent 43de699 commit 30edff6
Show file tree
Hide file tree
Showing 30 changed files with 26 additions and 26 deletions.
Binary file removed fluid/documentation/src/edit_live_resize.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_live_resize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_outside.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_outside.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_overlap.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_overlap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_select_group.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_select_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_select_multiple.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_select_multiple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_snap_grid.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_snap_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_snap_group.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_snap_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_snap_sibling.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_snap_sibling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_snap_size.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_snap_size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/edit_window.jpg
Binary file not shown.
Binary file added fluid/documentation/src/edit_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/fluid_gui_overview_800.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fluid/documentation/src/main_titlebar.jpg
Binary file not shown.
Binary file added fluid/documentation/src/main_titlebar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions fluid/documentation/src/page_edit_window.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

\tableofcontents

\image html edit_window.jpg "Layout Editor Window"
\image latex edit_window.jpg "Layout Editor Window" width=7cm
\image html edit_window.png "Layout Editor Window"
\image latex edit_window.png "Layout Editor Window" width=7cm

The Layout Editor window is used to interactively add groups and widgets, and
resize and align them. The editor window already looks very much like the
Expand All @@ -31,8 +31,8 @@
selected in the widget browser the main window. Shift-click will select a
range of widgets, Ctrl-click will add widgets to the selection.

\image html edit_select_multiple.jpg
\image latex edit_select_multiple.jpg "" width=5cm
\image html edit_select_multiple.png
\image latex edit_select_multiple.png "" width=5cm

Menu items are selected by clicking on the menu button and selecting it from
the popup menu. Multiple menu items can only be selected in the widget browser
Expand Down Expand Up @@ -65,15 +65,15 @@
<!-- ---------------------------------------------------------------------- -->
\section edit_layout Layout Helpers

\image html edit_overlap.jpg
\image latex edit_overlap.jpg "" width=5cm
\image html edit_overlap.png
\image latex edit_overlap.png "" width=5cm

In FLTK, the behavior of overlapping children of a group is undefined. If
enabled in the settings, FLUID will show overlapping widgets in a group
with a green hash pattern.

\image html edit_outside.jpg
\image latex edit_outside.jpg "" width=5cm
\image html edit_outside.png
\image latex edit_outside.png "" width=5cm

The behavior of widgets that reach outside the bounds of their parent group
is also undefined. They may be visible, but confuse the user when they don't
Expand All @@ -93,8 +93,8 @@
applied. Guides and snaps can be disabled with `Ctrl-Shift-G` or via the
*Edit* > *Hide Guides* menu.

\image html edit_snap_group.jpg
\image latex edit_snap_group.jpg "" width=5cm
\image html edit_snap_group.png
\image latex edit_snap_group.png "" width=5cm

If a horizontal or vertical outline snaps to the group, the
border of that group will highlight. If the outline snaps to the margin
Expand All @@ -104,8 +104,8 @@
section. If all children use this rule, the margin height will also be the
height of all tabs.

\image html edit_snap_sibling.jpg
\image latex edit_snap_sibling.jpg "" width=5cm
\image html edit_snap_sibling.png
\image latex edit_snap_sibling.png "" width=5cm

The selection can also snap to the outline of other widgets in the same group,
or to the outline plus the Widget Gap. The outline that triggers the snap
Expand All @@ -114,16 +114,16 @@
Note that only the first snap guide found is drawn for horizontal and vertical
movement. Multiple rules may apply, but are not highlighted.

\image html edit_snap_size.jpg
\image latex edit_snap_size.jpg "" width=7cm
\image html edit_snap_size.png
\image latex edit_snap_size.png "" width=7cm

Widget size rules define a minimum size and an increment value that may
be applied multiple times to the size. For example, with a minimum width of 25
and an increment of 10, the widget will snap horizontally to 25, 35, 45,
55, etc. .

\image html edit_snap_grid.jpg
\image latex edit_snap_grid.jpg "" width=5cm
\image html edit_snap_grid.png
\image latex edit_snap_grid.png "" width=5cm

The grid rule is the easiest to explain. All corners of a selection snap to
a fixed grid. If the selected widgets are children of a window, they will snap
Expand All @@ -132,8 +132,8 @@
<!-- ---------------------------------------------------------------------- -->
\section edit_resize Live Resize

\image html edit_select_group.jpg
\image latex edit_select_group.jpg "" width=9cm
\image html edit_select_group.png
\image latex edit_select_group.png "" width=9cm

The Resizable system within FLTK is smart, but not always obvious. When
constructing a sophisticated GUI, it is helpful to organize widgets into
Expand All @@ -144,8 +144,8 @@

To test the resizing behavior of a group, begin by selecting it:

\image html edit_live_resize.jpg
\image latex edit_live_resize.jpg "" width=7cm
\image html edit_live_resize.png
\image latex edit_live_resize.png "" width=7cm

Click on *Live Resize* in the widget panel. FLUID will generate a new window
with all the resizing attributes inherited from the original design. This
Expand Down
4 changes: 2 additions & 2 deletions fluid/documentation/src/page_interactive.dox
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
example images, text, or binary data, by embedding them directly into the
generated source code.

\image html fluid_gui_overview_800.jpg
\image latex fluid_gui_overview_800.jpg
\image html fluid_gui_overview_800.png
\image latex fluid_gui_overview_800.png

A typical FLUID session manages the widget hierarchy in the main application
window on the left. The project file name is shown in the title bar. In the
Expand Down
4 changes: 2 additions & 2 deletions fluid/documentation/src/page_main_window.dox
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<!-- ---------------------------------------------------------------------- -->
\section main_titlebar Title Bar

\image html main_titlebar.jpg
\image latex main_titlebar.jpg "" width=5cm
\image html main_titlebar.png
\image latex main_titlebar.png "" width=5cm

The title bar shows the status of the project file, _function_panel.fl_ in this
case, followed by an asterisk if the project was changed after it was saved.
Expand Down
4 changes: 2 additions & 2 deletions fluid/documentation/src/page_widgetbin_panel.dox
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
The Window and Widget Class icons can be dragged onto the desktop,
creating a new window or widgetat the drop position.

\image html widgetbin_action.jpg
\image latex widgetbin_action.jpg
\image html widgetbin_action.png
\image latex widgetbin_action.png

All other widget types can be dragged from the bin into a window, or a group
inside a window. When dropped, they will be positioned close to the drop point
Expand Down
Binary file removed fluid/documentation/src/widgetbin_action.jpg
Binary file not shown.
Binary file added fluid/documentation/src/widgetbin_action.png

0 comments on commit 30edff6

Please sign in to comment.