This commit is contained in:
RafayAhmad7548 2025-04-24 22:01:50 +05:00
parent 3e7a2b2089
commit 3480fa92fe
131 changed files with 12083 additions and 1287 deletions

View file

@ -14,12 +14,12 @@
(history-item "tools-text" 0)
(history-item "select-grow" 1)
(history-item "layers-resize" 1)
(history-item "file-open-as-layers" 1)
(history-item "file-open-as-layers" 0)
(history-item "file-export" 2)
(history-item "layers-delete" 2)
(history-item "layers-delete" 0)
(history-item "file-quit" 2)
(history-item "script-fu-addborder" 0)
(history-item "file-open" 0)
(history-item "file-quit" 1)
(history-item "file-open" 1)
(history-item "dialogs-preferences" 0)
(history-item "select-all" 1)
(history-item "layers-resize-to-image" 0)
@ -28,7 +28,8 @@
(history-item "tools-smudge" 0)
(history-item "image-configure-grid" 0)
(history-item "tools-transform-3d" 0)
(history-item "layers-mask-add-button" 1)
(history-item "layers-mask-add-button" 0)
(history-item "file-save-a-copy" 1)
(history-item "filters-offset" 0)
(history-item "tools-align" 0)
(history-item "edit-copy" 0)

View file

@ -1,6 +1,6 @@
# GIMP user context
(tool "gimp-bucket-fill-tool")
(tool "gimp-crop-tool")
(paint-info "gimp-paintbrush")
(foreground (color-rgb 1 1 1))
(background (color-rgb 0 0 0))

View file

@ -3,13 +3,13 @@
(GimpDeviceInfo "Core Pointer"
(icon-name "gimp-cursor")
(name "Core Pointer")
(tool-options "GimpBucketFillOptions"
(tool "gimp-bucket-fill-tool")
(tool-options "GimpCropOptions"
(aspect-denominator 1320)
(aspect-numerator 732)
(tool "gimp-crop-tool")
(foreground (color-rgb 1 1 1))
(background (color-rgb 0 0 0))
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5))
(pattern "Pine"))
(use-fg-bg yes)
(use-opacity-paint-mode no)
(use-brush no)

View file

@ -308,7 +308,6 @@
; (gtk_accel_path "<Actions>/edit/edit-clear" "Delete")
; (gtk_accel_path "<Actions>/view/view-scroll-down" "")
; (gtk_accel_path "<Actions>/context/context-foreground-green-increase" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-white" "")
; (gtk_accel_path "<Actions>/image/image-scale" "")
; (gtk_accel_path "<Actions>/tools/tools-aspect-increase-skip" "")
; (gtk_accel_path "<Actions>/context/context-colormap-background-previous" "")
@ -333,7 +332,6 @@
; (gtk_accel_path "<Actions>/filters/filters-recent-10" "")
; (gtk_accel_path "<Actions>/drawable/drawable-flip-horizontal" "")
; (gtk_accel_path "<Actions>/layers/layers-merge-group" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-background" "")
; (gtk_accel_path "<Actions>/file/file-open" "<Primary>o")
; (gtk_accel_path "<Actions>/plug-in/script-fu-font-map" "")
; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-set" "")
@ -875,7 +873,6 @@
; (gtk_accel_path "<Actions>/view/view-scroll-vertical" "")
; (gtk_accel_path "<Actions>/view/view-show-selection" "<Primary>t")
; (gtk_accel_path "<Actions>/tools/tools-spacing-maximum" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-foreground" "")
; (gtk_accel_path "<Actions>/filters/filters-photocopy" "")
; (gtk_accel_path "<Actions>/channels/channels-color-tag-orange" "")
; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-set" "")
@ -943,7 +940,6 @@
; (gtk_accel_path "<Actions>/context/context-brush-radius-increase-skip" "")
; (gtk_accel_path "<Actions>/view/view-softproof-black-point-compensation" "")
; (gtk_accel_path "<Actions>/select/select-menu" "")
; (gtk_accel_path "<Actions>/color-button/color-button-use-black" "")
; (gtk_accel_path "<Actions>/plug-in/plug-in-sample-colorize" "")
; (gtk_accel_path "<Actions>/file/file-open-recent-10" "<Primary>0")
; (gtk_accel_path "<Actions>/tools/tools-by-color-select" "<Shift>o")

View file

@ -90,7 +90,7 @@
(size 765 650))
(session-info "toplevel"
(factory-entry "gimp-file-save-dialog")
(position 193 37)
(position 292 135)
(size 765 650))
(session-info "toplevel"
(factory-entry "gimp-offset-tool-dialog")
@ -101,7 +101,7 @@
(size 807 478))
(session-info "toplevel"
(factory-entry "gimp-file-export-dialog")
(position 224 42)
(position 222 196)
(size 765 650))
(session-info "toplevel"
(factory-entry "gimp-toolbox-color-dialog")

View file

@ -1,7 +1,7 @@
# GIMP gimp-crop-tool options
(aspect-denominator 1080)
(aspect-numerator 1920)
(aspect-denominator 1320)
(aspect-numerator 732)
(foreground (color-rgb 1 1 1))
(background (color-rgb 0 0 0))
(pattern "Pine")