[aseprite] branch master updated (0045a3d -> b24320c)
Tobias Hansen
thansen at moszumanska.debian.org
Mon May 9 21:24:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a change to branch master
in repository aseprite.
from 0045a3d Prepare changelog for release.
new 4f23ea0 Add missing text on INSTALL.md
new 6b0e23f Add Steam community to README.md
new 8775604 Make Aseprite a DPI-aware application (fix #1041)
new 6c148c9 Update version to 1.1.5-dev
new 63243f7 Minor change remove include base/string.h from app.h
new 736df91 Ignore freetype2 and zlib dirty changes
new fca3290 Make base::string_to_lower/upper() use tolower/upper() for each Unicode char
new 8de1894 Copy frame duration when we copy frames between two different sprites (fix #1023)
new af0267d Improve error reporting in gen utility when an invalid XML is used
new 87ef48b Improve status bar with icons/automatically generated and re-used parts (fix #752)
new 75d545c Fix initial size indicator in status bar when we move pixels
new 82f4d21 Make Skia the default back-end on OS X
new c9c4838 Fix gfx::SizeT::createUnion() function
new 756f717 Don't use OpenSSL to compile curl
new ba234ae Update libpng
new 5d1b33b Add Ctrl+Page Down/Up to move through tabs
new b5f63d4 Refactoring CMake invocations
new 18d201c Use shared freetype2 on travis build tests.
new 231b176 Merge branch 'cmake-optima' of https://github.com/winterheart/aseprite into cmake-optima
new 14ccfed Merge branch 'cmake-optima'
new 065188a Include <cstring> needed in standby_state.cpp
new 0993069 Add line length in status bar (fix #915)
new 6661c0a Include RGB decimal values when we pick HSV colors (fix #1013)
new fcca96d Add missing text in StatusBar::showColor()
new 33003fb Show current grid tile in status bar when the grid is visible (fix #1075)
new 9cc8d43 Show color on status bar when mouse is over ColorTintShadeTone (and not captured)
new 4be68ab Default folder for new files must be the latest used folder (fix #1068)
new 4198003 Update context bar correctly when right-click changes the current tool
new c5f7e96 Use the real current tool preferences to draw and in the brush preview
new e723426 Minor fix at pen_win.h
new 1c94dda Merge pen library into she library
new 955f86f Add pressure and input device (mouse/stylus/eraser) info to mouse events
new 47708a6 Include device in double-click event on Skia/Win
new a58cbfb Enable eraser support for Wacom tablets on Skia/Win back-end
new 7b4511a Unify she::InputDevice and ui::PointerType
new 119c878 Add she::PointerType::Cursor to identify puck like devices
new 9b05d2e Add Wacom eraser support on OS X
new 56e663b Merge branch 'eraser-support'
new 7c27861 Remove unused variable
new f447b45 Fix crash on OS X
new ac6d930 Missing PointerType in regular mouse movement events on OS X
new 8e23387 Fix compilation error introduced in 119c87873f4660e4553aecc0d4ad2ae59e016fa5
new 59773e1 Update context bar when the pointer type changes
new 350cc2d Show text on console too when TRACE() is used on Windows
new 5f90ef7 Add properties in App to access directly to timeline/contextBar/workspace
new d363f29 Fix timeout in StatusBar::showTool()
new eda468b Fix compilation on MSVC for 32bit profile.
new be063fd Merge pull request #1088 from winterheart/windows-compile
new f1b597d Apply brush size when clicking on brush icon
new 34d4489 Merge pull request #924 from TheKK/brush_value_set
new f87cf93 Merge branch 'master'
new a09b00d Fix synchronization of different UI elements depending on the active tool
new fc0cebc Redraw editor only when selection handles must be redrawn
new 93c616c Don't change two times the status bar text when the selected tool changes
new 97ebd70 Update the status bar depending on the Editor text when the tool changes
new 7c9b9ea Fix flag to compile with Skia back-end
new ea80b4a Remove unused include files
new aa6b2b9 Update installation instructions for Skia and OS X
new 9150b04 Merge pull request #1097 from tony/install-rewrite
new 952886a Merge branch 'master'
new cab10fb Simplify INSTALL.md instructions
new 902d30c Merge branch 'new-install-instructions'
new bbfd036 Fix cmake calls on Windows and Linux details
new 93fff6a Fix typo on INSTALL.md
new 0c9fb6b Remove src/pen directory
new 6814136 render: change blend function to return the result instead of output param
new 3a1b918 Don't destroy custom brush when we use X key to switch colors (fix #1004)
new e7883b7 Fixing underlinking for gcc 4.9
new ba21e31 Merge pull request #1082 from winterheart/x11-undelinking
new 75445d0 add linux thumbnailers for Gnome & KDE/Qt
new b3b96a7 rename desk to desktop, remove virtual and add override
new f9d13e9 add missing licence info
new 039d926 switch to dual licence GPL2/MIT
new 6ceee02 licence under MIT only
new 1f157a6 Merge pull request #1048 from sirblackheart/linux-thumbnailers
new 106f1c9 Merge branch 'master'
new 5a27878 Disable WITH_DESKTOP_INTEGRATION flag by default
new 4b7eb54 Minor formatting issues inside desktop/
new becdd90 Block the document in MovingCelState so other commands cannot modify it (fix #1078)
new 174d31a Remove unused variables in app::Editor class
new 924c2ac Use clip library to copy/paste text
new e1c60a3 Don't compile clip examples by default
new 6c0ff17 Fix typo on File > Exit command
new 60fd607 ui library now depends on clip
new c99a187 Use clip library to copy & paste images/custom data
new 918acb6 Don't focus context bar when we use selection behavior modifiers (fix #1103)
new 00c7cb7 Fix removing original accelerators that are before a new accelerator (fix #1104)
new 5368357 Disable assert in BrushPreview::clearPixelDelegate
new d9604d9 Fix bug not returning to default selection mode from subtraction after releasing Alt+Shift
new d838cbf Key modifiers now disable the 'moving' action on selection (fix #1105)
new 640025e Fix selection UX to show white/black negative for the stroke
new 382aad6 Update clip version
new ea06140 Fix error when decoding GPL file
new 7d24d7c Merge pull request #1062 from RomainGiraud/master
new aededaa Merge branch 'master'
new 6dc9bb9 New option for paint bucket using all layers as reference/stop fill (fix #969)
new b60b76f Add option to show layer edges
new 5b2c162 Remove double #include
new 065ad4f Fix blur ink: avoid adding dark pixels when opacity < 255 (fix #708)
new 0f3dea2 Fix problems using paint bucket referring to all layers and cels origin != 0,0
new 5b51e28 Fix warnings between double <-> int conversion
new 97d9b3c Go to frame field in status bar isn't focused by default anymore (fix #1113)
new 1b71501 Add tooltip to "new frame" button in status bar
new 5ce7f24 Add tooltip to paint bucket settings button in context bar
new 5d8af3c Trim (or remove) cels automatically (when they are completely empty) (fix #559, fix #1111)
new 98ba8df Update libpng library
new a2712d4 Fix instructions to compile Skia on OS X
new eec2904 Fix crash when we press Del key to completely delete a cel
new 2dbb50c Fix exception text in doc::crop_image()
new b2d14b3 Remove comment
new 975c1bd Remove reference to the old raster::Dirty object
new 8b0977c Optimize doc::algorithm::shrink_bounds() a little
new ad9df5d Remove unused variable
new 6556f97 Try to directly add a trimmed image in the undo history instead of calling TrimCel
new 53500c1 Restore cleared area correctly when cel position is modified (fix #1109)
new 29f0371 Fix flipping images when cel bounds aren't equal to sprite bounds (fix #1119)
new 01201b2 Fixed an unnecessary quotation mark in the OSX buliding instructions.
new 64e8e2f Merge pull request #1115 from dvlpstrcrispin/patch-1
new ed14c56 Merge branch 'master'
new 20c78f3 Fix static_assert() error on gcc and clang
new ccabc9a Fix arrow keys to move selection (fix #1120)
new dbb3cee Update version to 1.1.6-dev
new fc70114 Merge branch 'upstream'
new e4906a6 Refresh patches.
new cd89de7 New changelog entry.
new b491712 Update upstream changelog.
new 10c42c0 Adjust debian/rules for new git submodule 'clip'.
new b24320c Update changelog.
The 128 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.
Summary of changes:
.gitmodules | 5 +
.travis.yml | 4 +-
CMakeLists.txt | 28 +-
INSTALL.md | 252 +++++++++----
README.md | 3 +-
data/gui.xml | 5 +-
data/pref.xml | 12 +-
data/skins/default/sheet.png | Bin 13776 -> 14189 bytes
data/skins/default/skin.xml | 12 +
debian/changelog | 7 +
debian/copyright | 1 +
debian/patches/libx11-underlinkage.patch | 2 +-
debian/patches/shared_modp_b64.patch | 14 +-
debian/rules | 5 +-
debian/upstream-changelog | 27 ++
desktop/CMakeLists.txt | 16 +
desktop/aseprite-thumbnailer | 19 +
desktop/gnome/aseprite.thumbnailer | 4 +
desktop/kde/CMakeLists.txt | 23 ++
desktop/kde/aseprite_thumb_creator.cpp | 39 ++
desktop/kde/aseprite_thumb_creator.h | 21 ++
desktop/kde/asepritethumbnail.desktop | 8 +
desktop/mime/aseprite.xml | 12 +
src/CMakeLists.txt | 17 +-
src/README.md | 3 +-
src/app/CMakeLists.txt | 5 +-
src/app/app.cpp | 50 ++-
src/app/app.h | 17 +-
src/app/app_menus.cpp | 8 +-
src/app/cmd/clear_mask.cpp | 6 +-
src/app/cmd/clear_mask.h | 3 +-
src/app/cmd/trim_cel.cpp | 89 +++++
src/app/cmd/{clear_cel.h => trim_cel.h} | 27 +-
src/app/color.cpp | 5 +
src/app/commands/cmd_add_color.cpp | 2 +-
src/app/commands/cmd_advanced_mode.cpp | 4 +-
src/app/commands/cmd_cel_properties.cpp | 7 +-
src/app/commands/cmd_change_brush.cpp | 5 +-
src/app/commands/cmd_clear_cel.cpp | 5 +-
src/app/commands/cmd_close_file.cpp | 9 +-
src/app/commands/cmd_copy_cel.cpp | 7 +-
src/app/commands/cmd_developer_console.cpp | 4 +-
src/app/commands/cmd_discard_brush.cpp | 7 +-
src/app/commands/cmd_duplicate_view.cpp | 7 +-
src/app/commands/cmd_exit.cpp | 6 +-
src/app/commands/cmd_export_sprite_sheet.cpp | 10 +-
src/app/commands/cmd_flip.cpp | 91 ++---
src/app/commands/cmd_frame_properties.cpp | 5 +-
src/app/commands/cmd_goto_tab.cpp | 11 +-
src/app/commands/cmd_home.cpp | 6 +-
src/app/commands/cmd_keyboard_shortcuts.cpp | 17 +-
src/app/commands/cmd_layer_properties.cpp | 5 +-
src/app/commands/cmd_layer_visibility.cpp | 8 +-
src/app/commands/cmd_link_cels.cpp | 7 +-
src/app/commands/cmd_mask_content.cpp | 4 +-
src/app/commands/cmd_move_cel.cpp | 7 +-
src/app/commands/cmd_move_mask.cpp | 6 +-
src/app/commands/cmd_new_brush.cpp | 16 +-
src/app/commands/cmd_new_frame.cpp | 4 +-
src/app/commands/cmd_new_frame_tag.cpp | 7 +-
src/app/commands/cmd_new_layer.cpp | 4 +-
src/app/commands/cmd_open_file.cpp | 6 +-
src/app/commands/cmd_remove_frame.cpp | 5 +-
src/app/commands/cmd_remove_frame_tag.cpp | 5 +-
src/app/commands/cmd_remove_layer.cpp | 5 +-
src/app/commands/cmd_reverse_frames.cpp | 8 +-
src/app/commands/cmd_rotate.cpp | 7 +-
src/app/commands/cmd_save_file.cpp | 4 +-
src/app/commands/cmd_set_ink_type.cpp | 6 +-
src/app/commands/cmd_set_loop_section.cpp | 7 +-
src/app/commands/cmd_set_same_ink.cpp | 4 +-
src/app/commands/cmd_show.cpp | 31 ++
src/app/commands/cmd_switch_colors.cpp | 6 +-
src/app/commands/cmd_timeline.cpp | 16 +-
src/app/commands/cmd_toggle_preview.cpp | 6 +-
src/app/commands/cmd_unlink_cel.cpp | 5 +-
src/app/commands/commands_list.h | 1 +
src/app/commands/filters/filter_preview.cpp | 6 +-
src/app/modules/gui.cpp | 12 +-
src/app/tools/active_tool.cpp | 220 ++++++++++++
src/app/tools/active_tool.h | 72 ++++
src/app/tools/active_tool_observer.h | 31 ++
src/app/tools/controllers.h | 17 +-
src/app/tools/ink.h | 5 +
src/app/tools/ink_processing.h | 32 +-
src/app/tools/inks.h | 12 +-
src/app/tools/intertwine.cpp | 8 +-
src/app/tools/point_shape.cpp | 11 +-
src/app/tools/point_shapes.h | 21 +-
src/app/tools/pointer.h | 39 ++
src/app/tools/tool_loop.h | 3 +
src/app/tools/tool_loop_manager.cpp | 22 +-
src/app/tools/tool_loop_manager.h | 145 ++++----
src/app/ui/brush_popup.cpp | 25 +-
src/app/ui/button_set.cpp | 13 +-
src/app/ui/button_set.h | 6 +-
src/app/ui/color_tint_shade_tone.cpp | 19 +-
src/app/ui/context_bar.cpp | 99 ++++--
src/app/ui/context_bar.h | 17 +-
src/app/ui/document_view.cpp | 6 +
src/app/ui/editor/brush_preview.cpp | 23 +-
src/app/ui/editor/brush_preview.h | 4 +-
src/app/ui/editor/drawing_state.cpp | 33 +-
src/app/ui/editor/editor.cpp | 233 +++++-------
src/app/ui/editor/editor.h | 24 +-
src/app/ui/editor/editor_state.h | 3 +-
src/app/ui/editor/glue.h | 35 ++
src/app/ui/editor/moving_cel_state.cpp | 13 +-
src/app/ui/editor/moving_cel_state.h | 2 +
src/app/ui/editor/moving_pixels_state.cpp | 20 +-
src/app/ui/editor/moving_pixels_state.h | 4 +-
src/app/ui/editor/pixels_movement.cpp | 24 +-
src/app/ui/editor/select_box_state.cpp | 8 +-
src/app/ui/editor/standby_state.cpp | 72 ++--
src/app/ui/editor/standby_state.h | 4 +-
src/app/ui/editor/tool_loop_impl.cpp | 173 ++++++---
src/app/ui/file_selector.cpp | 5 +-
src/app/ui/home_view.cpp | 8 +-
src/app/ui/keyboard_shortcuts.cpp | 6 +-
src/app/ui/main_window.cpp | 2 +-
src/app/ui/palette_view.cpp | 3 +-
src/app/ui/recent_listbox.cpp | 8 +-
src/app/ui/status_bar.cpp | 513 +++++++++++++++++++--------
src/app/ui/status_bar.h | 26 +-
src/app/ui/timeline.cpp | 4 +-
src/app/ui/toolbar.cpp | 57 +--
src/app/ui/toolbar.h | 9 +-
src/app/ui_context.cpp | 22 +-
src/app/util/clipboard.cpp | 102 +++---
src/app/util/clipboard_native.cpp | 296 ++++++++++++++++
src/app/util/clipboard_native.h | 36 ++
src/app/util/clipboard_win32.h | 442 -----------------------
src/app/util/expand_cel_canvas.cpp | 116 ++++--
src/app/util/expand_cel_canvas.h | 10 +-
src/base/CMakeLists.txt | 41 +--
src/base/debug.cpp | 6 +-
src/base/string.cpp | 26 +-
src/base/string_tests.cpp | 32 +-
src/clip | 1 +
src/config.h | 2 +-
src/doc/algorithm/shrink_bounds.cpp | 83 ++++-
src/doc/algorithm/shrink_bounds.h | 11 +-
src/doc/brush.cpp | 111 ++++--
src/doc/brush.h | 6 +
src/doc/document.cpp | 7 +-
src/doc/file/gpl_file.cpp | 7 +-
src/doc/primitives.cpp | 6 +-
src/gen/gen.cpp | 11 +-
src/gfx/size.h | 6 +-
src/main/resources_win32.rc | 8 +-
src/main/settings.manifest | 8 +
src/pen/CMakeLists.txt | 8 -
src/pen/pen.cpp | 31 --
src/pen/pen.h | 25 --
src/pen/pen_none.h | 15 -
src/pen/pen_win.h | 68 ----
src/render/render.cpp | 106 ++++--
src/render/render.h | 16 +-
src/she/CMakeLists.txt | 6 +-
src/she/clipboard.h | 27 --
src/she/clipboard_simple.h | 38 --
src/she/common/system.h | 15 +-
src/she/event.h | 17 +-
src/she/osx/clipboard.h | 28 --
src/she/osx/clipboard.mm | 36 --
src/she/osx/view.h | 5 +-
src/she/osx/view.mm | 38 +-
src/she/pointer_type.h | 25 ++
src/she/she.h | 1 -
src/she/skia/she.cpp | 2 -
src/she/skia/skia_system.h | 9 +-
src/she/system.h | 2 -
src/she/win/clipboard.cpp | 94 -----
src/she/win/clipboard.h | 28 --
src/she/win/pen.cpp | 111 ++++++
src/she/win/pen.h | 41 +++
src/she/win/system.h | 31 ++
src/she/win/window.h | 101 +++++-
src/ui/CMakeLists.txt | 2 +-
src/ui/clipboard.cpp | 42 ---
src/ui/clipboard.h | 22 --
src/ui/clipboard_win.h | 55 ---
src/ui/combobox.cpp | 3 +-
src/ui/entry.cpp | 13 +-
src/ui/int_entry.cpp | 3 +-
src/ui/manager.cpp | 103 ++++--
src/ui/manager.h | 41 ++-
src/ui/message.h | 5 +
src/ui/pointer_type.h | 19 +
src/ui/ui.h | 6 +-
src/ui/widget.cpp | 2 +
third_party/CMakeLists.txt | 1 +
third_party/libpng | 2 +-
third_party/modp_b64/CMakeLists.txt | 9 +-
194 files changed, 3582 insertions(+), 2365 deletions(-)
create mode 100644 desktop/CMakeLists.txt
create mode 100755 desktop/aseprite-thumbnailer
create mode 100644 desktop/gnome/aseprite.thumbnailer
create mode 100644 desktop/kde/CMakeLists.txt
create mode 100644 desktop/kde/aseprite_thumb_creator.cpp
create mode 100644 desktop/kde/aseprite_thumb_creator.h
create mode 100644 desktop/kde/asepritethumbnail.desktop
create mode 100644 desktop/mime/aseprite.xml
create mode 100644 src/app/cmd/trim_cel.cpp
copy src/app/cmd/{clear_cel.h => trim_cel.h} (50%)
create mode 100644 src/app/tools/active_tool.cpp
create mode 100644 src/app/tools/active_tool.h
create mode 100644 src/app/tools/active_tool_observer.h
create mode 100644 src/app/tools/pointer.h
create mode 100644 src/app/ui/editor/glue.h
create mode 100644 src/app/util/clipboard_native.cpp
create mode 100644 src/app/util/clipboard_native.h
delete mode 100644 src/app/util/clipboard_win32.h
create mode 160000 src/clip
create mode 100644 src/main/settings.manifest
delete mode 100644 src/pen/CMakeLists.txt
delete mode 100644 src/pen/pen.cpp
delete mode 100644 src/pen/pen.h
delete mode 100644 src/pen/pen_none.h
delete mode 100644 src/pen/pen_win.h
delete mode 100644 src/she/clipboard.h
delete mode 100644 src/she/clipboard_simple.h
delete mode 100644 src/she/osx/clipboard.h
delete mode 100644 src/she/osx/clipboard.mm
create mode 100644 src/she/pointer_type.h
delete mode 100644 src/she/win/clipboard.cpp
delete mode 100644 src/she/win/clipboard.h
create mode 100644 src/she/win/pen.cpp
create mode 100644 src/she/win/pen.h
create mode 100644 src/she/win/system.h
delete mode 100644 src/ui/clipboard.cpp
delete mode 100644 src/ui/clipboard.h
delete mode 100644 src/ui/clipboard_win.h
create mode 100644 src/ui/pointer_type.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