Commit Graph

  • 2e95837220 implemented the stuff as I discussed on dwm@ Anselm R Garbe 2008-03-05 18:31:08 +0000
  • 5d9ae3f3b7 fixed urgent hint handling Anselm R Garbe 2008-03-05 13:13:13 +0000
  • 2e38296edd renamed maximise to monocle again. Anselm R Garbe 2008-03-05 10:31:37 +0000
  • 59aa02a075 fixed urgency hint, though Xinerama integration is still ongoing Anselm R Garbe 2008-03-05 10:22:21 +0000
  • e3c2d327f6 next on TODO anselm@anselm1 2008-03-05 00:11:44 +0000
  • 295ad21092 renamed MAXLEN into MAXTAGLEN (backward compliance) anselm@anselm1 2008-03-04 21:41:36 +0000
  • 39af3c2607 renamed monocle into maxmise, documented the keybindings in dwm(1) anselm@anselm1 2008-03-04 21:40:49 +0000
  • 96ee9d888c monocle goes mainstream Anselm R Garbe 2008-03-04 18:58:23 +0000
  • a82cba2759 fixed applyrules bug Anselm R Garbe 2008-03-04 18:13:07 +0000
  • f7c097e802 removed View cruft, now back to the roots anselm@anselm1 2008-03-03 21:40:37 +0000
  • da1b3fa437 made tag names snappier Anselm R Garbe 2008-02-29 11:59:28 +0000
  • ad0a2fa042 fixed some issues nsz reported in IRC log anselm@anselm1 2008-02-28 21:44:52 +0000
  • 9804726c82 well, AIM_XINERAMA should not be enabled anselm@anselm1 2008-02-28 21:39:45 +0000
  • 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 anselm@anselm1 2008-02-28 21:38:53 +0000
  • f1719ac2de removed initags -- we autoselect the first tag in each view instead anselm@anselm1 2008-02-28 20:02:57 +0000
  • d99ec61482 a small fix to buttonpress Anselm R Garbe 2008-02-28 17:13:13 +0000
  • 2f70a14ee1 some more changes towards a better dwm Anselm R Garbe 2008-02-28 17:07:30 +0000
  • 00ca643bd7 proceeded, though we still miss a real Tag struct anselm@anselm1 2008-02-27 21:50:50 +0000
  • 0271ac0ed7 disabled AIM_XINERAMA anselm@anselm1 2008-02-26 22:57:23 +0000
  • d5178292ed simplified dwm anselm@anselm1 2008-02-26 22:51:23 +0000
  • 2bfd3fffbf certain fixes, though still a lot of the mutex stuff missing anselm@anselm1 2008-02-25 22:19:17 +0000
  • a3d8c05a95 pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but those changes are necessary to get a decent multihead support) -- I renamed Monitor into View, to reflect in a better way the dwm terminology of the past anselm@anselm1 2008-02-23 23:11:27 +0000
  • fd01413fae fixed Gottox' mail address anselm@anselm1 2008-02-22 19:32:53 +0000
  • d6e24f7116 well typo fix Anselm R Garbe 2008-02-22 15:27:50 +0000
  • c43d7b7587 added Gottox to Copyright holders after all his contributions, applied his last patch Anselm R Garbe 2008-02-22 15:26:27 +0000
  • de5b294edc some other fixes, resize contains a minor bug Anselm R Garbe 2008-02-22 10:34:12 +0000
  • 8e0f8ffcc6 crash fix Anselm R Garbe 2008-02-22 10:15:59 +0000
  • dd21823536 made arrange() Monitor-dependent as well, fixed the movemouse/resizemouse issues Anselm R Garbe 2008-02-22 10:03:42 +0000
  • 9cb9c32ee7 minor Anselm R Garbe 2008-02-21 19:19:46 +0000
  • 4076e2ff60 applied Gottox' monitor.diff patch (thanks btw) Anselm R Garbe 2008-02-21 14:33:59 +0000
  • 55edd2d6ec made restack, drawbar also Monitor-related only Anselm R Garbe 2008-02-21 10:31:06 +0000
  • 2e8e5509d9 changed arrange functions to contain the Monitor as first argument Anselm R Garbe 2008-02-21 10:14:42 +0000
  • 4426032450 applied Jukka's zoom-patch Anselm R Garbe 2008-02-20 13:48:52 +0000
  • e0f0397896 resize handles offscreen issues Anselm R Garbe 2008-02-20 08:13:41 +0000
  • ca3e847e45 applied some necessary changes Anselm R Garbe 2008-02-20 08:09:26 +0000
  • c2737b7b93 removed Monitor->dc, unnecessary Anselm R Garbe 2008-02-18 17:08:22 +0000
  • 191cb9ce28 removed Monitor->root, since we do not support classical multihead Anselm R Garbe 2008-02-18 16:47:16 +0000
  • 6ab163c695 some drawbar() polishing, and certain related fixes Anselm R Garbe 2008-02-15 16:00:02 +0000
  • e8244395e4 urgency hook handling needs also to invert the square if present Anselm R Garbe 2008-02-13 20:34:17 +0000
  • 954db46bac Chris pointed me to the fact, that the window geoms calculation can be done once for each monitor, so I applied this remark Anselm R Garbe 2008-02-11 20:57:56 +0000
  • 508922b90d fixed missing else branch Anselm R Garbe 2008-02-11 20:51:04 +0000
  • 4adfdc9d95 applied dme's patch to prevent changing prevtags if nothing actually changed Anselm R Garbe 2008-02-11 20:48:22 +0000
  • c619363d15 applied dwm-4.8-snaptileds.diff Anselm R Garbe 2008-02-11 20:43:41 +0000
  • 012710a3ce implemented urgent hint handling (with multihead support) anselm@aab 2008-02-11 20:34:17 +0000
  • c2c54cc0fa got initial Xinerama support working, though there is a lot work todo anselm@aab 2008-02-11 15:55:42 +0000
  • a62630ae92 some more polishing/consistency changes anselm@anselm1 2007-12-22 14:40:44 +0000
  • 62b18fb9d4 proceeded with multihead/Xinerama support anselm@anselm1 2007-12-22 14:30:47 +0000
  • e0d6451086 removed maximize, there will be monocle soon anselm@anselm1 2007-12-22 12:52:14 +0000
  • 7a496e9777 fixed wrong tagging stuff anselm@anselm1 2007-12-22 12:49:04 +0000
  • 308f95ae5a added dmenu_run to config.h anselm@anselm1 2007-12-22 12:26:24 +0000
  • 40a734bca9 root window and screen have to be in Monitor struct, we want side-by-side Xinerama and Multihead support (only Xinerama when enabled and present) anselm@anselm1 2007-12-21 20:45:46 +0000
  • 985e330524 merged Christof Musik's Xinerama support patches, though this needs some polishing! anselm@anselm1 2007-12-21 12:54:45 +0000
  • 5f19423c7b simplified Mod-m Anselm R. Garbe 2007-12-09 13:39:29 +0100
  • d66ad1457e implemented reapply for re-applying the tagging rules during runtime, Mod-r Anselm R. Garbe 2007-12-08 20:11:56 +0100
  • 8497f9f781 next version will be 4.8 Anselm R. Garbe 2007-12-08 19:59:51 +0100
  • 91bb749e97 Added tag 4.7 for changeset d6d3085307d8 Anselm R. Garbe 2007-11-21 21:19:03 +0100
  • 68ff133857 fixed focus steeling bug done by clients like opera Anselm R. Garbe 2007-11-17 19:59:13 +0100
  • 4380db468a removed support for the NetSupportingWmCheck stuff, netbeans, argouml and others also don't work with compiz, so it is Suns problem to provide a fix Anselm R. Garbe 2007-11-17 18:59:51 +0100
  • 123a565bb9 yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D) Anselm R. Garbe 2007-11-15 20:38:25 +0100
  • d0e0505301 foo Anselm R. Garbe 2007-11-15 19:26:44 +0100
  • 762b66ae7c hack that adds NET_SUPPORTING_WM_CHECK handling, dwm identifies itself as compiz, hence I believe this might workaround the JDK 1.6+ XToolkit bug Anselm R. Garbe 2007-11-15 18:57:31 +0100
  • cb4951dd54 applied Ritesh's patch to stext handling with some minor modifications Anselm R. Garbe 2007-11-10 20:21:22 +0100
  • 667da18b31 initialize prevtags in setup, now users can setup which seltags should be selectedin config.h Anselm R. Garbe 2007-11-10 19:31:01 +0100
  • e9a0733506 Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs! Anselm R. Garbe 2007-11-10 19:16:11 +0100
  • 198502f41d moved LENGTH to dwm.c, moved prevtags to dwm.c arg@suckless.org 2007-11-07 09:49:53 +0100
  • 35efafe8ac we check variable == value, and not the other way - the other way is for beginner programmers. Anselm R. Garbe 2007-11-04 17:49:56 +0100
  • 951d022dfc removed a misleading comment about client title windows, which don't exist anymore Anselm R. Garbe 2007-11-04 12:17:06 +0100
  • 54bde0f9d7 full names in -v output of dwm Anselm R. Garbe 2007-11-04 12:12:52 +0100
  • 260a55ef62 doing it in a shorter way Anselm R. Garbe 2007-11-03 21:14:04 +0100
  • 0e98090d65 removed fgets usage, increment offset until a line is read, dwm will drop all lines read in one call, except the first!!! one (previously it preferred the last) - but the current approach is simplier and works better for general purpose in conjunction with the offset handling Anselm R. Garbe 2007-11-03 20:43:12 +0100
  • af4667a85a simplified Anselm R. Garbe 2007-11-02 17:07:14 +0100
  • a98b5e5935 made error handling more proper Anselm R. Garbe 2007-11-02 17:04:40 +0100
  • b8985dc7bb replaced low-level stext reading with an fgets call Anselm R. Garbe 2007-11-02 16:57:52 +0100
  • 6f60b2e1cd revival of RESIZEHINTS Anselm R. Garbe 2007-11-02 10:43:39 +0100
  • 3033d45d1c sanders patch for b2 toggle arg@suckless.org 2007-10-29 12:42:58 +0100
  • 34e7872c89 replaced Nmacros with LENGTH(x) macro Anselm R. Garbe 2007-10-28 12:52:16 +0100
  • c36f7c3c5e replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead. Anselm R. Garbe 2007-10-28 12:41:14 +0100
  • 3fd39feb41 some sanity changes Anselm R. Garbe 2007-10-27 18:21:02 +0200
  • 93eee247ca going toward 4.7 Anselm R. Garbe 2007-10-27 18:12:54 +0200
  • d5e8edcbcb Added tag 4.6 for changeset bcd7e18e196a Anselm R. Garbe 2007-10-25 20:24:59 +0200
  • 13577b15e5 fixed a comment arg@suckless.org 2007-10-25 10:42:55 +0200
  • 5473e763f6 also consider width for tile fallback enforcing Anselm R. Garbe 2007-10-24 20:34:08 +0200
  • cdd6c3e820 removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients arg@suckless.org 2007-10-24 16:26:59 +0200
  • 29f2b15ddc some cleanup, removed ntags variable, defined NTAGS macro, simplified tag(), view() and idxoftag(), fixed some NULL comparisions arg@suckless.org 2007-10-24 16:07:43 +0200
  • 7b65b763bc parenthized use of ISTILE macro in dwm.c arg@suckless.org 2007-10-23 09:38:47 +0200
  • e94774dd69 thx to Toni Lainson arg@suckless.org 2007-10-19 09:56:51 +0200
  • af0034f3a5 fixed two comments arg@suckless.org 2007-10-18 17:02:19 +0200
  • cd7ebaad25 removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities arg@suckless.org 2007-10-18 10:28:41 +0200
  • 8dc03d6e6b small cosmetic fix arg@suckless.org 2007-10-17 14:35:21 +0200
  • 1dcb18c124 uncommented DEBUG CFLGAS/LDFLAGS arg@suckless.org 2007-10-17 12:28:34 +0200
  • 206eb344e2 just making dwm.h saner arg@suckless.org 2007-10-17 11:19:14 +0200
  • 04de5720e6 applied Eric Mertens patch to mainstream dwm, however this needs testing Anselm R. Garbe 2007-10-16 19:07:51 +0200
  • 5a04edecb1 cleaned up dwm.c/dwm.h somewhat that it allows easier integration of patches Anselm R. Garbe 2007-10-16 19:04:49 +0200
  • 24c125cc8a small comment Anselm R. Garbe 2007-10-11 20:50:01 +0200
  • 0453c1d180 recreated dwm.h Anselm R. Garbe 2007-10-11 20:47:34 +0200
  • 0b5c14cf59 added Mod1-Tab description to dwm.1 Anselm R. Garbe 2007-10-10 18:51:03 +0200
  • 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 Anselm R. Garbe 2007-10-10 18:39:28 +0200
  • eeea4ef583 applied Brandon MacDone's static initialization patch for seltags and Client->tags Anselm R. Garbe 2007-10-06 19:43:15 +0200
  • 883e09b2eb removing NULL-terminating **tags definition in config.h Anselm R. Garbe 2007-10-05 18:30:01 +0200
  • 7e25897f11 removed two spaces reported by Soleen Anselm R. Garbe 2007-10-03 16:25:25 +0200