aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-w32gdi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use libgamma to determine available adjustment method configuration optionsMattias Andrée13 days1-19/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Relay on libgamma for selecting adjustment method supportMattias Andrée13 days1-0/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-w32gdi to use libgammaMattias Andrée13 days1-153/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc stuffMattias Andrée2025-03-221-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-211-2/+9
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-161-16/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Major refactoring and some fixesMattias Andrée2025-03-161-6/+5
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* styleMattias Andrée2025-03-081-3/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc improvementsMattias Andrée2025-03-071-18/+18
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update redshift to redshift-ngMattias Andrée2025-03-061-4/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* style and some minor fixesMattias Andrée2025-03-061-12/+9
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* StyleMattias Andrée2025-03-061-65/+50
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-35/+20
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Merge branch 'coopgamma' of https://github.com/maandree/redshiftMattias Andrée2025-03-051-3/+3
|\
| * Add coopgamma backendMattias Andrée2016-12-191-3/+3
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Fix "Some translated strings are still in English" issueMasanori Kakura2018-08-291-0/+4
| | | | | | | | | | | | ENABLE_NLS is always undefined in some files and some translatable messages in these files are always displayed in English. This commit fixes the issue.
* | Change preserve option to command line switchJon Lund Steffensen2017-10-131-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes each adjustment method to take a preserve parameter when setting the temperature instead of parsing the preserve option from the command line/configuration file. This helps resolve the issues around #513: - This allows the preserve option to be implemented as a command-line switch (-P). This switch _disables_ the preservation of existing gamma ramps. Having a command-line switch makes it easier to use directly with manual or one-shot mode. - The preserve options is on by default, so continual mode as well as other modes will default to applying the color adjustment on top of the current gamma ramps. - Preserve is always disabled in reset mode so resetting works as expected again.
* | Move module structures out of headersJon Lund Steffensen2017-10-131-0/+6
| |
* | Allocate module data in init functionsJon Lund Steffensen2017-10-131-3/+9
| |
* | Move module struct definitions to separate filesJon Lund Steffensen2017-10-131-8/+20
| |
* | Fix #523: Retry SetDeviceGammaRamp before giving updev73556082017-09-271-5/+15
| | | | | | | | | | | | We have to retry SetDeviceGammaRamp a few times before giving up because some buggy drivers fail on the first invocation just to succeed on the second.
* | w32gdi: Enable preserve by defaultJon Lund Steffensen2017-08-311-1/+1
|/
* w32gdi: Add preserve option to windows GDI methodJon Lund Steffensen2015-01-041-7/+29
|
* colorramp: Use supplied gamma ramps as initial valueJon Lund Steffensen2015-01-041-0/+8
| | | | | | | | | This changes colorramp_fill() to base the ramp calculations on the existing values in the supplied tables, instead of basing it on a pure `i/size` value computed on the fly. All gamma adjustment methods are changed to explicitly initialize the ramps to the `i/size` value before calls to colorramp_fill().
* redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen2014-12-271-4/+4
| | | | | | | | Changes all set_temperature function in gamma adjustment methods to take a color_setting_t pointer with the color settings. Colorramp functions are similarly changed to take a color settings struct.
* Constify gamma parameter to set_temperature() methodsJon Lund Steffensen2013-12-091-1/+1
|
* Allow brightness to be adjusted (between 10% and 100%, the latter being the default).Jon Lund Steffensen2011-04-211-3/+4
|
* w32gdi: Remember to release the DC handle on error.Jon Lund Steffensen2011-03-301-1/+6
| | | | Add comment on failure of SetDeviceGammaRamp().
* w32gdi: Obtain a new DC handle on every adjustment. This fixes a bugJon Lund Steffensen2011-03-271-12/+31
| | | | where redshift stops updating the screen.
* gamma-w32gdi.c: Conditionally define WINVER.Jon Lund Steffensen2010-06-131-1/+3
|
* gamma-w32gdi.c: Fix name of w32gdi_start() function.Jon Lund Steffensen2010-06-101-1/+1
|
* Split init function of methods and providers into init and start.Jon Lund Steffensen2010-05-271-7/+17
| | | | | The set_option function can be called to set options between init and start.
* Let gamma methods and location providers print help on option parameters.Jon Lund Steffensen2010-05-271-1/+14
|
* Fix build on mingwJon Lund Steffensen2010-05-251-1/+1
|
* Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen2010-05-241-0/+127