Skip to content

Commit

Permalink
Merge pull request #117 from bgrabitmap/dev-lazpaint
Browse files Browse the repository at this point in the history
Dev lazpaint 7.0.8
  • Loading branch information
circular17 authored Mar 6, 2020
2 parents aee4238 + 016f7a5 commit 74d9062
Show file tree
Hide file tree
Showing 228 changed files with 91,553 additions and 51,722 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
*.bak
*.dbg
*.exe
lazpaint/release/bin/*.exe
*.lps
backup/*
lib
debug
__pycache__
*.res
*.lrt
/lazpaint/*.lrj
Expand All @@ -17,8 +18,6 @@ vectoredit/vectoredit

vectoredit/backup/

lazpaint/release/lazpaint

lazpaint/test_embedded/backup/

lazpaint/test_embedded/project1
Expand All @@ -35,3 +34,8 @@ lazpaint/dialog/backup/
.DS_Store
lazpaint/release/bin/lazpaint.app
lazpaint/release/macOS/*.dmg
lazpaint/release/windows/lazpaint32
lazpaint/release/windows/lazpaint64
lazpaint/release/bin/i18n/lazpaint32.*
lazpaint/release/bin/i18n/lazpaint_x64.*
/lazpaint/dialog/color/backup
Binary file modified lazpaint/buttons/aligncenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/aligncenter48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lazpaint/buttons/alignleft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/alignleft48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lazpaint/buttons/alignright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/alignright48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/erase_darken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/erase_darken_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/erase_lighten.lzp
Binary file not shown.
Binary file added lazpaint/buttons/erase_lighten.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/erase_lighten_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/toolcurve.lzp
Binary file not shown.
Binary file added lazpaint/buttons/toolcurve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/toolcurve48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/toolpolyline.lzp
Binary file not shown.
Binary file added lazpaint/buttons/toolpolyline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazpaint/buttons/toolpolyline48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lazpaint/buttons/zoomoriginal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lazpaint/buttons/zoomoriginal48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 11 additions & 4 deletions lazpaint/dialog/color/uadjustcurves.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,18 @@ object FAdjustCurves: TFAdjustCurves
TabOrder = 1
end
end
object Timer1: TTimer
object Timer_Thread: TTimer
Enabled = False
Interval = 200
OnTimer = Timer1Timer
left = 39
top = 294
OnTimer = Timer_ThreadTimer
left = 62
top = 466
end
object Timer_Chart: TTimer
Enabled = False
Interval = 20
OnTimer = Timer_ChartTimer
left = 123
top = 467
end
end
Loading

0 comments on commit 74d9062

Please sign in to comment.