Re: [darktable-dev] Feature freeze for 3.0

2019-08-13 Thread Matthieu Moy
e (e.g. not too long after the feature freeze or string freeze in your list above) would greatly help. > Thanks to all people involved in this release, it is amassing to see > the developer community to grow! Indeed, last year was awesome, this year seems even awesomer (I know, the word d

Re: [darktable-dev] bauhaus controls → negative zero

2018-12-23 Thread Matthieu Moy
e only different thing is that 1/+0.0 == +infinity while 1/-0.0 == -infinity. You may care about that as a programmer writing very tricky programs with floating point numbers, but as a darktable user, they are just the same! --

Re: [darktable-dev] possible error in clipping.c

2018-12-18 Thread Matthieu Moy
-27) with a bit more code in the 'else' branch. The extra code was removed in e298f3901 (clipping : cleanup old code, 2013-01-05). Probably that last commit should have removed the "else if" branch and kept only the else indeed. Cc

Re: [darktable-dev] Monochrome processing

2018-12-13 Thread Matthieu Moy
obably not widely used but very powerful: the "color zones" module. Saturation tab, move the curve to 0 everywhere (a preset "black and white film" does this), then use the lightness tab to chose which c

Re: [darktable-dev] Feature request

2018-12-12 Thread Matthieu Moy
dule to perform more or less any kind of filtering, and once this is done selecting all and exporting is just a matter of typing control-a control-e. Note that you don't have to apply the style to images: there's a "style" dropdown in the "export se

[darktable-dev] White background CSS for darktable?

2018-12-09 Thread Matthieu Moy
round. Has anyone written such CSS? Thanks, -- Matthieu Moy https://matthieu-moy.fr/ ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] 2.6.0rc1 filmic - exposure interaction

2018-12-08 Thread Matthieu Moy
the right thing to do would be to disable the color picker whenever the histogram is touched. -- Matthieu Moy https://matthieu-moy.fr/ ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] minor issues in git master (and probably in rc0 too)

2018-12-04 Thread Matthieu Moy
g a dialog, but it appears in an unusual place: a text field at the bottom of the window. This is consistent with Control-T to select a tag, but admittedly unintuitive. You're not the first one not to find it :-(. --