Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-16 | Remove screen_infomsg(), nothing uses it. | Owain Ainsworth | |
ok okan. | |||
2008-04-16 | kill an unused struct member. | Owain Ainsworth | |
ok okan | |||
2008-04-15 | make the argument parser for commands accept quoted strings, while i'm | Owain Ainsworth | |
there make u_spawn use exec_wm (renamed to u_exec) for it's execution to remove duplicated code. This means constructs like this work in .cwmrc: bind CM-t "ssh -Y 192.168.1.2 \"xterm -e top\"" or alternatively: bind CM-t "ssh -Y 192.168.1.2 'xterm -e top'" "in it goes" okan@. | |||
2008-04-15 | Kill dirent_isdir() and dirent_islink() nothing used them since the new | Owain Ainsworth | |
parser went in. ok okan. | |||
2008-04-15 | hit it with the knf stick. | Owain Ainsworth | |
2008-04-15 | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | Owain Ainsworth | |
of the screen where an application won't be {,vert}maximized over. used for placing a statusbar or something like xclock. Patch from Edd Barrett, with input from myself and okan. Thanks! ok okan@. | |||
2008-04-15 | - add vi keybindings to search | Okan Demirmen | |
- allow for ctrl-h as well discussion with and ok oga@ | |||
2008-04-15 | malloc -> calloc | Okan Demirmen | |
suggested by and ok oga@ | |||
2008-04-12 | regen | Matthieu Herrb | |
2008-04-12 | regen | Matthieu Herrb | |
2008-04-12 | mkfontdir 1.0.4 | Matthieu Herrb | |
2008-04-12 | updates | Matthieu Herrb | |
2008-04-12 | The v4l driver is a linux-only driver. Bye. | Matthieu Herrb | |
2008-04-10 | Add back a real ChangeLog. automake requires it. | Matthieu Herrb | |
2008-04-09 | merge util-macros 1.1.6 | Matthieu Herrb | |
2008-04-09 | remove alt-tab menu | Okan Demirmen | |
discussed with a few ok oga@ | |||
2008-04-09 | regen with autoconf 2.59p2. | Matthieu Herrb | |
2008-04-09 | sync | Todd T. Fries | |
2008-04-09 | sync | Todd T. Fries | |
2008-04-08 | sync | Todd T. Fries | |
2008-04-08 | be more exact | Todd T. Fries | |
2008-04-08 | xf86-video-amd got renamed to xf86-video-geode to avoid confusion. | Matthieu Herrb | |
2008-04-08 | remove empty file | Matthieu Herrb | |
2008-04-08 | Update to pixman 0.10, with one small fix to the sse2 test in configure.ac. | Matthieu Herrb | |
2008-04-08 | Update to pixman 0.10, with one small fix to the sse2 test in configure.ac. | Matthieu Herrb | |
2008-04-08 | No cookie for okan. | Owain Ainsworth | |
fix use-after-free that broke exec's path getting stuff. ``paths'' isn't used anymore, but pointers to within that array are still used in the next loop. delay freeing it until after then. | |||
2008-04-08 | better 'quit' keybinding default (CMS-q) | Okan Demirmen | |
feedback from oga@ and simon@ ok oga@ simon@ | |||
2008-04-08 | Make _xev_quit "volatile sig_atomic_t" for proper correctness. | Simon Bertrang | |
Noticed by oga@, thanks! | |||
2008-04-07 | Add quit function, bind it per default to CM-q and change exec_wm | Simon Bertrang | |
binding to CM-w. Inital diff from Gleydson Soares Feedback from oga@ and okan@ ok oga@ | |||
2008-04-07 | sync | Todd T. Fries | |
2008-04-07 | make better, add sanity | Todd T. Fries | |
2008-04-07 | sync | Todd T. Fries | |
2008-04-05 | - use $PATH before _PATH_DEFPATH, from Tim van der Molen | Okan Demirmen | |
- plug leak, noticed by oga feedback and ok oga@ | |||
2008-04-03 | Sync usage() with reality and manpage. | Simon Bertrang | |
"ok, but no cookie" oga@ | |||
2008-04-02 | Clear the password as early as possible in the BSD auth case. ok deraadt@ | Matthieu Herrb | |
2008-04-02 | Unconditionnaly build libdrm on i386 since the via driver needs some | Matthieu Herrb | |
bits of it. Noticed by naddy@. | |||
2008-04-01 | If privsep support isn't compiled in, use open() to open the agp device. | Matthieu Herrb | |
2008-04-01 | Turns out GL does build on landisk now, ok todd@ | Dale Rahn | |
2008-03-31 | GL enable on landisk was not tested yet. That half of the previous change | Dale Rahn | |
was not meant to go in. At least yet. | |||
2008-03-31 | some more to do. | Matthieu Herrb | |
2008-03-31 | Enable shared libraries. Sets are 'close' but probably not 100% | Dale Rahn | |
2008-03-31 | sync | Todd T. Fries | |
2008-03-31 | sync | Todd T. Fries | |
2008-03-30 | - get rid of recalloc() that got introduced here. | Matthieu Herrb | |
- while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@. | |||
2008-03-30 | Update to Intel driver 2.2.1. But change default accelmethod to XAA. | Matthieu Herrb | |
Tested by landry@, oga@, steven@, jakemsr@. | |||
2008-03-26 | Fix a couple of issues with the maximization code. | Owain Ainsworth | |
If a window is vertically maximized, then resized, before the MAXIMIZED flag wasn't removed, now it is. so doing a resize then does the right thing. Also, separate flags are needed for vertical and normal maximziation, else when you do vertical-maximize, followed by maximize, the window returns to it's original size. ok simon@, okan@ | |||
2008-03-25 | Previous commit accidentaly enabled DRI builds on i386 and amd64. Don't | Matthieu Herrb | |
do that yet. | |||
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2008-03-25 | Replace autotools based build by native BSD Makefiles in proto/. | Matthieu Herrb | |
tested by naddy@ and oga@. ok oga@. | |||
2008-03-25 | sync | Todd T. Fries | |