Kris Maglione
|
cb5b285aa1
|
Add increment handling to drag/resize. Moved draw_xor_border to fix flicker.
|
2006-06-04 23:47:09 -04:00 |
Kris Maglione
|
fa51a2261b
|
Update client.c to take advantage of BlitzAlign masks
|
2006-06-04 23:02:08 -04:00 |
Kris Maglione
|
a973cfc33d
|
Removed useless goto
|
2006-06-02 01:13:23 -04:00 |
Anselm R. Garbe
|
6655ed568c
|
thx to keiss (silently replacing the snap)
|
2006-05-31 21:55:51 +02:00 |
Anselm R. Garbe
|
25a7fc9216
|
/def/colrule now uses 30+40+20+10 syntax (num of + + 1 means num of columns, the sum must be 100, which is used for new columns), renamed /def/rules into /def/tagrules, renamed /def/ncol into /def/colrules
|
2006-05-31 19:48:44 +02:00 |
Anselm R. Garbe
|
eeb62d2041
|
allowing size hints for /def/ncol (next push will rename /def/rules into /def/tagrules and /def/ncol into /def/colrules)
|
2006-05-31 19:13:21 +02:00 |
Anselm R. Garbe
|
4904a19aae
|
added /def/ncol stuff, see wmiirc for an initial syntax proposal
|
2006-05-31 09:51:40 +02:00 |
Anselm R. Garbe
|
e01ca2506a
|
moved client-related stuff from rule.c to client.c
|
2006-05-30 18:42:42 +02:00 |
Anselm R. Garbe
|
cdc57ca2fd
|
/foo/ -> ~+!+max rules now working fine, also renamed /client/X/class into /client/X/props, props syntax is now class:instance:name
|
2006-05-30 16:32:28 +02:00 |
Sander van Dijk
|
eb022b2613
|
update c->floating on clientfocus
|
2006-05-29 22:00:16 +00:00 |
Sander van Dijk
|
01a0796d65
|
change c->floating to !aidx in some places, fixes some stuff with fixed size apps
|
2006-05-29 19:38:02 +00:00 |
Anselm R. Garbe
|
7eb5eb7f5d
|
fixed the issue reported by tkoskine with sscanf
|
2006-05-29 12:48:21 +02:00 |
Anselm R. Garbe
|
41ae6bfe56
|
removed strtonum interface, using strtol+errno instead
|
2006-05-29 11:36:59 +02:00 |
Anselm R. Garbe
|
701f2a4414
|
removed parse_mvresize* crap
|
2006-05-29 11:18:18 +02:00 |
Sander van Dijk
|
72e08cc61f
|
fix fixed size apps resize attemp annoyances (same as in wmii-3 repo)
|
2006-05-27 17:56:22 +00:00 |
Sander van Dijk
|
54e19dc283
|
simplification in match_sizehints, remove some obsolete code
|
2006-05-26 19:15:04 +00:00 |
Anselm R. Garbe
|
30c48b79e4
|
fixed match_sizehints (now frame-dependend)
|
2006-05-26 14:29:04 +02:00 |
Anselm R. Garbe
|
1e4b2bb061
|
removed crappy blitz_strtorect, added move/size commands for client ctl, cleaned up liblitz/geometry somewhat
|
2006-05-26 14:16:19 +02:00 |
Sander van Dijk
|
ef672bf5fe
|
simplification in match_sizehints
|
2006-05-25 16:53:09 +00:00 |
Sander van Dijk
|
4e3666abdd
|
small change to fixedsize handling
|
2006-05-23 19:08:24 +00:00 |
Sander van Dijk
|
903d558f08
|
start fixed-size-requesting apps on the floating layer (even though they are still resizable for now, at least they'll start with their wanted size)
|
2006-05-22 20:35:20 +00:00 |
Anselm R. Garbe
|
1f0f42420c
|
added newcol action for client ctls (takes next/prev argument), I didn't changed move
|
2006-05-21 19:21:37 +02:00 |
Anselm R. Garbe
|
1ee2585062
|
removed focuscolors again (unnecessary bloat)
|
2006-05-19 20:14:06 +02:00 |
Anselm R. Garbe
|
7324531047
|
added focuscolors (three color tuples now, which indicate focus and selection state)
|
2006-05-19 18:14:31 +02:00 |
Anselm R. Garbe
|
fa43df527d
|
removed swapping
|
2006-05-19 17:38:45 +02:00 |
Anselm R. Garbe
|
13d27ace6d
|
important fix for broken move prev
|
2006-05-15 18:01:37 +02:00 |
Anselm R. Garbe
|
049fa9e0c0
|
several small fixes
|
2006-05-14 17:27:00 +02:00 |
Anselm R. Garbe
|
4552ece65f
|
fixed issue that mathematica crashed the WM (might also be related to other clients)
|
2006-05-13 21:15:44 +02:00 |
Anselm R. Garbe
|
cc42308990
|
making class/inst handling more robust against borken clients
|
2006-05-13 17:23:54 +02:00 |
Anselm R. Garbe
|
776bd2fd2b
|
introduced Xi18n* function macros which are substituted regarding if X_UTF8_STRING is present to Xutf8* counterparts, otherwise to Xmb* counterparts
|
2006-05-10 15:33:53 +02:00 |
Anselm R. Garbe
|
9fdc055800
|
small stylistic changes
|
2006-05-10 15:24:09 +02:00 |
Anselm R. Garbe
|
c8a5beaf86
|
improved UTF8-usage due to X_HAVE_UTF8_STRING checks
|
2006-05-10 13:38:01 +02:00 |
Sander van Dijk
|
ff9c005c03
|
prevent some unneeded redraws
|
2006-05-09 19:08:07 +00:00 |
Anselm R. Garbe
|
3cb5c834c0
|
keyboard and new client attachments are made now right after the focused client, several client drawing fixes (to prevent funny artefacts)
|
2006-05-09 12:37:13 +02:00 |
Anselm R. Garbe
|
1d61ace264
|
finished open issues reported by Sander
|
2006-05-09 00:16:12 +02:00 |
Sander van Dijk
|
7b8e9aa512
|
fix a redraw issue (on mousefocus of a client in an area, that area's prevsel client's has to be redrawn too)
|
2006-05-08 19:44:56 +00:00 |
Anselm R. Garbe
|
e02d9ae205
|
several cleanups
|
2006-05-07 23:58:06 +02:00 |
Anselm R. Garbe
|
f210f90702
|
implemented new client drawing code which makes it easy to recognize the focused client in an unfocused column
|
2006-05-07 23:29:04 +02:00 |
Anselm R. Garbe
|
dd782be04f
|
tags are trimmed from " \t" now, added $MODKEY-Shift-{j,k} and $MODKEY-Button2 for swapping (mouse-based)
|
2006-05-04 14:34:44 +02:00 |
Anselm R. Garbe
|
70f3dfff77
|
implemented CreateClient <index> event
|
2006-05-01 21:58:31 +02:00 |
Anselm R. Garbe
|
ec658d058f
|
hopefully this fixes the issue seen by Sander
|
2006-05-01 21:15:24 +02:00 |
Anselm R. Garbe
|
87b1782a04
|
changed wmiiwm.1 (added event processing section), attempt to fix the mouse issue reported by sander
|
2006-05-01 20:40:33 +02:00 |
Anselm R. Garbe
|
efdfee9c9e
|
9P fixes
|
2006-05-01 19:39:26 +02:00 |
Anselm R. Garbe
|
ec111a5c9d
|
revised occurences of draw_client.*, should be more robust now (though urxvt is broken if run with -tr, not our problem)
|
2006-04-28 12:37:19 +02:00 |
Anselm R. Garbe
|
e2b1f6c27d
|
this might fix the hidden focus setting bug in stacking mode reported by DenisG, also touched several man pages, though wmiiwm.1 is only at a early stage.
|
2006-04-27 22:55:15 +02:00 |
Anselm R. Garbe
|
947a15ac98
|
fixed issue reported by rundstutzen (one has to be more hard to those broken apps)
|
2006-04-27 21:32:45 +02:00 |
Anselm R. Garbe
|
623147ed85
|
updated client_grab
|
2006-04-27 18:32:37 +02:00 |
Anselm R. Garbe
|
e204c6f5eb
|
made Xmb active again
|
2006-04-27 14:18:54 +02:00 |
Anselm R. Garbe
|
896f22dec0
|
mapping clients after update_views()
|
2006-04-27 14:17:18 +02:00 |
Anselm R. Garbe
|
94a12749cb
|
patch for Benderunit to check UTF8 issues
|
2006-04-27 13:40:26 +02:00 |