[aseprite] 240/250: Merge tag 'v1.1.1' from branch 'upstream'

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 08857b6148c441f7693bd3006ae0128f815d8a59
Merge: dc17fe4 b659747
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Wed Dec 16 00:32:08 2015 +0000

    Merge tag 'v1.1.1' from branch 'upstream'

 .gitmodules                                        |    9 +
 .travis.yml                                        |    2 +-
 CMakeLists.txt                                     |   40 +-
 CODE_OF_CONDUCT.md                                 |   19 +-
 INSTALL.md                                         |    2 +-
 README.md                                          |   29 +-
 data/gui.xml                                       |   13 +-
 data/palettes/arne16.gpl                           |   32 +-
 data/pref.xml                                      |   23 +
 data/skins/default/sheet.png                       |  Bin 13684 -> 13952 bytes
 data/skins/default/skin.xml                        |   37 +-
 data/widgets/advanced_mode.xml                     |    4 +-
 data/widgets/font_popup.xml                        |   12 +
 data/widgets/options.xml                           |   15 +
 data/widgets/paste_text.xml                        |   26 +
 data/widgets/undo_history.xml                      |    9 +
 data/widgets/webp_options.xml                      |   47 +
 src/CMakeLists.txt                                 |   29 +-
 src/README.md                                      |   23 +-
 src/allegro/src/color.c                            |    2 +
 src/allegro/src/graphics.c                         |   13 +-
 src/allegro/src/keyboard.c                         |   13 +-
 src/allegro/src/macosx/qzwindow.m                  |  107 +-
 src/allegro/src/macosx/system.m                    |   17 +-
 src/allegro/src/win/wddwin.c                       |   29 +-
 src/app/CMakeLists.txt                             |   50 +-
 src/app/app.cpp                                    |  142 +-
 src/app/app.h                                      |    4 +-
 src/app/app_menus.cpp                              |   10 +-
 src/app/app_options.cpp                            |    3 +
 src/app/app_options.h                              |    6 +
 src/app/cmd/flatten_layers.cpp                     |   42 +-
 src/app/cmd/move_layer.h                           |    2 +-
 src/app/cmd/set_cel_frame.h                        |    2 +-
 src/app/cmd/set_palette.cpp                        |    1 +
 src/app/cmd/set_transparent_color.h                |    2 +-
 src/app/color.cpp                                  |    2 +-
 src/app/commands/cmd_about.cpp                     |    2 +-
 src/app/commands/cmd_advanced_mode.cpp             |   16 +-
 src/app/commands/cmd_background_from_layer.cpp     |    4 +-
 src/app/commands/cmd_canvas_size.cpp               |   20 +-
 src/app/commands/cmd_cel_properties.cpp            |    4 +-
 src/app/commands/cmd_clear_cel.cpp                 |    4 +-
 src/app/commands/cmd_color_quantization.cpp        |    2 +-
 src/app/commands/cmd_copy_cel.cpp                  |    4 +-
 src/app/commands/cmd_crop.cpp                      |    4 +-
 src/app/commands/cmd_deselect_mask.cpp             |    4 +-
 src/app/commands/cmd_duplicate_layer.cpp           |    4 +-
 src/app/commands/cmd_duplicate_sprite.cpp          |    8 +-
 src/app/commands/cmd_exit.cpp                      |    2 +-
 src/app/commands/cmd_export_sprite_sheet.cpp       |   10 +-
 src/app/commands/cmd_flatten_layers.cpp            |    4 +-
 src/app/commands/cmd_frame_properties.cpp          |    4 +-
 src/app/commands/cmd_fullscreen_preview.cpp        |    4 +-
 src/app/commands/cmd_goto_frame.cpp                |   16 +-
 src/app/commands/cmd_goto_layer.cpp                |    8 +-
 src/app/commands/cmd_import_sprite_sheet.cpp       |   10 +-
 src/app/commands/cmd_invert_mask.cpp               |    4 +-
 src/app/commands/cmd_keyboard_shortcuts.cpp        |   23 +-
 src/app/commands/cmd_layer_from_background.cpp     |    4 +-
 src/app/commands/cmd_layer_properties.cpp          |    4 +-
 src/app/commands/cmd_layer_visibility.cpp          |    2 +-
 src/app/commands/cmd_mask_all.cpp                  |    4 +-
 src/app/commands/cmd_mask_by_color.cpp             |    4 +-
 src/app/commands/cmd_mask_content.cpp              |    4 +-
 src/app/commands/cmd_merge_down_layer.cpp          |    4 +-
 src/app/commands/cmd_move_cel.cpp                  |    4 +-
 src/app/commands/cmd_new_brush.cpp                 |   24 +-
 src/app/commands/cmd_new_file.cpp                  |    6 +-
 src/app/commands/cmd_new_layer_set.cpp             |    4 +-
 src/app/commands/cmd_onionskin.cpp                 |    6 +-
 src/app/commands/cmd_open_file.cpp                 |   34 +-
 src/app/commands/cmd_options.cpp                   |   77 +-
 src/app/commands/cmd_palette_editor.cpp            |   33 +-
 src/app/commands/cmd_palette_size.cpp              |    2 +-
 src/app/commands/cmd_paste_text.cpp                |  202 +
 src/app/commands/cmd_play_animation.cpp            |    4 +-
 src/app/commands/cmd_refresh.cpp                   |    2 +-
 src/app/commands/cmd_remove_frame.cpp              |    4 +-
 src/app/commands/cmd_remove_layer.cpp              |    4 +-
 src/app/commands/cmd_reselect_mask.cpp             |    4 +-
 src/app/commands/cmd_reverse_frames.cpp            |    4 +-
 src/app/commands/cmd_rotate.cpp                    |    3 +-
 src/app/commands/cmd_save_file.cpp                 |   26 +-
 src/app/commands/cmd_save_mask.cpp                 |    4 +-
 src/app/commands/cmd_sprite_properties.cpp         |    8 +-
 src/app/commands/cmd_sprite_size.cpp               |  203 +-
 src/app/commands/cmd_sprite_size.h                 |   12 -
 src/app/commands/cmd_symmetry_mode.cpp             |   60 +
 src/app/commands/cmd_undo.cpp                      |    4 +-
 src/app/commands/cmd_undo_history.cpp              |  239 +
 src/app/commands/cmd_unlink_cel.cpp                |    4 +-
 src/app/commands/commands_list.h                   |    3 +
 src/app/commands/filters/cmd_color_curve.cpp       |    4 +-
 .../commands/filters/cmd_convolution_matrix.cpp    |    4 +-
 src/app/commands/filters/cmd_despeckle.cpp         |    8 +-
 src/app/commands/filters/cmd_invert_color.cpp      |    4 +-
 src/app/commands/filters/cmd_replace_color.cpp     |    4 +-
 src/app/commands/filters/color_curve_editor.cpp    |    4 +-
 src/app/commands/filters/filter_manager_impl.cpp   |    3 +-
 src/app/commands/filters/filter_target_buttons.cpp |  249 +-
 src/app/commands/filters/filter_target_buttons.h   |   21 +-
 src/app/context.cpp                                |   20 +-
 src/app/document_api.cpp                           |    4 +
 src/app/document_exporter.cpp                      |   97 +-
 src/app/document_exporter.h                        |    4 +
 src/app/document_undo.cpp                          |   18 +-
 src/app/document_undo.h                            |    9 +-
 src/app/document_undo_observer.h                   |   31 +
 src/app/file/ase_format.cpp                        |  121 +-
 src/app/file/bmp_format.cpp                        |   38 +-
 src/app/file/file.cpp                              |  613 +-
 src/app/file/file.h                                |  139 +-
 src/app/file/file_format.h                         |    2 +-
 src/app/file/file_formats_manager.cpp              |    8 +
 src/app/file/fli/README                            |   35 -
 src/app/file/fli/fli.cpp                           |  725 --
 src/app/file/fli/fli.h                             |  103 -
 src/app/file/fli_format.cpp                        |  296 +-
 src/app/file/gif_format.cpp                        |  196 +-
 src/app/file/ico_format.cpp                        |   16 +-
 src/app/file/jpeg_format.cpp                       |   49 +-
 src/app/file/palette_file.cpp                      |   29 +-
 src/app/file/pcx_format.cpp                        |   40 +-
 src/app/file/png_format.cpp                        |   84 +-
 src/app/file/split_filename_tests.cpp              |    7 +-
 src/app/file/tga_format.cpp                        |   40 +-
 src/app/file/webp_format.cpp                       |  376 +
 src/app/file/webp_options.h                        |   48 +
 src/app/file_system.cpp                            |   30 +-
 src/app/gui_xml.cpp                                |    2 +-
 src/app/log.cpp                                    |   12 +-
 src/app/modules.cpp                                |    4 +-
 src/app/modules/gui.cpp                            |   42 +-
 src/app/pref/preferences.cpp                       |   30 +-
 src/app/pref/preferences.h                         |    2 +-
 src/app/res/http_loader.cpp                        |    8 +-
 src/app/res/resources_loader.cpp                   |    8 +-
 src/app/resource_finder.cpp                        |    8 +-
 src/app/send_crash.cpp                             |    2 +-
 src/app/thumbnail_generator.cpp                    |   65 +-
 src/app/tools/controller.h                         |   17 +-
 src/app/tools/controllers.h                        |  247 +-
 src/app/tools/ink_processing.h                     |   72 +-
 src/app/tools/inks.h                               |  134 +-
 src/app/tools/intertwine.cpp                       |   26 +-
 src/app/tools/intertwine.h                         |    8 +-
 src/app/tools/intertwiners.h                       |  213 +-
 src/app/tools/point_shape.h                        |    2 +
 src/app/tools/point_shapes.h                       |   68 +-
 src/app/tools/stroke.cpp                           |   62 +
 src/app/tools/stroke.h                             |   68 +
 src/app/tools/symmetries.cpp                       |   48 +
 src/app/tools/symmetries.h                         |   39 +
 src/app/tools/symmetry.h                           |   33 +
 src/app/tools/tool_box.cpp                         |   19 +-
 src/app/tools/tool_loop.h                          |   10 +-
 src/app/tools/tool_loop_manager.cpp                |   97 +-
 src/app/tools/tool_loop_manager.h                  |   24 +-
 src/app/ui/brush_popup.cpp                         |    3 +-
 src/app/ui/button_set.cpp                          |   56 +-
 src/app/ui/button_set.h                            |   12 +-
 src/app/ui/color_selector.cpp                      |    2 +-
 src/app/ui/color_sliders.cpp                       |    5 +-
 src/app/ui/color_wheel.cpp                         |    2 -
 src/app/ui/configure_timeline_popup.cpp            |    2 +-
 src/app/ui/context_bar.cpp                         |  134 +-
 src/app/ui/context_bar.h                           |    3 +
 src/app/ui/data_recovery_view.cpp                  |    2 +-
 src/app/ui/document_view.cpp                       |    7 +-
 src/app/ui/editor/brush_preview.cpp                |    3 +-
 src/app/ui/editor/drawing_state.cpp                |   56 +-
 src/app/ui/editor/drawing_state.h                  |    5 +
 src/app/ui/editor/editor.cpp                       |   58 +-
 src/app/ui/editor/editor.h                         |   20 +-
 src/app/ui/editor/editor_view.cpp                  |    7 +-
 src/app/ui/editor/editor_view.h                    |    3 -
 src/app/ui/editor/moving_cel_state.cpp             |    3 +-
 src/app/ui/editor/moving_pixels_state.cpp          |   38 +-
 src/app/ui/editor/moving_symmetry_state.cpp        |   83 +
 src/app/ui/editor/moving_symmetry_state.h          |   41 +
 src/app/ui/editor/pixels_movement.cpp              |    8 +-
 src/app/ui/editor/pixels_movement.h                |    2 +
 src/app/ui/editor/select_box_state.cpp             |    4 +-
 src/app/ui/editor/select_box_state.h               |    4 +-
 src/app/ui/editor/standby_state.cpp                |  215 +-
 src/app/ui/editor/standby_state.h                  |    8 +-
 src/app/ui/editor/state_with_wheel_behavior.cpp    |   28 +-
 src/app/ui/editor/tool_loop_impl.cpp               |   67 +-
 src/app/ui/editor/tool_loop_impl.h                 |    2 +-
 src/app/ui/file_selector.cpp                       |   10 +-
 src/app/ui/file_selector.h                         |    2 +-
 src/app/ui/font_popup.cpp                          |  237 +
 src/app/ui/font_popup.h                            |   45 +
 src/app/ui/frame_tag_window.h                      |    2 +-
 src/app/ui/hex_color_entry.cpp                     |    2 +-
 src/app/ui/home_view.h                             |    2 +-
 src/app/ui/keyboard_shortcuts.cpp                  |   47 +-
 src/app/ui/keyboard_shortcuts.h                    |   30 +-
 src/app/ui/main_window.cpp                         |    1 -
 src/app/ui/main_window.h                           |    2 +-
 src/app/ui/palette_popup.cpp                       |    3 +-
 src/app/ui/preview_editor.cpp                      |    4 +-
 src/app/ui/resources_listbox.cpp                   |    2 +-
 src/app/ui/select_accelerator.cpp                  |    2 +-
 src/app/ui/select_accelerator.h                    |    2 +-
 src/app/ui/skin/skin_theme.cpp                     |   99 +-
 src/app/ui/skin/skin_theme.h                       |   11 +-
 src/app/ui/tabs.cpp                                |   15 +-
 src/app/ui/timeline.cpp                            |  332 +-
 src/app/ui/timeline.h                              |   29 +-
 src/app/ui/toolbar.cpp                             |    2 +
 src/app/ui/zoom_entry.cpp                          |    1 +
 src/app/ui_context.cpp                             |   13 +-
 src/app/util/clipboard.cpp                         |   11 -
 src/app/util/freetype_utils.cpp                    |  154 +
 src/app/util/freetype_utils.h                      |   28 +
 src/app/util/new_image_from_mask.cpp               |    8 +-
 src/base/launcher.cpp                              |    5 +-
 src/cfg/cfg.cpp                                    |    4 +-
 src/config.h                                       |   16 +-
 src/doc/CMakeLists.txt                             |    2 +
 src/doc/algorithm/floodfill.cpp                    |   77 +-
 src/doc/algorithm/floodfill.h                      |   14 +-
 src/doc/cel_list.h                                 |   10 +-
 src/doc/layer.cpp                                  |   70 +-
 src/doc/layer.h                                    |    5 +
 src/doc/layer_list.h                               |   10 +-
 src/doc/layers_range.cpp                           |   56 +
 src/doc/layers_range.h                             |   58 +
 src/doc/rgbmap.h                                   |    2 +
 src/doc/sprite.cpp                                 |   24 +-
 src/doc/sprite.h                                   |   10 +
 src/flic                                           |    1 +
 src/gfx/CMakeLists.txt                             |    1 +
 src/main/resources_win32.rc                        |    8 +-
 src/render/quantization.cpp                        |    4 +-
 src/she/CMakeLists.txt                             |   27 +-
 src/she/alleg4/alleg_display.cpp                   |    8 +-
 src/she/alleg4/alleg_surface.cpp                   |    4 +-
 src/she/alleg4/display_events.cpp                  |    5 +-
 src/she/alleg4/she.cpp                             |   12 +-
 src/she/capabilities.h                             |   11 +-
 src/she/event.h                                    |   16 +-
 src/she/gl/gl_context.h                            |   24 +
 src/she/gl/gl_context_cgl.h                        |   85 +
 src/she/{skia => gl}/gl_context_wgl.h              |   79 +-
 src/she/keys.h                                     |   17 +-
 src/she/osx/app.h                                  |    4 -
 src/she/osx/app.mm                                 |   56 +-
 src/she/osx/app_delegate.h                         |    9 +-
 src/she/osx/app_delegate.mm                        |   21 +-
 src/she/osx/clipboard.mm                           |    4 +-
 src/she/osx/event_queue.mm                         |   31 +-
 src/she/osx/native_dialogs.mm                      |   23 +-
 src/she/osx/view.h                                 |   52 +
 src/she/osx/view.mm                                |  420 ++
 src/she/osx/vk.mm                                  |  161 +
 src/she/osx/window.h                               |   48 +-
 src/she/osx/window.mm                              |  188 +-
 src/she/osx/window_delegate.h                      |   45 +
 src/she/skia/gl_context_skia.h                     |   55 +
 src/she/skia/she.cpp                               |   20 +-
 src/she/skia/skia_display.cpp                      |   21 +-
 src/she/skia/skia_display.h                        |    4 +-
 src/she/skia/skia_surface.h                        |  131 +-
 src/she/skia/skia_system.h                         |   43 +-
 src/she/skia/skia_window_osx.h                     |    9 +-
 src/she/skia/skia_window_osx.mm                    |  348 +-
 src/she/skia/skia_window_win.cpp                   |  114 +-
 src/she/skia/skia_window_win.h                     |   12 +-
 src/she/system.h                                   |    4 +-
 src/she/win/window.h                               |   45 +-
 src/tests/test.h                                   |    7 +-
 src/ui/CMakeLists.txt                              |    2 +-
 src/ui/base.h                                      |    6 -
 src/ui/combobox.cpp                                |    4 +-
 src/ui/entry.cpp                                   |    8 +-
 src/ui/entry.h                                     |    4 +-
 src/ui/grid_ui_tests.cpp                           |   55 +-
 src/ui/int_entry.cpp                               |    9 +-
 src/ui/int_entry.h                                 |    2 +-
 src/ui/intern.cpp                                  |    7 +-
 src/ui/intern.h                                    |   15 +-
 src/ui/keys.h                                      |    3 +-
 src/ui/listbox.cpp                                 |   34 +-
 src/ui/listbox.h                                   |    1 +
 src/ui/manager.cpp                                 |  118 +-
 src/ui/manager.h                                   |   21 +-
 src/ui/menu.cpp                                    |   15 +-
 src/ui/message.cpp                                 |   30 +-
 src/ui/message.h                                   |   44 +-
 src/ui/move_region.cpp                             |    1 -
 src/ui/overlay_manager.h                           |    4 +-
 src/ui/popup_window.cpp                            |   25 +-
 src/ui/popup_window.h                              |   12 +-
 src/ui/scroll_bar.cpp                              |   37 +-
 src/ui/scroll_bar.h                                |   13 +-
 src/ui/scroll_helper.cpp                           |   82 +
 src/ui/scroll_helper.h                             |   26 +
 src/ui/slider.cpp                                  |    1 +
 src/ui/system.cpp                                  |   72 +-
 src/ui/system.h                                    |    6 +
 src/ui/theme.cpp                                   |    4 +-
 src/ui/tooltips.cpp                                |    7 +-
 src/ui/tooltips.h                                  |    1 +
 src/ui/ui.cpp                                      |   42 -
 src/ui/view.cpp                                    |   83 +-
 src/ui/view.h                                      |   79 +-
 src/ui/widget.cpp                                  |   23 +-
 src/ui/widget.h                                    |    2 +-
 src/undo/undo_history.cpp                          |   17 +-
 src/undo/undo_history.h                            |    9 +-
 src/updater/check_update.cpp                       |    6 +-
 third_party/CMakeLists.txt                         |   10 +
 third_party/freetype/CMakeLists.txt                |   27 -
 third_party/freetype/ChangeLog                     | 2351 -------
 third_party/freetype/INSTALL                       |  153 -
 third_party/freetype/README                        |   29 -
 third_party/freetype/README.UNX                    |  104 -
 third_party/freetype/descrip.mms                   |   67 -
 third_party/freetype/docs/BUGS                     |  269 -
 third_party/freetype/docs/BUILD                    |  276 -
 third_party/freetype/docs/CHANGES                  | 1449 ----
 third_party/freetype/docs/FTL.txt                  |  164 -
 third_party/freetype/docs/GPL.txt                  |  339 -
 third_party/freetype/docs/PATENTS                  |   27 -
 third_party/freetype/docs/TODO                     |    9 -
 third_party/freetype/docs/license.txt              |   11 -
 third_party/freetype/docs/modules.txt              |   13 -
 third_party/freetype/docs/readme.vms               |   35 -
 .../freetype/include/freetype/cache/ftccache.h     |  300 -
 .../freetype/include/freetype/cache/ftccmap.h      |  209 -
 .../freetype/include/freetype/cache/ftcglyph.h     |  201 -
 .../freetype/include/freetype/cache/ftcimage.h     |  311 -
 .../freetype/include/freetype/cache/ftcmanag.h     |  244 -
 .../freetype/include/freetype/cache/ftcsbits.h     |  272 -
 .../freetype/include/freetype/cache/ftlru.h        |  202 -
 .../freetype/include/freetype/config/ftconfig.h    |  326 -
 .../freetype/include/freetype/config/ftheader.h    |  493 --
 .../freetype/include/freetype/config/ftmodule.h    |   13 -
 .../freetype/include/freetype/config/ftoption.h    |  464 --
 third_party/freetype/include/freetype/freetype.h   | 2623 -------
 third_party/freetype/include/freetype/ftbbox.h     |   83 -
 third_party/freetype/include/freetype/ftcache.h    |  411 --
 third_party/freetype/include/freetype/ftchapters.h |   54 -
 third_party/freetype/include/freetype/fterrors.h   |  383 -
 third_party/freetype/include/freetype/ftglyph.h    |  517 --
 third_party/freetype/include/freetype/ftimage.h    | 1111 ---
 third_party/freetype/include/freetype/ftlist.h     |  268 -
 third_party/freetype/include/freetype/ftmac.h      |  128 -
 third_party/freetype/include/freetype/ftmm.h       |  203 -
 third_party/freetype/include/freetype/ftmoderr.h   |  148 -
 third_party/freetype/include/freetype/ftmodule.h   |  307 -
 third_party/freetype/include/freetype/ftoutln.h    |  398 --
 third_party/freetype/include/freetype/ftrender.h   |  213 -
 third_party/freetype/include/freetype/ftsizes.h    |  151 -
 third_party/freetype/include/freetype/ftsnames.h   |  161 -
 third_party/freetype/include/freetype/ftsynth.h    |   67 -
 third_party/freetype/include/freetype/ftsystem.h   |  307 -
 third_party/freetype/include/freetype/fttrigon.h   |  281 -
 third_party/freetype/include/freetype/fttypes.h    |  525 --
 .../freetype/include/freetype/internal/autohint.h  |  204 -
 .../freetype/include/freetype/internal/cfftypes.h  |  252 -
 .../freetype/include/freetype/internal/fnttypes.h  |  155 -
 .../freetype/include/freetype/internal/ftcalc.h    |  234 -
 .../freetype/include/freetype/internal/ftdebug.h   |  247 -
 .../freetype/include/freetype/internal/ftdriver.h  |  200 -
 .../freetype/include/freetype/internal/ftextend.h  |  211 -
 .../freetype/include/freetype/internal/ftmemory.h  |  268 -
 .../freetype/include/freetype/internal/ftobjs.h    |  739 --
 .../freetype/include/freetype/internal/ftstream.h  |  436 --
 .../freetype/include/freetype/internal/internal.h  |   51 -
 .../freetype/include/freetype/internal/pcftypes.h  |   54 -
 .../freetype/include/freetype/internal/psaux.h     |  671 --
 .../freetype/include/freetype/internal/psglobal.h  |  186 -
 .../freetype/include/freetype/internal/pshints.h   |  618 --
 .../freetype/include/freetype/internal/psnames.h   |  232 -
 .../freetype/include/freetype/internal/sfnt.h      |  530 --
 .../freetype/include/freetype/internal/t1types.h   |  203 -
 .../freetype/include/freetype/internal/tttypes.h   | 1651 -----
 third_party/freetype/include/freetype/t1tables.h   |  263 -
 third_party/freetype/include/freetype/ttnameid.h   |  865 ---
 third_party/freetype/include/freetype/tttables.h   |  605 --
 third_party/freetype/include/freetype/tttags.h     |   74 -
 third_party/freetype/include/ft2build.h            |   39 -
 .../freetype/src/autohint/CatharonLicense.txt      |  123 -
 third_party/freetype/src/autohint/ahangles.c       |  130 -
 third_party/freetype/src/autohint/ahangles.h       |   59 -
 third_party/freetype/src/autohint/aherrors.h       |   40 -
 third_party/freetype/src/autohint/ahglobal.c       |  395 --
 third_party/freetype/src/autohint/ahglobal.h       |   49 -
 third_party/freetype/src/autohint/ahglyph.c        | 1464 ----
 third_party/freetype/src/autohint/ahglyph.h        |   93 -
 third_party/freetype/src/autohint/ahhint.c         | 1432 ----
 third_party/freetype/src/autohint/ahhint.h         |   75 -
 third_party/freetype/src/autohint/ahloader.h       |  133 -
 third_party/freetype/src/autohint/ahmodule.c       |  136 -
 third_party/freetype/src/autohint/ahmodule.h       |   42 -
 third_party/freetype/src/autohint/ahoptim.c        |  883 ---
 third_party/freetype/src/autohint/ahoptim.h        |  137 -
 third_party/freetype/src/autohint/ahtypes.h        |  505 --
 third_party/freetype/src/autohint/autohint.c       |   32 -
 third_party/freetype/src/autohint/mather.py        |   78 -
 third_party/freetype/src/base/ftbase.c             |   36 -
 third_party/freetype/src/base/ftbbox.c             |  653 --
 third_party/freetype/src/base/ftcalc.c             |  705 --
 third_party/freetype/src/base/ftdbgmem.c           |  672 --
 third_party/freetype/src/base/ftdebug.c            |  118 -
 third_party/freetype/src/base/ftextend.c           |  302 -
 third_party/freetype/src/base/ftglyph.c            |  679 --
 third_party/freetype/src/base/ftinit.c             |  155 -
 third_party/freetype/src/base/ftlist.c             |  217 -
 third_party/freetype/src/base/ftmac.c              |  879 ---
 third_party/freetype/src/base/ftmm.c               |  126 -
 third_party/freetype/src/base/ftnames.c            |   77 -
 third_party/freetype/src/base/ftobjs.c             | 2702 -------
 third_party/freetype/src/base/ftoutln.c            |  656 --
 third_party/freetype/src/base/ftstream.c           |  804 ---
 third_party/freetype/src/base/ftsynth.c            |  399 --
 third_party/freetype/src/base/ftsystem.c           |  305 -
 third_party/freetype/src/base/fttrigon.c           |  450 --
 third_party/freetype/src/cache/ftcache.c           |   31 -
 third_party/freetype/src/cache/ftccache.c          |  624 --
 third_party/freetype/src/cache/ftccmap.c           |  390 --
 third_party/freetype/src/cache/ftcerror.h          |   40 -
 third_party/freetype/src/cache/ftcglyph.c          |  115 -
 third_party/freetype/src/cache/ftcimage.c          |  393 --
 third_party/freetype/src/cache/ftcmanag.c          |  766 --
 third_party/freetype/src/cache/ftcsbits.c          |  534 --
 third_party/freetype/src/cache/ftlru.c             |  338 -
 third_party/freetype/src/cff/cff.c                 |   29 -
 third_party/freetype/src/cff/cffdrivr.c            |  486 --
 third_party/freetype/src/cff/cffdrivr.h            |   39 -
 third_party/freetype/src/cff/cfferrs.h             |   41 -
 third_party/freetype/src/cff/cffgload.c            | 2364 -------
 third_party/freetype/src/cff/cffgload.h            |  207 -
 third_party/freetype/src/cff/cffload.c             | 2275 ------
 third_party/freetype/src/cff/cffload.h             |   74 -
 third_party/freetype/src/cff/cffobjs.c             |  784 ---
 third_party/freetype/src/cff/cffobjs.h             |  158 -
 third_party/freetype/src/cff/cffparse.c            |  677 --
 third_party/freetype/src/cff/cffparse.h            |   69 -
 third_party/freetype/src/cff/cfftoken.h            |   97 -
 third_party/freetype/src/cid/ciderrs.h             |   40 -
 third_party/freetype/src/cid/cidgload.c            |  368 -
 third_party/freetype/src/cid/cidgload.h            |   51 -
 third_party/freetype/src/cid/cidload.c             |  549 --
 third_party/freetype/src/cid/cidload.h             |   57 -
 third_party/freetype/src/cid/cidobjs.c             |  541 --
 third_party/freetype/src/cid/cidobjs.h             |  158 -
 third_party/freetype/src/cid/cidparse.c            |  157 -
 third_party/freetype/src/cid/cidparse.h            |  116 -
 third_party/freetype/src/cid/cidriver.c            |  267 -
 third_party/freetype/src/cid/cidriver.h            |   39 -
 third_party/freetype/src/cid/cidtoken.h            |   96 -
 third_party/freetype/src/cid/type1cid.c            |   29 -
 third_party/freetype/src/pcf/pcf.c                 |   36 -
 third_party/freetype/src/pcf/pcf.h                 |  239 -
 third_party/freetype/src/pcf/pcfdriver.c           |  347 -
 third_party/freetype/src/pcf/pcfdriver.h           |   44 -
 third_party/freetype/src/pcf/pcferror.h            |   40 -
 third_party/freetype/src/pcf/pcfread.c             | 1083 ---
 third_party/freetype/src/pcf/pcfutil.c             |  215 -
 third_party/freetype/src/pcf/pcfutil.h             |   58 -
 third_party/freetype/src/pcf/readme                |  114 -
 third_party/freetype/src/psaux/psaux.c             |   27 -
 third_party/freetype/src/psaux/psauxerr.h          |   41 -
 third_party/freetype/src/psaux/psauxmod.c          |  105 -
 third_party/freetype/src/psaux/psauxmod.h          |   38 -
 third_party/freetype/src/psaux/psobjs.c            | 1311 ----
 third_party/freetype/src/psaux/psobjs.h            |  204 -
 third_party/freetype/src/psaux/t1decode.c          | 1151 ---
 third_party/freetype/src/psaux/t1decode.h          |   64 -
 third_party/freetype/src/pshinter/pshalgo.h        |   44 -
 third_party/freetype/src/pshinter/pshalgo1.c       |  782 ---
 third_party/freetype/src/pshinter/pshalgo1.h       |  109 -
 third_party/freetype/src/pshinter/pshalgo2.c       | 1553 ----
 third_party/freetype/src/pshinter/pshalgo2.h       |  202 -
 third_party/freetype/src/pshinter/pshglob.c        |  713 --
 third_party/freetype/src/pshinter/pshglob.h        |  190 -
 third_party/freetype/src/pshinter/pshinter.c       |   29 -
 third_party/freetype/src/pshinter/pshmod.c         |  120 -
 third_party/freetype/src/pshinter/pshmod.h         |   39 -
 third_party/freetype/src/pshinter/pshrec.c         | 1211 ----
 third_party/freetype/src/pshinter/pshrec.h         |  180 -
 third_party/freetype/src/psnames/psmodule.c        |  311 -
 third_party/freetype/src/psnames/psmodule.h        |   38 -
 third_party/freetype/src/psnames/psnamerr.h        |   41 -
 third_party/freetype/src/psnames/psnames.c         |   25 -
 third_party/freetype/src/psnames/pstables.h        | 2967 --------
 third_party/freetype/src/raster/ftraster.c         | 3288 ---------
 third_party/freetype/src/raster/ftraster.h         |   46 -
 third_party/freetype/src/raster/ftrend1.c          |  273 -
 third_party/freetype/src/raster/ftrend1.h          |   44 -
 third_party/freetype/src/raster/raster.c           |   26 -
 third_party/freetype/src/raster/rasterrs.h         |   41 -
 third_party/freetype/src/sfnt/sfdriver.c           |  276 -
 third_party/freetype/src/sfnt/sfdriver.h           |   38 -
 third_party/freetype/src/sfnt/sferrors.h           |   39 -
 third_party/freetype/src/sfnt/sfnt.c               |   36 -
 third_party/freetype/src/sfnt/sfobjs.c             |  676 --
 third_party/freetype/src/sfnt/sfobjs.h             |   54 -
 third_party/freetype/src/sfnt/ttcmap.c             |  756 --
 third_party/freetype/src/sfnt/ttcmap.h             |   45 -
 third_party/freetype/src/sfnt/ttload.c             | 1820 -----
 third_party/freetype/src/sfnt/ttload.h             |  137 -
 third_party/freetype/src/sfnt/ttpost.c             |  534 --
 third_party/freetype/src/sfnt/ttpost.h             |   46 -
 third_party/freetype/src/sfnt/ttsbit.c             | 1470 ----
 third_party/freetype/src/sfnt/ttsbit.h             |   59 -
 third_party/freetype/src/smooth/ftgrays.c          | 2101 ------
 third_party/freetype/src/smooth/ftgrays.h          |   57 -
 third_party/freetype/src/smooth/ftsmerrs.h         |   41 -
 third_party/freetype/src/smooth/ftsmooth.c         |  219 -
 third_party/freetype/src/smooth/ftsmooth.h         |   44 -
 third_party/freetype/src/smooth/smooth.c           |   26 -
 third_party/freetype/src/truetype/truetype.c       |   32 -
 third_party/freetype/src/truetype/ttdriver.c       |  512 --
 third_party/freetype/src/truetype/ttdriver.h       |   38 -
 third_party/freetype/src/truetype/tterrors.h       |   40 -
 third_party/freetype/src/truetype/ttgload.c        | 1586 -----
 third_party/freetype/src/truetype/ttgload.h        |   55 -
 third_party/freetype/src/truetype/ttinterp.c       | 7397 --------------------
 third_party/freetype/src/truetype/ttinterp.h       |  317 -
 third_party/freetype/src/truetype/ttobjs.c         |  868 ---
 third_party/freetype/src/truetype/ttobjs.h         |  422 --
 third_party/freetype/src/truetype/ttpload.c        |  270 -
 third_party/freetype/src/truetype/ttpload.h        |   48 -
 third_party/freetype/src/type1/t1afm.c             |  286 -
 third_party/freetype/src/type1/t1afm.h             |   66 -
 third_party/freetype/src/type1/t1driver.c          |  410 --
 third_party/freetype/src/type1/t1driver.h          |   38 -
 third_party/freetype/src/type1/t1errors.h          |   40 -
 third_party/freetype/src/type1/t1gload.c           |  320 -
 third_party/freetype/src/type1/t1gload.h           |   46 -
 third_party/freetype/src/type1/t1load.c            | 1745 -----
 third_party/freetype/src/type1/t1load.h            |   84 -
 third_party/freetype/src/type1/t1objs.c            |  550 --
 third_party/freetype/src/type1/t1objs.h            |  170 -
 third_party/freetype/src/type1/t1parse.c           |  462 --
 third_party/freetype/src/type1/t1parse.h           |  134 -
 third_party/freetype/src/type1/t1tokens.h          |   73 -
 third_party/freetype/src/type1/type1.c             |   33 -
 third_party/freetype/src/winfonts/fnterrs.h        |   41 -
 third_party/freetype/src/winfonts/winfnt.c         |  661 --
 third_party/freetype/src/winfonts/winfnt.h         |   39 -
 third_party/freetype2                              |    1 +
 third_party/libwebp                                |    1 +
 third_party/libwebp-cmake/CMakeLists.txt           |   45 +
 550 files changed, 8130 insertions(+), 101281 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list