Anselm R. Garbe
|
508fc87ccc
|
fixed select_client cut'n'paste error
|
2006-02-14 12:53:40 +01:00 |
|
Anselm R. Garbe
|
922e04ebc3
|
implemented kb driven client select
|
2006-02-14 12:06:16 +01:00 |
|
Anselm R. Garbe
|
4a19a52003
|
proceeded with wm stuff
|
2006-02-13 10:31:38 +01:00 |
|
Anselm R. Garbe
|
be8a984d73
|
removed grab from /ctl, instead use wmiir create
|
2006-02-12 01:49:33 +01:00 |
|
Anselm R. Garbe
|
0db44d2642
|
simplified asynchroneous responds
|
2006-02-12 00:49:38 +01:00 |
|
Anselm R. Garbe
|
523872ca3d
|
removed modes from wmiirc, beside other several fixes
|
2006-02-11 23:54:00 +01:00 |
|
salva
|
6c1ce74e9a
|
Fixed a bug that crashed wmii when clicking the bar and added resize/move modes to float mode
|
2006-02-11 21:36:25 +00:00 |
|
Anselm R. Garbe
|
30728dd3aa
|
removed extra/ subdir, pkeys is obsolete
|
2006-02-11 15:58:47 +01:00 |
|
Anselm R. Garbe
|
55ca4d6c23
|
added button press event handling in wmiirc
|
2006-02-11 15:22:42 +01:00 |
|
Anselm R. Garbe
|
8ef8918f09
|
added kb.c, sorry
|
2006-02-10 21:05:17 +01:00 |
|
Anselm R. Garbe
|
b5ef87ab19
|
fixed several issues when writing to client files in fs.c
|
2006-02-10 21:00:04 +01:00 |
|
Anselm R. Garbe
|
3a87f2fbdd
|
improved wmiirc setup somewhat more
|
2006-02-10 20:52:32 +01:00 |
|
Anselm R. Garbe
|
ec2a8770dd
|
fix of fix
|
2006-02-10 20:20:29 +01:00 |
|
Anselm R. Garbe
|
845f6b6c07
|
removed WMII_CONFDIR var from wmii script
|
2006-02-10 18:37:09 +01:00 |
|
Anselm R. Garbe
|
7deb1e86ba
|
added WMII_FONT, WMII_SELCOLORS and WMII_NORMCOLORS to wmiirc
|
2006-02-10 18:32:35 +01:00 |
|
Anselm R. Garbe
|
918ece162d
|
added new events (focus page and focus client provide the associated name)
|
2006-02-10 17:51:20 +01:00 |
|
Anselm R. Garbe
|
d14c83d855
|
fixed client dir walking (because of broken area id's)
|
2006-02-10 17:09:59 +01:00 |
|
Anselm R. Garbe
|
541149a008
|
fixed and polished several stuff in fs.c and various other parts in wm.
|
2006-02-10 15:59:30 +01:00 |
|
Anselm R. Garbe
|
a38480e40c
|
made things to work again, bar now merged into wm, wmiirc is controller for wmii, changed /tmp/.ixp to /tmp/ns.$USER.$DISPLAY, ixp reuses sockets, so no problem, because wmii checks if a wm is already running, thus socket files cannot be stolen
|
2006-02-10 09:13:35 +01:00 |
|
Anselm R. Garbe
|
8a663e24d9
|
removed much unnecessary stuff, merged bar into wm (still not working)
|
2006-02-09 22:48:01 +01:00 |
|
Anselm R. Garbe
|
13a12b6a7d
|
removed several files, merged wm and wmiikeys
|
2006-02-09 19:40:12 +01:00 |
|
Anselm R. Garbe
|
0ca97a565d
|
made error reporting in wmiifs and libixp better, change keys script somewhat
|
2006-02-09 18:32:01 +01:00 |
|
Anselm R. Garbe
|
f685c1404f
|
added client->revert
|
2006-02-09 00:50:30 +01:00 |
|
Anselm R. Garbe
|
022015d989
|
implemented first prototype of keys component script
|
2006-02-09 00:28:49 +01:00 |
|
Anselm R. Garbe
|
362a2767bd
|
increasing X performance through adding check_x_event call in each fcall loop
|
2006-02-08 18:35:40 +01:00 |
|
Anselm R. Garbe
|
3b03fb1c94
|
simplified internal action access
|
2006-02-08 18:33:01 +01:00 |
|
Anselm R. Garbe
|
bcae524d40
|
made rc scripts to work, now I can concentrate on WM
|
2006-02-08 17:59:57 +01:00 |
|
Anselm R. Garbe
|
f6f1b5bf93
|
changed wmii script and wmiirc
|
2006-02-08 17:34:13 +01:00 |
|
Anselm R. Garbe
|
124465b088
|
fixed wmiikeys box drawing, and common prefixed sequence hotkey handling, ie Control-t,<whatever>
|
2006-02-08 14:58:26 +01:00 |
|
Anselm R. Garbe
|
a787bbde98
|
removed several debug info from wm/fs.c
|
2006-02-08 12:44:51 +01:00 |
|
Anselm R. Garbe
|
5b92fd0c30
|
added some useful XSync in pager() and detached_clients()
|
2006-02-08 12:33:25 +01:00 |
|
Anselm R. Garbe
|
75e6681fe7
|
nah, zombies still occure because of setsid, now sticking to old cool and reliable double-fork again
|
2006-02-08 11:07:30 +01:00 |
|
Anselm R. Garbe
|
5ec38ca782
|
added wmii_signal handler, changed spawn to single-fork, because wmii_signal handles SIGCHLD, thus zombies should not occur
|
2006-02-08 10:50:09 +01:00 |
|
Anselm R. Garbe
|
b65d5124f6
|
proceeded with wmiifs (made much progress, still clunk, remove and some details missing)
|
2006-02-07 20:12:38 +01:00 |
|
Anselm R. Garbe
|
188ff84e8a
|
walk works now in wmiifs, other stuff still missing
|
2006-02-07 17:55:33 +01:00 |
|
Anselm R. Garbe
|
66a3d98ab9
|
proceeded
|
2006-02-07 12:27:38 +01:00 |
|
Anselm R. Garbe
|
f4ae196807
|
proceeded with wmiifs, still just experimenting
|
2006-02-07 00:32:57 +01:00 |
|
uriel
|
aeda40f81a
|
Only ignore the resize for the axis that has a _inc of 0
|
2006-02-06 21:03:04 +01:00 |
|
uriel
|
a2193d1f6d
|
Avoid /0 if width_inc or height_inc are 0 and some small style cleanup.
|
2006-02-06 20:53:05 +01:00 |
|
Anselm R. Garbe
|
418e341a18
|
finished wmiikeys
|
2006-02-06 17:33:10 +01:00 |
|
Anselm R. Garbe
|
4e97cabdfb
|
made wmiikeys compiling
|
2006-02-06 15:46:02 +01:00 |
|
Anselm R. Garbe
|
e6281f3fc1
|
proceeded with wmiikeys
|
2006-02-06 15:20:25 +01:00 |
|
Anselm R. Garbe
|
979a99d7d2
|
confreq hotfix causing Xlib exit(1)
|
2006-02-06 14:11:34 +02:00 |
|
Anselm R. Garbe
|
19124f7fb6
|
added /ctl actions
|
2006-02-06 10:46:52 +02:00 |
|
Anselm R. Garbe
|
ee53f73922
|
fixed handle_confreq issues, fixed fs-related issues, improved wmiir on dir reading
|
2006-02-06 10:20:23 +02:00 |
|
Anselm R. Garbe
|
eab6580a89
|
changed colors to be like in wmii-2, enabled increment handling, fixed Button2+ isues on focus
|
2006-02-04 20:55:37 +02:00 |
|
Anselm R. Garbe
|
9f232d69b5
|
fixed fs access issues on mkqid for /new namespace
|
2006-02-04 19:39:05 +02:00 |
|
Anselm R. Garbe
|
510535e7bb
|
display 'sel' for instead of the index
|
2006-02-04 17:17:54 +02:00 |
|
Anselm R. Garbe
|
a0501c526f
|
shortened usage strings to one liners, read the man pages
|
2006-02-04 16:31:52 +02:00 |
|
Anselm R. Garbe
|
45a5bdf823
|
removed usage info from ctl files, Uriel will read the code to check what commands each ctl file takes to write the man pages
|
2006-02-04 16:13:11 +02:00 |
|
Anselm R. Garbe
|
6fbcbb537c
|
reading from ctl displays now the commands it understands
|
2006-02-04 15:55:10 +02:00 |
|
Anselm R. Garbe
|
13e38f667e
|
fixed client dir access in fs.c
|
2006-02-03 21:02:37 +02:00 |
|
Anselm R. Garbe
|
70b69693ca
|
rearranged grab stuff
|
2006-02-03 20:00:00 +02:00 |
|
Anselm R. Garbe
|
b025650e3e
|
the indexes should be initialized to 0
|
2006-02-03 19:12:44 +02:00 |
|
Anselm R. Garbe
|
150c7bef96
|
added id-based qid-routing to wm/fs.c
|
2006-02-03 19:11:22 +02:00 |
|
Anselm R. Garbe
|
3728e6420f
|
various changes in libixp/server.c, cmd/wmiibar.c and added id;s to Page, Client, and Area
|
2006-02-03 17:15:36 +02:00 |
|
Anselm R. Garbe
|
60db6ca7c8
|
small change in scan_wins
|
2006-02-03 12:36:47 +02:00 |
|
Anselm R. Garbe
|
d2d5cae82c
|
fixed wrong color rendering
|
2006-02-02 21:36:10 +02:00 |
|
Anselm R. Garbe
|
1da63ef2c9
|
fixed trans color usage
|
2006-02-02 21:08:34 +02:00 |
|
Anselm R. Garbe
|
5634105a41
|
set snap=20 by default again
|
2006-02-02 20:32:25 +02:00 |
|
Anselm R. Garbe
|
61a9a95c04
|
fixed attach_client and resize_client
|
2006-02-02 20:22:27 +02:00 |
|
Anselm R. Garbe
|
504b6fd8cc
|
proceeded with fixes in fs.c, added border and title default
|
2006-02-02 20:14:34 +02:00 |
|
Anselm R. Garbe
|
a0e7785f7d
|
proceeded with bugfixing, now even area contents can be read, for clients there is still some bug
|
2006-02-02 20:04:15 +02:00 |
|
Anselm R. Garbe
|
fe0f9d5c67
|
re-enabled X stuff on wm startup, basic fs works
|
2006-02-02 18:23:04 +02:00 |
|
Anselm R. Garbe
|
8003a76dcf
|
made mkqid error spitting more robust
|
2006-02-02 18:19:32 +02:00 |
|
Anselm R. Garbe
|
aeaed5a3df
|
added Color type to liblitz, changed blitz_loadcolor to init Color types, proceeded with fs.c debugging in wm
|
2006-02-02 17:44:45 +02:00 |
|
Anselm R. Garbe
|
21482503cf
|
made root_qid not static to prevent gcc braindamaged warnings
|
2006-02-02 15:51:54 +02:00 |
|
Anselm R. Garbe
|
124f39472d
|
initializing IXP server in wm.c
|
2006-02-02 15:50:04 +02:00 |
|
Anselm R. Garbe
|
5d13828aa0
|
made wm to compile, now the polishing begins
|
2006-02-02 14:20:07 +02:00 |
|
Anselm R. Garbe
|
c332804b5b
|
proceeded with client.c
|
2006-02-02 00:43:17 +02:00 |
|
Anselm R. Garbe
|
341aebaed4
|
finished wm/fs.c to compile, proceeded with wm/wm.c, now staying in wm/client.c
|
2006-02-01 23:24:07 +02:00 |
|
Anselm R. Garbe
|
8a00a26c45
|
finised xread and xstat, now going to xwrite
|
2006-02-01 17:27:53 +02:00 |
|
Anselm R. Garbe
|
447f1e2451
|
proceeded with xread in fs.c
|
2006-02-01 15:23:24 +02:00 |
|
Anselm R. Garbe
|
5fbc43a0bb
|
added Qid->dir to Qid structure, that we can determine the parent dir of a qid
|
2006-02-01 15:25:02 +02:00 |
|
Anselm R. Garbe
|
928e543218
|
proceeded with wm/fs.c, now at xread
|
2006-01-31 20:57:14 +02:00 |
|
Anselm R. Garbe
|
543fe53df5
|
proceeded with fs.c
|
2006-01-31 18:52:14 +02:00 |
|
Anselm R. Garbe
|
0e2ce108a7
|
proceeded further
|
2006-01-31 14:25:23 +02:00 |
|
Anselm R. Garbe
|
0a4e4258c8
|
proceeded with fs.c of wm
|
2006-01-31 10:27:54 +02:00 |
|
Anselm R. Garbe
|
a35a5750cd
|
proceeded with fs stuff
|
2006-01-31 00:48:41 +02:00 |
|
Anselm R. Garbe
|
bf0b4012b4
|
added fs spec to cmd/wm, removed old ixp dependencies from wm.h, added fs.c framework
|
2006-01-30 20:43:32 +02:00 |
|
Anselm R. Garbe
|
df407fd8cd
|
removed old libixp crap, now several things are broken and will settle after a while
|
2006-01-30 20:08:58 +02:00 |
|
Anselm R. Garbe
|
07a14591d1
|
added script which runs wmiibar(2), very rudimentary
|
2006-01-30 00:15:50 +02:00 |
|
Anselm R. Garbe
|
39fc05f71c
|
added attach/detach for array management, removed IXPConn->aux, instead added Mapping and pending Fcalls to IXPConn
|
2006-01-29 14:41:16 +02:00 |
|
Anselm R. Garbe
|
592e412bc3
|
removed layoutdef crap from makefile
|
2006-01-27 14:56:18 +02:00 |
|
Anselm R. Garbe
|
dd93d4e694
|
some more changes, now it is time to integrate 9P
|
2006-01-26 21:05:53 +02:00 |
|
Anselm R. Garbe
|
a1c7276931
|
proceeded further, adapted wmiirc as well
|
2006-01-26 20:58:30 +02:00 |
|
Anselm R. Garbe
|
2313fd952d
|
proceeded with cleanups
|
2006-01-26 19:29:49 +02:00 |
|
Anselm R. Garbe
|
74503fd53b
|
proceeded with column.c
|
2006-01-26 16:24:34 +02:00 |
|
Anselm R. Garbe
|
c8f0151586
|
proceeded with page.c
|
2006-01-26 15:16:04 +02:00 |
|
Anselm R. Garbe
|
5fc1892c9f
|
proceeded with event.c and mouse.c
|
2006-01-26 13:56:28 +02:00 |
|
Anselm R. Garbe
|
80fe6d9531
|
finished client.c conversion
|
2006-01-26 13:39:20 +02:00 |
|
Anselm R. Garbe
|
8a9034814a
|
proceeding with client.c
|
2006-01-25 20:41:12 +02:00 |
|
Anselm R. Garbe
|
e6caefcd58
|
began structural changes, don't pull yet
|
2006-01-25 19:39:08 +02:00 |
|
Sander van Dijk
|
b5f71fd3c7
|
Clear bar when no client is selected (issue reported by nusse)
|
2006-01-24 11:51:13 +01:00 |
|
Sander van Dijk
|
453c0cf95f
|
fix crash when using rmpage when no pages exist
|
2006-01-24 00:01:17 +01:00 |
|
Anselm R. Garbe
|
abcefd3981
|
fixed frame selection on frame press
|
2006-01-23 21:40:31 +02:00 |
|
Anselm R. Garbe
|
9ef8acd057
|
removed Frame->clients and Frame->nclients, changed it to Frame->client instead (only first step)
|
2006-01-23 21:00:25 +02:00 |
|
Anselm R. Garbe
|
d564fe9b17
|
implemented rudimentary max action (M-m) in col and float layout, in col it doesn't works well if you unselect a maximized frame ;) because of overlapping
|
2006-01-23 19:23:56 +02:00 |
|
Sander van Dijk
|
3c83596871
|
some changes to improve readability of earlier patches
|
2006-01-23 16:06:14 +01:00 |
|
Sander van Dijk
|
2aec823caa
|
move some code to a better place
|
2006-01-22 20:19:45 +01:00 |
|