Commit Graph

  • f280750a03 Debug: Enhanced debugging capability Richard Grenville 2012-09-12 09:08:15 +0800
  • c905c882b4 Bug fix: Segfault when encountering invalid long option Richard Grenville 2012-09-11 23:11:23 +0800
  • 129115171a Bug fix: Issue #37, fix 5 opacity-related bugs Richard Grenville 2012-09-11 22:22:58 +0800
  • deaaf5c5cf Feature: Issue #35, Add colored shadows Richard Grenville 2012-09-11 21:57:50 +0800
  • f5aed89a67 Bug fix: Issue #36: Chromium window painting problems Richard Grenville 2012-09-11 21:33:03 +0800
  • 8628371a83 Bug fix: Issue #38, fixes painting specially-shaped semi-transparent windows Richard Grenville 2012-09-11 21:11:06 +0800
  • 4861d50ca4 Misc: Add Vim swap files to .gitignore Richard Grenville 2012-09-11 21:07:29 +0800
  • eb3b13145d avoid allocating a new win struct if possible Christopher Jeffrey 2012-09-08 21:13:56 -0500
  • 02e2deea54 add richardgv's patch. see #31. Christopher Jeffrey 2012-09-08 21:04:44 -0500
  • 94efff0bb2 apply patch from richardgv. fixes #5. Christopher Jeffrey 2012-09-07 11:51:08 -0500
  • 2a566e83a7 rename settrans to compton-trans, add manpage. Christopher Jeffrey 2012-06-23 17:39:49 -0500
  • f358eb5962 rename, refactor again. Christopher Jeffrey 2012-06-03 11:12:30 -0500
  • 3dfaea3698 refactor, rename Christopher Jeffrey 2012-06-03 11:08:50 -0500
  • 84b7c3e65d minor settrans changes Christopher Jeffrey 2012-05-27 19:21:14 -0500
  • d52f7a06db refactor settrans Christopher Jeffrey 2012-03-31 23:54:42 -0500
  • 24bf591bd7 destdir Christopher Jeffrey 2012-03-20 19:30:20 -0500
  • 24ffba0e51 use destdir. closes #15. Christopher Jeffrey 2012-03-20 19:17:32 -0500
  • b3a272185d Merge pull request #14 from hasufell/master Christopher Jeffrey 2012-03-17 18:26:04 -0700
  • b34f175e51 add and clarify dependencies, build/runtime hasufell 2012-03-18 02:17:08 +0100
  • efd5643858 Merge pull request #13 from hasufell/patch-1 Christopher Jeffrey 2012-03-17 18:05:53 -0700
  • a0f4bfb5e8 respect cflags and ldflags, default to gcc if CC is unset, fix install-method hasufell 2012-03-18 02:00:49 +0100
  • 5a95e51a06 Merge pull request #12 from timvdalen/master Christopher Jeffrey 2012-03-17 16:21:33 -0700
  • 1584805ea7 Fixed a (very) small 'bug' in the usage text, -f wasn't printed on a new line. Tim van Dalen 2012-03-17 17:29:01 +0100
  • f7b57d527f improve make install. closes #9. Christopher Jeffrey 2012-02-28 08:59:38 -0600
  • 674ac5b6cd stop listening for property events on client window after unmap Christopher Jeffrey 2012-02-28 01:51:21 -0600
  • 0e956de906 fix makefile to work without gnu cp Christopher Jeffrey 2012-02-27 10:59:36 -0600
  • b01cfea5c6 minor changes Christopher Jeffrey 2012-02-27 06:49:50 -0600
  • 8f4eafaf79 reorganize tree Christopher Jeffrey 2012-02-27 01:42:38 -0600
  • a353f5bc4b refactor. remove a lot of dead code. Christopher Jeffrey 2012-02-26 22:00:12 -0600
  • 1591d8b4ce Merge pull request #8 from XeCycle/master Christopher Jeffrey 2012-02-26 19:11:02 -0800
  • d226a9d988 Add -b option to fork to background. XeCycle 2012-02-27 01:02:42 +0800
  • 92eb57ff44 Add option to avoid DND shadows. XeCycle 2012-02-27 00:35:17 +0800
  • c01befec1f dont zero frame extents. possible fix for #6. Christopher Jeffrey 2012-02-22 01:08:12 -0600
  • b93c6875cf change prefix Christopher Jeffrey 2012-02-20 04:38:16 -0600
  • 8dbcaeebb5 Merge branch 'new_refactor' Christopher Jeffrey 2012-02-20 03:55:43 -0600
  • add305d69a move some functions around Christopher Jeffrey 2012-02-09 03:37:46 -0600
  • 69c31fc168 put typedefs and defs in header. organize declarations. Christopher Jeffrey 2012-02-08 16:45:08 -0600
  • eee5668600 put typedefs and defs in header Christopher Jeffrey 2012-02-08 04:34:33 -0600
  • cfe78e7ca5 put all functions in header file Christopher Jeffrey 2012-02-08 04:31:39 -0600
  • 2424980f22 major refactor Christopher Jeffrey 2012-02-08 04:20:22 -0600
  • c451c08058 dont draw shadows on WINTYPE_DESKTOP windows Christopher Jeffrey 2012-02-06 13:20:44 -0600
  • c4089805ed refactor settrans Christopher Jeffrey 2012-02-06 02:16:49 -0600
  • ca5ef3978e Merge branch 'clear_shadow' Christopher Jeffrey 2012-02-05 00:10:27 -0600
  • 9b973d6e12 better focus setup, add experimental zero shadow option Christopher Jeffrey 2012-02-04 21:46:13 -0600
  • 6a71094d8a dont clear shadow on small windows Christopher Jeffrey 2012-02-04 21:04:02 -0600
  • a2028a02f3 better dimensions? Christopher Jeffrey 2012-02-01 14:00:02 -0600
  • 73ab1244b1 different clear shadow dimensions Christopher Jeffrey 2012-02-01 13:57:52 -0600
  • 75b0d38725 clear rectangle in shadow Christopher Jeffrey 2012-02-01 13:52:35 -0600
  • b31a2b48a1 always update win_extents property, make frame opacity smarter Christopher Jeffrey 2012-01-31 16:10:30 -0600
  • c39010197b ignore WINTYPE_UNKNOWN when determining wintype Christopher Jeffrey 2012-01-15 09:19:46 -0600
  • 51e2eec823 add WINTYPE_UNKNOWN to prevent segfaults Christopher Jeffrey 2012-01-15 05:02:24 -0600
  • 71d7352659 fix potential segfault Christopher Jeffrey 2012-01-14 13:02:58 -0600
  • 01e978a512 ignore override_redirect windows for XSelectInput and get_frame_extents calls Christopher Jeffrey 2012-01-14 10:12:54 -0600
  • a6afff2c4a fix potential segfault in win_extents Christopher Jeffrey 2012-01-14 09:32:54 -0600
  • b9dbf7701b install trans script as settrans Christopher Jeffrey 2012-01-10 14:51:09 -0600
  • 5206eaba74 improvements to trans script Christopher Jeffrey 2011-12-21 13:28:55 -0600
  • 1e2bb55744 disable fading opacity changes Christopher Jeffrey 2011-12-09 08:46:40 -0600
  • 48e0eccbbc clean makefile, add transset script Christopher Jeffrey 2011-12-07 12:35:22 -0600
  • cc7adcd175 fix uninstall in makefile Christopher Jeffrey 2011-12-05 06:52:11 -0600
  • 9577fcd344 fix readme Christopher Jeffrey 2011-11-16 00:12:42 -0600
  • 2cb499de0b add options to readme Christopher Jeffrey 2011-11-16 00:04:38 -0600
  • fd4e9bff7b paint shadows according to opacity, remove commented code Christopher Jeffrey 2011-11-15 23:55:11 -0600
  • adadcb92ac add set_opacity, fix focus behavior Christopher Jeffrey 2011-11-11 04:10:24 -0600
  • e7ee7018a4 readme, etc Christopher Jeffrey 2011-11-06 22:03:18 -0600
  • f46a8d06bf whitespace, license Christopher Jeffrey 2011-11-06 19:58:30 -0600
  • b87efad014 fix gcc warning, have shadows be explicitly enabled Christopher Jeffrey 2011-11-06 19:29:23 -0600
  • de8b773387 clean tree Christopher Jeffrey 2011-11-06 18:20:45 -0600
  • 5f63244a81 macros to make things more intelligible Christopher Jeffrey 2011-11-06 15:52:39 -0600
  • 69f003348b Merge branch 'frame_opacity' Christopher Jeffrey 2011-11-05 22:59:20 -0500
  • cde4d0c75f complete frame opacity Christopher Jeffrey 2011-11-05 22:33:50 -0500
  • d8b437aca3 frame opacity Christopher Jeffrey 2011-11-05 21:39:58 -0500
  • 4ef58758c5 add option for inactive opacity value, whitespace Christopher Jeffrey 2011-11-05 07:00:39 -0500
  • fbc6d7da0b whitespace Christopher Jeffrey 2011-11-04 16:18:56 -0500
  • 7ab9b06a04 fix segfault on focusout Christopher Jeffrey 2011-11-04 15:11:31 -0500
  • 47d61d34ae add readme Christopher Jeffrey 2011-11-04 13:52:05 -0500
  • 0732a19af2 fix compiler warnings Christopher Jeffrey 2011-11-04 13:30:53 -0500
  • a73d02c6a8 implement inactive window transparency Christopher Jeffrey 2011-11-04 12:02:17 -0500
  • c50fdf4fd4 more whitespace Christopher Jeffrey 2011-11-04 04:18:10 -0500
  • 7d17fcdf1e fix memory leak Christopher Jeffrey 2011-11-04 04:01:45 -0500
  • b0608d0c7c allow shadows on argb windows Christopher Jeffrey 2011-11-04 03:59:51 -0500
  • 6c9166c36f major refactor, removed other shadow modes Christopher Jeffrey 2011-11-04 03:41:56 -0500
  • 4c3bf853f3 whitespace Christopher Jeffrey 2011-11-04 01:33:23 -0500
  • e89fafef57 Allow the user to specify offsets for server-side (hard) shadows. Javeed Shaikh 2008-02-17 14:40:44 -0500
  • c69769f0ae More fixing for fade-outs. Dana Jansens 2008-02-20 01:20:40 -0500
  • f717d14a38 Ignore some X errors that can occur in normal use Dana Jansens 2008-02-20 00:44:26 -0500
  • 9339584771 Fix races that occur when a window id is destroyed and recreated very quickly. This behaviour happens when restarting the window manager. Dana Jansens 2008-02-18 16:44:41 -0500
  • dde2509cdc Plug 3 memory leaks, and make fading windows always draw so that fast desktop changing doesn't make windows become invisible. Dana Jansens 2008-02-15 19:01:37 -0500
  • 27ca5f291c Save ConfigureNotify events for unmapped windows until the window maps. If a window moves while it is unmapped, it should not affect its fade-out. Dana Jansens 2008-02-15 00:55:17 -0500
  • db45bafdc4 register the _NET_WM_CM_S hint with the correct screen number Dana Jansens 2008-02-15 00:09:11 -0500
  • c213ab27ff Remove some spurious code Dana Jansens 2008-02-14 23:39:46 -0500
  • 873402251a Make shadows, fading, and opacity based on the window type. Add support for the extended window type atoms. Add a "-m" option to set opacity for menu windows. Dana Jansens 2008-02-14 23:38:32 -0500
  • 398f722ce1 Fix some rare memory leaks and behaviour when a mapped window is reparented away from root Dana Jansens 2008-02-14 17:28:40 -0500
  • 2c1a928e59 Fixes for window fade-outs Dana Jansens 2008-02-14 16:57:38 -0500
  • 73f6ed3310 Fix a server resource leak on destroying windows. Dana Jansens 2008-02-13 11:24:32 -0800
  • 80754042c6 Bug #13073: Fix broken word-wrapping in ChangeLog generation. Jamey Sharp 2007-11-05 09:32:44 -0800
  • 733e29ba0e Add *~ to .gitignore to skip patch/emacs droppings James Cloos 2007-09-03 05:51:17 -0400
  • f88dba2d9c Remove deprecated .cvsignore The repo already has a .gitignore, so just rm the old .cvsignore. James Cloos 2007-08-23 21:21:52 -0400
  • de60732aff Make this loop slightly easier to read. Tilman Sauerbeck 2007-03-12 14:44:31 +0100
  • fa689d8b38 Constified some variables. Tilman Sauerbeck 2007-03-12 14:24:33 +0100
  • 7409bb892a Include getopt.h for getopt(). Tilman Sauerbeck 2007-03-12 14:18:25 +0100