LICENSE
README.md
pyproject.toml
montaris/__init__.py
montaris/__main__.py
montaris/app.py
montaris/canvas.py
montaris/layers.py
montaris/theme.py
montaris/assets/logo.png
montaris/core/__init__.py
montaris/core/accel.py
montaris/core/adjustments.py
montaris/core/busy.py
montaris/core/components.py
montaris/core/display_modes.py
montaris/core/event_logger.py
montaris/core/image_set.py
montaris/core/multi_undo.py
montaris/core/rle.py
montaris/core/roi_ops.py
montaris/core/roi_transform.py
montaris/core/selection.py
montaris/core/shaders.py
montaris/core/tile_cache.py
montaris/core/tile_pyramid.py
montaris/core/undo.py
montaris/core/workers.py
montaris/io/__init__.py
montaris/io/image_io.py
montaris/io/imagej_roi.py
montaris/io/instructions.py
montaris/io/roi_io.py
montaris/io/session.py
montaris/tools/__init__.py
montaris/tools/base.py
montaris/tools/brush.py
montaris/tools/bucket_fill.py
montaris/tools/circle.py
montaris/tools/eraser.py
montaris/tools/hand.py
montaris/tools/move.py
montaris/tools/polygon.py
montaris/tools/rectangle.py
montaris/tools/select.py
montaris/tools/stamp.py
montaris/tools/transform.py
montaris/widgets/__init__.py
montaris/widgets/adjustments_panel.py
montaris/widgets/alert_modal.py
montaris/widgets/canvas_grid.py
montaris/widgets/debug_console.py
montaris/widgets/display_panel.py
montaris/widgets/help_modal.py
montaris/widgets/layer_panel.py
montaris/widgets/minimap.py
montaris/widgets/perf_monitor.py
montaris/widgets/properties_panel.py
montaris/widgets/toast.py
montaris/widgets/tool_panel.py
montaris_x.egg-info/PKG-INFO
montaris_x.egg-info/SOURCES.txt
montaris_x.egg-info/dependency_links.txt
montaris_x.egg-info/entry_points.txt
montaris_x.egg-info/requires.txt
montaris_x.egg-info/top_level.txt
tests/test_accel.py
tests/test_accel_extended.py
tests/test_adjustments.py
tests/test_adjustments_display.py
tests/test_alert_modal.py
tests/test_app_comprehensive.py
tests/test_app_helpers.py
tests/test_auto_overlap.py
tests/test_batch_export.py
tests/test_boundary.py
tests/test_brush_memory.py
tests/test_bucket_fill.py
tests/test_canvas_comprehensive.py
tests/test_canvas_helpers.py
tests/test_canvas_performance.py
tests/test_circle.py
tests/test_debug_console_extended.py
tests/test_display_modes.py
tests/test_display_modes_extended.py
tests/test_eraser_tool.py
tests/test_event_logger.py
tests/test_event_logger_extended.py
tests/test_existing.py
tests/test_fix_overlaps.py
tests/test_grid_headed.py
tests/test_gui_integration.py
tests/test_headed.py
tests/test_image_io_extended.py
tests/test_image_set.py
tests/test_imagej_roi.py
tests/test_imagej_roi_extended.py
tests/test_instructions.py
tests/test_instructions_extended.py
tests/test_layer_panel.py
tests/test_layer_panel_comprehensive.py
tests/test_minimap_extended.py
tests/test_multi_selection.py
tests/test_per_roi_undo.py
tests/test_phase1_infrastructure.py
tests/test_phase2_file_io.py
tests/test_phase3_layer_panel.py
tests/test_phase4_drawing.py
tests/test_phase5_transform.py
tests/test_phase6_montage.py
tests/test_phase7_ui_polish.py
tests/test_polygon_tool.py
tests/test_rectangle.py
tests/test_rle_compression.py
tests/test_rle_decode_crop.py
tests/test_rle_decode_crop_extended.py
tests/test_roi_layer_advanced.py
tests/test_roi_management.py
tests/test_select_tool.py
tests/test_session.py
tests/test_session_dir_reuse.py
tests/test_session_headed.py
tests/test_session_zoom_crash.py
tests/test_stamp.py
tests/test_tile_pyramid.py
tests/test_tile_pyramid_extended.py
tests/test_transform.py
tests/test_transform_all_comprehensive.py
tests/test_transform_all_headed.py
tests/test_transform_comprehensive.py
tests/test_transform_helpers.py
tests/test_ui_enhancements.py
tests/test_undo_flatten.py
tests/test_undo_memory.py
tests/test_undo_visual.py
tests/test_widgets_init.py