9114 Commits

Author SHA1 Message Date
TooWaBoo
ed55721720
Update TooWaBlue-GTK3-20_.css
Set border-radius of menus to 0.
2019-03-13 19:53:28 +01:00
Desmis
693940de73 Fixed bug in code gamma mask 2019-03-13 19:25:43 +01:00
Desmis
9eb01dd7b8 Improve code gamma mask 2019-03-13 18:26:24 +01:00
Desmis
d2bed1f6f2 Add chroma gamma slope to exposure mask 2019-03-13 17:20:47 +01:00
heckflosse
2376a05e07 Fix segfault when pasting partial, #5214 2019-03-13 14:06:17 +01:00
Desmis
6548f3febd add balance deltaE 2019-03-13 12:42:14 +01:00
Hombre
52dcd08b97 Merge branch 'dev' into hidpi-icons 2019-03-13 01:00:14 +01:00
Hombre
4c904967b2 Debug output removed + less wasted space in GUI + grey icon for the
editor tab (completely removed in "Multiple Editor on Own Window" mode).
See #3547
2019-03-13 00:23:41 +01:00
Desmis
e572459207 Some Improvments 2019-03-12 18:28:51 +01:00
heckflosse
020204e0cb Merge branch 'dev' into newlocallab 2019-03-12 14:57:17 +01:00
Desmis
4756e5184c Add inverse to Shadows Highlight 2019-03-12 08:56:40 +01:00
Morgan Hardwood
7f49b96a8a Fix Windows compilation and InnoSetup 2019-03-12 00:05:27 +01:00
Morgan Hardwood
5d8c31d162 Icon and image cleanup #3547
Unnecessary PNG icons removed.

RawTherapee logo images and .ico re-generated from new SVG logo.

GIMP-2.10.8 XCF added for .ico file.

CMake updated.
2019-03-11 23:41:21 +01:00
Morgan Hardwood
b3285b552d Icons redrawn and converted to paths #3547 2019-03-11 22:18:03 +01:00
Flössie
86690f1ca0 Fix OOB string access (fixes #5207) 2019-03-11 21:09:57 +01:00
Beep6581
038207235e
Merge pull request #5183 from Beep6581/centeredthumb
Center selected thumb in Filmstrip #5174
2019-03-11 19:49:10 +01:00
heckflosse
e053b63b6d use only simple expressions as second argument for STC2VFU macro 2019-03-11 16:08:28 +01:00
Floessie
17bec0a2e5
Merge pull request #5197 from Beep6581/relax-procparam-dependency
Relax dependency from `procparams.h`
2019-03-11 15:14:00 +01:00
Desmis
5f95aae42f Optimize structure code 2019-03-11 14:43:14 +01:00
Desmis
71342c8058 Code optimisation for CC mask curve 2019-03-11 13:43:53 +01:00
Desmis
d11eb995de Add blur shape detection to Shadows Highlight 2019-03-11 13:23:10 +01:00
Desmis
bb0a415925 optimize mask code 2019-03-11 10:54:50 +01:00
Desmis
040e900c02 merge with dev 2019-03-11 10:08:54 +01:00
Desmis
d62acb0eaf Add mask and show modifications to Shadows Highlight 2019-03-11 09:47:25 +01:00
Morgan Hardwood
7a84ae40f1 Convert text to paths
Original text placed alongside but off-canvas.
2019-03-11 01:54:20 +01:00
Morgan Hardwood
6a95d45596 Logo PNGs generated from new SVG 2019-03-11 01:54:02 +01:00
Morgan Hardwood
5730b6c506 Added RT logo
The logo was extraced from the splash screen, effects removed and SVG
cleaned up.
2019-03-11 01:52:51 +01:00
Morgan Hardwood
7ad98018b7 Filter effect sizes increased
Allows the gaussian blur to fade smoothly instead of suddenly ending as
it hits the effect canvas border.
2019-03-11 01:51:20 +01:00
Morgan Hardwood
df2c6b0bcb Default to using defaults by default 2019-03-10 23:49:28 +01:00
Morgan Hardwood
b29651c5f2 Makes Next/Prev buttons work same as F3/F4 #5183 2019-03-10 23:26:17 +01:00
Morgan Hardwood
2155cf76f0 Refactored as suggested by Floessie #5183 2019-03-10 22:29:32 +01:00
Ingo Weyrich
28bf4f0d91
Merge pull request #5209 from Beep6581/rawca_cunksize
Allow user defined tiles per thread for some tiled algorithms
2019-03-10 22:16:51 +01:00
heckflosse
88a8c9829d Set default tiles per thread value to 2, #5203 2019-03-10 22:15:09 +01:00
Ingo Weyrich
9eebd8221f
Merge pull request #5208 from Beep6581/adobe_tonecurve_sse
Adobe (filmlike) tonecurve: SSE version
2019-03-10 21:48:31 +01:00
heckflosse
e35122040e Disabled timing code, #5208 2019-03-10 21:47:50 +01:00
Beep6581
a5b021c2bb
Removed forward-declare info
Info was already added more concisely in cd566da
2019-03-10 21:43:46 +01:00
Beep6581
88b5d53806
Forward-declare info from #5197 2019-03-10 19:53:28 +01:00
heckflosse
0685e262ba remove accidently committed file, #5208 2019-03-10 18:02:57 +01:00
heckflosse
9f133fa1d7 Adobe (filmlike) tonecurve: SSE version 2019-03-10 16:33:00 +01:00
Flössie
c2405585cf Work around strange side effects when parsing Exif (#5207) 2019-03-10 14:56:36 +01:00
Flössie
cd566dab09 Refer to hints on forward declaration in CONTRIBUTING.md 2019-03-10 13:09:12 +01:00
Flössie
cbc25b135a Fix fallout from merge 2019-03-10 13:00:24 +01:00
Flössie
9fe6bcaab1 Merge branch 'dev' into relax-procparam-dependency 2019-03-10 12:54:04 +01:00
Flössie
d89364fcc0 Fix Exif parsing for old Canons (ported by @Beep6581, fixes #4843) 2019-03-10 11:40:05 +01:00
heckflosse
6712420a41 Fix broken build, #5203 2019-03-09 19:28:44 +01:00
heckflosse
f796c70265 Merge branch 'dev' into rawca_cunksize 2019-03-09 18:48:05 +01:00
heckflosse
b0a7b5fed3 tiles per thread for some more tiled algorithms, #5203 2019-03-09 18:47:02 +01:00
Morgan Hardwood
2c9dc32022 Show more meaningful lens make/model #5157
If the lens make/model from the MakerNotes is vague, and if a lens make
and model are set in Exif (LensMake, LensModel), then prefer Exif over
vague.
2019-03-09 16:17:44 +01:00
Desmis
308ce1746a Tooltip Exposure 2019-03-09 16:10:55 +01:00
Desmis
51c3480e68 Add tooltip shadows-highlight 2019-03-09 15:03:00 +01:00