CVS: cvs.openbsd.org: xenocara

2024-04-10 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2024/04/10 13:38:22 Modified files: app/cwm: kbfunc.c Log message: Grab the pointer against the root window instead of the client we're attempting to move and/or resize; prevents XNextEvent()

CVS: cvs.openbsd.org: xenocara

2023-07-20 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2023/07/20 08:39:34 Modified files: app/cwm: calmwm.h conf.c cwm.1 cwmrc.5 kbfunc.c Log message: Allow cwm(1) to cycle through windows of the same window class as the active window; default key

CVS: cvs.openbsd.org: xenocara

2022-10-15 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2022/10/15 10:06:07 Modified files: app/cwm: menu.c Log message: Fix overlapping menu items as reported by kn@ and probably others at some point; with op@ and Walter Alejandro Iglesias helping

CVS: cvs.openbsd.org: xenocara

2022-02-27 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2022/02/27 07:59:55 Modified files: app/cwm: kbfunc.c Log message: cycling fix: when no client is active, warp pointer to last active; from Walter Alejandro Iglesias.

CVS: cvs.openbsd.org: xenocara

2022-02-26 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2022/02/26 08:19:18 Modified files: app/cwm: calmwm.c calmwm.h client.c conf.c kbfunc.c Log message: whitespace

CVS: cvs.openbsd.org: xenocara

2022-02-26 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2022/02/26 08:03:42 Modified files: app/cwm: calmwm.h client.c Log message: Fix spelling of some unused MWM hints; from Sean C. Farley. While here, flesh out the rest of the MWM hints.

CVS: cvs.openbsd.org: xenocara

2021-11-21 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2021/11/21 17:51:54 Modified files: app/cwm: parse.y Log message: sync parse.y changes from base; ok naddy@ original from naddy@: > Don't declare variables as "unsigned char *" that are passed

CVS: cvs.openbsd.org: xenocara

2021-11-19 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2021/11/19 12:13:14 Modified files: app/cwm: conf.c Log message: Do not attempt to grab keys without a keycode; this incidentally allows XF86 keys support. found and fix by Luis Henriques

CVS: cvs.openbsd.org: xenocara

2020-04-16 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/04/16 07:32:35 Modified files: app/cwm: calmwm.h client.c conf.c cwmrc.5 parse.y Log message: Allow configuring a percentage window size of the master window during htile/vtile actions.

CVS: cvs.openbsd.org: xenocara

2020-03-24 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/03/24 08:48:29 Modified files: app/cwm: calmwm.c Log message: zap stray tabs

CVS: cvs.openbsd.org: xenocara

2020-03-24 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/03/24 08:47:29 Modified files: app/cwm: calmwm.h client.c screen.c xevents.c xutil.c Log message: Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to determine what

CVS: cvs.openbsd.org: xenocara

2020-03-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/03/23 14:14:27 Modified files: app/cwm: calmwm.c Log message: Add support for SIGINT/SIGTERM.

CVS: cvs.openbsd.org: xenocara

2020-03-20 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/03/20 09:16:32 Modified files: app/cwm: screen.c Log message: Trim event_mask to those that the root window actually needs.

CVS: cvs.openbsd.org: xenocara

2020-03-20 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/03/20 06:13:20 Modified files: app/cwm: kbfunc.c Log message: No need to lookup current client early; move to right before it is needed.

CVS: cvs.openbsd.org: xenocara

2020-02-28 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/02/28 06:38:35 Modified files: app/cwm: client.c Log message: Remove ColormaskChange from event-mask since there's no event handler.

CVS: cvs.openbsd.org: xenocara

2020-02-27 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/02/27 07:56:39 Modified files: app/cwm: calmwm.c calmwm.h client.c conf.c group.c kbfunc.c menu.c screen.c search.c util.c xevents.c

CVS: cvs.openbsd.org: xenocara

2020-02-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/02/07 11:53:41 Modified files: app/cwm: client.c Log message: Allow the 'empty' group clients to be window-{h,v}tile'd. Behaviour (or lack there of) noticed by Raf Czlonka.

CVS: cvs.openbsd.org: xenocara

2020-02-03 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/02/03 09:38:03 Modified files: app/cwm: conf.c cwmrc.5 xevents.c Log message: Map ('5') and allow mod5mask (altgr) as a modifier. >From Artturi Alm (though changed from 'm' to '5')

CVS: cvs.openbsd.org: src

