Kris Maglione
|
ebbfd75386
|
Made fs_create return an open descriptor in fs.c
|
2006-06-22 02:52:45 -04:00 |
|
Kris Maglione
|
c8c0e66ade
|
Added proper permissions checking to fs_open
|
2006-06-22 02:36:13 -04:00 |
|
Kris Maglione
|
ec4dc189f4
|
Added LeftBarClick and RightBarClick events. Fixed bar initialization (this is ugly)
|
2006-06-21 17:12:02 -04:00 |
|
Kris Maglione
|
67fa1319d2
|
Removed /border and asprintf
|
2006-06-21 14:36:48 -04:00 |
|
Kris Maglione
|
fc19cdae55
|
Fix a crash when bad data is written to /ctl
|
2006-06-21 14:21:15 -04:00 |
|
Anselm R. Garbe
|
ec1db9e2df
|
I think of only a BlitzBrush structure in the future, instead of all this crappy Widget/Color/Font stuff...
|
2006-06-21 17:28:33 +02:00 |
|
Kris Maglione
|
9322b3cfd4
|
Grabmod can now be more than one key (don't count on this staying yet)
|
2006-06-20 22:52:40 -04:00 |
|
Kris Maglione
|
4930cf53c7
|
Added view to the output of /ctl
|
2006-06-20 22:32:14 -04:00 |
|
Kris Maglione
|
c15122d84c
|
Added reading of /ctl too
|
2006-06-20 22:27:19 -04:00 |
|
Kris Maglione
|
6965c4aede
|
Replaced font, selcolors, normcolors, and grabmod with commands in /ctl
|
2006-06-20 22:06:02 -04:00 |
|
Kris Maglione
|
225aee7072
|
Fixed memory leak on destroying clients
|
2006-06-20 20:40:34 -04:00 |
|
Kris Maglione
|
6ca06ed97a
|
Temporarilly re-added fs support for colmodes
|
2006-06-20 19:43:20 -04:00 |
|
Anselm R. Garbe
|
03ea172fa4
|
widgetized bar labels, next is wmiimenu, then I can remove the outstanding crap from liblitz, afterwards I can enable the editable bars (read-only in first step)
|
2006-06-20 15:37:50 +02:00 |
|
Anselm R. Garbe
|
9eac7936bd
|
s/draw_clients/draw_frames/, eliminated some compiler warnings (signedness warnings)
|
2006-06-20 14:32:19 +02:00 |
|
Kris Maglione
|
fd29525e4a
|
ctl file perms |= 0400
|
2006-06-20 06:17:03 -04:00 |
|
Kris Maglione
|
7927c686d6
|
Removed /client/sel/index and /tag/sel/name; replaced with reading ctl
|
2006-06-20 06:12:49 -04:00 |
|
Kris Maglione
|
50af165f42
|
Fixed toggling between float/managed areas
|
2006-06-20 05:34:11 -04:00 |
|
Kris Maglione
|
67886d29ec
|
Another slight fs.c shuffle to fix lack of prototype
|
2006-06-20 02:45:32 -04:00 |
|
Kris Maglione
|
becba883e5
|
Some rearranging of fs.c
|
2006-06-20 01:40:07 -04:00 |
|
Kris Maglione
|
3857b44689
|
Implement reading of bars
|
2006-06-20 00:35:50 -04:00 |
|
Kris Maglione
|
c3fbf87624
|
Bunch of fixes; don't remember, read the diff. Thanks to ality for the fix in wmiirc
|
2006-06-19 23:58:20 -04:00 |
|
Kris Maglione
|
4a579d62bc
|
Add /tag/sel/name; make sure all tags have bars at wmiirc startup
|
2006-06-19 22:40:45 -04:00 |
|
Kris Maglione
|
05856824c1
|
Fixed event queueing, added drawing of rbar
|
2006-06-19 22:13:29 -04:00 |
|
Kris Maglione
|
68e5ceae90
|
Made lbar functional
|
2006-06-19 18:25:49 -04:00 |
|
Anselm R. Garbe
|
71b81b54ff
|
removed update_widgets/resize_frame calls from draw_frame (only done when necessary now)
|
2006-06-19 18:35:51 +02:00 |
|
Anselm R. Garbe
|
529a035b51
|
remove BlitzDraw from draw_client, using 4 BlitzWidget's instead (in frame), renamed draw_client into draw_frame
|
2006-06-19 18:26:06 +02:00 |
|
Anselm R. Garbe
|
8b8b9ada47
|
implemented select command for /tag/X/ctl
|
2006-06-19 16:05:02 +02:00 |
|
Anselm R. Garbe
|
3078597d0a
|
fixed send command
|
2006-06-19 15:49:11 +02:00 |
|
Anselm R. Garbe
|
61e4d38f66
|
implemented horizontal selection
|
2006-06-19 13:18:09 +02:00 |
|
Anselm R. Garbe
|
b5c72baed6
|
moved fs2.c to fs.c (if you need fs.c for reference, use hg update <changeset before this>
|
2006-06-19 10:58:08 +02:00 |
|
Anselm R. Garbe
|
0370f0e2d7
|
eliminated a bunch of casting warnings
|
2006-06-19 10:50:55 +02:00 |
|
Anselm R. Garbe
|
b32c8893c0
|
changed signature of message_view, message_* functions should return an errstr instead of an int
|
2006-06-19 10:38:21 +02:00 |
|
Anselm R. Garbe
|
a94fc7cf54
|
added string definitions to BlitzColor and BlitzFont, removed cmd/wm/wm.h:struct Color
|
2006-06-19 10:28:37 +02:00 |
|
Anselm R. Garbe
|
8bbeb9a970
|
adapted wmiirc stuff to work with current fs, however most commands don't work atm, because message_client() is missing/or not finished yet, and because message_view() is broken
|
2006-06-19 09:57:16 +02:00 |
|
Kris Maglione
|
19cf5edacd
|
Fix the ctl interface from prev commit; fix several off-by-one errors.
|
2006-06-18 19:04:16 -04:00 |
|
Kris Maglione
|
84ee4cc281
|
Fixed bad pointer arithmatic in convert.c, added 'send <id> <place>' to /tag/<n>/ctl
|
2006-06-18 16:58:10 -04:00 |
|
Kris Maglione
|
a4e2ab7b59
|
Merge in diffs for fs2.c and libixp
|
2006-06-17 07:32:49 -04:00 |
|
Kris Maglione
|
0104091f56
|
Reapplied multihead patch that I backed out. No merge, unfortunately.
|
2006-06-16 02:52:13 -04:00 |
|
Kris Maglione
|
b5b00caa66
|
More fixes/improvements to fs2.c/libixp; for whatever reason, I'm commiting these files and not the tree again.
|
2006-06-16 02:34:15 -04:00 |
|
Kris Maglione
|
c8bff01914
|
Same story as before.
|
2006-06-15 15:30:03 -04:00 |
|
Kris Maglione
|
a4cf1b6fde
|
For whatever reason, I'm commiting more progress, but not the whole tree. Almost there, though.
|
2006-06-15 06:36:54 -04:00 |
|
Kris Maglione
|
91c16e1d9b
|
Some bug fixes (some of which hg erased before) to fs2.c. Still no commit on rest of tree.
|
2006-06-15 04:42:21 -04:00 |
|
Kris Maglione
|
ad38c92e9f
|
Commiting changes to fs2.c and request.c. Not commiting required changes to other files yet.
|
2006-06-15 02:48:31 -04:00 |
|
Kris Maglione
|
87eb4561ce
|
Minor change to fcall allocation in preparation for fs2.c/libixp2
|
2006-06-14 19:26:35 -04:00 |
|
Anselm R. Garbe
|
8df05a7709
|
merged, and proceeded with liblitz stuff
|
2006-06-13 11:21:06 +02:00 |
|
Anselm R. Garbe
|
ea37c5afe7
|
changing liblitz to use a global Blitz context
|
2006-06-12 15:20:03 +02:00 |
|
Anselm R. Garbe
|
acdb6c4044
|
changed blitz_loadcolor to use Blitz type
|
2006-06-12 14:48:19 +02:00 |
|
Anselm R. Garbe
|
57b7bf74d4
|
moved liblitz/geometry.c to cmd/wm/geom.c
|
2006-06-12 13:20:30 +02:00 |
|
Anselm R. Garbe
|
f45bd87e8a
|
s/Xi18n/Xmb/ global
|
2006-06-12 12:32:35 +02:00 |
|
Anselm R. Garbe
|
3cff6fff61
|
updated TODO
|
2006-06-12 12:11:22 +02:00 |
|