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