]> git.sur5r.net Git - i3/i3/history - libi3/dpi.c
Use lround instead of (long)round
[i3/i3] / libi3 / dpi.c
2018-10-13 Orestis FlorosUse lround instead of (long)round
2018-10-13 Orestis FlorosReduce some code around frees
2017-12-09 Ingo BürkMerge pull request #3073 from veselov/i3-3072
2017-12-09 Pawel S. VeselovFixes #3072, Xft.dpi can be floating point 3073/head
2017-09-04 Ingo BürkMerge pull request #2891 from hwangcc23/init-sigaction
2017-09-04 Ingo BürkMerge pull request #2875 from botovq/next
2017-08-23 Theo BuehlerAvoid use of uninitialized in init_dpi_end 2875/head
2017-01-02 Ingo BürkFree allocated X resource value. (#2620)
2016-11-16 Michael StapelbergMerge pull request #2551 from bapt/freebsd_fixes
2016-11-12 mihaicmnUse the DPI setting within the i3bar (#2556)
2016-10-25 Michael StapelbergMerge pull request #2507 from stapelberg/autotools
2016-10-23 Michael StapelbergEnsure all *.[ch] files include config.h
2016-09-27 Michael StapelbergMerge pull request #2469 from Airblader/feature-2465
2016-09-26 Ingo BürkUse Xft.dpi for DPI if available.
2015-12-29 Michael StapelbergMerge pull request #2138 from Alexis211/factor
2015-12-29 Alex AuvolatRefactor extern definition of conn and root_screen 2138/head
2015-09-08 Michael StapelbergMerge branch 'master' into next
2015-07-30 Michael StapelbergMerge branch 'master' into next
2015-07-19 Michael StapelbergMerge pull request #1805 from lasers/next
2015-05-05 Michael StapelbergMerge pull request #1638 from hwangcc23/fix-1489
2015-04-26 Michael StapelbergMerge pull request #1657 from Georgiy-Tugai/fix-flicker...
2015-04-21 Michael StapelbergMerge pull request #1665 from Airblader/feature-1658
2015-04-21 Michael StapelbergMerge pull request #1669 from Airblader/feature-docs-2
2015-04-21 Michael StapelbergMerge pull request #1636 from Deiz/update-notices
2015-04-20 DeizUpdate copyright notices and get rid of ranges 1636/head
2015-03-29 Michael StapelbergMerge branch 'next' into master
2015-03-29 Michael StapelbergMerge branch 'master' into next
2015-03-22 Michael StapelbergMerge pull request #1560 from shdown/refactoring
2015-03-22 Michael StapelbergMerge pull request #1557 from acrisci/bug/fix-validatio...
2015-03-22 Tony CrisciBugfix: validation segfault 1557/head
2015-03-01 Michael StapelbergMerge branch 'master' of https://github.com/ton/i3...
2015-02-28 Michael StapelbergMerge branch 'next'
2015-02-11 Michael StapelbergMerge branch 'master' into next
2015-01-31 Michael StapelbergMerge branch 'master' into next
2015-01-31 Michael StapelbergMerge branch 'master' into next
2015-01-17 Michael StapelbergMerge branch 'master' into next
2014-08-23 Michael StapelbergTreat everything up to 120 dpi as 96 dpi (Thanks jefvel)
2014-06-15 Michael StapelbergMerge branch 'next'
2014-06-15 Michael Stapelbergformat **/*.c with clang-format-3.5
2014-04-26 Michael Stapelbergtruncate DPI to an integer before multiplying (Thanks...
2014-04-26 Michael Stapelberglibi3: add logical_px() for Retina display support