Commit Graph

173 Commits

Author SHA1 Message Date
Anselm R Garbe f22d047d41 make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients 2008-05-19 15:05:46 +01:00
Anselm R Garbe 42cb2bd3be new stuff 2008-05-17 14:51:12 +01:00
Anselm R Garbe 5602f44b29 implemented exact focus next, if arg != NULL to focus{next,prev} 2008-05-11 14:40:37 +01:00
Anselm R Garbe 08c596ed10 next version is 5.0 2008-04-04 11:15:37 +01:00
Anselm R Garbe a520ba3c0b removed uneccessary line 2008-03-31 10:09:48 +01:00
Anselm R Garbe dba22848c7 made the string-based setgeom working 2008-03-15 14:17:42 +00:00
Anselm R Garbe e237b2a76f some changes towards 4.9 2008-03-14 14:35:45 +00:00
Anselm R Garbe 88c8ead3e8 removed some more useless clunk 2008-03-05 18:48:33 +00:00
Anselm R Garbe 2e95837220 implemented the stuff as I discussed on dwm@ 2008-03-05 18:31:08 +00:00
anselm@anselm1 9804726c82 well, AIM_XINERAMA should not be enabled 2008-02-28 21:39:45 +00:00
anselm@anselm1 7bc272a4e4 made the basics of the tagging concept working -- if people want dynamic tags, that's even possible with this concept, the vtags[] array needs to be modified during runtime for this -- the new code is quite experimental, ugly and needs polishing 2008-02-28 21:38:53 +00:00
anselm@anselm1 0271ac0ed7 disabled AIM_XINERAMA 2008-02-26 22:57:23 +00:00
anselm@anselm1 d5178292ed simplified dwm 2008-02-26 22:51:23 +00:00
anselm@aab c2c54cc0fa got initial Xinerama support working, though there is a lot work todo 2008-02-11 15:55:42 +00:00
anselm@anselm1 985e330524 merged Christof Musik's Xinerama support patches, though this needs some polishing! 2007-12-21 12:54:45 +00:00
Anselm R. Garbe 8497f9f781 next version will be 4.8 2007-12-08 19:59:51 +01:00
Anselm R. Garbe 93eee247ca going toward 4.7 2007-10-27 18:12:54 +02:00
arg@suckless.org 1dcb18c124 uncommented DEBUG CFLGAS/LDFLAGS 2007-10-17 12:28:34 +02:00
arg@suckless.org 206eb344e2 just making dwm.h saner 2007-10-17 11:19:14 +02:00
Anselm R. Garbe a73de0cff4 added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise 2007-10-10 18:39:28 +02:00
Anselm R. Garbe c77663fcb4 btw 4.6 will be the next release 2007-09-23 11:24:42 +02:00
Anselm R. Garbe 0235a84ef2 micromizing dwm step 1 2007-09-15 22:25:27 +02:00
Anselm R. Garbe ae760f3f38 introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals 2007-09-09 18:28:39 +02:00
Anselm R. Garbe a92cf496c1 prepared 4.4.1 bugfix and minor feature enhancement release 2007-08-26 12:53:40 +02:00
Anselm R. Garbe 5762e92994 reverted release CFLAGs 2007-08-22 19:02:17 +02:00
Anselm R. Garbe 36672d0401 removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check 2007-08-22 19:01:05 +02:00
Anselm R. Garbe 47765f7286 added screen.c, removed layout.c and tag.c 2007-08-19 10:57:02 +02:00
Anselm R. Garbe 0c60620410 hmm I doubt the usefulness of storing this information... 2007-08-18 14:20:56 +02:00
Anselm R. Garbe 77044e8765 made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts 2007-08-13 19:13:54 +02:00
Anselm R. Garbe 0937cc78bf moved floating to layout.c, kept tile.c outside 2007-08-12 13:10:21 +02:00
Anselm R. Garbe f6e41b0bc3 renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact 2007-08-12 12:46:08 +02:00
Anselm R. Garbe 2d81b78b85 separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code 2007-08-11 12:11:50 +02:00
Anselm R. Garbe a54cf2ecef changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS 2007-07-28 17:18:45 +02:00
Anselm R. Garbe 141beb2704 replaced BORDERPX with sel->border in togglemax(), in other places this is not possible. 2007-05-30 20:49:38 +02:00
Anselm R. Garbe 81658eaab3 applied Szabolcs proposal to simplify setlayout() 2007-05-22 11:29:04 +02:00
Anselm R. Garbe b896b58d6d removed strip, added -s to LDFLAGS 2007-05-15 13:44:04 +02:00
Anselm R. Garbe fef6c5c66b added new Mod1-b functionality to dwm(1) 2007-05-15 13:42:07 +02:00
Anselm R. Garbe 37e062b0ed another fix, call lt->arrange() in togglebar only 2007-05-15 13:36:04 +02:00
Anselm R. Garbe fc2e3eae20 next version is 4.1 2007-05-07 13:14:55 +02:00
Anselm R. Garbe 4d318060a2 next version will be 4.0, so don't expect it within the next days 2007-04-11 15:18:16 +02:00
Anselm R. Garbe 93aeaa53c9 next version will be 3.9, but don't expect it this week 2007-03-29 15:18:30 +02:00
Anselm R. Garbe ee8fb0c6e4 Escape -s in dwm.1 2007-02-26 10:47:11 +01:00
Anselm R. Garbe 84ae6e12eb reverting to bg 555 2007-02-21 13:31:04 +01:00
Anselm R. Garbe 7541f1ad49 creating 3.6.1 2007-02-21 12:08:18 +01:00
Anselm R. Garbe f196b71e4d cleaned up and commented the config.*.h 2007-02-21 11:30:52 +01:00
Anselm R. Garbe 7c4da24465 removed debug compile flags 2007-02-19 16:41:47 +01:00
Anselm R. Garbe cdbc84b9a8 introduced Layout struct 2007-02-19 16:40:36 +01:00
Anselm R. Garbe 3ce8c9f338 added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients) 2007-02-14 14:01:12 +01:00
Anselm R. Garbe c6fc6b173d next version is 3.5 2007-02-08 11:11:15 +01:00
Anselm R. Garbe 9ed5de00b6 removed debug flags 2007-02-07 12:37:21 +01:00
Anselm R. Garbe 28ffff801b replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;) 2007-02-07 12:37:06 +01:00
Anselm R. Garbe 7ece30ebc0 made some changes more concistent 2007-02-05 11:19:46 +01:00
Anselm R. Garbe 3d48f33025 got rid of LD (inspired by JGs patch to wmii) 2007-02-05 11:09:53 +01:00
Anselm R. Garbe bced9077f9 renamed CAVEATS into BUGS 2007-01-26 12:31:57 +01:00
Anselm R. Garbe 2c1db7ed35 prepared yet another hotfix release 2007-01-25 09:59:48 +01:00
Anselm R. Garbe 55be4d6137 hotfix release 3.2.1 2007-01-24 17:25:30 +01:00
Anselm R. Garbe caf5a16271 moved BORDERPX to config.*.h 2007-01-17 12:36:29 +01:00
Anselm R. Garbe d296081321 changed incnmaster shortcuts in config.arg.h 2007-01-12 12:48:51 +01:00
Anselm R. Garbe 1d4a24dae0 implemented nmaster appearance in mode label (using %u) 2007-01-08 17:33:24 +01:00
Anselm R. Garbe e9cfae7aba prevent pop() if first sel == nexttiled(clients) 2007-01-05 21:56:57 +01:00
Anselm R. Garbe 51f6405b0d fixing some minor issues 2007-01-05 16:35:45 +01:00
Anselm R. Garbe 98afb7b9d0 I prefer two master windows by default 2007-01-05 14:49:18 +01:00
Anselm R. Garbe 0b80d1842d experimental version which allows master clients being increased/decreased 2007-01-05 12:50:39 +01:00
arg@mig29 cb4aa5bc35 next version will contain updated copyright notice 2007-01-02 15:37:58 +01:00
arg@mig29 71fd06f843 added Solaris hints 2006-12-18 14:39:34 +01:00
arg@mig29 a308b7507a removed the hardcoded fixed fallback, it is useless in non-Latin1 environments 2006-12-08 10:40:09 +01:00
arg@mig29 9bd9ea423e enforcing using fontsets even if they are incomplete for some encodings 2006-12-05 10:30:31 +01:00
arg@mig29 7009ebfa69 hotfix of a serious crashing bug 2006-12-04 21:00:26 +01:00
arg@mig29 c2ed26b711 next version will be 2.5 2006-11-30 15:51:26 +01:00
arg@mig29 2b35fb643e next version will be 2.4 2006-11-25 19:26:31 +01:00
arg@mig29 931e712eac applied Gottox patches 2006-11-21 14:49:13 +01:00
arg@mig29 f320cd203b next release will be 2.2 2006-11-03 09:22:40 +01:00
arg@mig29 2cce4b95cd applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable) 2006-10-31 12:06:38 +01:00
Anselm R. Garbe 8b68890650 now being at v2.0 2006-10-14 18:21:39 +02:00
Anselm R. Garbe 0384faeee5 changing MASTER value from percent into per mill 2006-10-05 18:18:47 +02:00
Anselm R. Garbe 14d05e7c72 first step to a more flexible dotile() algorithm 2006-09-29 12:38:27 +02:00
Anselm R. Garbe 6092aa977e fixing the settags issue, preparing 1.7.1 2006-09-27 17:18:46 +02:00
arg@mmvi 886b2088f1 improved intro comment in dwm.h, updated config.mk 2006-09-20 09:40:35 +02:00
Anselm R. Garbe 438beeabde small fix 2006-09-11 08:58:58 +02:00
Anselm R. Garbe e8389a4cc0 maybe this might work 2006-09-06 13:56:46 +02:00
Anselm R. Garbe 57c49fe867 prepared dwm-1.4 update 2006-09-06 12:18:57 +02:00
Anselm R. Garbe da0b2a2f31 seems to preserve floating client z-layer order (even with reorder() calls) 2006-09-06 11:46:35 +02:00
Anselm R. Garbe 6436dd4438 after 1.3 2006-09-04 17:52:46 +02:00
Anselm R. Garbe 01d13b0c49 retagged 2006-09-04 17:52:12 +02:00
Anselm R. Garbe 1b2e149cb4 removed html crap 2006-09-04 17:37:31 +02:00
Anselm R. Garbe 4c368bcd24 applied sanders patch to remove unnecessary commit() 2006-08-31 08:48:04 +02:00
Anselm R. Garbe 846850914d changed config.arg.h - I really need the 4th tag 2006-08-28 12:27:00 +02:00
Anselm R. Garbe 2e0c767d74 3->4 colors 2006-08-24 12:04:56 +02:00
Anselm R.Garbe 14f7380308 applied another config.mk patch made by sander 2006-08-16 12:36:32 +02:00
Anselm R.Garbe b9cd0c4331 fixing small bug in config.mk 2006-08-15 16:54:54 +02:00
Anselm R.Garbe 95766d6241 applied Sanders LD and resize patches 2006-08-14 08:43:19 +02:00
Anselm R.Garbe 84818bdbb5 upgraded version info 2006-08-11 10:28:51 +02:00
arg@10ksloc.org 632c7f3410 next version is 0.8 2006-08-07 10:32:36 +02:00
arg@10ksloc.org ecc95c903b using -Os again, zoom is ignored in floating mode or on floating clients 2006-08-05 14:56:32 +02:00
arg@10ksloc.org 12b1d439e4 no need for -g anymore, regexp matching works now 2006-08-04 17:04:50 +02:00
arg@10ksloc.org e21d93b7bd switched to regexp matching for Rules 2006-08-04 14:40:32 +02:00
arg@10ksloc.org 863656d2bc fixed a type in README, and patched config.mk 2006-08-02 17:12:00 +02:00
arg@10ksloc.org b515765216 removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel 2006-08-02 16:46:59 +02:00
arg@10ksloc.org 3af6434085 applied Sanders patches (numlock2) 2006-08-02 11:13:32 +02:00
arg@10ksloc.org 77f8c075c4 uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers) 2006-08-01 14:46:01 +02:00