Commit Graph

10838 Commits

Author SHA1 Message Date
Desmis
05fa586637 various adjustements to pyramid compress dynamic 2020-01-05 07:22:12 +01:00
Benitoite
aaab85fbed macOS: LOCAL_PREFIX default/better negative logic 2020-01-04 16:06:13 -08:00
Benitoite
5ca8c85334 macOS: one fewer /local for libjpeg 2020-01-04 12:36:28 -08:00
Benitoite
d420acdded macOS: /local after $LOCAL_PREFIX 2020-01-04 12:16:55 -08:00
Desmis
94e958c3a4 Clean unused parameters 2020-01-04 19:30:03 +01:00
rfranke
6604ab1b7c Enhance inspector window with scrolling and pinning
- 2D scrolling during 1:1 view (tested with mac trackpad)
- click to pin inspector window
- another click or ESC to hide inspector window
- 'z' or 'F' to switch to 1:1 view, 'f' to switch to scaled view
2020-01-04 18:35:15 +01:00
Benitoite
f3d4d8027b macOS: use $LOCAL_PREFIX for gtk locations 2020-01-04 08:57:06 -08:00
Benitoite
f23cf0808b macOS: accept -DLOCAL_PREFIX and default to /usr 2020-01-04 08:53:43 -08:00
Desmis
d4362e437a merge with dev 2020-01-04 16:13:03 +01:00
Desmis
8cef21b22c small chnage to threshold 2020-01-04 14:25:12 +01:00
Desmis
40449b931b Add threshold to wavelet pyramid dynamic compression 2020-01-04 13:44:15 +01:00
Ingo Weyrich
5252836503 filterpanel: make full use of the screen vertical space, copied from ART 2020-01-04 11:28:05 +01:00
Desmis
ce7da78aef change normal expert and default values 2020-01-04 07:32:52 +01:00
Desmis
db1c3ed08c merge with dev 2020-01-04 06:16:15 +01:00
rfranke
c3c382e56e Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into issue1474 2020-01-03 20:25:48 +01:00
Ingo Weyrich
cabbf8c229 guidedfilter: direct copy when no rescaling is needed, copied from ART 2020-01-03 20:23:34 +01:00
Desmis
9f8a2de752 Chnage to encoding 2020-01-03 17:54:19 +01:00
Desmis
db1b1b68a3 adjustements tooltip 2020-01-03 16:47:16 +01:00
rfranke
3deff849ef Hide inspector window during initialization, thanks to @heckflosse 2020-01-03 16:46:00 +01:00
Desmis
e6bcb49656 2nd compress dynamic wavelet pyramid 2020-01-03 15:29:29 +01:00
Desmis
5823ad39f2 First dynamic wavelet compression pyramid 2020-01-03 13:41:25 +01:00
Ingo Weyrich
e07ff4032b log transform: Fix segfault 2020-01-03 11:35:20 +01:00
rfranke
c4e21438a1 Open inspector fullscreen and exploit monitor resolution, see #1474, #5591
- filecatalog.cc: add shortcuts
    'f' for image on full screen
    'Shift' 'f' for 100% crop on full screen
    (synchronization with mouse move as before with dual monitors)
- filepanel.cc: don't create inspector tab
- inspector.cc, inspector.h:
    create separate window for inspector
    scale image if requested
    exploit device scaling for full monitor resolution under macOS
2020-01-03 10:37:22 +01:00
Desmis
057b20b8a8 merge with dev 2020-01-03 06:44:10 +01:00
Desmis
3984f860b9 Change to normal expert 2020-01-03 06:42:09 +01:00
Lawrence
b266cb7ca3 Remove scale parameter from distortion correction
Scale is no longer useful in LensCorrection::correctDistortion. Remove
the scale parameter from the functions.
2020-01-02 18:33:35 -08:00
Lawrence
512517327f Move profiled distortion correction in pipeline
Lensfun/LCP distortion correction was applied before automatic scaling
and perspective correction in the inverse transformation. This means it
was applied after scaling and perspective in the pipeline. It should
actually come first.
2020-01-02 17:10:41 -08:00
Ingo Weyrich
7c2aa2405b Startup crashes in LensProfilePanel::LFDbHelper, fixes #5577, thanks to @dlichtenberger for the fix 2020-01-02 23:01:37 +01:00
Ingo Weyrich
49d594f67a Log transform: add method combobox 2020-01-02 19:28:57 +01:00
Desmis
c00a437ff0 chnage GUI exposure 2020-01-02 17:56:04 +01:00
Desmis
95a2b21aa4 Improve dynamic range compression 2020-01-02 17:08:05 +01:00
Ingo Weyrich
2ce6e6d1d3 skip unnecessary transform 2020-01-02 14:35:27 +01:00
Ingo Weyrich
085c68fc29 Log tranform: fix bug in preview mode 2020-01-01 19:06:02 +01:00
Ingo Weyrich
52f7c2c531 Log transform: further speedup 2020-01-01 15:18:47 +01:00
Ingo Weyrich
6302084804 sleef: use our own replacement of rint. Based on code from Alberto Griggio, but further optimized for SSE 2020-01-01 14:52:15 +01:00
Ingo Weyrich
399a0055c6 Log transform: Fix broken build 2019-12-31 20:07:39 +01:00
Ingo Weyrich
58d8e66b72 Log transform: speedup, #5588 2019-12-31 19:09:06 +01:00
Ingo Weyrich
bcb7df44df Log transform: fix segfault 2019-12-31 15:23:24 +01:00
Ingo Weyrich
d17f71eb72 Applying geometric transformations leads to dark artifacts in combination with capture sharpening, fixes #5588 2019-12-30 15:27:17 +01:00
Desmis
89bdb7e848 merge with dev 2019-12-30 10:28:19 +01:00
Desmis
31ae02e080 merge with dev 2019-12-30 10:14:27 +01:00
rfranke
3020f7dba4 Expand directories without subdirectories as well
This lets the triangle disappear to indicate an expanded state
with no subdirectories.
2019-12-30 06:00:31 +01:00
rfranke
37deb083c5 Expand subfolders in directory browser, see #3198 2019-12-29 16:57:41 +01:00
Desmis
6b7f627c0f Change tooltip 2019-12-29 16:23:38 +01:00
Desmis
0dfbedfda7 Improvment to encode 2019-12-29 15:54:20 +01:00
Desmis
a76f0e00ca Change default settings transition 2019-12-29 11:00:51 +01:00
Desmis
353a081bd0 Added checkbox to frame compression dynamic wavelet 2019-12-29 10:16:31 +01:00
Desmis
faf849ef3f merge with dev 2019-12-29 08:47:44 +01:00
Desmis
d625052a4a added checkbox to frame level contrast pyramid 2019-12-29 08:26:59 +01:00
Desmis
01519587a7 added checkbox to frame blur pyramid 2019-12-29 07:03:47 +01:00