Dániel Battyányi
554a6dc161
Added RT signifier comments
2023-08-30 23:34:36 +02:00
Dániel Battyányi
5231f3a742
Removed comments
2023-08-30 23:09:03 +02:00
Dániel Battyányi
23e2f0cca5
Fixed issue #6312
...
Fixed issue, where raw cropped Fuji X-Pro3 could not be loaded correctly. This would result in a Segmentation Fault.
With these changes the program should read the correct dimensions from the file's metadata, and load the image accordingly.
2023-08-30 22:17:16 +02:00
Richard E Barber
4fab12bf1e
link to rth and rth-cli
2023-08-30 08:49:01 -07:00
Lawrence Lee
0fdac3797a
Merge branch 'dev' into browser-preview-applied-pparams
2023-08-29 22:58:51 -07:00
Beep6581
e189a1a4ec
Merge pull request #6817 from ss23/clang_windows_mingw_64bit_fix
...
Use `_WIN32` instead of `WIN32` to detect Windows
2023-08-29 00:47:13 +02:00
Morgan Hardwood
5f6ca0afab
More visible curve crosshair cursor
...
Fixes #6741
The mouse cursor when hovering over a curve was sometimes impossible to
see on a high resolution screen due to the almost identical colors of
the cursor relative to the curve background.
2023-08-29 00:32:56 +02:00
Beep6581
daeb279bc3
Merge pull request #6605 from EwoutH/ci-maint
...
CI: Update GitHub actions environments and used actions
2023-08-29 00:17:41 +02:00
Morgan Hardwood
ec1b6daa31
Merge branch 'Eemilp-switched-rating-shortcuts' into dev
2023-08-29 00:02:17 +02:00
Morgan Hardwood
322c124e6b
Merge branch 'switched-rating-shortcuts' of github.com:Eemilp/RawTherapee into Eemilp-switched-rating-shortcuts
2023-08-29 00:01:50 +02:00
Beep6581
438885e666
Merge branch 'dev' into ci-maint
2023-08-28 23:18:04 +02:00
Beep6581
a2029ba5d2
Update macos.yml
...
Use macos-11 image.
2023-08-28 23:12:03 +02:00
Beep6581
0fc342e4dc
Update appimage.yml
...
Use ubuntu-20.04 image.
2023-08-28 23:10:37 +02:00
Beep6581
15144e4cc2
Merge pull request #6703 from Beep6581/om5
...
OM Digital Solutions OM-5 camconst #6699
2023-08-28 22:51:35 +02:00
Beep6581
0a13b85d1d
Merge pull request #6798 from LoKolbasz/film_negative_pick_size
...
Adjustable picker size in Film Negative tool
2023-08-28 21:58:55 +02:00
Beep6581
3a15743620
Merge pull request #6829 from Lawrence37/profiled-lens-correction-batch-unchanged-bugfix
...
Show "unchanged" in batch profiled lens correction
2023-08-28 21:51:16 +02:00
Beep6581
7f08287fdd
Merge pull request #6831 from Benitoite/patch-27
...
detects libatomic flags in a cmake module
2023-08-28 21:48:45 +02:00
Richard E Barber
d6f102100b
Rename findATOMIC.cmake to FindATOMIC.cmake
2023-08-28 10:06:59 -07:00
Richard E Barber
7a5931135e
handle libatomic in cmake module
...
cmake/modules/findATOMIC.cmake detects libatomic flags. see #6821
2023-08-28 09:43:09 -07:00
Richard E Barber
ea33323d18
Call findATOMIC.cmake
...
libatomic is required in some builds. see #6821
2023-08-28 09:37:08 -07:00
Richard E Barber
f0b282a695
Create findATOMIC.cmake
...
Provided by @Floessie https://github.com/Beep6581/RawTherapee/issues/6821#issuecomment-1678626624
2023-08-28 09:32:43 -07:00
Lawrence Lee
e6a2654241
Show "unchanged" in batch profiled lens correction
2023-08-27 16:32:30 -07:00
Dániel Battyányi
75541d6281
Changes to get the full spot width where needed
2023-08-20 13:59:42 +02:00
Dániel Battyányi
6b6200314f
Member functions changed to const
...
The following member functions and methods of SpotPicker changed to const:
- get_active()
- get_spot_half_width()
- selecterSetup()
- spotButtonTemplate().
2023-08-20 13:38:24 +02:00
Dániel Battyányi
af22f4195d
Removed empty destructor
2023-08-20 13:29:49 +02:00
Battyányi Dániel
6715e89696
Merge branch 'dev' into film_negative_pick_size
2023-08-19 19:44:29 +02:00
Lawrence37
a56c11570f
Merge pull request #6814 from Lawrence37/multi-editor-tabs-external-editor-bugfix
...
External editor button: synchronize in multiple editors layout
2023-08-18 21:03:18 -07:00
Dániel Battyányi
3d5810f088
Applied requested changes from review comments
2023-08-19 00:17:10 +02:00
Lawrence37
ac48cc55d8
Better use of cache with inpaint opposed highight reconstruction ( #6822 )
...
* Speed up preview when inpaint opposed enabled
Only reprocess from raw if the white balance is changed. Otherwise, a
cache from later in the pipeline can be used.
* Remove unused code
* Fix refresh map bit positions
* Make WB & inpaint opposed refresh less brittle
Co-authored-by: Hombre57 <natureh.510@gmail.com >
---------
Co-authored-by: Hombre57 <natureh.510@gmail.com >
2023-08-15 07:52:38 -07:00
Stephen Shkardoon
23f2a2fc9f
Use _WIN32
instead of WIN32
to detect Windows
...
`WIN32` is not defined when building a 64-bit executable on Windows with Clang. `_WIN32` is the more appropriate option here.
http://web.archive.org/web/20191012035921/http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system contains a handy table/matrix of the options and why this is best.
2023-08-13 17:09:49 +12:00
Lawrence37
9ae8c79c3a
Merge pull request #6755 from Lawrence37/lensfun-db-preferences
...
Edit Lensfun database directory from preferences
2023-08-12 17:43:50 -07:00
Jean-Christophe
e10ec281f1
Merge pull request #6820 from Beep6581/treeview-editable-cells
...
Fix for Treeview's editable entries incorrectly displayed
2023-08-13 01:37:49 +02:00
Hombre57
83263a3504
Fix for Treeview's editable entries incorrectly displayed
2023-08-13 01:01:18 +02:00
Lawrence37
75741eeabd
Merge pull request #5889 from Beep6581/metadata-exiv2
...
Adopt Exiv2 for metadata handling
2023-08-12 15:58:35 -07:00
Lawrence Lee
db4bfd8695
Add tooltips for LCP & Lensfun dir in preferences
2023-08-12 15:39:59 -07:00
Lawrence Lee
1f7d2d4ebc
Remove metadata-exiv2 from pre-dev publishing
2023-08-12 15:10:44 -07:00
Lawrence Lee
7eb7fb210f
Merge branch 'dev' into metadata-exiv2
2023-08-12 15:08:42 -07:00
Lawrence37
bd94fbd6b6
Merge pull request #6808 from Lawrence37/places-ux
...
Show favorite places at the top of the list
2023-08-08 19:17:29 -07:00
Beep6581
aa4af96296
Merge pull request #6816 from Benitoite/dev-1
...
Mac: change -cli ad hoc signature to certified
2023-08-08 23:43:44 +02:00
Richard E Barber
12e60dd6c3
Mac: fix macos_bundle output formatting
...
Updates message formatting in the bundle script to escaped formatting, eliminating output terminal errors.
2023-08-07 07:06:51 -07:00
U-PCSPECIALIST01\jdesm
269e426cc6
Another change to blendmask
2023-08-07 08:48:08 +02:00
Richard E Barber
6720fa90e7
Mac: change -cli ad hoc signature to certified
...
*Ventura* no longer supports a distribution ad hoc signatory. Changes codesign command for the -cli to use developer certificate.
2023-08-07 12:53:33 +07:00
U-PCSPECIALIST01\jdesm
8d437fec38
Change range blmask in iplocallab - thanks to hombre
2023-08-07 07:06:55 +02:00
Lawrence Lee
548907da34
Fix external editor button updates
...
Make sure the pop-up button is updated in both multiple editors modes.
2023-08-06 16:44:54 -07:00
Lawrence37
0052f08e94
Merge pull request #6794 from Lawrence37/auto-dcp-locale-fix
...
Fix for Auto-matched camera profile detection when using the English (US) language
2023-08-06 14:52:08 -07:00
Lawrence37
ec24613f3b
Merge pull request #6778 from Lawrence37/eos-7d-markii-raw-crop
...
Improved raw crop for Canon EOS 7D Mark II
2023-08-06 14:48:35 -07:00
Lawrence37
a596de2f44
Merge pull request #6789 from Lawrence37/lang-names
...
Language names
2023-08-06 14:47:37 -07:00
Lawrence37
ccf8f5a66c
Correct the Czech language name
2023-08-06 14:43:58 -07:00
Lawrence37
7e0f0b6636
Merge pull request #6807 from Lawrence37/ilce-7rm2-pdaf-pattern
...
Fix PDAF lines pattern for Sony ILCE-7RM2
2023-08-06 12:30:10 -07:00
Lawrence Lee
4faea6df7b
Merge branch 'dev' into eos-7d-markii-raw-crop
2023-08-06 11:58:30 -07:00