| .. |
|
filters
|
Replace App::Exit slot with a base::UniquePtr
|
2016-07-25 11:47:33 -03:00 |
|
cmd_about.cpp
|
Move Bind, Connection, Signal, Slot, etc. to base namespace
|
2015-12-04 15:17:42 -03:00 |
|
cmd_add_color.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_advanced_mode.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_background_from_layer.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_cancel.cpp
|
Unify Cut/Copy/Paste/Clear handling with InputChain class
|
2015-05-09 19:55:33 -03:00 |
|
cmd_canvas_size.cpp
|
Move Bind, Connection, Signal, Slot, etc. to base namespace
|
2015-12-04 15:17:42 -03:00 |
|
cmd_cel_properties.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_change_brush.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_change_color.cpp
|
Fix Alt+mouse wheel to navigate color indexes in RGB images/colors (fix #1153)
|
2016-07-01 13:18:33 -03:00 |
|
cmd_change_pixel_format.cpp
|
Always load params when a command is executed
|
2015-03-11 15:40:22 -03:00 |
|
cmd_clear.cpp
|
Unify Cut/Copy/Paste/Clear handling with InputChain class
|
2015-05-09 19:55:33 -03:00 |
|
cmd_clear_cel.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_close_file.cpp
|
Ask to save each file when we're quitting
|
2016-06-08 13:29:17 -03:00 |
|
cmd_color_quantization.cpp
|
Add the possibility to assign a keyboard shortcut to color quantization (#999)
|
2016-03-04 15:41:32 -03:00 |
|
cmd_copy.cpp
|
Unify Cut/Copy/Paste/Clear handling with InputChain class
|
2015-05-09 19:55:33 -03:00 |
|
cmd_copy_cel.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_copy_merged.cpp
|
Enable Edit > Copy Merged only when there is a visible selection
|
2016-05-19 13:19:02 -03:00 |
|
cmd_crop.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_cut.cpp
|
Unify Cut/Copy/Paste/Clear handling with InputChain class
|
2015-05-09 19:55:33 -03:00 |
|
cmd_deselect_mask.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_developer_console.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_discard_brush.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_duplicate_layer.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_duplicate_sprite.cpp
|
Rename ui::Window::getKiller() -> closer()
|
2015-12-04 14:54:15 -03:00 |
|
cmd_duplicate_view.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_exit.cpp
|
Ask to save each file when we're quitting
|
2016-06-08 13:29:17 -03:00 |
|
cmd_export_sprite_sheet.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_eyedropper.cpp
|
Modify eyedropper tool to pick colors with alpha and support several modes
|
2015-07-02 18:13:47 -03:00 |
|
cmd_eyedropper.h
|
Modify eyedropper tool to pick colors with alpha and support several modes
|
2015-07-02 18:13:47 -03:00 |
|
cmd_flatten_layers.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_flip.cpp
|
Don't trim background layer cels automatically (fix #1166)
|
2016-07-01 11:14:50 -03:00 |
|
cmd_flip.h
|
Always load params when a command is executed
|
2015-03-11 15:40:22 -03:00 |
|
cmd_frame_properties.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_frame_tag_properties.cpp
|
Add support to specify tags in --filename-format option (related to #607)
|
2015-04-30 17:02:57 -03:00 |
|
cmd_fullscreen_preview.cpp
|
Refactor several "getNoun()" getters to "noun()"
|
2015-12-04 14:39:04 -03:00 |
|
cmd_goto_frame.cpp
|
Fix crash on GotoNext/PreviousFrameWithSameTagCommands when there is no tag
|
2015-12-05 15:42:12 -03:00 |
|
cmd_goto_layer.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_goto_tab.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_grid.cpp
|
Add option to toggle the selection edges visibility (fix #861)
|
2016-03-24 13:04:35 -03:00 |
|
cmd_home.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_import_sprite_sheet.cpp
|
Use grid bounds by default in Import Sprite Sheet (fix #1207)
|
2016-07-25 11:30:33 -03:00 |
|
cmd_invert_mask.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_keyboard_shortcuts.cpp
|
Fix crashes in keyboard shortcuts by incorrect signals lifetime handling
|
2016-07-01 12:50:47 -03:00 |
|
cmd_launch.cpp
|
Always load params when a command is executed
|
2015-03-11 15:40:22 -03:00 |
|
cmd_layer_from_background.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_layer_properties.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_layer_visibility.cpp
|
Remove unused include files
|
2016-04-26 11:15:30 -03:00 |
|
cmd_link_cels.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_load_mask.cpp
|
Rename Context::isUiAvailable to Context::isUIAvailable
|
2015-05-18 17:04:31 -03:00 |
|
cmd_load_palette.cpp
|
Change format to save default palette from .gpl to .ase
|
2015-07-06 10:59:44 -03:00 |
|
cmd_mask_all.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_mask_by_color.cpp
|
Move Bind, Connection, Signal, Slot, etc. to base namespace
|
2015-12-04 15:17:42 -03:00 |
|
cmd_mask_content.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_merge_down_layer.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_modify_selection.cpp
|
Minor change in ModifySelectionCommand::applyModifier()
|
2016-02-01 18:24:34 -03:00 |
|
cmd_move_cel.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_move_mask.cpp
|
Add MoveMaskCommand::getDelta member function
|
2016-05-18 12:03:28 -03:00 |
|
cmd_move_mask.h
|
Add MoveMaskCommand::getDelta member function
|
2016-05-18 12:03:28 -03:00 |
|
cmd_new_brush.cpp
|
Fix crash creating a new brush from an empty cel using right-click
|
2016-05-09 15:53:55 -03:00 |
|
cmd_new_file.cpp
|
Rename ui::Window::getKiller() -> closer()
|
2015-12-04 14:54:15 -03:00 |
|
cmd_new_frame.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_new_frame_tag.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_new_layer.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_new_layer_set.cpp
|
Rename ui::Window::getKiller() -> closer()
|
2015-12-04 14:54:15 -03:00 |
|
cmd_new_sprite_from_selection.cpp
|
Avoid assert() fail in configureAsBackground() call from NewSpriteFromSelectionCommand::onExecute()
|
2015-08-21 15:32:32 -03:00 |
|
cmd_onionskin.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_open_file.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_open_in_folder.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
cmd_open_with_app.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
cmd_options.cpp
|
Add option to hide full filename paths (fix #1199)
|
2016-07-25 11:04:16 -03:00 |
|
cmd_palette_editor.cpp
|
Rename app::ColorSelector -> app::ColorPopup
|
2016-03-17 16:08:08 -03:00 |
|
cmd_palette_size.cpp
|
Rename ui::Window::getKiller() -> closer()
|
2015-12-04 14:54:15 -03:00 |
|
cmd_paste.cpp
|
Unify Cut/Copy/Paste/Clear handling with InputChain class
|
2015-05-09 19:55:33 -03:00 |
|
cmd_paste_text.cpp
|
Move Bind, Connection, Signal, Slot, etc. to base namespace
|
2015-12-04 15:17:42 -03:00 |
|
cmd_pixel_perfect_mode.cpp
|
Add shortcut to switch pixel-perfect mode (fix #858)
|
2015-11-18 16:15:25 -03:00 |
|
cmd_play_animation.cpp
|
Add "Play Once" option in "Play" button popup
|
2015-12-18 18:51:30 -03:00 |
|
cmd_refresh.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_remove_frame.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_remove_frame_tag.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_remove_layer.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_repeat_last_export.cpp
|
Add possibility to import/export sprite sheet matrices by columns
|
2015-12-03 11:38:59 -03:00 |
|
cmd_reselect_mask.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_reverse_frames.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_rotate.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_rotate.h
|
Add support to rotate the selection/moving pixels (fix #161)
|
2015-08-13 21:47:30 -03:00 |
|
cmd_run_script.cpp
|
Refactor scripting code
|
2016-04-06 15:37:13 -03:00 |
|
cmd_save_file.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_save_file.h
|
Add option to resize the final output of "Save Copy As" command (fix #685)
|
2015-06-03 16:34:27 -03:00 |
|
cmd_save_mask.cpp
|
Add missing "override" modifier on some member functions
|
2015-09-30 16:34:43 -03:00 |
|
cmd_save_palette.cpp
|
Change format to save default palette from .gpl to .ase
|
2015-07-06 10:59:44 -03:00 |
|
cmd_scroll.cpp
|
Generalize View::setViewScroll() to blit valid/scrollable region automatically
|
2016-01-05 16:37:52 -03:00 |
|
cmd_scroll_center.cpp
|
Allow scrolling to center of canvas
|
2015-12-08 03:28:05 -06:00 |
|
cmd_select_tile.cpp
|
Add customization for square aspect, draw from center, and move origin keys (fix #1028)
|
2016-04-04 18:46:48 -03:00 |
|
cmd_set_color_selector.cpp
|
Add the new ColorTintShadeTone color picker (#707)
|
2016-02-26 11:18:46 -03:00 |
|
cmd_set_ink_type.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_set_loop_section.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_set_palette.cpp
|
Add option to load/save default palette preset (fix #626)
|
2015-05-08 16:08:55 -03:00 |
|
cmd_set_palette.h
|
Add option to load/save default palette preset (fix #626)
|
2015-05-08 16:08:55 -03:00 |
|
cmd_set_palette_entry_size.cpp
|
Add options to change palette entry size
|
2015-05-08 14:59:52 -03:00 |
|
cmd_set_same_ink.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_show.cpp
|
Add option to show layer edges
|
2016-05-03 16:23:38 -03:00 |
|
cmd_sprite_properties.cpp
|
Rename ui::Window::getKiller() -> closer()
|
2015-12-04 14:54:15 -03:00 |
|
cmd_sprite_size.cpp
|
Remove unnecessary "inline" keyword
|
2016-07-22 20:48:24 -03:00 |
|
cmd_sprite_size.h
|
Use generated "sprite_size.xml.h" file in "cmd_sprite_size.cpp"
|
2015-09-22 17:01:36 -03:00 |
|
cmd_switch_colors.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_symmetry_mode.cpp
|
Add symmetry mode (fix #208)
|
2015-10-26 17:51:32 -03:00 |
|
cmd_tiled_mode.cpp
|
Add TiledMode command and "View > Tiled Mode" submenu
|
2015-08-10 18:44:25 -03:00 |
|
cmd_timeline.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_toggle_preview.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_undo.cpp
|
Refactor several "getNoun()" getters to "noun()"
|
2015-12-04 14:39:04 -03:00 |
|
cmd_undo_history.cpp
|
Use base::get_pretty_memory_size() to show undo item memory size
|
2016-05-10 10:37:39 -03:00 |
|
cmd_unlink_cel.cpp
|
Add properties in App to access directly to timeline/contextBar/workspace
|
2016-04-22 13:19:06 -03:00 |
|
cmd_zoom.cpp
|
Rename ui::Widget::type -> m_type and make it private
|
2015-06-23 14:37:22 -03:00 |
|
command.cpp
|
Change Command::short_name() to id() (and from const char* to std::string)
|
2015-05-01 19:41:18 -03:00 |
|
command.h
|
Change Command::short_name() to id() (and from const char* to std::string)
|
2015-05-01 19:41:18 -03:00 |
|
command_factory.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
commands.cpp
|
Change Command::short_name() to id() (and from const char* to std::string)
|
2015-05-01 19:41:18 -03:00 |
|
commands.h
|
Add shortcut to switch pixel-perfect mode (fix #858)
|
2015-11-18 16:15:25 -03:00 |
|
commands_list.h
|
Add CopyMerged command (Ctrl+Shift+C) (fix #824)
|
2016-05-17 12:59:48 -03:00 |
|
params.h
|
Fix bug reading (int/bool) parameters that aren't specified in Params
|
2015-12-17 17:59:46 -03:00 |