diff --git a/.gitignore b/.gitignore index 7ae9dabf2..dd99c69f8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,54 +4,36 @@ # Ignore everywhere, also in subdirectories +*.bak *.bck *.exe +*.log *.o **/.DS_Store -# CMake build artifacts if built in source - strongly discouraged! -# We may disallow this later... +# CMake build artifacts if built in source - forbidden since FLTK 1.5.0. +# However, the following artifacts would be created by an attempt to +# execute `cmake` in-source: -bin/ -**/cmake_install.cmake **/CMakeCache.txt **/CMakeFiles/ -cmake_uninstall.cmake -FLTK.sln -FLTK-Targets.cmake -FLTKConfig.cmake -etc/FLTKConfig.cmake -/CMakeSettings.json -/CppProperties.json -# Visual Studio (MSVC) build artifacts - -*.tlog -.vs/ -/out - -# VS Code (Visual Studio Code) Editor +# VS Code (Visual Studio Code) Editor is a user generated folder +# that must not be committed .vscode/ -# / +# default build folder `build` and more ... /build -/fltk-config -/fltk.list -/fltk.spec /TAGS -# /FL +# /FL - this should not happen, but anyway ... /FL/fl_config.h -# /lib/ - -/lib/lib* -/lib/*.lib -/lib/*.a - -# /misc/ +# executables manually built in /misc/ +# todo: maybe move the source files to folder /util/ ? /misc/doxystar +/misc/fromdos diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index 592371651..3e07e2852 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -28,7 +28,7 @@ all FLTK widgets. It contains only static methods. \image html tooltip-options.png "Fl_Tooltip Options" - \image latex src/tooltip-options.png "Fl_Tooltip Options" width=6cm + \image latex tooltip-options.png "Fl_Tooltip Options" width=10cm */ class FL_EXPORT Fl_Tooltip { diff --git a/documentation/.gitignore b/documentation/.gitignore index 44b0f2ba3..0a9913da7 100644 --- a/documentation/.gitignore +++ b/documentation/.gitignore @@ -1,45 +1,11 @@ # # Files to be ignored by Git (do not commit) # +# Note: since FLTK 1.5 building FLTK in-source is no longer allowed. +# Therefore we don't need to "ignore" generated files anymore +# because generated files are stored in the build tree. # /documentation/ -.xvpics -blocks.0 -blocks.6 -blocks.z -checkers.0 -checkers.6 -checkers.z -copyright.dox -Doxybook -Doxyfile -fltk.0 -fltk.3 -fltk-config.0 -fltk-config.1 -fltk-config.z -fltk.d -fltk.pdf -fltk.z -fluid.0 -fluid.1 -fluid.z -generated.dox -html -latex -sudoku.0 -sudoku.6 -sudoku.z *.bck *.bak *.log - -# /documentation/src/ -src/*.0 -src/*.1 -src/*.3 -src/*.6 -src/*.z -src/fltk-book.tex -src/fltk-book.tex.in -src/fltk-title.tex diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index ada291af2..c4f9c599c 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -1,7 +1,7 @@ # # CMakeLists.txt to build docs for the FLTK project using CMake (www.cmake.org) # -# Copyright 1998-2024 by Bill Spitzak and others. +# Copyright 1998-2025 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -191,7 +191,7 @@ if(FLTK_BUILD_PDF_DOCS) # generate LaTeX title fltk-title.tex and make_pdf script configure_file( - ${CMAKE_CURRENT_SOURCE_DIR}/src/fltk-title.tex.in + ${CMAKE_CURRENT_SOURCE_DIR}/fltk-title.tex.in ${CMAKE_CURRENT_BINARY_DIR}/fltk-title.tex @ONLY ) @@ -209,8 +209,8 @@ if(FLTK_BUILD_PDF_DOCS) set(_deps) set(image_input_sources ${CMAKE_CURRENT_SOURCE_DIR}/src/unicode.dox - # ${CMAKE_CURRENT_SOURCE_DIR}/src/cmp.dox - # ${FLTK_SOURCE_DIR}/src/Fl.cxx # example source file + # ${CMAKE_CURRENT_SOURCE_DIR}/src/cmp.dox # more documentation files + # ${FLTK_SOURCE_DIR}/src/Fl.cxx # example source file ) # Generate one custom command and one timestamp per input file diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index 85b208cce..e923d8c96 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -921,7 +921,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/src \ +IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images \ @CMAKE_CURRENT_BINARY_DIR@/generated # The INPUT_FILTER tag can be used to specify a program that doxygen should diff --git a/documentation/src/fltk-title.tex.in b/documentation/fltk-title.tex.in similarity index 100% rename from documentation/src/fltk-title.tex.in rename to documentation/fltk-title.tex.in diff --git a/documentation/src/FL.png b/documentation/images/FL.png similarity index 100% rename from documentation/src/FL.png rename to documentation/images/FL.png diff --git a/documentation/src/FL200.png b/documentation/images/FL200.png similarity index 100% rename from documentation/src/FL200.png rename to documentation/images/FL200.png diff --git a/documentation/src/Fl_Check_Button.png b/documentation/images/Fl_Check_Button.png similarity index 100% rename from documentation/src/Fl_Check_Button.png rename to documentation/images/Fl_Check_Button.png diff --git a/documentation/src/Fl_File_Chooser.jpg b/documentation/images/Fl_File_Chooser.jpg similarity index 100% rename from documentation/src/Fl_File_Chooser.jpg rename to documentation/images/Fl_File_Chooser.jpg diff --git a/documentation/src/Fl_File_Input.png b/documentation/images/Fl_File_Input.png similarity index 100% rename from documentation/src/Fl_File_Input.png rename to documentation/images/Fl_File_Input.png diff --git a/documentation/src/Fl_Flex_simple.png b/documentation/images/Fl_Flex_simple.png similarity index 100% rename from documentation/src/Fl_Flex_simple.png rename to documentation/images/Fl_Flex_simple.png diff --git a/documentation/src/Fl_Grid.png b/documentation/images/Fl_Grid.png similarity index 100% rename from documentation/src/Fl_Grid.png rename to documentation/images/Fl_Grid.png diff --git a/documentation/src/Fl_Grid_show_grid_1.png b/documentation/images/Fl_Grid_show_grid_1.png similarity index 100% rename from documentation/src/Fl_Grid_show_grid_1.png rename to documentation/images/Fl_Grid_show_grid_1.png diff --git a/documentation/src/Fl_Help_Dialog.png b/documentation/images/Fl_Help_Dialog.png similarity index 100% rename from documentation/src/Fl_Help_Dialog.png rename to documentation/images/Fl_Help_Dialog.png diff --git a/documentation/src/Fl_Light_Button.png b/documentation/images/Fl_Light_Button.png similarity index 100% rename from documentation/src/Fl_Light_Button.png rename to documentation/images/Fl_Light_Button.png diff --git a/documentation/src/Fl_Multi_Label-menu-item.png b/documentation/images/Fl_Multi_Label-menu-item.png similarity index 100% rename from documentation/src/Fl_Multi_Label-menu-item.png rename to documentation/images/Fl_Multi_Label-menu-item.png diff --git a/documentation/src/Fl_Native_File_Chooser.png b/documentation/images/Fl_Native_File_Chooser.png similarity index 100% rename from documentation/src/Fl_Native_File_Chooser.png rename to documentation/images/Fl_Native_File_Chooser.png diff --git a/documentation/src/Fl_Return_Button.png b/documentation/images/Fl_Return_Button.png similarity index 100% rename from documentation/src/Fl_Return_Button.png rename to documentation/images/Fl_Return_Button.png diff --git a/documentation/src/Fl_Roller.png b/documentation/images/Fl_Roller.png similarity index 100% rename from documentation/src/Fl_Roller.png rename to documentation/images/Fl_Roller.png diff --git a/documentation/src/Fl_Round_Button.png b/documentation/images/Fl_Round_Button.png similarity index 100% rename from documentation/src/Fl_Round_Button.png rename to documentation/images/Fl_Round_Button.png diff --git a/documentation/src/Fl_Scroll.png b/documentation/images/Fl_Scroll.png similarity index 100% rename from documentation/src/Fl_Scroll.png rename to documentation/images/Fl_Scroll.png diff --git a/documentation/src/Fl_Spinner.png b/documentation/images/Fl_Spinner.png similarity index 100% rename from documentation/src/Fl_Spinner.png rename to documentation/images/Fl_Spinner.png diff --git a/documentation/src/Fl_Terminal-24bit-colors.png b/documentation/images/Fl_Terminal-24bit-colors.png similarity index 100% rename from documentation/src/Fl_Terminal-24bit-colors.png rename to documentation/images/Fl_Terminal-24bit-colors.png diff --git a/documentation/src/Fl_Terminal-3bit-colors.png b/documentation/images/Fl_Terminal-3bit-colors.png similarity index 100% rename from documentation/src/Fl_Terminal-3bit-colors.png rename to documentation/images/Fl_Terminal-3bit-colors.png diff --git a/documentation/src/Fl_Terminal-demo.png b/documentation/images/Fl_Terminal-demo.png similarity index 100% rename from documentation/src/Fl_Terminal-demo.png rename to documentation/images/Fl_Terminal-demo.png diff --git a/documentation/src/Fl_Terminal-utf8-demo.png b/documentation/images/Fl_Terminal-utf8-demo.png similarity index 100% rename from documentation/src/Fl_Terminal-utf8-demo.png rename to documentation/images/Fl_Terminal-utf8-demo.png diff --git a/documentation/src/Fl_Tile.png b/documentation/images/Fl_Tile.png similarity index 100% rename from documentation/src/Fl_Tile.png rename to documentation/images/Fl_Tile.png diff --git a/documentation/src/Fl_Tree_Item-dimensions.png b/documentation/images/Fl_Tree_Item-dimensions.png similarity index 100% rename from documentation/src/Fl_Tree_Item-dimensions.png rename to documentation/images/Fl_Tree_Item-dimensions.png diff --git a/documentation/src/Fl_Value_Input.png b/documentation/images/Fl_Value_Input.png similarity index 100% rename from documentation/src/Fl_Value_Input.png rename to documentation/images/Fl_Value_Input.png diff --git a/documentation/src/Fl_Value_Output.png b/documentation/images/Fl_Value_Output.png similarity index 100% rename from documentation/src/Fl_Value_Output.png rename to documentation/images/Fl_Value_Output.png diff --git a/documentation/src/adjuster1.png b/documentation/images/adjuster1.png similarity index 100% rename from documentation/src/adjuster1.png rename to documentation/images/adjuster1.png diff --git a/documentation/src/boxtypes.png b/documentation/images/boxtypes.png similarity index 100% rename from documentation/src/boxtypes.png rename to documentation/images/boxtypes.png diff --git a/documentation/src/buttons.png b/documentation/images/buttons.png similarity index 100% rename from documentation/src/buttons.png rename to documentation/images/buttons.png diff --git a/documentation/src/cairo_test.png b/documentation/images/cairo_test.png similarity index 100% rename from documentation/src/cairo_test.png rename to documentation/images/cairo_test.png diff --git a/documentation/src/charts.png b/documentation/images/charts.png similarity index 100% rename from documentation/src/charts.png rename to documentation/images/charts.png diff --git a/documentation/src/choice.png b/documentation/images/choice.png similarity index 100% rename from documentation/src/choice.png rename to documentation/images/choice.png diff --git a/documentation/src/clock.png b/documentation/images/clock.png similarity index 100% rename from documentation/src/clock.png rename to documentation/images/clock.png diff --git a/documentation/src/compact_buttons_gleam.png b/documentation/images/compact_buttons_gleam.png similarity index 100% rename from documentation/src/compact_buttons_gleam.png rename to documentation/images/compact_buttons_gleam.png diff --git a/documentation/src/compact_buttons_gtk.png b/documentation/images/compact_buttons_gtk.png similarity index 100% rename from documentation/src/compact_buttons_gtk.png rename to documentation/images/compact_buttons_gtk.png diff --git a/documentation/src/coordinates.png b/documentation/images/coordinates.png similarity index 100% rename from documentation/src/coordinates.png rename to documentation/images/coordinates.png diff --git a/documentation/src/counter.png b/documentation/images/counter.png similarity index 100% rename from documentation/src/counter.png rename to documentation/images/counter.png diff --git a/documentation/src/dial.png b/documentation/images/dial.png similarity index 100% rename from documentation/src/dial.png rename to documentation/images/dial.png diff --git a/documentation/src/editor-linenumbers.png b/documentation/images/editor-linenumbers.png similarity index 100% rename from documentation/src/editor-linenumbers.png rename to documentation/images/editor-linenumbers.png diff --git a/documentation/src/editor-replace.png b/documentation/images/editor-replace.png similarity index 100% rename from documentation/src/editor-replace.png rename to documentation/images/editor-replace.png diff --git a/documentation/src/editor.png b/documentation/images/editor.png similarity index 100% rename from documentation/src/editor.png rename to documentation/images/editor.png diff --git a/documentation/src/extraPSchars.png b/documentation/images/extraPSchars.png similarity index 100% rename from documentation/src/extraPSchars.png rename to documentation/images/extraPSchars.png diff --git a/documentation/src/fl_alert.png b/documentation/images/fl_alert.png similarity index 100% rename from documentation/src/fl_alert.png rename to documentation/images/fl_alert.png diff --git a/documentation/src/fl_arc_xyr_diagram.png b/documentation/images/fl_arc_xyr_diagram.png similarity index 100% rename from documentation/src/fl_arc_xyr_diagram.png rename to documentation/images/fl_arc_xyr_diagram.png diff --git a/documentation/src/fl_ask.png b/documentation/images/fl_ask.png similarity index 100% rename from documentation/src/fl_ask.png rename to documentation/images/fl_ask.png diff --git a/documentation/src/fl_choice.png b/documentation/images/fl_choice.png similarity index 100% rename from documentation/src/fl_choice.png rename to documentation/images/fl_choice.png diff --git a/documentation/src/fl_choice_left_middle_right.png b/documentation/images/fl_choice_left_middle_right.png similarity index 100% rename from documentation/src/fl_choice_left_middle_right.png rename to documentation/images/fl_choice_left_middle_right.png diff --git a/documentation/src/fl_choice_one.png b/documentation/images/fl_choice_one.png similarity index 100% rename from documentation/src/fl_choice_one.png rename to documentation/images/fl_choice_one.png diff --git a/documentation/src/fl_choice_three.png b/documentation/images/fl_choice_three.png similarity index 100% rename from documentation/src/fl_choice_three.png rename to documentation/images/fl_choice_three.png diff --git a/documentation/src/fl_choice_three_fmt.png b/documentation/images/fl_choice_three_fmt.png similarity index 100% rename from documentation/src/fl_choice_three_fmt.png rename to documentation/images/fl_choice_three_fmt.png diff --git a/documentation/src/fl_choice_two.png b/documentation/images/fl_choice_two.png similarity index 100% rename from documentation/src/fl_choice_two.png rename to documentation/images/fl_choice_two.png diff --git a/documentation/src/fl_color_chooser.jpg b/documentation/images/fl_color_chooser.jpg similarity index 100% rename from documentation/src/fl_color_chooser.jpg rename to documentation/images/fl_color_chooser.jpg diff --git a/documentation/src/fl_hold_browser.png b/documentation/images/fl_hold_browser.png similarity index 100% rename from documentation/src/fl_hold_browser.png rename to documentation/images/fl_hold_browser.png diff --git a/documentation/src/fl_hor_nice_slider.png b/documentation/images/fl_hor_nice_slider.png similarity index 100% rename from documentation/src/fl_hor_nice_slider.png rename to documentation/images/fl_hor_nice_slider.png diff --git a/documentation/src/fl_input.png b/documentation/images/fl_input.png similarity index 100% rename from documentation/src/fl_input.png rename to documentation/images/fl_input.png diff --git a/documentation/src/fl_line_style.png b/documentation/images/fl_line_style.png similarity index 100% rename from documentation/src/fl_line_style.png rename to documentation/images/fl_line_style.png diff --git a/documentation/src/fl_message.png b/documentation/images/fl_message.png similarity index 100% rename from documentation/src/fl_message.png rename to documentation/images/fl_message.png diff --git a/documentation/src/fl_multi_browser.png b/documentation/images/fl_multi_browser.png similarity index 100% rename from documentation/src/fl_multi_browser.png rename to documentation/images/fl_multi_browser.png diff --git a/documentation/src/fl_password.png b/documentation/images/fl_password.png similarity index 100% rename from documentation/src/fl_password.png rename to documentation/images/fl_password.png diff --git a/documentation/src/fl_pie_arc_diagram.png b/documentation/images/fl_pie_arc_diagram.png similarity index 100% rename from documentation/src/fl_pie_arc_diagram.png rename to documentation/images/fl_pie_arc_diagram.png diff --git a/documentation/src/fl_show_colormap.png b/documentation/images/fl_show_colormap.png similarity index 100% rename from documentation/src/fl_show_colormap.png rename to documentation/images/fl_show_colormap.png diff --git a/documentation/src/fltk-colormap.png b/documentation/images/fltk-colormap.png similarity index 100% rename from documentation/src/fltk-colormap.png rename to documentation/images/fltk-colormap.png diff --git a/documentation/src/fltk-options.png b/documentation/images/fltk-options.png similarity index 100% rename from documentation/src/fltk-options.png rename to documentation/images/fltk-options.png diff --git a/documentation/src/hello_cxx.png b/documentation/images/hello_cxx.png similarity index 100% rename from documentation/src/hello_cxx.png rename to documentation/images/hello_cxx.png diff --git a/documentation/src/icon.png b/documentation/images/icon.png similarity index 100% rename from documentation/src/icon.png rename to documentation/images/icon.png diff --git a/documentation/src/input_choice.png b/documentation/images/input_choice.png similarity index 100% rename from documentation/src/input_choice.png rename to documentation/images/input_choice.png diff --git a/documentation/src/mac-app-menu-preferences.png b/documentation/images/mac-app-menu-preferences.png similarity index 100% rename from documentation/src/mac-app-menu-preferences.png rename to documentation/images/mac-app-menu-preferences.png diff --git a/documentation/src/menu.png b/documentation/images/menu.png similarity index 100% rename from documentation/src/menu.png rename to documentation/images/menu.png diff --git a/documentation/src/menu_button.png b/documentation/images/menu_button.png similarity index 100% rename from documentation/src/menu_button.png rename to documentation/images/menu_button.png diff --git a/documentation/src/menubar.png b/documentation/images/menubar.png similarity index 100% rename from documentation/src/menubar.png rename to documentation/images/menubar.png diff --git a/documentation/src/pack.png b/documentation/images/pack.png similarity index 100% rename from documentation/src/pack.png rename to documentation/images/pack.png diff --git a/documentation/src/positioner.png b/documentation/images/positioner.png similarity index 100% rename from documentation/src/positioner.png rename to documentation/images/positioner.png diff --git a/documentation/src/resize-example1.png b/documentation/images/resize-example1.png similarity index 100% rename from documentation/src/resize-example1.png rename to documentation/images/resize-example1.png diff --git a/documentation/src/resize-example2.png b/documentation/images/resize-example2.png similarity index 100% rename from documentation/src/resize-example2.png rename to documentation/images/resize-example2.png diff --git a/documentation/src/resize-example3a.png b/documentation/images/resize-example3a.png similarity index 100% rename from documentation/src/resize-example3a.png rename to documentation/images/resize-example3a.png diff --git a/documentation/src/resize-example3b.png b/documentation/images/resize-example3b.png similarity index 100% rename from documentation/src/resize-example3b.png rename to documentation/images/resize-example3b.png diff --git a/documentation/src/resize-example3c.png b/documentation/images/resize-example3c.png similarity index 100% rename from documentation/src/resize-example3c.png rename to documentation/images/resize-example3c.png diff --git a/documentation/src/resize-example4a.png b/documentation/images/resize-example4a.png similarity index 100% rename from documentation/src/resize-example4a.png rename to documentation/images/resize-example4a.png diff --git a/documentation/src/resize-example4b.png b/documentation/images/resize-example4b.png similarity index 100% rename from documentation/src/resize-example4b.png rename to documentation/images/resize-example4b.png diff --git a/documentation/src/resize-example5a.png b/documentation/images/resize-example5a.png similarity index 100% rename from documentation/src/resize-example5a.png rename to documentation/images/resize-example5a.png diff --git a/documentation/src/resize-example5b.png b/documentation/images/resize-example5b.png similarity index 100% rename from documentation/src/resize-example5b.png rename to documentation/images/resize-example5b.png diff --git a/documentation/src/resize-example5c.png b/documentation/images/resize-example5c.png similarity index 100% rename from documentation/src/resize-example5c.png rename to documentation/images/resize-example5c.png diff --git a/documentation/src/resizebox1.png b/documentation/images/resizebox1.png similarity index 100% rename from documentation/src/resizebox1.png rename to documentation/images/resizebox1.png diff --git a/documentation/src/resizebox2.png b/documentation/images/resizebox2.png similarity index 100% rename from documentation/src/resizebox2.png rename to documentation/images/resizebox2.png diff --git a/documentation/src/round_clock.png b/documentation/images/round_clock.png similarity index 100% rename from documentation/src/round_clock.png rename to documentation/images/round_clock.png diff --git a/documentation/src/scrollbar.png b/documentation/images/scrollbar.png similarity index 100% rename from documentation/src/scrollbar.png rename to documentation/images/scrollbar.png diff --git a/documentation/src/simple-terminal-default-ansi.png b/documentation/images/simple-terminal-default-ansi.png similarity index 100% rename from documentation/src/simple-terminal-default-ansi.png rename to documentation/images/simple-terminal-default-ansi.png diff --git a/documentation/src/slider.png b/documentation/images/slider.png similarity index 100% rename from documentation/src/slider.png rename to documentation/images/slider.png diff --git a/documentation/src/symbol-examples.png b/documentation/images/symbol-examples.png similarity index 100% rename from documentation/src/symbol-examples.png rename to documentation/images/symbol-examples.png diff --git a/documentation/src/symbols.png b/documentation/images/symbols.png similarity index 100% rename from documentation/src/symbols.png rename to documentation/images/symbols.png diff --git a/documentation/src/table-as-container.png b/documentation/images/table-as-container.png similarity index 100% rename from documentation/src/table-as-container.png rename to documentation/images/table-as-container.png diff --git a/documentation/src/table-dimensions.png b/documentation/images/table-dimensions.png similarity index 100% rename from documentation/src/table-dimensions.png rename to documentation/images/table-dimensions.png diff --git a/documentation/src/table-simple.png b/documentation/images/table-simple.png similarity index 100% rename from documentation/src/table-simple.png rename to documentation/images/table-simple.png diff --git a/documentation/src/tabs.png b/documentation/images/tabs.png similarity index 100% rename from documentation/src/tabs.png rename to documentation/images/tabs.png diff --git a/documentation/src/tabs_default.png b/documentation/images/tabs_default.png similarity index 100% rename from documentation/src/tabs_default.png rename to documentation/images/tabs_default.png diff --git a/documentation/src/tabs_selection.png b/documentation/images/tabs_selection.png similarity index 100% rename from documentation/src/tabs_selection.png rename to documentation/images/tabs_selection.png diff --git a/documentation/src/tabs_uniform.png b/documentation/images/tabs_uniform.png similarity index 100% rename from documentation/src/tabs_uniform.png rename to documentation/images/tabs_uniform.png diff --git a/documentation/src/text.png b/documentation/images/text.png similarity index 100% rename from documentation/src/text.png rename to documentation/images/text.png diff --git a/documentation/src/tiny.png b/documentation/images/tiny.png similarity index 100% rename from documentation/src/tiny.png rename to documentation/images/tiny.png diff --git a/documentation/src/tooltip-options.png b/documentation/images/tooltip-options.png similarity index 100% rename from documentation/src/tooltip-options.png rename to documentation/images/tooltip-options.png diff --git a/documentation/src/tree-dimensions.png b/documentation/images/tree-dimensions.png similarity index 100% rename from documentation/src/tree-dimensions.png rename to documentation/images/tree-dimensions.png diff --git a/documentation/src/tree-elements.png b/documentation/images/tree-elements.png similarity index 100% rename from documentation/src/tree-elements.png rename to documentation/images/tree-elements.png diff --git a/documentation/src/tree-simple.png b/documentation/images/tree-simple.png similarity index 100% rename from documentation/src/tree-simple.png rename to documentation/images/tree-simple.png diff --git a/documentation/src/unittest_images.png b/documentation/images/unittest_images.png similarity index 100% rename from documentation/src/unittest_images.png rename to documentation/images/unittest_images.png diff --git a/documentation/src/valuators.png b/documentation/images/valuators.png similarity index 100% rename from documentation/src/valuators.png rename to documentation/images/valuators.png diff --git a/documentation/src/value_slider.png b/documentation/images/value_slider.png similarity index 100% rename from documentation/src/value_slider.png rename to documentation/images/value_slider.png diff --git a/documentation/src/wizard.png b/documentation/images/wizard.png similarity index 100% rename from documentation/src/wizard.png rename to documentation/images/wizard.png