Commit Graph

1655 Commits

Author SHA1 Message Date
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
b80f313cbc removed IXPMap definition in libixp 2006-06-19 10:52:27 +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
e9ce32ed93 Fixed buffer overflow vulnerabilities in ixp_unpack functions 2006-06-18 21:23:17 -04:00
Kris Maglione
6e75d6c765 Fix wmiir segfault on write. 2006-06-18 19:26:25 -04: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
360419c012 Forgot the makefile 2006-06-17 07:52:01 -04:00
Kris Maglione
a4e2ab7b59 Merge in diffs for fs2.c and libixp 2006-06-17 07:32:49 -04:00
Anselm R. Garbe
72c7d317e2 some more changes in liblitz (I need now a working wmii that I can change the Client/Bar rendering) 2006-06-17 12:47:01 +02:00
Anselm R. Garbe
942665ff64 proceeded with liblitz (several cleanups) 2006-06-17 12:36:09 +02: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
3a5ee74f2e Improved cext_assert macro a bit 2006-06-15 19:02:30 -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
514018b292 added prelim version of tile.c 2006-06-14 19:09:45 +02:00
Anselm R. Garbe
a894cc3bf5 implemented BlitzTile 2006-06-14 18:59:26 +02:00
Anselm R. Garbe
31b93e49b8 widget list is necessary after all to provide sane hooks to event-check various stuff in liblitz on text input/mouse input 2006-06-14 18:42:47 +02:00
Anselm R. Garbe
287611b1db removed various crap from liblitz, this toolkit-idea is the wrong starting point, let's first have BlitzInput and BlitzTile widgets and do the event handling in the client app first 2006-06-14 18:23:49 +02:00
Kris Maglione
f163e3592e Some more fs2.c/libixp scribblings. 2006-06-14 02:11:50 -04:00
Kris Maglione
661dd0985a Added intmap.c and LICENSE from p9p at least for the short term 2006-06-13 18:42:20 -04:00
Anselm R. Garbe
b18cdb0fd2 added comment to blitz.h 2006-06-13 18:28:11 +02:00
Anselm R. Garbe
f043abedc3 added widget.c 2006-06-13 18:24:08 +02:00
Anselm R. Garbe
f774e68470 removed add/rm_widget, should be done in the specific widget 2006-06-13 18:05:15 +02:00
Anselm R. Garbe
07494795c6 removing type 2006-06-13 18:00:04 +02:00
Anselm R. Garbe
1b6bf46fe6 added basic layout.c to liblitz 2006-06-13 17:27:01 +02:00
Anselm R. Garbe
d7fea5865f s/draw.c/label.c/ 2006-06-13 15:57:00 +02:00
Anselm R. Garbe
ac473e4ebd removed more crap from liblitz 2006-06-13 15:49:28 +02:00
Anselm R. Garbe
a1081f75bf added window list to Blitz 2006-06-13 15:03:46 +02:00
Anselm R. Garbe
8df05a7709 merged, and proceeded with liblitz stuff 2006-06-13 11:21:06 +02:00
Kris Maglione
7d4ca8af94 Fixed len in a strncmp 2006-06-13 05:09:55 -04:00
Anselm R. Garbe
e3a8c8f265 s/BlitzWindow/BlitzWin/ 2006-06-13 09:55:42 +02:00
Anselm R. Garbe
14ba871977 changed blitz_create_win 2006-06-13 09:53:55 +02:00
Anselm R. Garbe
c2475e7e28 removed estrdup 2006-06-13 09:20:41 +02:00