Commit Graph

1579 Commits

Author SHA1 Message Date
Anselm R. Garbe 281e1fb5ab added focus{in,out} notification (this is necessary to get a clue while we can grab the keyboard for the tagbar) 2006-06-30 14:10:03 +02:00
Anselm R. Garbe 1821c3c3e5 fixed single char selection 2006-06-30 12:25:03 +02:00
Anselm R. Garbe 6de57e1202 implemented cursor setting (selection for 1 character I'm working on), eliminated several compiler warnings which drive me nuts 2006-06-30 12:21:26 +02:00
Kris Maglione 0a5aa6a6a4 Fixed frame bug from the mailing list plus other frame related cleanup. 2006-06-30 02:02:44 -04:00
Kris Maglione 4c6e737870 Fix a possible segfault in bar sizing 2006-06-29 23:09:47 -04:00
Kris Maglione 8b1e64bb50 Ignore BadAccess error on XGrabKey. Fix + cleanup in column.c 2006-06-29 22:58:06 -04:00
Kris Maglione e2652df909 Missed column.c in my last commit, somehow 2006-06-29 22:28:38 -04:00
uriel 5b23501285 Update TODO, utf-8 is still broken. 2006-06-30 04:27:45 +02:00
Kris Maglione f05e39aeed Began changes required for Xinerema support 2006-06-29 20:02:52 -04:00
Kris Maglione 0fd8d49ee8 Some cleanup in wm.h 2006-06-29 19:02:51 -04:00
Kris Maglione b71912e999 sh sucks. Added more quoting to wmiirc. 2006-06-29 18:03:35 -04:00
Kris Maglione 63bc535951 Fixed more quoting issues 2006-06-29 16:00:07 -04:00
Kris Maglione 73be9ecfca Added a bunch of "s to wmiirc 2006-06-29 15:54:58 -04:00
Kris Maglione 5db9954834 Merge, it seems 2006-06-29 13:35:57 -04:00
Kris Maglione 884269f5a1 Close the X connection after the cleanup, rather than before. 2006-06-29 13:34:58 -04:00
Anselm R. Garbe fbcaaa7a87 simplified charof 2006-06-29 17:09:17 +02:00
Anselm R. Garbe a6971a23c0 simplified the bevent handlers, allowing reverse selection 2006-06-29 17:00:29 +02:00
Anselm R. Garbe 1ea88adf6f if cursor has no start, don't calc any end 2006-06-29 16:49:58 +02:00
Anselm R. Garbe 72d56f20f5 now using a very performant log(n) charof pointer position algorithm 2006-06-29 16:47:26 +02:00
Anselm R. Garbe 12073e5936 removed fontmetric stuff, selection works now on monospace and non-monospace fonts like a charm 2006-06-29 15:38:09 +02:00
Anselm R. Garbe 23c095c15f updated TODO 2006-06-29 13:52:42 +02:00
Anselm R. Garbe a3e0530d8b updated TODO (thx to uriel for your list you pasted at 0:30) 2006-06-29 12:05:21 +02:00
Anselm R. Garbe 17bc1342d2 selection of tags works again (cursor settings need to be fixed however) 2006-06-29 11:53:45 +02:00
Kris Maglione f6aa23fde1 Added a (partial) default key binding table to wmii(1) 2006-06-28 15:34:24 -04:00
Kris Maglione c65dc4ac21 Added a (partial) default keymap table to wmii(1) 2006-06-28 15:29:24 -04:00
Kris Maglione cb3a2c7663 Added a disclaimer to wmiiwm(1) that the information is obselete at blitz_'s suggestion 2006-06-28 12:08:56 -04:00
Anselm R. Garbe eb050a2f34 removed charof from blitz interface, added notification functions for bpress, brelease and bmotion instead which return True on expose 2006-06-28 08:30:49 +02:00
Kris Maglione ad9d50b3a8 Restore frame_of_win; remove wmiiwm's -c option 2006-06-28 02:20:17 -04:00
Kris Maglione 23a10f4541 Removed a bunch of unused functions 2006-06-27 22:16:14 -04:00
Kris Maglione ab2ff71e8f Minor fixes to label sizing/alignment in liblitz (this really needs a brush->padding) 2006-06-27 20:59:09 -04:00
Kris Maglione 4113e8eb5c *really* exec wmiiwm at the end of the startup script 2006-06-27 20:44:32 -04:00
Kris Maglione d76c845a09 Fix linking with gmake 2006-06-27 20:32:59 -04:00
Kris Maglione a215076fb4 Fix minor typo in last commit 2006-06-27 20:23:34 -04:00
Kris Maglione b5ae71f549 Removed -lX11 from wmiir and wmiisetsid. Remove wmiiwm -c from `which wmii` and exec wmiiwm at end. 2006-06-27 20:21:01 -04:00
salva 98e6c4cc50 corrected calculation of result, to fix segfault with floating clients 2006-06-28 01:45:31 +00:00
Kris Maglione e67dfd1201 Hard code the path of welcome in the startup script 2006-06-27 07:46:33 -04:00
Kris Maglione eff67dbcf6 Removed call to getlogin() 2006-06-27 06:54:21 -04:00
Kris Maglione 7169bac85c Redraw the bar on removal or bars 2006-06-27 05:58:40 -04:00
Kris Maglione 1c637379ea Yet another bug in last commit; removed the & from wmiiwm exec line 2006-06-27 05:53:15 -04:00
Kris Maglione c59d7a7690 Readded mkdir to startup script (was accidentally removed in last commit) 2006-06-27 05:48:00 -04:00
Kris Maglione c7f08a58cd Moved permissions checking code and wmiirc execution into wmiiwm 2006-06-27 05:44:54 -04:00
Kris Maglione 8bbd3e810c Removed other unused prototypes plus some other small fixes 2006-06-27 03:14:10 -04:00
Anselm R. Garbe 2869e6429f removed destroy_frame signature from frame.h 2006-06-27 08:19:05 +02:00
Kris Maglione 3cb086a412 Improved the bar sizing algorithm... not quite perfect yet, though 2006-06-26 22:21:09 -04:00
Kris Maglione d4d4b77003 Allow opening files with OTRUNC set 2006-06-26 18:37:33 -04:00
Kris Maglione f1c1f7fc44 Move invisible clients on max mode columns off screen 2006-06-26 17:59:32 -04:00
Kris Maglione da55fea9fd Don't arrange_column if the column is floating 2006-06-26 17:35:12 -04:00
Kris Maglione 887fd1ead8 Fixed possible sel==nil on destroy_view 2006-06-26 17:09:35 -04:00
Kris Maglione 9c275f439d Set sel on view creation if it's nil 2006-06-26 16:03:17 -04:00
Kris Maglione c422de344e Fix column drawing on mode switch and in stacking mode (forgot to commit yesterday) 2006-06-26 15:45:59 -04:00