2020-01-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/01/23 19:09:51 Modified files: etc/skel : dot.cshrc dot.profile Log message: revert previous; guenther noted that the csh(1) part belongs in dot.login because each invocation will grow the path,

CVS: cvs.openbsd.org: src

2020-01-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/01/23 13:56:11 Modified files: etc/skel : dot.cshrc dot.profile Log message: Extend PATH from login(1)/setusercontext(3) instead of overriding. OK millert@

CVS: cvs.openbsd.org: src

2020-01-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/01/23 11:19:24 Modified files: share/man/man7 : environ.7 Log message: /usr/local/sbin was added in at least 2014 to login.conf's 'path' entry in the 'default' class; also added to _PATH_DEFPATH in

CVS: cvs.openbsd.org: xenocara

2020-01-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/01/22 12:58:35 Modified files: app/cwm: calmwm.h screen.c xmalloc.c Log message: add, then use, xvasprintf, checking for appropriate return.

CVS: cvs.openbsd.org: xenocara

2020-01-21 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/01/21 08:50:03 Modified files: app/cwm: kbfunc.c Log message: Ensure the pointer stays within client bounds after a window 'snap' (to edge). reported by Stefan Hagen.

CVS: cvs.openbsd.org: xenocara

2019-08-13 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/08/13 12:45:38 Modified files: app/cwm: kbfunc.c Log message: Because cwm warps the pointer during a client move (to stay within the client), there's a window of time where an expose or

CVS: cvs.openbsd.org: xenocara

2019-08-11 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/08/11 18:52:36 Modified files: app/cwm: menu.c Log message: Fix regression from r1.107 (lost a return); kettenis@ pointed out the high potential for a use-after-free (true!) where kn@ ran

CVS: cvs.openbsd.org: xenocara

2019-03-11 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/11 09:25:47 Modified files: app/cwm: xevents.c Log message: Check the atom type on propertynotify before iterating.

CVS: cvs.openbsd.org: xenocara

2019-03-08 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/08 13:33:30 Modified files: app/cwm: screen.c Log message: Print window id in hex; while here, remove unnecessary newline.

CVS: cvs.openbsd.org: xenocara

2019-03-08 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/08 10:40:43 Modified files: app/cwm: xevents.c Log message: Similar to keypress event, fetch the screen from the event root window in the buttonpress handler; bail if we don't manage

CVS: cvs.openbsd.org: xenocara

2019-03-08 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/08 08:04:39 Modified files: app/cwm: xevents.c Log message: extend verbose logging for key/button events

CVS: cvs.openbsd.org: xenocara

2019-03-08 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/08 07:48:03 Modified files: app/cwm: xevents.c Log message: [keypress event] turns out we've been checking the wrong window for a matching client thus always falling back to

CVS: cvs.openbsd.org: xenocara

2019-03-08 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/08 06:17:26 Modified files: app/cwm: xevents.c Log message: add parans for readibility

CVS: cvs.openbsd.org: xenocara

2019-03-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/07 07:28:17 Modified files: app/cwm: calmwm.h client.c kbfunc.c xevents.c Log message: Teach client_current() to use a screen to find the current client instead of iterating over all

CVS: cvs.openbsd.org: xenocara

2019-03-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/07 06:24:44 Modified files: app/cwm: client.c Log message: check cc->gc directly

CVS: cvs.openbsd.org: xenocara

2019-03-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/07 06:24:10 Modified files: app/cwm: group.c Log message: zip extra lines

CVS: cvs.openbsd.org: xenocara

2019-03-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/07 06:14:41 Modified files: app/cwm: calmwm.h client.c group.c Log message: gc clientq inside groups, instead use the better maintained one per-screen

CVS: cvs.openbsd.org: xenocara

2019-03-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/07 05:54:21 Modified files: app/cwm: calmwm.h conf.c group.c kbfunc.c Log message: shuffle deck chairs: rename group actions to match intent for clarity

CVS: cvs.openbsd.org: xenocara

2019-03-06 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/06 06:32:19 Modified files: app/cwm: xevents.c Log message: same thing as screen_find()

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 12:28:18 Modified files: app/cwm: calmwm.c calmwm.h conf.c kbfunc.c menu.c screen.c Log message: Separate out the menu window from the client resize/move

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 07:48:59 Modified files: app/cwm: calmwm.h screen.c xutil.c Log message: fix a few misplaced (and misnamed) ewmh root window functions

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 07:36:02 Modified files: app/cwm: screen.c Log message: _NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after conf_group().

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 06:33:39 Modified files: app/cwm: conf.c Log message: simplify xftcolor config

