summaryrefslogtreecommitdiff
path: root/dsimple.c
AgeCommit message (Collapse)AuthorFilesLines
2022-10-29Remove unnecessary casts from malloc() and XFree() callsAlan Coopersmith1-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-10-29dsimple.c: Correct commentsAlan Coopersmith1-3/+3
Fix typos and list correct header name Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-05-07Fix warnings about signed vs. unsigned comparisonAlan Coopersmith1-4/+2
Part of https://bugs.freedesktop.org/show_bug.cgi?id=25542 dsimple.c:262:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] for (i = 0; i < nchildren; i++) { ~ ^ ~~~~~~~~~ dsimple.c:296:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] for (i = 0; i < nchildren; i++) { ~ ^ ~~~~~~~~~ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-06-05Rename dpy to disp in function parameter to avoid shadowing dpy global ↵Arnaud Fontaine1-24/+24
declaration.
2012-06-05Add missing const keywords on Fatal_Error() and program_name to clear GCC ↵Arnaud Fontaine1-2/+2
warnings.
2012-01-20Remove XFree86 and IMakefile version control information in source codeGaetan Nadon1-1/+0
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-12-14Get rid of useless includes.Arnaud Fontaine1-2/+1
2011-12-14Fix coding style.Arnaud Fontaine1-189/+204
2011-10-30Add missing static qualifiers.Arnaud Fontaine1-3/+3
2011-10-30Fix GCC warning about old-style function definitions.Arnaud Fontaine1-24/+9
2011-10-30Get rid of unused code from dsimple.c.Arnaud Fontaine1-300/+13
2011-10-302005-03-13 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine1-3/+68
Release v4 Bugfix: select by name or id didn't work in many windowmanagers like xfce and wmaker. * transSet.c: Function get_top_window() fixes the bug Options verbose, no-regex * dsimple.c: Window_With_Name_Regex() now takes same arguments as Window_With_Name() * Makefile: Added simple install instructions 2005-02-08 Daniel Forchheimer <n04df@efd.lth.se> Select name now takes a regular expression Fixed all warnings * dsimple.c: Window_With_Name_Regex() * transSet.c: use the new regex function print the name (if possible) * dsimple.h: Added the new functions to avoid warnings
2011-10-302005-01-13 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine1-0/+35
* transSet.c: (main): Forked transset-df of transset Added flags Added select without clicking Wrote usage * dsimple.c: Added function to select without clicking
2003-11-24Initial revisionKeith Packard1-0/+521