Commit Graph

657 Commits

Author SHA1 Message Date
Anselm R. Garbe
7e8ab56d91 added /tags namespace, added .../tags files to client namespace, added tag display in draw_client 2006-03-05 19:20:27 +01:00
Anselm R. Garbe
dcc6e16302 fixed mkqid to prevent issue reported by bogon 2006-03-05 16:48:14 +01:00
Anselm R. Garbe
421ac8babf enum fixes of Fs stuff 2006-03-05 14:16:48 +01:00
Anselm R. Garbe
c7c5283ebd removed check_event from wmiimenu (it does not need it anymore) 2006-03-05 13:29:21 +01:00
Anselm R. Garbe
c4edc4f3fd enumerized cursors 2006-03-05 13:22:42 +01:00
Anselm R. Garbe
49c2f17236 fixed last col destroy annoyance 2006-03-05 13:00:05 +01:00
Anselm R. Garbe
665671e7e0 added tag and name fields to Tag and Client 2006-03-05 02:02:58 +01:00
Anselm R. Garbe
67cac9a10e added Frame redirection to allow arbitrary tag references to clients 2006-03-05 01:55:45 +01:00
Anselm R. Garbe
c243337350 removed bh/bw occurences (go rid of code) 2006-03-05 00:38:40 +01:00
Anselm R. Garbe
54b7d6dd2a removed Client.Frame 2006-03-05 00:25:49 +01:00
Anselm R. Garbe
0a144ff452 removed revert crap 2006-03-05 00:14:12 +01:00
Anselm R. Garbe
be62288596 enumerized atoms 2006-03-05 00:11:08 +01:00
Anselm R. Garbe
5ab0974e4a small fixes 2006-03-04 09:29:20 +01:00
Anselm R. Garbe
9c61ccf97e several changes toward the stuff announced at wmii@wmii.de (don't use yet) 2006-03-04 09:23:17 +01:00
salva
d465cdf19c fix: updated LB events to start label numbering at 0 2006-03-03 19:10:25 +00:00
Anselm R. Garbe
5789638533 removed much crap due to column simplifications 2006-03-02 19:58:54 +01:00
Anselm R. Garbe
02c8d279c3 fixed 2006-03-02 17:49:34 +01:00
Anselm R. Garbe
93b9d5c9f0 some other fix 2006-03-02 17:38:15 +01:00
Anselm R. Garbe
0728d68133 small fix, still an oddifty on send next 2006-03-02 15:54:32 +01:00
Anselm R. Garbe
e23ca5ca59 proceeded with sendtopage fixes 2006-03-02 15:28:55 +01:00
Sander van Dijk
ea20f48ed0 allow setting capacity to 0 (==infinity) 2006-03-02 15:10:04 +01:00
Anselm R. Garbe
7e28da7db3 renamed maxclient into capacity, using a different way than hardcoding existing first column to capacity=1 2006-03-02 14:37:36 +01:00
Anselm R. Garbe
854999c376 implemented detach fetching for maxclient>0 columns 2006-03-02 13:37:52 +01:00
Anselm R. Garbe
12e8a32f88 sendtoarea fix 2006-03-02 11:07:54 +01:00
Anselm R. Garbe
f779ed5c4b maybe this fixes ened;s issue (though I doubt it) 2006-03-02 11:02:13 +01:00
Anselm R. Garbe
d7ea20f029 fixed missing page update on column destroy implication 2006-03-02 10:39:34 +01:00
Anselm R. Garbe
afc961f641 fixed left column resize issue, allowing sendtoarea with the implication, that the area gets destroyed 2006-03-02 10:36:03 +01:00
Anselm R. Garbe
e9243fc7ce implemented maxclient property for areas, the default is now, that first column has maxclient==1 (though if detached things still don't behave like I want it, detaching from maxclient column should fetch from next column a client if possible) 2006-03-02 10:26:30 +01:00
Anselm R. Garbe
9c6b2d5bb0 applied ality's patch 2006-03-02 09:09:38 +01:00
Anselm R. Garbe
fe6fe6ce7e implemented column relaxing also after interactive resize 2006-03-01 18:24:15 +01:00
Anselm R. Garbe
54781fef50 implemented a heuristic to use gap-created space by all clients 2006-03-01 17:37:06 +01:00
Anselm R. Garbe
7b5978c34b fixed crashing bug 2006-03-01 17:11:21 +01:00
Anselm R. Garbe
0a87eed676 fixed COL_MAX handling 2006-03-01 16:59:42 +01:00
Anselm R. Garbe
f028b5eb5e improved the relaxing code 2006-03-01 16:20:02 +01:00
Anselm R. Garbe
01572b1897 made increment handling the default, no option to disable it, instead columns do some relaxing calculation to minimize increment-related gaps 2006-03-01 16:06:23 +01:00
Anselm R. Garbe
393eb4c87a made sizehint handling diffrentlte 2006-03-01 15:23:34 +01:00
Sander van Dijk
86cab6d17f small fix for pager when clicking an empty area 2006-03-01 14:47:51 +01:00
Anselm R. Garbe
9998857e8e fixed pager issues 2006-03-01 14:31:54 +01:00
Anselm R. Garbe
87fac5fd96 fixed a crashing bug 2006-03-01 12:47:28 +01:00
Anselm R. Garbe
eb6f1ac641 stacks are titled in pager, if the scaled rect is smaller than bar_height() 2006-03-01 12:34:31 +01:00
Anselm R. Garbe
4c9fe5addc fixed issue reported by ality 2006-03-01 12:20:08 +01:00
Anselm R. Garbe
8e839de264 fixed Client->revert issues 2006-03-01 12:05:06 +01:00
Anselm R. Garbe
e23c331ba0 replaced size_t occurences with unsigned int, fixed issue reported by bogon (welcome disappearance issue) 2006-03-01 11:55:46 +01:00
Anselm R. Garbe
7e050df355 fixed sendtopage sel semantic, now in such case the client is focused 2006-03-01 11:47:14 +01:00
Anselm R. Garbe
7166dd8836 fixed pager page number drawing issue 2006-03-01 11:32:38 +01:00
Anselm R. Garbe
0d3b8a0b10 fixed some ugly stacking issues 2006-03-01 11:30:44 +01:00
Anselm R. Garbe
c855a6dad0 indexes begin at 0 now, page 0 can be used as clutter page (actually it is, Alt-{d,a} back again), sendto has no shortcuts in other cases atm 2006-03-01 11:09:49 +01:00
Anselm R. Garbe
853fa6c915 applied sumik's patch 2006-03-01 08:59:42 +01:00
Anselm R. Garbe
e5ecb84d2d some tiny refactoring (renamed _to_ occurences into 2, removed crappy MAX mode from columns, we don't need it, set max to 1 instead (aka exclusive flag)) 2006-03-01 07:51:04 +01:00
Anselm R. Garbe
e1c2e31c16 fixed another bug reported by bogon 2006-02-28 18:20:50 +01:00
Anselm R. Garbe
e2af9f01e9 fixed bug reported by bogon 2006-02-28 18:13:28 +01:00
Anselm R. Garbe
697169213f changing check_dimension policy in resize_client (safe to prevent clients from doing weird things) 2006-02-28 17:24:44 +01:00
Anselm R. Garbe
978127964a added MODKEY-Shift-s (for stacking mode of a column), MODKEY-Shift-m (for max mode of a column) and MODKEY-Shift-= for (equal mode, default) 2006-02-28 17:13:16 +01:00
Anselm R. Garbe
5d318d6a6b proceeded 2006-02-28 16:31:18 +01:00
Anselm R. Garbe
8b51412f04 began additions of /X/X/{max,mode} files to allow setting columns in a special mode 2006-02-28 16:23:05 +01:00
Anselm R. Garbe
83baf5de18 now 'sel' is a valid argument for sendtopage 2006-02-28 14:46:10 +01:00
Anselm R. Garbe
757a026b2b changed destroy_page return type 2006-02-28 13:38:24 +01:00
Anselm R. Garbe
e872e07bb7 restored Sanders patch 2006-02-28 11:51:45 +01:00
Anselm R. Garbe
1c8c963c0f 'wmiir remove /<empty page>' will work now 2006-02-28 10:04:48 +01:00
Anselm R. Garbe
d61117a3db modularized focus stuff somewhat (focus_page don't implies focus_client and vice versa) 2006-02-28 08:51:53 +01:00
Sander van Dijk
67c0cfbd9b wmiir: do an explicit empty write when stdin is empty; this makes
it possible to for instance clear the bar by doing 'echo -n "" | wmiir write /bar/2/data'.
This makes sure that the bar is cleared when a window with no title is selected, instead of
retaining the title of the previously selected window.
2006-02-28 00:12:12 +01:00
Georg Neis
93bb63e02a cmd/wmiimenu.1: be more precise 2006-02-27 18:44:17 +01:00
Georg Neis
2813ec1ac9 cmd/wmiimenu.1: document environment variables 2006-02-27 18:23:28 +01:00
Anselm R. Garbe
5694ddf21c cursor fix 2006-02-27 16:46:30 +01:00
Anselm R. Garbe
a9237821e3 small bugfix in client.c (moved x offset stuff to resize client), fixed focus issue in sendtopage 2006-02-27 16:31:13 +01:00
Anselm R. Garbe
c3b5fb7619 minimized movement overhead on attaching/sendtopage through a saner attach_client_to_page function 2006-02-27 16:09:13 +01:00
Sander van Dijk
9a3f135007 make shortcut name-ing consistent with wmiirc 2006-02-26 11:51:51 +01:00
Georg Neis
ce984446b0 add first version of sh scripts 2006-02-25 19:36:53 +01:00
Georg Neis
026c887fbe same for the wmii script 2006-02-25 19:33:31 +01:00
Anselm R. Garbe
506c7a8835 sendtopage doesn't change selected page now 2006-02-25 16:05:51 +01:00
Anselm R. Garbe
0e9d520cfb made changes to wmiir.c (/me thought would have been already fixed) 2006-02-24 17:20:25 +01:00
Anselm R. Garbe
313956abe0 cosmetic changes in wm.h 2006-02-24 17:13:58 +01:00
Anselm R. Garbe
47817e833e simplified cmd/Makefile drastically 2006-02-24 11:53:12 +01:00
Anselm R. Garbe
f478c7f6d2 removed option to disable client bars, we don't allow that in the future because of intelligent stacks,
also removed option for per-client based border width, unnecessary bloat nobody really needs
2006-02-24 10:38:48 +01:00
Anselm R. Garbe
53c50eb697 fixed drop_moving, removed swap crap from column.c 2006-02-24 10:06:02 +01:00
Anselm R. Garbe
4a59f072da implemented sendtopage and sendtoarea, added shortcuts in wmiirc 2006-02-24 09:52:20 +01:00
Anselm R. Garbe
b3e54e3ae0 implemented cmd 'sendto <page>' in /x/x/x/ctl 2006-02-23 20:52:55 +01:00
Anselm R. Garbe
33ffed7293 removed detach layer as proposed in IRC yesterday, we will have some sendto soon 2006-02-22 10:58:00 +01:00
Anselm R. Garbe
a8ad9ba1cd allowing selection of floating layer 2006-02-20 07:46:54 +01:00
Anselm R. Garbe
0e4b36e0ff enabled basic navigation in column layout 2006-02-19 16:21:01 +01:00
Anselm R. Garbe
4435f84131 implemented basic new_column handling 2006-02-19 15:56:16 +01:00
Anselm R. Garbe
c81c95aa6c enabled partial column mode (experimental yet, don't use it, don't complain) 2006-02-19 15:40:44 +01:00
Anselm R. Garbe
66e5228fa3 fixed 2006-02-19 13:58:37 +01:00
Anselm R. Garbe
7adcad7501 fixed visual attach bug 2006-02-19 13:52:47 +01:00
Anselm R. Garbe
cedfb3fac5 reenabled detach 2006-02-19 13:24:47 +01:00
Anselm R. Garbe
1f3c63821c should fix the crash reported by bogon 2006-02-19 10:40:09 +01:00
Georg Neis
4add58c688 further wmiimenu manpage changes (usage) 2006-02-19 00:14:05 +02:00
Georg Neis
aa2e2bb703 simplified items function 2006-02-18 23:35:43 +02:00
Sander van Dijk
62686ec717 check if there is a \n before trying to remove it. 2006-02-18 22:07:04 +01:00
Sander van Dijk
4ca128c477 Add shortcuts to wmiimenu.1, some other changes. 2006-02-18 20:37:28 +01:00
Sander van Dijk
dde4c67164 add C-p and C-n as alternatives for Left and Right in wmiimenu (makes
the menu completely C-* controllable).
2006-02-18 19:11:49 +01:00
Georg Neis
22b6c6551d create namespace directory with mode 700 2006-02-18 19:06:25 +02:00
Anselm R. Garbe
9cfed5dfc8 fixed pseudo-zombie frames reported by bogon 2006-02-16 23:49:44 +01:00
Anselm R. Garbe
82ee249743 merged 2006-02-16 15:29:15 +01:00
Anselm R. Garbe
c70e73bf2d fixed bug reported by bogon 2006-02-16 15:28:51 +01:00
Sander van Dijk
f982cb8679 fix menu segfault on C-u, add some more control characters 2006-02-16 13:38:36 +01:00
Anselm R. Garbe
068caf1da1 fixed a routing bug in qpath_decode 2006-02-16 11:53:10 +01:00
Anselm R. Garbe
93d8eb3617 some changes 2006-02-16 01:55:21 +01:00
Anselm R. Garbe
88ae3e3606 removed spawn.c, removed wmiiwarp.c (instead use warp action on /ctl), spawning is not necessary, remove exec on page heuristic (too crappy, instead I'll use class hints again, they are at least more reliable) 2006-02-16 01:05:16 +01:00
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
980de2a05b prevents flicker on startup of wmiimenu 2006-02-13 23:51:52 +01:00
Anselm R. Garbe
4a19a52003 proceeded with wm stuff 2006-02-13 10:31:38 +01:00
Anselm R. Garbe
7696e425d3 fixed update_item policy 2006-02-12 12:20:06 +01:00
Anselm R. Garbe
cec7622f37 fixed menu stuff 2006-02-12 12:00:44 +01:00
Anselm R. Garbe
ae11fde4e9 small fix 2006-02-12 03:20:34 +01:00
Anselm R. Garbe
e9f604795d simplified wmiimenu 2006-02-12 03:16:42 +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
66441bf03b added Control-Alt-{p,a} shortcuts for new simplified menu 2006-02-11 14:07:36 +01:00
Sander van Dijk
5dfffa855b new wmiimenu, reads a list of newline-separated items from stdin,
and prints the user's selection on stdout. It seems to behave pretty well,
but some of the code definitaly needs a beauty makeover, I'll do that ASAP.
2006-02-10 23:57:21 +01:00
Anselm R. Garbe
f767ebcca8 removed various unused crap 2006-02-10 21:08:58 +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
319642b201 fixed a small bug in wmiifs and wmiikeys, if a mounted 9P server dies, the client of wmiifs is closed as well and doesn;t waits forever ;) 2006-02-09 14:17:50 +01:00
Anselm R. Garbe
f685c1404f added client->revert 2006-02-09 00:50:30 +01:00
Anselm R. Garbe
a3ce9b00fa fixed two small issues 2006-02-09 00:34:25 +01:00
Anselm R. Garbe
022015d989 implemented first prototype of keys component script 2006-02-09 00:28:49 +01:00
Anselm R. Garbe
656bbcdb88 changed wmiikeys to have an /event file which has to be read to perform anything, removed box, safed a lot of lines through this change 2006-02-08 21:41:07 +01:00
Anselm R. Garbe
cc0f97e9bc doing the same in wmiibar and wmiikeys as well, this makes everything more snappy 2006-02-08 18:37:16 +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
a146d98152 some wmiikeys polishing 2006-02-08 15:09:56 +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
d6f364274a fixed wmiikeys bug 2006-02-08 12:28:21 +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
5967819d63 implemented better xls formatting in wmiir 2006-02-08 01:05:19 +01:00
Anselm R. Garbe
6aa50a0d2b implemented RRemove muxing 2006-02-08 00:03:14 +01:00
Anselm R. Garbe
48ed24c488 yes! wmiifs works (though needs polishing and produces ugly debug info) 2006-02-08 00:00:14 +01:00
Anselm R. Garbe
8ce41092cd proceeded, root dir entries can be received now 2006-02-07 20:46:32 +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
4027357dce proceeded with wmiifs 2006-02-07 18:27:25 +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
21d1bc7124 proceeded with wmiifs, added all handler frames 2006-02-07 13:45:58 +01:00
Anselm R. Garbe
d675537a81 added tx and rx handler (not yet implemented, thus does not compile atm) 2006-02-07 12:33:58 +01:00
Anselm R. Garbe
66a3d98ab9 proceeded 2006-02-07 12:27:38 +01:00
Anselm R. Garbe
a4c81cb8f1 proceeded with wmiifs, now I know how to do it 2006-02-07 11:26:00 +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
8ed8e54507 began with wmiifs 9Pization (tricky parts will follow) 2006-02-06 18:43:03 +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
32fc2e2c66 adding wmiikeys (9Pization in progress) 2006-02-06 15:08:32 +02: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
1ea6fb3118 fixed open wmiibar issues, now test wmiibar 2006-02-06 09:08:05 +02:00
Anselm R. Garbe
674add6f14 fixed bar issues completely 2006-02-05 21:00:15 +02:00
Anselm R. Garbe
82d419781a proceeded with wmiibar bugfixes 2006-02-05 15:26:10 +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
bdbc256a1b fixed missing respond in xclunk of wmiibar, now proceeding with wm 2006-02-03 17:42:59 +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
385860251d made Qid routing in wmiibar id based for each item, now doing same in wm as well 2006-02-03 14:45:07 +02:00
Anselm R. Garbe
8ee287bc78 extended libixp to close all connections by qid, this allows getting rid of requests accessing paths which get remove'ed to prevent invalid accesses 2006-02-03 13:10:26 +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
390e0c3b57 implemented '#write <file> <data>' semantic for spawn(), removed static linkage against libc for wmiir (due to gethostbyname issues) 2006-02-01 15:03:45 +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
f137735249 fixed iounit based issues in ixp2, wmiibar uses 256 byte iounit (in this fs we don't need more) 2006-01-30 19:13:54 +02:00
Anselm R. Garbe
ec0d3809c8 simplified wmiibar 2006-01-30 17:40:08 +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
51f09cc007 printing usage() instead of crappy error messgae in wmiibar 2006-01-29 22:32:20 +02:00
Anselm R. Garbe
53ecafb2e3 fixed Makefile 2006-01-29 22:11:54 +02:00
Anselm R. Garbe
460620d711 removed old wmiibar, now wmiibar2 is wmiibar 2006-01-29 22:11:14 +02:00
Anselm R. Garbe
06f4d727e6 added trailing \n to event 2006-01-29 22:08:14 +02:00
Anselm R. Garbe
2a5db27931 added correct offset handling 2006-01-29 22:05:37 +02:00
Anselm R. Garbe
ec97b6fafa now things seem to work, only missing stuff is offset handling for xread (to allow reading big dirs and event files) 2006-01-29 19:28:21 +02:00
Anselm R. Garbe
3d2ae8adc1 began integration of X stuff into bar2, it works to some extend already, but needs polishing 2006-01-29 16:41:47 +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
8e56284c24 added wmiibar2.c again 2006-01-29 04:06:46 +02:00
Anselm R. Garbe
3eefa8b843 fixed data excess issues on rootdir read 2006-01-29 03:54:43 +02:00
Anselm R. Garbe
048e3e7c0c we unlink now socket files, the server creator has to take care of not using existing socket files 2006-01-29 03:29:59 +02:00
Anselm R. Garbe
2d97fc681b implemented ctl file and quit command for bar2 2006-01-29 03:23:28 +02:00
Anselm R. Garbe
32583743a9 centralized stat creation 2006-01-29 03:06:07 +02:00
Anselm R. Garbe
76f6c8b6b3 improved error handling in bar2 2006-01-29 02:27:59 +02:00
Anselm R. Garbe
1824dd8d67 adding new colordefs to blitz 2006-01-29 01:58:31 +02:00
Anselm R. Garbe
6eb2f9a250 added better color handling to bar2 2006-01-29 01:54:00 +02:00
Anselm R. Garbe
a18421ee0b implemented blocking reads (asynchroneous R-message handling) 2006-01-29 01:18:15 +02:00
Anselm R. Garbe
580f296f49 next is event file handling in bar2 2006-01-28 22:52:02 +02:00
Anselm R. Garbe
3448ec0f36 removed IXPTFunc crap from ixp2, simplified server stuff to a bare minimum 2006-01-28 22:06:08 +02:00
Anselm R. Garbe
7d2a96b989 several changes, next is removing IXPTFunc, instead adding init_conn callback (connection is separated to server implementation) 2006-01-28 20:03:33 +02:00
Anselm R. Garbe
82f65e067a now set permissions correctly, time to fill bar2 with X life 2006-01-28 18:07:04 +02:00
Anselm R. Garbe
3229e51735 implemented remove in bar2 :) 2006-01-28 17:41:15 +02:00
Anselm R. Garbe
ff7bfbfc02 /new in wmiibar2 behaves now like in acme, it is a directory, on read/write it will create a new label, thus wmiir write /new/data works, yeah! 2006-01-28 16:11:01 +02:00
Anselm R. Garbe
17398f9eea proceeded with xwrite stuff in bar2 2006-01-27 23:04:34 +02:00
Anselm R. Garbe
322fb6d24c fixing several stuff, now it's time to finish xread and xwrite 2006-01-27 19:06:39 +02:00
Anselm R. Garbe
0d7e1639cb simplifications to bar2 2006-01-27 18:44:05 +02:00
Anselm R. Garbe
592e412bc3 removed layoutdef crap from makefile 2006-01-27 14:56:18 +02:00
Anselm R. Garbe
74e57709a5 new additions to bar2 2006-01-26 23:09:11 +02:00
Anselm R. Garbe
540be14b2d proceeding with wmiibar2 2006-01-26 21:57:56 +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