Commit Graph

2177 Commits

Author SHA1 Message Date
Kris Maglione 375dc40784 Don't resize floating clients to 0 height. 2007-02-21 17:21:45 -05:00
Kris Maglione 53387d3637 Make sure that the framewin's cursor is set to CurNormal whenever the mouse is over the client 2007-02-21 16:34:12 -05:00
Kris Maglione 6e8664bdd0 Return from do_mouse_resize after calling do_managed_move 2007-02-21 14:24:08 -05:00
Kris Maglione a1d855de54 Don't respond with an error on Tclunk of a file that no longer exists 2007-02-21 02:14:22 -05:00
Kris Maglione b10ede6590 Fixed a bug where focus reverted to None when the last client of a tag was XKilled 2007-02-20 23:49:36 -05:00
Kris Maglione 3a67df49e6 Fixed a bug in my last commit. 2007-02-20 22:18:21 -05:00
Kris Maglione 8caa7c0983 Fix that pesky bug related to open Fids of objects which don't exist anymore. 2007-02-20 22:11:40 -05:00
Kris Maglione 9bb8276e1e Removed stupid void casts from write_buf calls. 2007-02-20 21:12:37 -05:00
Kris Maglione 7b0ecf7cf8 Fixed a but on walk where fid == newfid. 2007-02-20 20:37:16 -05:00
Kris Maglione 9fd22b12f9 Fix frame coloring issue which occurs with bloated apps. 2007-02-20 19:02:34 -05:00
Kris Maglione 16cdf68c70 Change the window cursor when over the border for resizal (the border is still too small for this to be useful 2007-02-20 18:29:16 -05:00
Kris Maglione 7199cfcaeb merge 2007-02-20 17:33:26 -05:00
Kris Maglione 31e3b8d9d0 Rewrote draw_frame, and removed per-frame BlitzBrushes 2007-02-20 17:31:42 -05:00
Denis Grelich ea37b14bc4 Replaced all occurrences of CONFVERSION with 3.5 in the man pages. 2007-02-20 19:24:45 +01:00
Kris Maglione 3c5b719d89 Check for pending X11 events after serving a 9p connection. 2007-02-19 22:55:18 -05:00
Kris Maglione 20ddc55bbe Updated Makefile to make sure we get a new VERSION on upgrade 2007-02-19 17:04:38 -05:00
Kris Maglione 4c3c083ba1 Use --template instead of awk for VERSION as suggested by Maxi 2007-02-19 16:44:20 -05:00
Kris Maglione ba6e56de8a Fix config.mk version nastiness. 2007-02-19 16:39:48 -05:00
uriel 6358d900a2 Add new TODO file 2007-02-19 20:55:59 +01:00
Kris Maglione 29f4a77bc1 Cleaned up main.c. Made wmiiwm usable without a script. This may not stay. 2007-02-18 23:38:39 -05:00
Kris Maglione 68734b56d5 Calculate VERSION from the hg reversion number. 2007-02-18 21:58:22 -05:00
Kris Maglione f5383bab94 Adding tag snap20072018 2007-02-18 21:42:10 -05:00
Kris Maglione 112238f7e0 Adding tag snap 2007-02-18 21:41:50 -05:00
Kris Maglione 75c914b0be Process pending events on startup. 2007-02-18 19:19:10 -05:00
Kris Maglione 304e80ca4f Fixed some bugs in the new focus system. 2007-02-18 18:31:58 -05:00
Kris Maglione 778f85c51f Preliminary implementation of the new focus handling algorithm. 2007-02-18 17:54:56 -05:00
Kris Maglione 2af6526adb Make sure that transient windows are managed on startup. 2007-02-18 13:45:36 -05:00
Kris Maglione 6efb6703f3 Fix resizing quadrant bug. 2007-02-18 13:27:51 -05:00
Kris Maglione bd3891ced3 Fix focus bug. 2007-02-18 12:33:17 -05:00
Kris Maglione 4044a4c167 Cleanup on some signals. Fork process to fix mouse focus on exit. 2007-02-18 12:11:00 -05:00
Kris Maglione aa10cbc01b Fix a segfault. 2007-02-17 13:22:52 -05:00
Kris Maglione abe8a08492 Fix tagging of client with multiple tags. 2007-02-17 13:14:20 -05:00
Kris Maglione c20c1727cb Fixed a bunch of focus stupidity. 2007-02-17 12:49:22 -05:00
Kris Maglione c1ad5c2585 Take advantage of strlcat in libixp 2007-02-17 02:20:11 -05:00
Kris Maglione 9b063ff160 Removed semicolon after for loop in rects_of_view 2007-02-16 17:24:39 -05:00
Kris Maglione 63a7d58bff Fixed configurerequest again 2007-02-16 14:04:09 -05:00
Kris Maglione e53f4f0a11 Fixed configurerequest function 2007-02-16 13:41:23 -05:00
Kris Maglione d474cb75e5 Fix increment gaps between columns 2007-02-15 22:14:39 -05:00
Kris Maglione 9a5c8daaaf Restore strncmps to fs.c 2007-02-15 22:11:55 -05:00
Kris Maglione 00c1d6a02c Removed debugging printf from place_client(). 2007-02-15 20:16:13 -05:00
Kris Maglione 73a594825f Reduced the memory consumption of place_client. Replaced strncmps against literal strings with strcmps. 2007-02-15 20:02:13 -05:00
Kris Maglione d8e827bc21 Renamed selcolors back to focuscolors. Fixed an early free(). 2007-02-15 16:46:31 -05:00
Kris Maglione ea55c5d3f7 Get rid of trigraph in column.c 2007-02-15 13:57:57 -05:00
Kris Maglione 482107fc40 Restored original 'wmiir write' semantics, and restored xwrite command. 2007-02-15 13:22:24 -05:00
Anthony Martin a685afa2a7 Get rid of FOCUSCOLORS 2007-02-15 10:06:35 -08:00
Denis Grelich d476b442ac Made wmiir write behave like wmiir echo instead. 2007-02-15 16:38:06 +01:00
Denis Grelich d16d6e7cc5 Replacing wmiir xwrite with wmiir echo again. 2007-02-15 16:20:45 +01:00
uriel 2623172cfb Fix stupid formating mistake 2007-02-15 15:55:04 +01:00
uriel 19a83c25e7 Fix crash on floating layer resizal 2007-02-15 15:52:47 +01:00
Anthony Martin c24f1dece9 All clients should behave like sel when their ctl file is read 2007-02-15 02:32:02 -08:00