Commit Graph

35 Commits

Author SHA1 Message Date
Kim Woelders 5ce609cca7 Change formatting style
No tabs, more like K&R.
Also switch to indent 2.2.13.
2023-11-26 10:03:45 +01:00
Kim Woelders b7c18a9c12 Change EXGetGeometry() to EXGetSize()
Only w and h are ever used.

Also remove now unnecessary initializations of returned values.
2021-08-14 16:55:24 +02:00
Kim Woelders ca5040e643 Remove pseudotransparency support - 3
- Remove obsolete image type argument.
2018-02-04 13:32:59 +01:00
Kim Woelders 4d1bde02ae Wrap XID and some other X types.
Mostly to change longs to ints to reduce memory footprint a bit on 64
bit systems.
2014-04-23 19:13:00 +02:00
Kim Woelders e1f062fff5 Use NoXID in stead of None. 2013-12-29 08:59:38 +01:00
Kim Woelders ccd185a794 Fix various issues related to iconification of shaded windows.
- Trouble with initially iconified and shaded windows shading right or down.
- Snapshotting of shaded windows was broken (still a hack - disable?).

SVN revision: 47698
2010-04-02 15:28:06 +00:00
Kim Woelders 29a5b4489d Centralise file loading, based on file type.
Change install paths:
- menus: <datadir>/config/menus -> <datadir>/menus
- icons: <datadir>/config/pix   -> <datadir>/icons
- pix:   <datadir>/config/pix   -> <datadir>/pix

SVN revision: 47695
2010-04-02 15:27:58 +00:00
Kim Woelders 60054a9bdc Validate focus list icon mode. Use defs for icon modes.
SVN revision: 47354
2010-03-20 10:41:12 +00:00
Kim Woelders a7e538be10 Trivial fixes (clang).
SVN revision: 45718
2010-01-29 19:45:04 +00:00
Kim Woelders 8624b523c2 Change iconbox fallback icon mode back to snapshot.
SVN revision: 45117
2010-01-14 18:52:50 +00:00
Kim Woelders 93fb484abd Add missed 2009s.
SVN revision: 44039
2009-11-29 10:35:56 +00:00
Kim Woelders d2880aba94 Minor fixes, cleanups.
SVN revision: 44038
2009-11-29 10:35:52 +00:00
Kim Woelders 6f08eafb63 Fix various icon display mode issues.
SVN revision: 43640
2009-11-12 20:48:26 +00:00
Kim Woelders 12bd41c6b4 Fall back to showing a default icon in borders/focus list.
SVN revision: 43393
2009-11-01 14:41:23 +00:00
Kim Woelders 906816fc18 Provide iconbox icon fallback if normal methods fail.
SVN revision: 35067
2008-07-11 19:26:46 +00:00
Kim Woelders ceb7bde1c7 Fix bad test for window being mapped during iconification (fall back to
app icon if app is initially iconified).


SVN revision: 35065
2008-07-11 18:49:27 +00:00
Kim Woelders 571d04357f Fix pixmap leak in iconbox snapshots when compositing is active.
SVN revision: 34747
2008-06-05 09:23:04 +00:00
Kim Woelders 4ef9558c14 Forgot 2008.
SVN revision: 34083
2008-03-22 14:51:24 +00:00
Kim Woelders 832734d4ec Use wrapper function (XGetGeometry->EXGetGeometry).
SVN revision: 33489
2008-01-14 21:48:12 +00:00
Kim Woelders 83bcbbaee1 2007.
SVN revision: 27952
2007-01-13 19:14:29 +00:00
Kim Woelders 34253bc0c4 Move theme path related stuff out of eimage.c, add function to get image data.
SVN revision: 27623
2006-12-28 17:44:42 +00:00
Kim Woelders 63a8acc721 Split up, shuffle around, rename.
SVN revision: 27181
2006-11-19 21:55:52 +00:00
Kim Woelders 12df8f3bb1 More visual propagation stuff.
SVN revision: 22613
2006-05-14 10:59:30 +00:00
Kim Woelders 2a431b38e7 Trivial renaming.
SVN revision: 22448
2006-05-03 20:52:15 +00:00
Kim Woelders 1978ce5aa5 Window handling function api rename/rewrap continued.
SVN revision: 22200
2006-04-18 16:26:51 +00:00
Kim Woelders 2f78638c0f Wrap imlib.
SVN revision: 21576
2006-03-29 19:13:17 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +00:00
Kim Woelders b23ccfa530 Another partial cleanup of client window property/state stuff.
SVN revision: 15989
2005-08-01 17:34:53 +00:00
Kim Woelders 5124d0981e Split up E.h a bit.
SVN revision: 15796
2005-07-16 16:57:45 +00:00
Kim Woelders 16a3fedcf9 Stuff for grabbing redirected windows.
SVN revision: 15719
2005-07-10 20:16:47 +00:00
Kim Woelders be1e636d84 Fix icon size selection.
SVN revision: 15686
2005-07-09 12:06:18 +00:00
Kim Woelders 3529ea8228 Partial cleanup of client window property/state stuff.
Set _NET_WM_ALLOWED_ACTIONS values properly.


SVN revision: 15674
2005-07-08 16:48:19 +00:00
Kim Woelders 424d728797 Handle _NET_WM_ICON.
SVN revision: 15578
2005-06-30 11:52:03 +00:00
Kim Woelders 8013ed6e10 Check that thing.
SVN revision: 14938
2005-05-25 21:47:24 +00:00
Kim Woelders 664095e0d6 Fix focuslist icons interfering with iconbox ones.
SVN revision: 14937
2005-05-25 21:42:59 +00:00