[aseprite] annotated tag debian/1.1.4.1+ds-1 created (now 5811c15)

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


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

thansen pushed a change to annotated tag debian/1.1.4.1+ds-1
in repository aseprite.

        at  5811c15   (tag)
   tagging  0045a3d2b7844adadfe0a4f28549789dd35d090b (commit)
  replaces  debian/1.1.3+ds-4
 tagged by  Tobias Hansen
        on  Wed Apr 20 19:53:19 2016 +0100

- Log -----------------------------------------------------------------
Debian release 1.1.4.1+ds-1

Azamat H. Hackimov (7):
      Use find_package(FOO REQUIRED)
      Using FOO_LIBRARIES and FOO_HEADERS from system cmake.
      Adding ${CURL_LIBRARIES} to application linking
      Replaced LIBCURL_* to CURL_* in CMakeList
      Make building tests optional
      Some cleanup.
      VGA 13h standard palette

David Capello (165):
      Fix clicks on X11 (fix #971)
      Don't generate a kSetCursorMessage when the mouse is outside the window
      Fix mouse lag on Linux (fix #957)
      Avoid warning on Graphics::drawUIString()
      Fix problem setting default screen scaling factor on non-Windows platforms
      Check dl library existence (fix #990)
      Fix check to know if dl library was found
      Merge pull request #994 from sirblackheart/fix-#956-new-onionskin-config-icon
      Merge branch 'add-win-key-modifier' of https://github.com/sirblackheart/aseprite into sirblackheart-add-win-key-modifier
      Fix getting lwin/rwin key state on Windows
      Rename ui::winKeyName to ui::kWinKeyName
      Add tooltip to "Super" key checkbox in shortcut dialog
      Merge branch 'sirblackheart-add-win-key-modifier'
      Include base/debug.h on files that use ASSERT or TRACE
      Include base/base.h on files that use MIN/MID/MAX
      Move stdints to base/ints.h file
      Replace NULL with nullptr on files that don't include base/base.h
      Include base/log.h on files that use LOG() macro
      Define _CRT_SECURE_NO_WARNINGS on sub-libraries that need it
      Define PACKAGE/VERSION/UPDATE_URL if they are undefined
      Undefine ERROR macro in base/log.h if it's defined
      she/system.h needs gfx::Size
      Set default path (MODP_B64_DIR) to find modp_b64 from base library
      Minor change in INSTALL.md to create a link to issue #913
      Merge branch 'without-have-config-h'
      Fix base/buffer.h so we include base/ints.h to define uint8_t
      Include base/ints.h from convolution_matrix_filter.h
      Include base/ints.h in median_filter.h because it's needed for uint8_t
      base/24bits.h needs uint8_t definition
      doc/image_buffer.h needs uint8_t definition
      Remove unused variable from replace_image_colors()
      Merge pull request #997 from Kirozen/patch-1
      Remove unused graphics from skin
      Add the possibility to assign a keyboard shortcut to color quantization (#999)
      Merge branch 'master'
      Cache name and path in RecentFileItem
      Add educational license option
      Rename she::CommonFont to SpriteSheetFont
      Rename she::System::loadBitmapFont -> loadSpriteSheetFont
      Fix #include in she/common/locked_surface.h
      Merge she::LockedSurface/NonDisposableSurface with she::Surface
      Merge branch 'remove-locked-surface' into freetype-font
      Add ft library (a freetype wrapper)
      Add a basic TrueType font impl to she library using FreeType library
      Add a simple cache mechanism to ft::Face (at the moment without cache)
      Add she::Font::setAntialias() member function
      Fix compilation error in generic_surface.h with gcc and clang
      Add a simple cache system for glyphs
      Select Unicode charmap
      Widget::textLength() returns the number of (Unicode) characters in the text field
      Fix Entry bugs handling the text caret
      Replace FreeTypeFont::height() impl
      Remove unused pixman-version.h.cmake file
      Minor fix to show text caret on ui::Entry when it's at the end
      Minor change don't use drawUIString() in FileList::onPaint()
      Fix crash in GenericDrawTextSurface::drawChar() when a TTF is used with Unicode text
      Simplify ft::Face API
      Minor change to fix gcc/clang compilation errors
      Simplify code in generic_surface.h for gcc/clang
      Add fixes for gcc/clang in ft::FaceFT
      Fix FreeType2 font rendering and font height calculation
      Don't use UI to warn about sequences when --batch and --save-as are used
      New command to add foreground/background color in the palette
      Use bearingX adjustment to render FreeType glyphs correctly
      Rename app::ColorSelector -> app::ColorPopup
      Add new app::ColorSelector to share behavior between ColorTintShadeTone/ColorSpectrum/ColorWheel
      Add mouse wheel behavior in color selector to rotate hue (fix #1012)
      Rotate foreground color hue by default with mouse wheel above ColorSelector
      Add app::IColorSource interface to get pixels from widgets from mouse pos
      Implement app::IColorSource in color selectors
      Select a tile by double clicking over it (fix #939)
      Avoid enter to tool loop after we select the tile
      Add different selection modes to SelectTile command
      Merge branch 'select-tile'
      Merge pull request #1000 from sirblackheart/native-gtk3-file-dialog
      Merge branch 'master' of https://github.com/Nsheppard01/aseprite into Nsheppard01-master
      Merge branch 'Nsheppard01-master'
      Flip mask when the whole canvas is flipped (fix #561)
      Add RotSprite as a resize algorithm on Sprite > Resize Sprite menu
      Fix crash on image_scale_tpl() and rotsprite_image()
      Improve image_scale_tpl() performance using an iterator for source image
      Add a rgba_blender_normal() version without opacity
      Add option to toggle the selection edges visibility (fix #861)
      Add an option to change the "brush preview" style (related to #792)
      Add ShowBrushPreview command so the user can hide the brush preview with a keyboard shortcut (fix #792)
      Merge pull request #1022 from Nsheppard01/1.0
      Simplify hidden brush preview style
      Do not remap indexes between palette entries that are equal (fix #914)
      Fix bug painting selection edges when zoom < 100% (fix #905)
      Merge pull request #1035 from winterheart/cmake
      Revert 6a63dc5aad2cbcfc985fab915ab2b3eb84886c38 as app already depends on net-lib
      Fix invalid LIBJPEG_DIR reference introduced in 3e9de78fa26971f0d2e57b09f971c17714640022
      Merge branch 'master' of https://github.com/HunterNN/aseprite into HunterNN-master
      Add DrawingState::destroyLoopIfCanceled() to avoid duplicated code
      Merge branch 'HunterNN-master'
      Fix double-click in Allegro back-end when she_mouse_callback() is used
      Fix bug pressing warning icon to add palette color when active locale is non-English
      Avoid signed/unsigned comparison in gcc/debug compilation
      Add some notes in INSTALL.md about known issues when the official Allegro 4.4 is used
      Avoid warning about multiline comment on gcc
      Update she/CMakeLists.txt for Skia branch 'chrome/m50'
      Move clock/tick from "she" to "base" library and switch to uint64_t type
      Merge branch 'optional-tests' of https://github.com/winterheart/aseprite into optional-tests
      Rename cmake/Find-tests.cmake to cmake/FindTests.cmake
      Disable tests by default
      Merge branch 'optional-tests'
      Throw exceptions if a SkBitmap cannot be created on SkiaSurface
      Merge pull request #1045 from winterheart/vga-palette
      Replace zlib and libpng with submodules
      Merge branch 'zlib-and-libpng-submodules'
      Disable png tests and dynamic library caching values
      Disable zlib tests
      SkiaSurface::create() creates opaque images (alpha isn't needed)
      SkiaSurface::applyScale() uses the same color/alpha-type to resize the image
      Initial commit for a new Skia/X11 port
      Merge branch 'unicode-text'
      Fix linking she library with freetype
      Fix issues compiling base/fs_unix.h on FreeBSD (close #1016)
      Fix crash using RotSprite algorithm on Sprite Size command
      Try to compile libpng before freetype (because freetype depends on libpng)
      Merge branch 'fix-freetype-libpng-deps'
      Merge branch range-and-shrink-command-line-options
      Minor format changes in app/app.cpp
      Use , separator in --shrink-to and --frame-range
      Better error reporting for --shrink-to, --frame-range, --crop options
      Merge branch 'cli-options-for-thumbnails'
      Add customization for square aspect, draw from center, and move origin keys (fix #1028)
      Refactor scripting code
      Avoid printing the last script result when we run a script from UI
      Avoid leaving an extra item in the stack when getThis() is used
      Add const to src argument in cmd::CopyRegion ctor
      Add Image class to scripting
      Add Sprite.saveAs() method in scripting API
      Add possibility to recover raw images from a session (as a sequence of frames or layers)
      Fix base_trace() to avoid double \n\n at the end of line
      Add scaling from center/pivot (fix #576) and with flipping (fix #579)
      Fix compilation problems on OS X with skia back-end
      Fix Alt+key on Linux (fix #83 and #191)
      Avoid scrolling and zooming at the same time on Skia/OSX back-end
      Update Editor::onMouseWheel() to use precise wheel as a touch device (scroll by default)
      Fix open in folder on Linux
      Update version to v1.1.4-dev
      Add comment in she::Event::preciseWheel()
      Fix warning on updater/check_update.cpp about undefined UPDATE_URL
      Minor changes in she/osx/
      Use NSWindow noResponseFor: to avoid beeps on Skia/OSX fork
      Add get_unicodechar_from_nsevent() to she/osx/view.mm
      Make Ctrl+Tab work on Skia/OS X port
      Don't call app_main() from OSXApp
      Fix opening files from Finder on the Skia/OS X port
      Override application:openFiles: instead of application:openFile:
      Change OSXAppDelegate base type to avoid an opaque id type
      Update INSTALL.md with information about the Skia back-end
      Fix loading two times a file specified in the command line on OS X
      Add base::normalize_path()
      Update INSTALL.md because we need awk to compile libpng (issue #1054)
      Fix key modifiers on Alleg4/Windows back-end
      Add double-click support on Skia/OS X port (fix #1057)
      Fix crash using RotSprite with width/height == 0 (fix #1056)
      Avoid using an uninitialized m_surface pointer in SkiaDisplay
      Remove gui.xml version check on release
      Fix crash using an non-fully initialized SkiaDisplay on SkiaWindow::Impl::paintGC() on OS X
      Extra checks for an initialized SkiaDisplay for GPU support on OS X
      Update information about how to get the source code
      Update Mac OS X details in INSTALL.md

Etienne Faisant (1):
      Update fstream_path.h

Gabriel Rauter (8):
      Add Windows Key as possible Modifier in Keyboard Shortcuts on Windows and Linux as a step to fix #796
      Change Windows Modifier Name to Win for Windows and Super for Linux/BSD
      replace onion settings icon fixes #956
      Experimental native gtk3 file dialog
      she/gtk: add a simple image preview
      she/gtk: make use of aseprite thumbnail-generator
      Revert make use of aseprite thumbnail-generator"
      New cmdl parameters --range and --shrink-to

Hunter99 (1):
      Added cancel drawing loop on key release (fix #1002)

Nathaniel Sheppard (8):
      Update arne16.gpl
      Update arne32.gpl
      Added more of Arne's pallets.
      Added files via upload
      Added text editor color themes as palettes
      Update solarized.gpl
      Adding X11 and websafe color palettes
      Rename WebSafeColors.gpl to web-safe-colors.gpl

Tobias Hansen (6):
      Merge tag 'v1.1.4.1'
      Update changelog.
      Refresh patches.
      Bump Standards-Version and update upstream-changelog.
      Update debian/copyright.
      Prepare changelog for release.

-----------------------------------------------------------------------

No new revisions were added by this update.

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