CVS: cvs.openbsd.org: xenocara

2019-03-01 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/01 07:32:01 Modified files: app/cwm: calmwm.h conf.c group.c screen.c Log message: Tie group number and name together during config.

CVS: cvs.openbsd.org: xenocara

2019-02-28 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/28 16:26:12 Modified files: app/cwm: group.c xevents.c Log message: Move the group index (desktop number) check to the only 2 callers that require checking due to ewmh.

CVS: cvs.openbsd.org: xenocara

2019-02-28 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/28 16:20:52 Modified files: app/cwm: group.c Log message: Ensure we don't action on the last group when the requested one is not found.

CVS: cvs.openbsd.org: xenocara

2019-02-28 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/28 06:11:54 Modified files: app/cwm: calmwm.h client.c group.c Log message: Selectively hide and show clients based on state; merge client_unhide() and client_show().

CVS: cvs.openbsd.org: xenocara

2019-02-25 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/25 11:07:48 Modified files: app/cwm: calmwm.c cwm.1 Log message: Add a configtest flag (-n). based on a diff from Sascha Paunovic.

CVS: cvs.openbsd.org: xenocara

2019-02-25 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/25 09:40:49 Modified files: app/cwm: calmwm.h conf.c cwmrc.5 group.c kbfunc.c Log message: Add 'group-close-[n]' action to close all windows within specified group. heavily based on a

CVS: cvs.openbsd.org: xenocara

2019-02-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/23 12:17:17 Modified files: app/cwm: client.c Log message: simplify screen 'area' usage for initial client placement

CVS: cvs.openbsd.org: xenocara

2019-02-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/22 13:52:13 Modified files: app/cwm: client.c Log message: restore order from before r1.248 (vtile/vtile containment changes).

CVS: cvs.openbsd.org: xenocara

2019-02-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/22 12:40:33 Modified files: app/cwm: calmwm.h client.c conf.c cwm.1 cwmrc.5 kbfunc.c xevents.c Log message: Rename internal functions to delinate between

CVS: cvs.openbsd.org: xenocara

2019-02-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/22 07:39:18 Modified files: app/cwm: client.c Log message: Limit vtile/htile actions to clients fully within the screen of master client. from Charles A Daniels.

CVS: cvs.openbsd.org: xenocara

2019-02-13 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/13 08:43:24 Modified files: app/cwm: conf.c kbfunc.c util.c Log message: fix missing includes

CVS: cvs.openbsd.org: xenocara

