summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-16Remove screen_infomsg(), nothing uses it.Owain Ainsworth
ok okan.
2008-04-16kill an unused struct member.Owain Ainsworth
ok okan
2008-04-15make the argument parser for commands accept quoted strings, while i'mOwain 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-15Kill dirent_isdir() and dirent_islink() nothing used them since the newOwain Ainsworth
parser went in. ok okan.
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeOwain 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 searchOkan Demirmen
- allow for ctrl-h as well discussion with and ok oga@
2008-04-15malloc -> callocOkan Demirmen
suggested by and ok oga@
2008-04-12regenMatthieu Herrb
2008-04-12regenMatthieu Herrb
2008-04-12mkfontdir 1.0.4Matthieu Herrb
2008-04-12updatesMatthieu Herrb
2008-04-12The v4l driver is a linux-only driver. Bye.Matthieu Herrb
2008-04-10Add back a real ChangeLog. automake requires it.Matthieu Herrb
2008-04-09merge util-macros 1.1.6Matthieu Herrb
2008-04-09remove alt-tab menuOkan Demirmen
discussed with a few ok oga@
2008-04-09regen with autoconf 2.59p2.Matthieu Herrb
2008-04-09syncTodd T. Fries
2008-04-09syncTodd T. Fries
2008-04-08syncTodd T. Fries
2008-04-08be more exactTodd T. Fries
2008-04-08xf86-video-amd got renamed to xf86-video-geode to avoid confusion.Matthieu Herrb
2008-04-08remove empty fileMatthieu Herrb
2008-04-08Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.Matthieu Herrb
2008-04-08Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.Matthieu Herrb
2008-04-08No 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-08better 'quit' keybinding default (CMS-q)Okan Demirmen
feedback from oga@ and simon@ ok oga@ simon@
2008-04-08Make _xev_quit "volatile sig_atomic_t" for proper correctness.Simon Bertrang
Noticed by oga@, thanks!
2008-04-07Add quit function, bind it per default to CM-q and change exec_wmSimon Bertrang
binding to CM-w. Inital diff from Gleydson Soares Feedback from oga@ and okan@ ok oga@
2008-04-07syncTodd T. Fries
2008-04-07make better, add sanityTodd T. Fries
2008-04-07syncTodd T. Fries
2008-04-05- use $PATH before _PATH_DEFPATH, from Tim van der MolenOkan Demirmen
- plug leak, noticed by oga feedback and ok oga@
2008-04-03Sync usage() with reality and manpage.Simon Bertrang
"ok, but no cookie" oga@
2008-04-02Clear the password as early as possible in the BSD auth case. ok deraadt@Matthieu Herrb
2008-04-02Unconditionnaly build libdrm on i386 since the via driver needs someMatthieu Herrb
bits of it. Noticed by naddy@.
2008-04-01If privsep support isn't compiled in, use open() to open the agp device.Matthieu Herrb
2008-04-01Turns out GL does build on landisk now, ok todd@Dale Rahn
2008-03-31GL enable on landisk was not tested yet. That half of the previous changeDale Rahn
was not meant to go in. At least yet.
2008-03-31some more to do.Matthieu Herrb
2008-03-31Enable shared libraries. Sets are 'close' but probably not 100%Dale Rahn
2008-03-31syncTodd T. Fries
2008-03-31syncTodd 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-30Update to Intel driver 2.2.1. But change default accelmethod to XAA.Matthieu Herrb
Tested by landry@, oga@, steven@, jakemsr@.
2008-03-26Fix 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-25Previous commit accidentaly enabled DRI builds on i386 and amd64. Don'tMatthieu Herrb
do that yet.
2008-03-25Introduce bsd.xconf.mk to set default config variables usedMatthieu 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-25Replace autotools based build by native BSD Makefiles in proto/.Matthieu Herrb
tested by naddy@ and oga@. ok oga@.
2008-03-25syncTodd T. Fries