Commit Graph

6 Commits

Author SHA1 Message Date
Sebastien Waegeneire 84cc31450d set .desktop files to NoDisplay=true 2020-12-14 14:54:33 +01:00
Harish Rajagopal 88b6d5b0a1 Changed "A X ..." to "An X ..."
Reference: https://blog.apastyle.org/apastyle/2012/04/using-a-or-an-with-acronyms-and-abbreviations.html.
2020-09-10 23:13:45 +02:00
Walter Lapchynski 92e005fe0d added keywords to desktop entry 2019-08-18 20:59:47 -07:00
Nate Hart de3199b138 Set icon to `compton` in compton.desktop 2015-06-05 17:14:46 -05:00
Richard Grenville 6037eb2691 Misc #134: Fix compton.desktop
Fix some minor issues in compton.desktop. Thanks to pvanek for
reporting.
2013-08-13 22:34:39 +08:00
Richard Grenville 1a88e3d0c5 Bug fix: GLX: ARGB texture too dark & Jitter when resize & others
- GLX backend: Fix a bug that ARGB windows / shadows are rendered too
  dark. Thanks to derhass in FreeNode/##opengl for help.

- GLX backend: Fix a problem that during window resize the content looks
  jittering, by letting compton fetch pixmap sizes with XGetGeometry()
  instead of relying on window width/height, which could be inaccurate
  during window resize. Negative effect on performance. Thanks to M4he
  for reporting. (#7)

- Add .desktop file. Thanks to quequotion for providing it. (#97)

- Avoid checking presence of window pixmap, because they may not exist
  with very old X Composite implementations.

- Add workaround for a strange window restack issue when compton
  receieves a ConfigureNotify with non-existent new above window.

- Add debugging function hexdump(). Extra sanity checks on various
  places.
2013-03-18 13:29:14 +08:00