2018-11-14 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/11/14 12:22:51 Modified files: app/cwm: menu.c Log message: Stop asking for events (NoEventMask) from menu window once done with the menu (we don't destroy it, only unmap).

CVS: cvs.openbsd.org: xenocara

2018-11-13 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/11/13 10:37:13 Modified files: app/cwm: client.c conf.c xevents.c Log message: Allow 'transientfor' clients to inherit group and bwidth either during init or via property notify events.

CVS: cvs.openbsd.org: xenocara

2018-11-09 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/11/09 09:00:54 Modified files: app/cwm: parse.y Log message: merge from base, from sashan@: > - odd condition/test in PF lexer > (and other lexers too) > > This commit rectifies earlier

CVS: cvs.openbsd.org: xenocara

2018-11-08 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/11/08 08:49:42 Modified files: app/cwm: calmwm.h client.c Log message: Use the original client border width to adjust initial placement of clients containing {P,US}Position requests where

CVS: cvs.openbsd.org: xenocara

2018-07-16 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/07/16 08:19:23 Modified files: app/cwm: calmwm.h Log message: Remove unused prototype; from Ross L Richardson.

CVS: cvs.openbsd.org: xenocara

2018-02-13 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/13 08:43:16 Modified files: app/cwm: calmwm.h conf.c screen.c Log message: Store the screen's visual type and colormap.

CVS: cvs.openbsd.org: xenocara

2018-02-13 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/13 08:06:22 Modified files: app/cwm: calmwm.h screen.c Log message: Consolidate region 'view' and 'area'.

CVS: cvs.openbsd.org: xenocara

2018-02-09 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/09 13:08:07 Modified files: app/cwm: calmwm.h screen.c Log message: limit scope of screen_apply_gap()

CVS: cvs.openbsd.org: xenocara

2018-02-09 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/09 12:54:54 Modified files: app/cwm: calmwm.c calmwm.h conf.c Log message: Clean up conf_file/homedir and conf_init() bits.

CVS: cvs.openbsd.org: xenocara

2018-02-06 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/06 08:05:20 Modified files: app/cwm: client.c Log message: Use screen's saved view instead of re-querying the server.

CVS: cvs.openbsd.org: xenocara

2018-02-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/04 15:56:26 Modified files: app/cwm: calmwm.c calmwm.h cwm.1 util.c xevents.c Log message: Slightly expand and expose verbose debugging.

CVS: cvs.openbsd.org: xenocara

2018-02-02 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/02 06:50:22 Modified files: app/cwm: xevents.c Log message: add debugging for x events

CVS: cvs.openbsd.org: xenocara

2018-02-02 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/02 06:40:55 Modified files: app/cwm: calmwm.h util.c Log message: Add a simple debug logging mechanism.

CVS: cvs.openbsd.org: xenocara

2018-02-02 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/02 06:27:25 Modified files: app/cwm: calmwm.h conf.c parse.y search.c Log message: Simplification; use asprintf where appropriate now.

CVS: cvs.openbsd.org: xenocara

2018-02-01 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/02/01 08:17:51 Modified files: app/cwm: calmwm.h Log message: Use func attributes where appropriate.

CVS: cvs.openbsd.org: xenocara

2018-01-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/01/23 09:18:59 Modified files: app/cwm: screen.c Log message: Fix wins comparison declaration since it's unsigned from XQueryTree().

CVS: cvs.openbsd.org: xenocara

2018-01-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/01/23 09:00:21 Modified files: app/cwm: calmwm.h conf.c Log message: Generate name_to_func[] in a clean and readable fashion.

CVS: cvs.openbsd.org: xenocara

2018-01-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/01/23 06:51:39 Modified files: app/cwm: search.c Log message: Shrink tier[] by one after removing matchname in r1.55.

CVS: cvs.openbsd.org: xenocara

2018-01-23 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/01/23 06:48:49 Modified files: app/cwm: group.c Log message: If the requested group number is invalid, bail but don't kill cwm.

CVS: cvs.openbsd.org: src

2018-01-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2018/01/22 13:56:47 Modified files: usr.sbin/smtpd : spfwalk.c Log message: Add support for 'a:' and 'exists:' mechanisms. ok gilles@

CVS: cvs.openbsd.org: xenocara

2018-01-08 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/01/08 09:21:54 Modified files: app/cwm: util.c Log message: Quick fix: exit after a failed execvp in u_spawn instead; previously we did in u_exec, but the introduction of re-exec'ing the

Re: CVS: cvs.openbsd.org: xenocara

2018-01-02 Thread Okan Demirmen
On Tue 2018.01.02 at 07:04 -0700, Okan Demirmen wrote: > CVSROOT: /cvs > Module name: xenocara > Changes by: o...@cvs.openbsd.org2018/01/02 07:04:58 > > Modified files: > app/cwm: calmwm.c > > Log message: > Only exec the fallback when in CWM

CVS: cvs.openbsd.org: xenocara

2018-01-02 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2018/01/02 07:04:58 Modified files: app/cwm: calmwm.c Log message: Only exec the fallback when in CWM_EXEC_WM state. Broken quit noticed by Ve Telko.

CVS: cvs.openbsd.org: xenocara

2017-12-30 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/30 15:25:09 Modified files: app/cwm: cwm.1 Log message: Typo, from Julien Steinhauser.

CVS: cvs.openbsd.org: xenocara

2017-12-29 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/29 13:09:19 Modified files: app/cwm: calmwm.c util.c Log message: If the replacement window manager fails to start, restart the fallback (the original invocation of cwm).

CVS: cvs.openbsd.org: xenocara

2017-12-29 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/29 13:03:46 Modified files: app/cwm: calmwm.h conf.c cwm.1 cwmrc.5 kbfunc.c parse.y search.c Log message: Convert menu-exec-wm from an abritrary exec menu,

CVS: cvs.openbsd.org: xenocara

2017-12-29 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/29 11:50:43 Modified files: app/cwm: calmwm.h client.c kbfunc.c xevents.c Log message: As done for buttonrelease, work specific un-cycling and un-highlighting actions into the

CVS: cvs.openbsd.org: xenocara

2017-12-29 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/29 09:55:50 Modified files: app/cwm: calmwm.h group.c kbfunc.c xevents.c Log message: Merge group_toggle_membership_leave into the buttonrelease event and only do border work for a

CVS: cvs.openbsd.org: xenocara

2017-12-29 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/29 05:54:54 Modified files: app/cwm: calmwm.h client.c kbfunc.c xevents.c Log message: add helper function client_show to bring together like actions for unhide/raise

CVS: cvs.openbsd.org: xenocara

2017-12-27 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/27 11:46:18 Modified files: app/cwm: calmwm.c cwm.1 Log message: Add support for re-exec'ing with SIGHUP; equivalent to the already built-in 'restart' function.

CVS: cvs.openbsd.org: xenocara

2017-12-27 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/27 10:04:35 Modified files: app/cwm: calmwm.c xevents.c Log message: Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event handler.

CVS: cvs.openbsd.org: xenocara

2017-12-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/22 14:30:01 Modified files: app/cwm: calmwm.c Log message: zap stray that snuck in

CVS: cvs.openbsd.org: xenocara

2017-12-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/22 14:27:45 Modified files: app/cwm: calmwm.c Log message: Return the connection number for the display.

CVS: cvs.openbsd.org: xenocara

2017-12-22 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/22 14:21:44 Modified files: app/cwm: calmwm.c client.c Log message: Fix a few comments and while here, wrap some long lines.

CVS: cvs.openbsd.org: xenocara

2017-12-19 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/19 12:38:43 Modified files: app/cwm: kbfunc.c menu.c Log message: Use a variable to keep track of flags for menu_filter().

Re: CVS: cvs.openbsd.org: xenocara

2017-12-19 Thread Okan Demirmen
On Tue 2017.12.19 at 07:30 -0700, Okan Demirmen wrote: > CVSROOT: /cvs > Module name: xenocara > Changes by: o...@cvs.openbsd.org2017/12/19 07:30:53 > > Modified files: > app/cwm: calmwm.h client.c conf.c xutil.c > > Lo

CVS: cvs.openbsd.org: xenocara

2017-12-19 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/19 07:30:53 Modified files: app/cwm: calmwm.h client.c conf.c xutil.c Log message: Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily close to cwm's

CVS: cvs.openbsd.org: xenocara

2017-12-15 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/15 06:13:17 Modified files: app/cwm: calmwm.h Log message: remove duplicate ExposureMask

CVS: cvs.openbsd.org: xenocara

2017-12-13 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/13 08:10:17 Modified files: app/cwm: search.c Log message: move variable declarations up, to match everything else

CVS: cvs.openbsd.org: xenocara

2017-12-12 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/12 08:37:16 Modified files: app/cwm: menu.c Log message: clean up after previous (noprompt removal)

CVS: cvs.openbsd.org: xenocara

2017-12-11 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/11 13:58:18 Modified files: app/cwm: calmwm.h kbfunc.c menu.c Log message: Unconditionally show prompt on menus, regardless of invocation.

CVS: cvs.openbsd.org: xenocara

2017-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/07 09:25:34 Modified files: app/cwm: calmwm.h conf.c cwmrc.5 kbfunc.c Log message: Original idea from Dimitris Papastamos to move windows to corners a while ago; re-proposed by Julien

CVS: cvs.openbsd.org: xenocara

2017-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/07 09:03:10 Modified files: app/cwm: calmwm.h kbfunc.c search.c Log message: give command and group menus their own match callbacks

CVS: cvs.openbsd.org: xenocara

2017-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/07 08:47:14 Modified files: app/cwm: calmwm.c calmwm.h conf.c Log message: stash dir into conf since it'll be of use

CVS: cvs.openbsd.org: xenocara

2017-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/07 08:40:54 Modified files: app/cwm: search.c Log message: organize this a bit better

CVS: cvs.openbsd.org: xenocara

2017-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/07 08:39:47 Modified files: app/cwm: kbfunc.c Log message: spacing

CVS: cvs.openbsd.org: xenocara

2017-11-30 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/11/30 11:18:51 Modified files: app/cwm: kbfunc.c Log message: Revert r1.109 (Switch to XWindowEvent() pulling out events that match the mask *and* window.) of mousefunc.c. When a client

CVS: cvs.openbsd.org: xenocara

2017-09-06 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/09/06 08:15:13 Modified files: app/cwm: search.c Log message: Case matters for menu matching on executables; from b...@lloyd.im.

  1   2   3   4   5   6   7   8   9   >