[aseprite] branch upstream updated (2bbd918 -> 8749cb7)

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:50 UTC 2016


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

thansen pushed a change to branch upstream
in repository aseprite.

      from  2bbd918   Update version to 1.1.3-dev
      adds  fb4fc57   Fix clicks on X11 (fix #971)
      adds  5798c89   Don't generate a kSetCursorMessage when the mouse is outside the window
      adds  91b8df9   Fix mouse lag on Linux (fix #957)
      adds  78da4a4   Avoid warning on Graphics::drawUIString()
      adds  1d7184d   Fix problem setting default screen scaling factor on non-Windows platforms
      adds  a22039c   Check dl library existence (fix #990)
      adds  e887328   Fix check to know if dl library was found
      adds  b01a862   replace onion settings icon fixes #956
      adds  cfb9487   Merge pull request #994 from sirblackheart/fix-#956-new-onionskin-config-icon
      adds  e223321   Add Windows Key as possible Modifier in Keyboard Shortcuts on Windows and Linux as a step to fix #796
      adds  cb92b78   Change Windows Modifier Name to Win for Windows and Super for Linux/BSD
      adds  cd8dabb   Merge branch 'add-win-key-modifier' of https://github.com/sirblackheart/aseprite into sirblackheart-add-win-key-modifier
      adds  321eb36   Fix getting lwin/rwin key state on Windows
      adds  cb86fb4   Rename ui::winKeyName to ui::kWinKeyName
      adds  645486f   Add tooltip to "Super" key checkbox in shortcut dialog
      adds  f9238cd   Merge branch 'sirblackheart-add-win-key-modifier'
      adds  03951fd   Minor change in INSTALL.md to create a link to issue #913
      adds  4f6a7a7   Include base/debug.h on files that use ASSERT or TRACE
      adds  5f97e66   Include base/base.h on files that use MIN/MID/MAX
      adds  9a7ffab   Move stdints to base/ints.h file
      adds  8c9d9eb   Replace NULL with nullptr on files that don't include base/base.h
      adds  7b06b74   Include base/log.h on files that use LOG() macro
      adds  285deb6   Define _CRT_SECURE_NO_WARNINGS on sub-libraries that need it
      adds  260f597   Define PACKAGE/VERSION/UPDATE_URL if they are undefined
      adds  a14a81a   Undefine ERROR macro in base/log.h if it's defined
      adds  9784721   she/system.h needs gfx::Size
      adds  d33b8f7   Set default path (MODP_B64_DIR) to find modp_b64 from base library
      adds  458fa98   Merge branch 'without-have-config-h'
      adds  093c5e1   Fix base/buffer.h so we include base/ints.h to define uint8_t
      adds  368f64d   Include base/ints.h from convolution_matrix_filter.h
      adds  0a5e108   Include base/ints.h in median_filter.h because it's needed for uint8_t
      adds  51f58fd   base/24bits.h needs uint8_t definition
      adds  1ee3efd   doc/image_buffer.h needs uint8_t definition
      adds  451bf02   Remove unused variable from replace_image_colors()
      adds  ac67cb9   Remove unused graphics from skin
      adds  962928a   Add the possibility to assign a keyboard shortcut to color quantization (#999)
      adds  c7968d4   Update fstream_path.h
      adds  36eb38a   Merge pull request #997 from Kirozen/patch-1
      adds  7520303   Merge branch 'master'
      adds  f391be6   Cache name and path in RecentFileItem
      adds  a4159c0   Add educational license option
      adds  fdde32b   Don't use UI to warn about sequences when --batch and --save-as are used
      adds  f626837   New command to add foreground/background color in the palette
      adds  1209037   Rename app::ColorSelector -> app::ColorPopup
      adds  449ae1d   Add new app::ColorSelector to share behavior between ColorTintShadeTone/ColorSpectrum/ColorWheel
      adds  99803c0   Add mouse wheel behavior in color selector to rotate hue (fix #1012)
      adds  2d3ee0c   Rotate foreground color hue by default with mouse wheel above ColorSelector
      adds  07b67a6   Add app::IColorSource interface to get pixels from widgets from mouse pos
      adds  497cfa6   Implement app::IColorSource in color selectors
      adds  30f4e99   Select a tile by double clicking over it (fix #939)
      adds  e62f808   Avoid enter to tool loop after we select the tile
      adds  417e431   Add different selection modes to SelectTile command
      adds  468ca52   Merge branch 'select-tile'
      adds  745fd18   Experimental native gtk3 file dialog
      adds  29eaaea   she/gtk: add a simple image preview
      adds  b64ba23   she/gtk: make use of aseprite thumbnail-generator
      adds  90b1c24   Revert make use of aseprite thumbnail-generator"
      adds  f51de0b   Merge pull request #1000 from sirblackheart/native-gtk3-file-dialog
      adds  38b8c19   Update arne16.gpl
      adds  86be01f   Update arne32.gpl
      adds  cc9213c   Added more of Arne's pallets.
      adds  c5bf298   Added files via upload
      adds  899eee3   Added text editor color themes as palettes
      adds  28a0c42   Update solarized.gpl
      adds  7e7590a   Merge branch 'master' of https://github.com/Nsheppard01/aseprite into Nsheppard01-master
      adds  472efc4   Merge branch 'Nsheppard01-master'
      adds  7841ec8   Flip mask when the whole canvas is flipped (fix #561)
      adds  66e3cac   Add RotSprite as a resize algorithm on Sprite > Resize Sprite menu
      adds  14262c2   Fix crash on image_scale_tpl() and rotsprite_image()
      adds  ce02a31   Improve image_scale_tpl() performance using an iterator for source image
      adds  d4faf04   Add a rgba_blender_normal() version without opacity
      adds  2af47fe   Add option to toggle the selection edges visibility (fix #861)
      adds  9face94   Add an option to change the "brush preview" style (related to #792)
      adds  8b161da   Add ShowBrushPreview command so the user can hide the brush preview with a keyboard shortcut (fix #792)
      adds  bfe2954   Adding X11 and websafe color palettes
      adds  c3f32e6   Rename WebSafeColors.gpl to web-safe-colors.gpl
      adds  300fcee   Merge pull request #1022 from Nsheppard01/1.0
      adds  b4ce12b   Simplify hidden brush preview style
      adds  f696d89   Do not remap indexes between palette entries that are equal (fix #914)
      adds  7934c97   Fix bug painting selection edges when zoom < 100% (fix #905)
      adds  75f908b   Use find_package(FOO REQUIRED)
      adds  3e9de78   Using FOO_LIBRARIES and FOO_HEADERS from system cmake.
      adds  6a63dc5   Adding ${CURL_LIBRARIES} to application linking
      adds  1a682f8   Replaced LIBCURL_* to CURL_* in CMakeList
      adds  3b7674a   Merge pull request #1035 from winterheart/cmake
      adds  cf6be73   Revert 6a63dc5aad2cbcfc985fab915ab2b3eb84886c38 as app already depends on net-lib
      adds  85418c1   Fix invalid LIBJPEG_DIR reference introduced in 3e9de78fa26971f0d2e57b09f971c17714640022
      adds  edb2f97   Added cancel drawing loop on key release (fix #1002)
      adds  fde573d   Merge branch 'master' of https://github.com/HunterNN/aseprite into HunterNN-master
      adds  799803d   Add DrawingState::destroyLoopIfCanceled() to avoid duplicated code
      adds  b62c1e1   Merge branch 'HunterNN-master'
      adds  f2ba51f   Fix double-click in Allegro back-end when she_mouse_callback() is used
      adds  27b5503   Fix bug pressing warning icon to add palette color when active locale is non-English
      adds  64449ff   Avoid signed/unsigned comparison in gcc/debug compilation
      adds  bde0372   Add some notes in INSTALL.md about known issues when the official Allegro 4.4 is used
      adds  554885b   Avoid warning about multiline comment on gcc
      adds  3cd7d27   Update she/CMakeLists.txt for Skia branch 'chrome/m50'
      adds  0605166   Move clock/tick from "she" to "base" library and switch to uint64_t type
      adds  7964f1f   Make building tests optional
      adds  9818232   Some cleanup.
      adds  cb4b45e   Merge branch 'optional-tests' of https://github.com/winterheart/aseprite into optional-tests
      adds  0430fe9   Rename cmake/Find-tests.cmake to cmake/FindTests.cmake
      adds  e10a3e4   Disable tests by default
      adds  aea1e24   Merge branch 'optional-tests'
      adds  677fe41   Throw exceptions if a SkBitmap cannot be created on SkiaSurface
      adds  9c5768d   VGA 13h standard palette
      adds  02e9d98   Merge pull request #1045 from winterheart/vga-palette
      adds  58daa23   Replace zlib and libpng with submodules
      adds  80a649d   Merge branch 'zlib-and-libpng-submodules'
      adds  72b47e0   Disable png tests and dynamic library caching values
      adds  fdbb70b   Disable zlib tests
      adds  939e86f   SkiaSurface::create() creates opaque images (alpha isn't needed)
      adds  79c2033   SkiaSurface::applyScale() uses the same color/alpha-type to resize the image
      adds  e4bb2ec   Initial commit for a new Skia/X11 port
      adds  97f1d0f   Rename she::CommonFont to SpriteSheetFont
      adds  d49d373   Rename she::System::loadBitmapFont -> loadSpriteSheetFont
      adds  0f60ca2   Fix #include in she/common/locked_surface.h
      adds  0abe01c   Merge she::LockedSurface/NonDisposableSurface with she::Surface
      adds  64111bf   Merge branch 'remove-locked-surface' into freetype-font
      adds  d33a2ad   Add ft library (a freetype wrapper)
      adds  dfa6bcd   Add a basic TrueType font impl to she library using FreeType library
      adds  d020a19   Add a simple cache mechanism to ft::Face (at the moment without cache)
      adds  c0f402b   Add she::Font::setAntialias() member function
      adds  3b2ce80   Fix compilation error in generic_surface.h with gcc and clang
      adds  dbf5d69   Add a simple cache system for glyphs
      adds  fb6a148   Select Unicode charmap
      adds  29f6db6   Widget::textLength() returns the number of (Unicode) characters in the text field
      adds  69a1161   Fix Entry bugs handling the text caret
      adds  eec2d64   Replace FreeTypeFont::height() impl
      adds  779875e   Remove unused pixman-version.h.cmake file
      adds  8de92df   Minor fix to show text caret on ui::Entry when it's at the end
      adds  cb4b4f8   Minor change don't use drawUIString() in FileList::onPaint()
      adds  6f0819f   Fix crash in GenericDrawTextSurface::drawChar() when a TTF is used with Unicode text
      adds  2fd94ed   Simplify ft::Face API
      adds  9784c0d   Minor change to fix gcc/clang compilation errors
      adds  fb10cf1   Simplify code in generic_surface.h for gcc/clang
      adds  e0135d6   Add fixes for gcc/clang in ft::FaceFT
      adds  8304b75   Fix FreeType2 font rendering and font height calculation
      adds  6d3c09d   Use bearingX adjustment to render FreeType glyphs correctly
      adds  8028cf6   Merge branch 'unicode-text'
      adds  4fc0060   Fix linking she library with freetype
      adds  f25c030   Fix issues compiling base/fs_unix.h on FreeBSD (close #1016)
      adds  8338784   Fix crash using RotSprite algorithm on Sprite Size command
      adds  d94b859   Try to compile libpng before freetype (because freetype depends on libpng)
      adds  42e8682   Merge branch 'fix-freetype-libpng-deps'
      adds  34c1af0   New cmdl parameters --range and --shrink-to
      adds  c6482da   Merge branch range-and-shrink-command-line-options
      adds  e353a2f   Minor format changes in app/app.cpp
      adds  019e6b3   Use , separator in --shrink-to and --frame-range
      adds  e28881f   Better error reporting for --shrink-to, --frame-range, --crop options
      adds  5847624   Merge branch 'cli-options-for-thumbnails'
      adds  2ce09c5   Add customization for square aspect, draw from center, and move origin keys (fix #1028)
      adds  21921fd   Refactor scripting code
      adds  de8ef62   Avoid printing the last script result when we run a script from UI
      adds  5bd2a01   Avoid leaving an extra item in the stack when getThis() is used
      adds  7f31bbe   Add const to src argument in cmd::CopyRegion ctor
      adds  956349f   Add Image class to scripting
      adds  52dd13c   Add Sprite.saveAs() method in scripting API
      adds  495a645   Add possibility to recover raw images from a session (as a sequence of frames or layers)
      adds  7d185d1   Fix base_trace() to avoid double \n\n at the end of line
      adds  8a5de08   Add scaling from center/pivot (fix #576) and with flipping (fix #579)
      adds  00be81d   Fix compilation problems on OS X with skia back-end
      adds  1b28c8e   Fix Alt+key on Linux (fix #83 and #191)
      adds  951bc1b   Avoid scrolling and zooming at the same time on Skia/OSX back-end
      adds  2a007bf   Update Editor::onMouseWheel() to use precise wheel as a touch device (scroll by default)
      adds  519f11e   Fix open in folder on Linux
      adds  81fcbda   Update version to v1.1.4-dev
      adds  16ae88b   Add comment in she::Event::preciseWheel()
      adds  49b068c   Fix warning on updater/check_update.cpp about undefined UPDATE_URL
      adds  df9c555   Minor changes in she/osx/
      adds  8e06d61   Use NSWindow noResponseFor: to avoid beeps on Skia/OSX fork
      adds  ed4b26b   Add get_unicodechar_from_nsevent() to she/osx/view.mm
      adds  4acf12a   Make Ctrl+Tab work on Skia/OS X port
      adds  c900e4a   Don't call app_main() from OSXApp
      adds  49f1164   Fix opening files from Finder on the Skia/OS X port
      adds  5ef931b   Override application:openFiles: instead of application:openFile:
      adds  63c723d   Change OSXAppDelegate base type to avoid an opaque id type
      adds  a785c20   Update INSTALL.md with information about the Skia back-end
      adds  e4c46a7   Fix loading two times a file specified in the command line on OS X
      adds  221e9bf   Add base::normalize_path()
      adds  9d3195c   Update INSTALL.md because we need awk to compile libpng (issue #1054)
      adds  44fadbc   Fix key modifiers on Alleg4/Windows back-end
      adds  7c9ba13   Add double-click support on Skia/OS X port (fix #1057)
      adds  a76a111   Fix crash using RotSprite with width/height == 0 (fix #1056)
      adds  25a24a9   Avoid using an uninitialized m_surface pointer in SkiaDisplay
      adds  2636401   Remove gui.xml version check on release
      adds  99d7eb5   Fix crash using an non-fully initialized SkiaDisplay on SkiaWindow::Impl::paintGC() on OS X
      adds  b0f5332   Extra checks for an initialized SkiaDisplay for GPU support on OS X
      adds  392eacd   Update information about how to get the source code
      adds  8749cb7   Update Mac OS X details in INSTALL.md

No new revisions were added by this update.

Summary of changes:
 .gitmodules                                        |    6 +
 .travis.yml                                        |    2 +-
 CMakeLists.txt                                     |   91 +-
 INSTALL.md                                         |  136 +-
 README.md                                          |    6 +-
 cmake/FindTests.cmake                              |   35 +
 data/gui.xml                                       |   65 +-
 data/palettes/a64.gpl                              |   22 +
 data/palettes/arne-paldac.gpl                      |  247 +
 data/palettes/arne16.gpl                           |    2 +-
 data/palettes/arne32.gpl                           |    2 +-
 data/palettes/cg-arne.gpl                          |   21 +
 data/palettes/copper-tech.gpl                      |   22 +
 data/palettes/cpc-boy.gpl                          |   38 +
 data/palettes/eroge-copper.gpl                     |   22 +
 data/palettes/gameboy-color-type1.gpl              |   41 +
 data/palettes/jmp.gpl                              |   22 +
 data/palettes/monokai.gpl                          |   15 +
 data/palettes/psygnork.gpl                         |   22 +
 data/palettes/vga-13h.gpl                          |  261 +
 data/palettes/web-safe-colors.gpl                  |  222 +
 data/palettes/x11.gpl                              |  141 +
 data/pref.xml                                      |   21 +-
 data/scripts/white_to_alpha.js                     |   25 +-
 data/skins/default/sheet.png                       |  Bin 13981 -> 13776 bytes
 data/skins/default/skin.xml                        |   12 -
 data/widgets/options.xml                           |   27 +-
 data/widgets/select_accelerator.xml                |    1 +
 src/CMakeLists.txt                                 |   60 +-
 src/allegro/src/x/xkeyboard.c                      |    2 +
 src/allegro/src/x/xwin.c                           |    7 +
 src/app/CMakeLists.txt                             |   16 +-
 src/app/app.cpp                                    |   75 +-
 src/app/app_menus.cpp                              |    4 +-
 src/app/app_options.cpp                            |    4 +-
 src/app/app_options.h                              |    4 +
 src/app/cmd/copy_region.cpp                        |   10 +-
 src/app/cmd/copy_region.h                          |   12 +-
 src/app/commands/cmd_add_color.cpp                 |  156 +
 src/app/commands/cmd_color_quantization.cpp        |    4 +-
 src/app/commands/cmd_flip.cpp                      |   33 +-
 src/app/commands/cmd_grid.cpp                      |   66 +-
 src/app/commands/cmd_keyboard_shortcuts.cpp        |    5 +-
 src/app/commands/cmd_options.cpp                   |  151 +-
 src/app/commands/cmd_palette_editor.cpp            |    4 +-
 src/app/commands/cmd_run_script.cpp                |    8 +-
 src/app/commands/cmd_select_tile.cpp               |  124 +
 src/app/commands/cmd_show.cpp                      |  174 +
 src/app/commands/cmd_sprite_size.cpp               |   14 +-
 src/app/commands/commands_list.h                   |    7 +-
 src/app/context_flags.h                            |    4 +-
 src/app/{log.h => crash/raw_images_as.h}           |   13 +-
 src/app/crash/read_document.cpp                    |   58 +
 src/app/crash/read_document.h                      |    5 +-
 src/app/crash/session.cpp                          |   44 +-
 src/app/crash/session.h                            |    5 +-
 src/app/file/file.cpp                              |   11 +-
 src/app/modules/gui.cpp                            |   10 +-
 src/app/pref/preferences.h                         |    1 -
 src/app/recent_files.cpp                           |    6 +-
 src/app/script/app_object.cpp                      |   89 +
 src/app/{snap_to_grid.h => script/app_object.h}    |   12 +-
 src/app/script/app_scripting.cpp                   |   79 +
 src/app/script/app_scripting.h                     |   47 +
 src/app/script/console_object.cpp                  |   65 +
 .../file_list_view.h => script/console_object.h}   |   16 +-
 src/app/script/image_class.cpp                     |  101 +
 .../{ui/file_list_view.h => script/image_class.h}  |   14 +-
 src/app/script/image_wrap.cpp                      |   52 +
 src/app/script/image_wrap.h                        |   39 +
 src/app/script/pixel_color.h                       |   86 +
 src/app/script/sprite_class.cpp                    |  171 +
 src/app/{snap_to_grid.h => script/sprite_class.h}  |   10 +-
 src/app/script/sprite_wrap.cpp                     |   96 +
 src/app/script/sprite_wrap.h                       |   53 +
 src/app/scripting/app_scripting.cpp                |   40 -
 src/app/scripting/app_scripting.h                  |   24 -
 src/app/scripting/raw_color.h                      |   49 -
 src/app/scripting/sprite.h                         |  143 -
 src/app/shell.cpp                                  |    6 +-
 src/app/shell.h                                    |    6 +-
 src/app/snap_to_grid.cpp                           |   27 +-
 src/app/snap_to_grid.h                             |   11 +-
 src/app/tools/controller.h                         |   10 +-
 src/app/tools/controllers.h                        |   79 +-
 src/app/tools/inks.h                               |   17 +-
 src/app/tools/selection_mode.h                     |   24 -
 src/app/tools/tool_loop.h                          |    9 +-
 src/app/tools/tool_loop_manager.cpp                |   33 +-
 src/app/tools/tool_loop_manager.h                  |   11 +-
 src/app/tools/tool_loop_modifiers.h                |   28 +
 src/app/ui/brush_popup.cpp                         |    6 +-
 src/app/ui/color_bar.cpp                           |   61 +-
 src/app/ui/color_bar.h                             |    1 +
 src/app/ui/color_button.cpp                        |   40 +-
 src/app/ui/color_button.h                          |   13 +-
 src/app/ui/{color_selector.cpp => color_popup.cpp} |   41 +-
 src/app/ui/{color_selector.h => color_popup.h}     |   14 +-
 src/app/ui/color_selector.cpp                      |  252 +-
 src/app/ui/color_selector.h                        |   64 +-
 src/app/ui/{file_list_view.h => color_source.h}    |   15 +-
 src/app/ui/color_spectrum.cpp                      |   27 +-
 src/app/ui/color_spectrum.h                        |   23 +-
 src/app/ui/color_tint_shade_tone.cpp               |   58 +-
 src/app/ui/color_tint_shade_tone.h                 |   19 +-
 src/app/ui/color_wheel.cpp                         |   43 +-
 src/app/ui/color_wheel.h                           |   23 +-
 src/app/ui/context_bar.cpp                         |   14 +-
 src/app/ui/context_bar.h                           |    4 +-
 src/app/ui/data_recovery_view.cpp                  |   50 +-
 src/app/ui/devconsole_view.h                       |    8 +-
 src/app/ui/editor/brush_preview.cpp                |   27 +-
 src/app/ui/editor/drawing_state.cpp                |   43 +-
 src/app/ui/editor/drawing_state.h                  |    4 +-
 src/app/ui/editor/editor.cpp                       |  230 +-
 src/app/ui/editor/editor.h                         |   24 +-
 src/app/ui/editor/editor_state.h                   |    3 +
 src/app/ui/editor/moving_pixels_state.cpp          |    5 +-
 src/app/ui/editor/pixels_movement.cpp              |  189 +-
 src/app/ui/editor/pixels_movement.h                |    5 +-
 src/app/ui/editor/play_state.cpp                   |    8 +-
 src/app/ui/editor/play_state.h                     |    5 +-
 src/app/ui/editor/standby_state.cpp                |   25 +
 src/app/ui/editor/standby_state.h                  |    3 +-
 src/app/ui/editor/state_with_wheel_behavior.cpp    |    7 +-
 src/app/ui/editor/tool_loop_impl.cpp               |   13 +-
 src/app/ui/file_list.cpp                           |    7 +-
 src/app/ui/file_list.h                             |    3 +-
 src/app/ui/keyboard_shortcuts.cpp                  |   25 +-
 src/app/ui/keyboard_shortcuts.h                    |    9 +-
 src/app/ui/palette_view.cpp                        |   10 +-
 src/app/ui/palette_view.h                          |   11 +-
 src/app/ui/recent_listbox.cpp                      |   21 +-
 src/app/ui/select_accelerator.cpp                  |   11 +-
 src/app/ui/select_accelerator.h                    |    4 +-
 src/app/ui/skin/skin_theme.cpp                     |   17 +-
 src/app/ui/status_bar.cpp                          |    6 +-
 src/app/ui/status_bar.h                            |    5 +-
 src/app/ui/tabs.cpp                                |   31 +-
 src/app/util/freetype_utils.cpp                    |  115 +-
 src/base/24bits.h                                  |    3 +-
 src/base/CMakeLists.txt                            |   15 +-
 src/base/base.h                                    |    6 +-
 src/base/buffer.h                                  |    4 +-
 src/base/config.h.cmakein                          |    3 +-
 src/base/connection.h                              |    6 +-
 src/base/debug.cpp                                 |    4 +-
 src/base/dll_unix.h                                |    7 +-
 src/base/fs_unix.h                                 |    6 +-
 src/base/fstream_path.h                            |    6 +-
 src/base/ints.h                                    |   19 +
 src/base/launcher.cpp                              |    8 +-
 src/base/log.cpp                                   |    1 +
 src/base/log.h                                     |    4 +
 src/base/observers.h                               |    4 +-
 src/base/path.cpp                                  |   10 +-
 src/base/path.h                                    |    6 +-
 src/base/process.h                                 |    4 +-
 src/base/program_options.cpp                       |    4 +-
 src/base/serialization.h                           |    3 +-
 src/base/sha1_rfc3174.c                            |    3 +-
 src/base/time.cpp                                  |   25 +-
 src/base/time.h                                    |    8 +-
 src/cfg/cfg.cpp                                    |    3 +-
 src/config.h                                       |    4 +-
 src/doc/CMakeLists.txt                             |    6 +-
 src/doc/algo.cpp                                   |    3 +-
 src/doc/algorithm/floodfill.cpp                    |    1 +
 src/doc/algorithm/resize_image.cpp                 |   16 +-
 src/doc/algorithm/resize_image.h                   |    3 +-
 src/doc/algorithm/rotate.cpp                       |   39 +-
 src/doc/algorithm/rotsprite.cpp                    |   10 +-
 src/doc/blend_funcs.cpp                            |   63 +-
 src/doc/blend_funcs.h                              |    4 +-
 src/doc/brush.cpp                                  |    1 -
 src/doc/color.h                                    |    4 +-
 src/doc/color_scales.h                             |    3 +-
 src/doc/context.cpp                                |    3 +-
 src/doc/conversion_she.cpp                         |   19 +-
 src/doc/document.cpp                               |    4 +-
 src/doc/documents.cpp                              |    6 +-
 src/doc/file/col_file.cpp                          |    3 +-
 src/doc/frame_tag.cpp                              |    3 +-
 src/doc/frame_tags.cpp                             |    3 +-
 src/doc/handle_anidir.cpp                          |    3 +-
 src/doc/image_buffer.h                             |    3 +-
 src/doc/image_io.cpp                               |    3 +-
 src/doc/mask.cpp                                   |    3 +-
 src/doc/object.cpp                                 |    3 +-
 src/doc/object_id.h                                |    4 +-
 src/doc/palette.cpp                                |    3 +-
 src/doc/palette.h                                  |    3 +-
 src/doc/remap.cpp                                  |   11 +-
 src/doc/remap.h                                    |    3 +-
 src/doc/rgbmap.h                                   |    3 +-
 src/doc/site.cpp                                   |    3 +-
 src/doc/site.h                                     |   10 +-
 src/doc/sprite.cpp                                 |    3 +-
 src/filters/color_curve_filter.cpp                 |    7 +-
 src/filters/convolution_matrix_filter.cpp          |    3 +-
 src/filters/convolution_matrix_filter.h            |    3 +-
 src/filters/median_filter.h                        |    3 +-
 src/filters/replace_color_filter.cpp               |    3 +-
 src/fixmath/fixmath.h                              |    1 +
 src/{steam => ft}/LICENSE.txt                      |    0
 src/ft/README.md                                   |    4 +
 src/ft/face.h                                      |  257 +
 src/ft/freetype_headers.h                          |   15 +
 src/ft/lib.h                                       |   54 +
 src/gfx/color.h                                    |    4 +-
 src/main/main.cpp                                  |   11 +-
 src/main/resources_win32.rc                        |    8 +-
 src/net/CMakeLists.txt                             |    2 +-
 src/net/http_request.cpp                           |    3 +-
 src/pen/pen_win.h                                  |    2 +
 src/render/quantization.cpp                        |    3 +-
 src/render/render.cpp                              |    3 +-
 src/render/zoom.cpp                                |    2 +
 src/script/CMakeLists.txt                          |    9 +
 src/{doc => script}/LICENSE.txt                    |    2 +-
 src/{scripting => script}/README.md                |    2 +-
 src/script/engine.cpp                              |  542 +++
 src/{scripting => script}/engine.h                 |  105 +-
 src/{scripting => script}/engine_delegate.h        |    8 +-
 src/scripting/CMakeLists.txt                       |    7 -
 src/scripting/LICENSE.txt                          |   20 -
 src/scripting/engine.cpp                           |  356 --
 src/she/CMakeLists.txt                             |   85 +-
 src/she/alleg4/alleg_display.cpp                   |    5 +-
 src/she/alleg4/alleg_display.h                     |    4 +-
 src/she/alleg4/alleg_surface.cpp                   |   43 +-
 src/she/alleg4/alleg_surface.h                     |   22 +-
 src/she/alleg4/clock.cpp                           |   43 -
 src/she/alleg4/clock.h                             |   18 -
 src/she/alleg4/key_poller.cpp                      |    4 +-
 src/she/alleg4/mouse_poller.cpp                    |   13 +-
 src/she/alleg4/she.cpp                             |   21 +-
 src/she/clock.h                                    |   17 -
 src/she/common/freetype_font.cpp                   |   89 +
 src/she/common/freetype_font.h                     |   44 +
 src/she/common/generic_surface.h                   |  236 +
 src/she/common/locked_surface.h                    |  115 -
 src/she/common/{font.h => sprite_sheet_font.h}     |   31 +-
 src/she/common/system.h                            |   19 +-
 src/she/display.h                                  |    5 +-
 src/she/event.h                                    |   10 +
 src/she/font.h                                     |   10 +-
 src/she/gtk/native_dialogs.cpp                     |  194 +
 src/she/gtk/native_dialogs.h                       |   32 +
 src/she/keys.h                                     |    3 +-
 src/she/locked_surface.h                           |   58 -
 src/she/osx/app.h                                  |   10 +-
 src/she/osx/app.mm                                 |   50 +-
 src/she/osx/app_delegate.h                         |    4 +-
 src/she/osx/app_delegate.mm                        |   15 +-
 src/she/osx/event_queue.h                          |    2 +-
 src/she/osx/event_queue.mm                         |   18 +-
 src/she/osx/view.mm                                |   32 +-
 src/she/osx/window.mm                              |   12 +-
 src/she/scoped_surface_lock.h                      |   29 -
 src/she/she.h                                      |    4 +-
 src/she/skia/she.cpp                               |   34 +-
 src/she/skia/skia_display.cpp                      |   13 +-
 src/she/skia/skia_display.h                        |    9 +-
 src/she/skia/skia_surface.h                        |  102 +-
 src/she/skia/skia_system.h                         |   20 +-
 src/she/skia/skia_window.h                         |    4 +-
 src/she/skia/skia_window_osx.mm                    |    7 +-
 src/she/skia/skia_window_x11.cpp                   |   96 +
 .../skia/{skia_window_osx.h => skia_window_x11.h}  |   18 +-
 src/she/surface.h                                  |   48 +-
 src/she/system.h                                   |    7 +-
 src/she/win/vk.cpp                                 |    3 +
 src/she/win/window.h                               |    1 +
 src/she/win/window_dde.cpp                         |    5 +
 src/she/x11/event_queue.h                          |   51 +
 src/she/{win/window_dde.h => x11/keys.cpp}         |   15 +-
 src/she/x11/window.h                               |   74 +
 src/she/{win/window_dde.h => x11/x11.cpp}          |   19 +-
 src/she/x11/x11.h                                  |   40 +
 src/steam/steam.cpp                                |    1 +
 src/ui/CMakeLists.txt                              |    6 +-
 src/ui/accelerator.cpp                             |   18 +-
 src/ui/accelerator.h                               |    4 +-
 src/ui/cursor.cpp                                  |    5 +-
 src/ui/entry.cpp                                   |   57 +-
 src/ui/graphics.cpp                                |   71 +-
 src/ui/keys.h                                      |    1 +
 src/ui/manager.cpp                                 |   42 +-
 src/ui/message.cpp                                 |    3 +-
 src/ui/message.h                                   |    2 +
 src/ui/move_region.cpp                             |   26 +-
 src/ui/overlay.cpp                                 |   25 +-
 src/ui/overlay.h                                   |    9 +-
 src/ui/overlay_manager.cpp                         |   16 +-
 src/ui/system.cpp                                  |    8 +-
 src/ui/system.h                                    |    6 +-
 src/ui/timer.cpp                                   |   41 +-
 src/ui/timer.h                                     |   15 +-
 src/ui/view.cpp                                    |    7 +-
 src/ui/widget.cpp                                  |   17 +-
 src/ui/widget.h                                    |    2 +-
 src/undo/undo_tests.cpp                            |    6 +-
 src/updater/check_update.cpp                       |    8 +-
 src/updater/user_agent.cpp                         |   14 +-
 third_party/CMakeLists.txt                         |   32 +-
 third_party/duktape                                |    2 +-
 third_party/freetype2                              |    2 +-
 third_party/libpng                                 |    1 +
 third_party/libpng/CMakeLists.txt                  |   26 -
 third_party/libpng/LICENSE                         |  111 -
 third_party/libpng/README                          |  202 -
 third_party/libpng/TODO                            |   27 -
 third_party/libpng/Y2KINFO                         |   55 -
 third_party/libpng/example.c                       |  862 ----
 third_party/libpng/libpng-manual.txt               | 4628 ------------------
 third_party/libpng/png.c                           | 2870 -----------
 third_party/libpng/png.h                           | 2658 -----------
 third_party/libpng/pngconf.h                       |  596 ---
 third_party/libpng/pngdebug.h                      |  157 -
 third_party/libpng/pngerror.c                      |  685 ---
 third_party/libpng/pngget.c                        | 1124 -----
 third_party/libpng/pnginfo.h                       |  269 --
 third_party/libpng/pnglibconf.h                    |  189 -
 third_party/libpng/pngmem.c                        |  667 ---
 third_party/libpng/pngpread.c                      | 1843 -------
 third_party/libpng/pngpriv.h                       | 1629 -------
 third_party/libpng/pngread.c                       | 1308 -----
 third_party/libpng/pngrio.c                        |  176 -
 third_party/libpng/pngrtran.c                      | 5023 --------------------
 third_party/libpng/pngrutil.c                      | 4158 ----------------
 third_party/libpng/pngset.c                        | 1284 -----
 third_party/libpng/pngstruct.h                     |  358 --
 third_party/libpng/pngtest.c                       | 1820 -------
 third_party/libpng/pngtrans.c                      |  678 ---
 third_party/libpng/pngwio.c                        |  254 -
 third_party/libpng/pngwrite.c                      | 1655 -------
 third_party/libpng/pngwtran.c                      |  633 ---
 third_party/libpng/pngwutil.c                      | 3180 -------------
 third_party/pixman-cmake/pixman-version.h.cmake    |   50 -
 third_party/zlib                                   |    1 +
 third_party/zlib/CMakeLists.txt                    |   87 -
 third_party/zlib/README                            |  115 -
 third_party/zlib/adler32.c                         |  169 -
 third_party/zlib/algorithm.txt                     |  209 -
 third_party/zlib/compress.c                        |   80 -
 third_party/zlib/crc32.c                           |  442 --
 third_party/zlib/crc32.h                           |  441 --
 third_party/zlib/deflate.c                         | 1834 -------
 third_party/zlib/deflate.h                         |  342 --
 third_party/zlib/example.c                         |  565 ---
 third_party/zlib/gzclose.c                         |   25 -
 third_party/zlib/gzguts.h                          |  132 -
 third_party/zlib/gzlib.c                           |  537 ---
 third_party/zlib/gzread.c                          |  653 ---
 third_party/zlib/gzwrite.c                         |  531 ---
 third_party/zlib/infback.c                         |  632 ---
 third_party/zlib/inffast.c                         |  340 --
 third_party/zlib/inffast.h                         |   11 -
 third_party/zlib/inffixed.h                        |   94 -
 third_party/zlib/inflate.c                         | 1480 ------
 third_party/zlib/inflate.h                         |  122 -
 third_party/zlib/inftrees.c                        |  330 --
 third_party/zlib/inftrees.h                        |   62 -
 third_party/zlib/minigzip.c                        |  440 --
 third_party/zlib/trees.c                           | 1244 -----
 third_party/zlib/trees.h                           |  127 -
 third_party/zlib/uncompr.c                         |   59 -
 third_party/zlib/zconf.h.cmakein                   |  430 --
 third_party/zlib/zlib.h                            | 1613 -------
 third_party/zlib/zutil.c                           |  318 --
 third_party/zlib/zutil.h                           |  274 --
 372 files changed, 6838 insertions(+), 55956 deletions(-)
 create mode 100644 cmake/FindTests.cmake
 create mode 100644 data/palettes/a64.gpl
 create mode 100644 data/palettes/arne-paldac.gpl
 create mode 100644 data/palettes/cg-arne.gpl
 create mode 100644 data/palettes/copper-tech.gpl
 create mode 100644 data/palettes/cpc-boy.gpl
 create mode 100644 data/palettes/eroge-copper.gpl
 create mode 100644 data/palettes/gameboy-color-type1.gpl
 create mode 100644 data/palettes/jmp.gpl
 create mode 100644 data/palettes/monokai.gpl
 create mode 100644 data/palettes/psygnork.gpl
 create mode 100644 data/palettes/vga-13h.gpl
 create mode 100644 data/palettes/web-safe-colors.gpl
 create mode 100644 data/palettes/x11.gpl
 create mode 100644 src/app/commands/cmd_add_color.cpp
 create mode 100644 src/app/commands/cmd_select_tile.cpp
 create mode 100644 src/app/commands/cmd_show.cpp
 copy src/app/{log.h => crash/raw_images_as.h} (64%)
 create mode 100644 src/app/script/app_object.cpp
 copy src/app/{snap_to_grid.h => script/app_object.h} (55%)
 create mode 100644 src/app/script/app_scripting.cpp
 create mode 100644 src/app/script/app_scripting.h
 create mode 100644 src/app/script/console_object.cpp
 copy src/app/{ui/file_list_view.h => script/console_object.h} (54%)
 create mode 100644 src/app/script/image_class.cpp
 copy src/app/{ui/file_list_view.h => script/image_class.h} (54%)
 create mode 100644 src/app/script/image_wrap.cpp
 create mode 100644 src/app/script/image_wrap.h
 create mode 100644 src/app/script/pixel_color.h
 create mode 100644 src/app/script/sprite_class.cpp
 copy src/app/{snap_to_grid.h => script/sprite_class.h} (53%)
 create mode 100644 src/app/script/sprite_wrap.cpp
 create mode 100644 src/app/script/sprite_wrap.h
 delete mode 100644 src/app/scripting/app_scripting.cpp
 delete mode 100644 src/app/scripting/app_scripting.h
 delete mode 100644 src/app/scripting/raw_color.h
 delete mode 100644 src/app/scripting/sprite.h
 delete mode 100644 src/app/tools/selection_mode.h
 create mode 100644 src/app/tools/tool_loop_modifiers.h
 copy src/app/ui/{color_selector.cpp => color_popup.cpp} (81%)
 copy src/app/ui/{color_selector.h => color_popup.h} (88%)
 copy src/app/ui/{file_list_view.h => color_source.h} (55%)
 create mode 100644 src/base/ints.h
 copy src/{steam => ft}/LICENSE.txt (100%)
 create mode 100644 src/ft/README.md
 create mode 100644 src/ft/face.h
 create mode 100644 src/ft/freetype_headers.h
 create mode 100644 src/ft/lib.h
 create mode 100644 src/script/CMakeLists.txt
 copy src/{doc => script}/LICENSE.txt (96%)
 rename src/{scripting => script}/README.md (65%)
 create mode 100644 src/script/engine.cpp
 rename src/{scripting => script}/engine.h (50%)
 rename src/{scripting => script}/engine_delegate.h (66%)
 delete mode 100644 src/scripting/CMakeLists.txt
 delete mode 100644 src/scripting/LICENSE.txt
 delete mode 100644 src/scripting/engine.cpp
 delete mode 100644 src/she/alleg4/clock.cpp
 delete mode 100644 src/she/alleg4/clock.h
 delete mode 100644 src/she/clock.h
 create mode 100644 src/she/common/freetype_font.cpp
 create mode 100644 src/she/common/freetype_font.h
 create mode 100644 src/she/common/generic_surface.h
 delete mode 100644 src/she/common/locked_surface.h
 rename src/she/common/{font.h => sprite_sheet_font.h} (77%)
 create mode 100644 src/she/gtk/native_dialogs.cpp
 create mode 100644 src/she/gtk/native_dialogs.h
 delete mode 100644 src/she/locked_surface.h
 delete mode 100644 src/she/scoped_surface_lock.h
 create mode 100644 src/she/skia/skia_window_x11.cpp
 copy src/she/skia/{skia_window_osx.h => skia_window_x11.h} (78%)
 create mode 100644 src/she/x11/event_queue.h
 copy src/she/{win/window_dde.h => x11/keys.cpp} (50%)
 create mode 100644 src/she/x11/window.h
 copy src/she/{win/window_dde.h => x11/x11.cpp} (50%)
 create mode 100644 src/she/x11/x11.h
 create mode 160000 third_party/libpng
 delete mode 100644 third_party/libpng/CMakeLists.txt
 delete mode 100644 third_party/libpng/LICENSE
 delete mode 100644 third_party/libpng/README
 delete mode 100644 third_party/libpng/TODO
 delete mode 100644 third_party/libpng/Y2KINFO
 delete mode 100644 third_party/libpng/example.c
 delete mode 100644 third_party/libpng/libpng-manual.txt
 delete mode 100644 third_party/libpng/png.c
 delete mode 100644 third_party/libpng/png.h
 delete mode 100644 third_party/libpng/pngconf.h
 delete mode 100644 third_party/libpng/pngdebug.h
 delete mode 100644 third_party/libpng/pngerror.c
 delete mode 100644 third_party/libpng/pngget.c
 delete mode 100644 third_party/libpng/pnginfo.h
 delete mode 100644 third_party/libpng/pnglibconf.h
 delete mode 100644 third_party/libpng/pngmem.c
 delete mode 100644 third_party/libpng/pngpread.c
 delete mode 100644 third_party/libpng/pngpriv.h
 delete mode 100644 third_party/libpng/pngread.c
 delete mode 100644 third_party/libpng/pngrio.c
 delete mode 100644 third_party/libpng/pngrtran.c
 delete mode 100644 third_party/libpng/pngrutil.c
 delete mode 100644 third_party/libpng/pngset.c
 delete mode 100644 third_party/libpng/pngstruct.h
 delete mode 100644 third_party/libpng/pngtest.c
 delete mode 100644 third_party/libpng/pngtrans.c
 delete mode 100644 third_party/libpng/pngwio.c
 delete mode 100644 third_party/libpng/pngwrite.c
 delete mode 100644 third_party/libpng/pngwtran.c
 delete mode 100644 third_party/libpng/pngwutil.c
 delete mode 100644 third_party/pixman-cmake/pixman-version.h.cmake
 create mode 160000 third_party/zlib
 delete mode 100644 third_party/zlib/CMakeLists.txt
 delete mode 100644 third_party/zlib/README
 delete mode 100644 third_party/zlib/adler32.c
 delete mode 100644 third_party/zlib/algorithm.txt
 delete mode 100644 third_party/zlib/compress.c
 delete mode 100644 third_party/zlib/crc32.c
 delete mode 100644 third_party/zlib/crc32.h
 delete mode 100644 third_party/zlib/deflate.c
 delete mode 100644 third_party/zlib/deflate.h
 delete mode 100644 third_party/zlib/example.c
 delete mode 100644 third_party/zlib/gzclose.c
 delete mode 100644 third_party/zlib/gzguts.h
 delete mode 100644 third_party/zlib/gzlib.c
 delete mode 100644 third_party/zlib/gzread.c
 delete mode 100644 third_party/zlib/gzwrite.c
 delete mode 100644 third_party/zlib/infback.c
 delete mode 100644 third_party/zlib/inffast.c
 delete mode 100644 third_party/zlib/inffast.h
 delete mode 100644 third_party/zlib/inffixed.h
 delete mode 100644 third_party/zlib/inflate.c
 delete mode 100644 third_party/zlib/inflate.h
 delete mode 100644 third_party/zlib/inftrees.c
 delete mode 100644 third_party/zlib/inftrees.h
 delete mode 100644 third_party/zlib/minigzip.c
 delete mode 100644 third_party/zlib/trees.c
 delete mode 100644 third_party/zlib/trees.h
 delete mode 100644 third_party/zlib/uncompr.c
 delete mode 100644 third_party/zlib/zconf.h.cmakein
 delete mode 100644 third_party/zlib/zlib.h
 delete mode 100644 third_party/zlib/zutil.c
 delete mode 100644 third_party/zlib/zutil.h

-- 
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