[aseprite] annotated tag debian/1.0.9+ds-1 created (now b87a47b)

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:28:24 UTC 2015


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

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

        at  b87a47b   (tag)
   tagging  71f6f8801c1b240b42821363df9288e3c79e754a (commit)
  replaces  debian/1.0.5+ds-2
 tagged by  Tobias Hansen
        on  Sat Mar 14 18:25:06 2015 +0100

- Log -----------------------------------------------------------------
Debian release 1.0.9+ds-1

David Capello (121):
      Update version to 1.0.6-dev
      Show color hex code in status bar (fix #508)
      Don't expand MenuBar items on mouseover (fix #501)
      Fix #505 - Brush leaves artifact pixels everywhere
      Add ReverseFramesCommand (fix #503)
      Add option to enable/disable automatic menu bar items popup (related to issue #501)
      Add Cmd+, and Ctrl+K keyboard shortcuts to open preferences
      Fix #472 - Undo and redo change the size of spray tool
      Arrow keys move the selection only when the current tool/ink is about selection
      Remove unused variables
      Add experimental option to flash the selected layer when Up/down array keys are used (fix #111)
      Add dependency with pixman library
      Minor changes in resize_image_tests()
      Add TLS support to pixman for Unix-like systems
      Fix crash in Editor::drawOneSpriteUnclippedRect() if a temporary surface cannot be created (fix #413)
      Add Alt+Shift+G shortcut to toogle the pixel grid visibility (fix #504)
      Add "View > Show Pixel Grid" menu option to switch the pixel grid
      Fix region_tests compilation (as now it depends on pixman library)
      Add keyboard shortcuts customization (close #253)
      Move button to delete shortcuts from SelectAccelerator to KeyItem
      Fix comparison between ui::Accelerators
      Minor change in KeyItem::restoreKeys() logic
      Minor layout changes in SelectAccelerator window
      Adjust pixman submodule URL
      Fix mouse issues on OS X (fix #458)
      Fix Alt+Mnemonic on Mac OS X
      Don't add extra ASEPRITE block to .gif file because Photoshop cannot load them
      Fix bug moving cels between layers
      Add some DocRangeOps.MoveCels tests
      Fix crash in SelectAccelerator::KeyField when a Unicode char is pressed
      Fix ReplaceInkProcessing to work correctly with transparent colors (fix #435)
      Fix problems with multiple editors in MovingPixelsState (fix #419)
      Fix #392 - Crash when another monitor is plugged in
      Fix more OS X cursor issues
      Remove unused variable
      Add support to serialize special unicode chars in ui::Accelerator
      Change the way ProgramOptions store specified args
      Fix UIConext::isUiAvailable() for batch mode
      Fix SkinTheme::paintMenuItem() for non AppMenuItem items (e.g. app::NotificationItem)
      Add more command line options to export or convert sprites
      Add --sheet-width and --sheet-height command line options to specify the texture size
      Fix formatted output of ProgramOptions when one option has multilines
      Add static_assert() to check that Pixman constants match gfx::Region::Overlap
      Add gfx/rect_io.h
      Add gfx::PackingRects class for packing multiple rectangles in a texture
      Add --sheet-pack command line option to improve packing images
      Minor fix in CONTRIBUTING.md to clone aseprite repo & submodules
      Do not center editor scroll by default when we zoom with keys or zoom tool
      Fix mini editor problem: brush preview wasn't being shown
      Fix mini editor animation playback when we're drawing (inside a ToolLoop)
      Add SetLoopSection command and F2 keyboard shortcut (close #491)
      Add KeyAction::Left/RightMouseButton (it's quite experimental at the moment)
      Remove MinGW from INSTALL.md
      Update cmake command line options for the supported VS versions
      Now --save-as can be combined with --split-layers and --import-layer args
      Change default file names to save a sequence of images
      Change default JSON file names in DocumentExporter
      Fix clang compiler error: missing <stdexcept> to use std::runtime_error
      Fix initialization order of DocumentExporter fields
      Deselect timeline range when we modify sprite selection
      Fix position of the pasted image
      Update version 1.0.7-dev
      Fix crash using eyedropper above a (hidden) selection handle
      Add NewFrameCommand::onGetFriendlyName() to differentiate "New Empty Frame" from "New Frame"
      Fix several issues with keyboard shortcuts customization
      Avoid regenerating Document's extral cel when we're moving pixels (fix #522)
      Re-add Ctrl+Q for Windows and Linux
      Add "Auto Select Layer" check box to Move Tool (close #527)
      Change Alt modifier to Shift+Alt to substract selection
      Change errors UI related to locked/hidden layers to status bar tips
      Fix crash when other app prevent us to recreate the primary DirectDraw surface (fix #542)
      Fix crash changing ConfigureTools options when activeDoc == NULL
      Redraw transformation handles when the quick tool is changed
      Generate kKeyDownMessage for Cmd key correctly
      Fix #543 crash adding keyboard shortcuts to menu items without associated app::Key
      SelectAccelerator: Focus the KeyField after any modification is done
      Fix more delays when we start drawing (related to issue #239)
      Convert CenterOnZoom into a ISettings property
      Fix Profile flags for MSVC in CMakeLists.txt
      Fix issue #548 - Avoid moving hidden layers or auto-selecting them
      Add --ignore-empty command line option (close #549)
      Final fix for "Paste at original position" (issue #57 and fix #336)
      Fix Timeline::hotThis() to highlight elements in the timeline correctly
      Fix compilation error in clang
      Add check for allegro_init()
      Remove unused variable
      Support running multiple instances on OS X (fix #533)
      Don't initialize GuiSystem if it's not necessary
      Minor check in ~ScopedHandle()
      Don't load a file if it's already open on drop files event
      Update version to 1.0.8-dev
      Change the compilation output path to CMAKE_BINARY_DIR/bin and /lib
      Fix compilation of gen utility (and tests) under Visual Studio solution (fix #541)
      Minor change in main CMakeLists.txt
      Fix compilation of libcurl from a Visual Studio solution
      Convert gui.xml to Unix EOLs
      Add post build target to copy the whole data/ dir into build/bin/ dir
      Remove a custom target for each file to copy
      Mask color shouldn't make black color transparent in RGB and Grayscale images
      Fix regression: --help doesn't work on Windows
      Show some info to debug the update checking process in _DEBUG
      Enable IsDeveloper flag when we check updates in _DEBUG
      Merge pull request #568 from Mailaender/patch-1
      Merge branch '1.0' of github.com:aseprite/aseprite into 1.0
      Make PopupWindow movable again (fix regression from 1f25579f5a9923dc844f75d8e37ede83e148889f)
      Fix OS X mouse position issues
      Add infinite editor scroll to OS X
      Update version to 1.0.9-dev
      Add --filename-format option (fix #519)
      Fix more problems with OS X mouse cursor
      OSX: Fix infinite loop in waiting for lockFocusIfCanDraw=YES
      OSX: Fix image used to start animation before minimize
      Merge branch 'minimize-bug' into 1.0
      Fix bug flipping rectangular regions on cels with pos != (0,0)
      Fix crash trying to move pixels and the current layer is nullptr
      Add shortcut to toggle the visibility of active layer (fix #587)
      Add option to disable animation loop when saving GIF files (fix #585)
      Fix get_cels_in_range() when range type != DocumentRange::kCels
      Remove printf() in fop_to_save_document()
      Minor change in file.h
      Add --trim command line option

Manuel Quiñones (1):
      Fix link to the README in Help menu

Matthias Mailänder (2):
      fix "Program returns random data in a function" GCC warning
      fix "Program is using uninitialized variables." GCC warning

Tobias Hansen (11):
      Add window resizing to options dialog.
      Always write window size to config file when closing.
      Merge tag 'v1.0.9'
      Update changelog.
      Refresh patches.
      Add header to new patch.
      Add new dependency libpixman-1-dev.
      Add patch to find libpixman.
      Update changelog.
      Remove pixman related paragraphs from debian/copyright and add patch header.
      Prepare changelog for upload to experimental.

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

This annotated tag includes the following new commits:

       new  71f6f88   Prepare changelog for upload to experimental.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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