Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-10 | update to xmodmap 1.0.4 | Matthieu Herrb | |
2009-10-10 | update to xset 1.1.0. tested by naddy@ | Matthieu Herrb | |
2009-10-05 | Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@. | Matthieu Herrb | |
2009-10-04 | update to luit version 1.0.4. | Matthieu Herrb | |
2009-10-04 | Disable xtrap test clients. ok oga@ | Matthieu Herrb | |
2009-09-26 | update to xrandr 1.3.2 | Matthieu Herrb | |
2009-09-26 | update to xmag 1.0.3 | Matthieu Herrb | |
2009-09-26 | remove obsolete commands. | Matthieu Herrb | |
2009-09-26 | remove rstart, take #2. | Matthieu Herrb | |
2009-09-26 | Remove rstart. | Matthieu Herrb | |
2009-09-26 | update to xclock 1.0.4 | Matthieu Herrb | |
2009-09-26 | update to xauth 1.0.4 | Matthieu Herrb | |
2009-09-26 | Update to bitmap 1.0.4 | Matthieu Herrb | |
2009-09-26 | Update to bdftopcf 1.0.2 | Matthieu Herrb | |
2009-09-26 | update to appres 1.0.2 | Matthieu Herrb | |
2009-09-25 | With Xinerama enabled, the borders of a maximized window will show up on | Owain Ainsworth | |
all adjacent screens. This patch hides the borders while the window is maximized. From Bertrand Janin; thanks! ok okan@ | |||
2009-09-23 | libXt is built with /etc/X11/app-defaults as the default search path, | Igor Sobrado | |
not /usr/X11R6/lib/X11/app-defaults. ok matthieu@ | |||
2009-09-19 | Update to xterm 248, fixing several bugs including a regression with | Stuart Henderson | |
copy-and-paste. Works for martynas@, ok matthieu@ | |||
2009-09-05 | update to xterm 247, a small bug fix over version 246. | Matthieu Herrb | |
2009-09-05 | re-introduce the intention of the change from rev 1.4 in menu.c here | Okan Demirmen | |
instead, by moving the check for '\0' to only the places that it matters. hint and 50% of the diff from oga@, prodded by todd@ ok oga@ | |||
2009-09-05 | update to xterm 246. Has been in snapshots for some time. | Matthieu Herrb | |
2009-09-05 | style | Tobias Stoeckmann | |
ok oga | |||
2009-08-27 | unroll the CCTOSC macro; from Thomas Pfaff | Okan Demirmen | |
ok oga@ | |||
2009-08-25 | static; ok oga@ | Okan Demirmen | |
2009-08-25 | we are not doing access control here, so replace the "check if file is | Okan Demirmen | |
executable" goo with access(2). originally from jacekm@ long time ago. "i can live with that" oga@ | |||
2009-08-25 | Reduce duplciation of code for checking modifiers in key/mouse bindings. | Owain Ainsworth | |
shaves a bunch of bytes. ok okan@ | |||
2009-08-25 | Instead of calling conf_bind*() 50 gazillion times in a row, store an | Owain Ainsworth | |
array with all the parameters in and just loop over that to setup the default keybindings - it's so much easier to read. okan@ "love love love"ed this | |||
2009-08-25 | Instead of messing around everytime we do a resize, just clamp the | Owain Ainsworth | |
resize increments to a minimum of one, and use it unconditionally. "you've convinced me, do it!" okan@ | |||
2009-08-25 | unroll macro; ok oga@ | Okan Demirmen | |
2009-08-24 | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | Owain Ainsworth | |
based on a diff by Thomas Pfaff; thanks! ok okan@ | |||
2009-08-24 | bring together gathering, calculating and applying of size hints; | Okan Demirmen | |
additionally, respect aspect ratio hints. ok oga@ | |||
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | Owain Ainsworth | |
TAILQ_HEAD_INITIALIZER() and drop the function. ok okan@ | |||
2009-08-24 | instead of checking for flags in the client context, then removing them. | Owain Ainsworth | |
e.g.: if (flags & flags_we_care_about) flags &= ~(flags_we_care_about); just whack the flags unconditionally, it's simpler. okan@ agrees. | |||
2009-08-08 | remove unnecessary Ar macros | Okan Demirmen | |
ok jmc@ | |||
2009-08-08 | remove unnecessary Dq macro; based on a diff from Martin Toft | Okan Demirmen | |
feedback and ok jmc@, martynas@ | |||
2009-07-19 | Initialize ed.used_stdout at the beginning of do_extract() to avoid | Matthieu Herrb | |
reading uninitialized memory later. Reported by Philip Guenther. Thanks. | |||
2009-06-26 | use fnmatch to glob the entries in the exec menu. | Owain Ainsworth | |
allows shell globbing constructs such as *ctl, etc in the exec menu (m-? by default). Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as me when reworking it, and oked this one. | |||
2009-06-26 | puffy 4.6 | Todd T. Fries | |
2009-06-26 | static local functions and data; almost identical diff from Thomas Pfaff | Okan Demirmen | |
ok oga@ | |||
2009-06-23 | tidy up startup/init routines | Okan Demirmen | |
ok oga@ | |||
2009-06-20 | compact a bit by condensing a few if-else's; from Thomas Pfaff | Okan Demirmen | |
"go on then" oga@ | |||
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | Okan Demirmen | |
place anyway, this makes things a bit more consistent; from Thomas Pfaff ok oga@ | |||
2009-06-20 | spacing | Okan Demirmen | |
2009-06-19 | ``exec'' and ``ssh'' are lowercase. | Igor Sobrado | |
ok martynas@ | |||
2009-06-18 | items on the first list should have full stops too. | Igor Sobrado | |
ok martynas@ | |||
2009-06-18 | the on-line manual should use the same notation for key bindings | Igor Sobrado | |
as the configuration file, this way writing configuration files is easier; add a few missing interactive command (.Ic) macros to key bindings; slightly improve spacing in the lists; other tweaks. ok martynas@ | |||
2009-06-17 | remove unnecessary casts; from Thomas Pfaff | Okan Demirmen | |
ok oga@ | |||
2009-06-17 | re-factor parts of mouse move/resize bit to shrink and make more | Okan Demirmen | |
readable; no behavior change ok oga@ | |||
2009-06-17 | move like defines to a central, logical location; no binary change. | Okan Demirmen | |
aok oga@ | |||
2009-06-06 | typo | joshua stein | |