Home | History | Annotate | Line # | Download | only in dist
      1 commit 56bee274eed3ebfbb8271bdb6ad67162e8ea4203
      2 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      3 Date:   Wed Dec 4 13:02:38 2024 -0800
      4 
      5     transset 1.0.4
      6     
      7     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      8 
      9 commit 171063b53ebecbc860d3d5e2323c1b7067a6a207
     10 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     11 Date:   Mon Nov 11 11:54:33 2024 -0800
     12 
     13     Mark some pointers const as suggested by cppcheck
     14     
     15     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     16     Part-of: <https://gitlab.freedesktop.org/xorg/app/transset/-/merge_requests/7>
     17 
     18 commit d9cb8fc3367bcf1225846e5458dbd3f8a8b7b405
     19 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     20 Date:   Mon Aug 26 18:09:49 2024 -0700
     21 
     22     Select correct client window in WMs using virtual roots (#1)
     23     
     24     Based on xprop@e09956f244099ddd36b1a2cd5d7800d5fc7120c1
     25     by Kim Woelders <kim (a] woelders.dk>
     26     
     27     Closes: #1 transset fails to pick correct window under GNOME
     28     Originally filed at
     29      https://bugs.launchpad.net/ubuntu/+source/x11-apps/+bug/1301472
     30     
     31     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     32     Part-of: <https://gitlab.freedesktop.org/xorg/app/transset/-/merge_requests/6>
     33 
     34 commit 5bf1c40de1cc197defea2ddc9255f92309dada16
     35 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     36 Date:   Sat Feb 25 08:56:19 2023 -0800
     37 
     38     Remove "All rights reserved" from Oracle copyright notices
     39     
     40     Oracle no longer includes this term in our copyright & license notices.
     41     
     42     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     43 
     44 commit a962ae522f28ca644ad0b757eae660cd2e504922
     45 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     46 Date:   Sat Dec 3 11:54:51 2022 -0800
     47 
     48     transset 1.0.3
     49     
     50     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     51 
     52 commit 2a08d291a44d840b08c37516604d9f6e966ca0ac
     53 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     54 Date:   Thu Jul 28 17:30:21 2022 -0700
     55 
     56     gitlab CI: stop requiring Signed-off-by in commits
     57     
     58     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     59 
     60 commit 1e8c563f178ce5083b76b98126c359e91a6cedd9
     61 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     62 Date:   Sat Oct 29 11:23:05 2022 -0700
     63 
     64     Remove unnecessary casts from malloc() and XFree() calls
     65     
     66     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     67 
     68 commit aa3c53eeaf9ea57e2c29ae6955cff598d0d51ffa
     69 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     70 Date:   Sat Oct 29 11:15:10 2022 -0700
     71 
     72     dsimple.c: Correct comments
     73     
     74     Fix typos and list correct header name
     75     
     76     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     77 
     78 commit 21006cca527457db048b04e964d998c87e57e34c
     79 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     80 Date:   Sat Oct 29 11:02:31 2022 -0700
     81 
     82     Declare target_win static
     83     
     84     Clears clang warning:
     85     transSet.c:43:8: warning: no previous extern declaration for non-static
     86       variable 'target_win' [-Wmissing-variable-declarations]
     87     Window target_win;
     88            ^
     89     transSet.c:43:1: note: declare 'static' if the variable is not intended
     90       to be used outside of this translation unit
     91     Window target_win;
     92     ^
     93     
     94     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     95 
     96 commit 6d8a9a224313764358b184a709c643cf042f45ed
     97 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     98 Date:   Sat Feb 19 11:10:05 2022 -0800
     99 
    100     transset.man: Update bug reporting URL from bugzilla to gitlab
    101     
    102     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    103 
    104 commit ee3b7ee3b53cd4ac560383818d55f63ac2c8af28
    105 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    106 Date:   Sat Dec 4 10:10:35 2021 -0800
    107 
    108     Build xz tarballs instead of bzip2
    109     
    110     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    111 
    112 commit ebc3a034e9526b541bec8db3a38fb7861380164c
    113 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    114 Date:   Sat Dec 4 10:10:31 2021 -0800
    115 
    116     gitlab CI: add a basic build test
    117     
    118     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    119 
    120 commit 3677587612a9bc3a2590827394052b82248b4183
    121 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    122 Date:   Wed Nov 21 16:57:53 2018 -0800
    123 
    124     Update configure.ac bug URL for gitlab migration
    125     
    126     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    127 
    128 commit cb3cd7642952b53a5fdca46e5db021a005100eba
    129 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    130 Date:   Fri Nov 16 20:51:20 2018 -0800
    131 
    132     Update README for gitlab migration
    133     
    134     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    135 
    136 commit f250616a10ef8bbefc2fc62df6a3afb461fedcdd
    137 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    138 Date:   Fri Mar 9 21:30:15 2018 -0800
    139 
    140     transset 1.0.2
    141     
    142     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    143 
    144 commit 0e08633cb33874840915db81b8c11503ec9efa0c
    145 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    146 Date:   Thu May 7 22:52:22 2015 -0700
    147 
    148     Fix warnings about signed vs. unsigned comparison
    149     
    150     Part of https://bugs.freedesktop.org/show_bug.cgi?id=25542
    151     
    152     dsimple.c:262:19: warning: comparison of integers of different signs: 'int' and
    153           'unsigned int' [-Wsign-compare]
    154         for (i = 0; i < nchildren; i++) {
    155                     ~ ^ ~~~~~~~~~
    156     dsimple.c:296:19: warning: comparison of integers of different signs: 'int' and
    157           'unsigned int' [-Wsign-compare]
    158         for (i = 0; i < nchildren; i++) {
    159                     ~ ^ ~~~~~~~~~
    160     
    161     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    162 
    163 commit 7c0c3afd6f5bfc02fd98a2da03f7fb7d6567ccf3
    164 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    165 Date:   Wed Dec 31 00:24:49 2014 -0800
    166 
    167     Only use property pointer if XGetWindowProperty returns success
    168     
    169     In Xlib versions prior to 1.6, if XGetWindowProperty returns a failure,
    170     it didn't always set the property pointer to NULL, and could leave it
    171     uninitialized.
    172     
    173     Reported by Oracle Parfait 1.5.1:
    174     Error: Uninitialised memory (CWE 456)
    175        Possible access to uninitialised memory '&data'
    176             at line 298 of transSet.c in function 'main'.
    177               &data allocated at line 154.
    178             at line 299 of transSet.c in function 'main'.
    179               &data allocated at line 154.
    180             at line 300 of transSet.c in function 'main'.
    181               &data allocated at line 154.
    182     
    183     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    184     Reviewed-by: Hans de Goede <hdegoede (a] redhat.com>
    185 
    186 commit eeebd3cd6bb4373ca6da5c0b6d5caa1a41d5bffc
    187 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    188 Date:   Sat May 31 21:39:32 2014 -0700
    189 
    190     autogen.sh: Honor NOCONFIGURE=1
    191     
    192     See http://people.gnome.org/~walters/docs/build-api.txt
    193     
    194     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    195 
    196 commit 9380d6ff8b7dd1805d21caef9865537d2ce075ba
    197 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    198 Date:   Sat May 31 21:38:41 2014 -0700
    199 
    200     configure: Drop AM_MAINTAINER_MODE
    201     
    202     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    203 
    204 commit 39db25e110cfedcec99394dfa7614ca248685c0d
    205 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    206 Date:   Fri May 17 17:47:14 2013 -0700
    207 
    208     transset 1.0.1
    209     
    210     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    211 
    212 commit fc4bf3cda6d14cac9272f8399bb6dc614c1ef956
    213 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    214 Date:   Fri Feb 22 22:05:39 2013 -0800
    215 
    216     Add the options to the man page (they were all missing before)
    217     
    218     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    219 
    220 commit f59b8db649c1596a38ce20025417c4060d442d64
    221 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    222 Date:   Fri Feb 22 21:33:25 2013 -0800
    223 
    224     Store min & max as doubles, not floats
    225     
    226     Since atof generates doubles, and we use them to compare/limit the values
    227     of the double "d", might as well keep them in the same format instead of
    228     doing unnecessary conversions.
    229     
    230     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    231 
    232 commit e79903a50b0a9cba9d0e41fc2e389117f3ff42ef
    233 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    234 Date:   Fri Feb 22 21:27:00 2013 -0800
    235 
    236     Typo fixes in verbose message & comment
    237     
    238     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    239 
    240 commit da0682051e880faa2ef1accac388040bb52b46d8
    241 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    242 Date:   Fri Feb 22 21:22:43 2013 -0800
    243 
    244     Use correct variable for printing current opacity
    245     
    246     Found by clang:
    247     transSet.c:303:30: warning: variable 'opacity' is uninitialized when used here
    248           [-Wuninitialized]
    249                         (double) opacity / OPAQUE);
    250                                  ^~~~~~~
    251     
    252     When running transset -v, it prints the current opacity of a window
    253     before changing it, but was printing garbage - after this fix, correctly
    254     prints the value set by the previous run.
    255     
    256     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    257 
    258 commit 65f010b8c4ef0e4fa5fc6a0679173f81c7a4b626
    259 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    260 Date:   Fri Feb 22 21:17:59 2013 -0800
    261 
    262     Move release date from transset.c to configure.ac so we remember to update it
    263     
    264     Currently our 2012 release prints:
    265        released: 2007-09-21
    266     when you run transset --version
    267     
    268     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    269 
    270 commit 6cd34b45c87717ae7901993e32b99a43652fa0f3
    271 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    272 Date:   Fri Feb 22 21:14:09 2013 -0800
    273 
    274     Include PACKAGE_STRING in --version output
    275     
    276     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    277 
    278 commit 2b57aeb0ea616cfca8e6fcbd844960269af8c533
    279 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    280 Date:   Fri Feb 22 21:11:04 2013 -0800
    281 
    282     Combine usage message into single string/call
    283     
    284     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    285 
    286 commit a2485424bd0f184700dd0a4f0823fb4c4cf25f66
    287 Author: Arnaud Fontaine <arnau (a] debian.org>
    288 Date:   Thu Jun 7 19:33:28 2012 +0900
    289 
    290     Fix program name in usage information, transset instead of transset-df.
    291 
    292 commit 49d17bde62694c2f0e2bb7883641bd60830c6bd5
    293 Author: Arnaud Fontaine <arnau (a] debian.org>
    294 Date:   Tue Jun 5 14:55:54 2012 +0900
    295 
    296     transset 1.0.0
    297 
    298 commit 5f23076c05c58e790eaffa66ed6b676f5f736555
    299 Author: Arnaud Fontaine <arnau (a] debian.org>
    300 Date:   Tue Jun 5 14:43:11 2012 +0900
    301 
    302     Rename dpy to disp in function parameter to avoid shadowing dpy global declaration.
    303 
    304 commit 8cc91040c81e5e33e6422066763bcc231c778011
    305 Author: Arnaud Fontaine <arnau (a] debian.org>
    306 Date:   Tue Jun 5 14:29:19 2012 +0900
    307 
    308     Add missing const keywords on Fatal_Error() and program_name to clear GCC warnings.
    309 
    310 commit ef2753866bf0b51a38484ae5a86562d5057fabab
    311 Author: Arnaud Fontaine <arnau (a] debian.org>
    312 Date:   Tue Jun 5 14:27:02 2012 +0900
    313 
    314     Add _X_ATTRIBUTE_PRINTF attribute to Fatal_Error() to clear GCC warning.
    315 
    316 commit bd4ca2af9f39e3282e319e6d31450e04b1b16e64
    317 Author: Arnaud Fontaine <arnau (a] debian.org>
    318 Date:   Tue Jun 5 14:26:08 2012 +0900
    319 
    320     Add _X_NORETURN to Usage() to clear GCC warning.
    321 
    322 commit dcdc705fe7af9e834714219a618ddfd74b70294f
    323 Author: Arnaud Fontaine <arnau (a] debian.org>
    324 Date:   Tue Jun 5 14:18:42 2012 +0900
    325 
    326     Use _X_NORETURN from xproto 7.0.17 instead of checking __GNUC__.
    327 
    328 commit 051275fbad049b6b88da4350683aa391e9e8b94f
    329 Author: Arnaud Fontaine <arnau (a] debian.org>
    330 Date:   Tue Jun 5 14:08:30 2012 +0900
    331 
    332     Add autogen.sh to EXTRA_DIST.
    333 
    334 commit c70e20694b27928429715b964f32e0abc519cb19
    335 Author: Arnaud Fontaine <arnau (a] debian.org>
    336 Date:   Tue Jun 5 12:37:09 2012 +0900
    337 
    338     Clear GCC warning (-Wmaybe-uninitialized).
    339 
    340 commit 7018537e9003a1fd311a5875d12f135b9057c184
    341 Author: Arnaud Fontaine <arnau (a] debian.org>
    342 Date:   Fri Feb 10 10:44:51 2012 +0900
    343 
    344     Add copyright statement and update accordingly COPYING file.
    345     
    346     Reviewed-by: Gaetan Nadon<memsize (a] videotron.ca>
    347 
    348 commit 43fb446ddc881f089200ec0d732631d3d7a46544
    349 Author: Arnaud Fontaine <arnau (a] debian.org>
    350 Date:   Mon Jan 23 11:49:16 2012 +0900
    351 
    352     Update README.
    353 
    354 commit cbc473428a71299255d11bfc1dcc7db6a9985eec
    355 Author: Gaetan Nadon <memsize (a] videotron.ca>
    356 Date:   Fri Jan 20 15:00:14 2012 -0500
    357 
    358     config: add dependency on xproto
    359     
    360     transSet.c includes <X11/Xatom.h>
    361     
    362     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    363     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    364 
    365 commit 6c6df06a876eac0a2cf04e4c1020bd8590e3f87c
    366 Author: Gaetan Nadon <memsize (a] videotron.ca>
    367 Date:   Fri Jan 20 14:47:42 2012 -0500
    368 
    369     Remove XFree86 and IMakefile version control information in source code
    370     
    371     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    372 
    373 commit ced0d07de735fc4f2fec47b64eeb8d6bd1cdf7ac
    374 Author: Gaetan Nadon <memsize (a] videotron.ca>
    375 Date:   Fri Jan 20 14:37:58 2012 -0500
    376 
    377     config: upgrade, comment and fix autoconf warnings
    378     
    379     In the same way other xorg modules have been.
    380     
    381      - minimum autoconf level is 2.60
    382      - AC_CONFIG_HEADER (singular) is obsolete
    383     
    384     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    385 
    386 commit 7ffbc93b24e3d9a27046d6c52501c0b81a32bd37
    387 Author: Gaetan Nadon <memsize (a] videotron.ca>
    388 Date:   Fri Jan 20 14:18:31 2012 -0500
    389 
    390     make: remove $(LIBOBJS) dead code
    391     
    392     Starting at Autoconf 2.53, the use of LIBOBJS is an error.
    393     http://www.gnu.org/software/autoconf/manual/autoconf.html#
    394     AC_005fLIBOBJ-vs-LIBOBJS
    395     
    396     There are no system functions to override in this module.
    397     
    398     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    399 
    400 commit 0530b5b6f17febd1f50234aa242b7c0a83ebbcd3
    401 Author: Gaetan Nadon <memsize (a] videotron.ca>
    402 Date:   Fri Jan 20 13:59:46 2012 -0500
    403 
    404     man: normalize man page header/footer
    405     
    406     Do not hard coded man page section number.
    407     
    408     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    409 
    410 commit 77b57c63393ad16588b1da1503640c3af9657e07
    411 Author: Gaetan Nadon <memsize (a] videotron.ca>
    412 Date:   Fri Jan 20 12:16:14 2012 -0500
    413 
    414     man: use X.Org makefile which will also fix failing distcheck
    415     
    416     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    417 
    418 commit 1dceb7139994565d1142b12938560c0650a636f4
    419 Author: Gaetan Nadon <memsize (a] videotron.ca>
    420 Date:   Fri Jan 20 11:48:32 2012 -0500
    421 
    422     autogen.sh: use the X.Org version
    423     
    424     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    425 
    426 commit 33c0e20c588fa87ac2b9f2f89267024a349727c3
    427 Author: Gaetan Nadon <memsize (a] videotron.ca>
    428 Date:   Fri Jan 20 11:39:27 2012 -0500
    429 
    430     AUTHORS: remove empty file
    431     
    432     Not required when Automake is initialized with "foreign" keyword.
    433     It can be added with proper content anytime.
    434     
    435     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    436 
    437 commit ad4179a465586d0f3d70adc2f0d2ca78a1dad84c
    438 Author: Arnaud Fontaine <arnau (a] debian.org>
    439 Date:   Wed Dec 14 20:26:17 2011 +0900
    440 
    441     Get rid of useless includes.
    442 
    443 commit d371dac4aeffa1ff782d5dd44479b42c3fe3a282
    444 Author: Arnaud Fontaine <arnau (a] debian.org>
    445 Date:   Wed Dec 14 20:06:22 2011 +0900
    446 
    447     Use enum for selected method for readability sake.
    448 
    449 commit 79549aefac1c7babbcb54e270520caaee8982b15
    450 Author: Arnaud Fontaine <arnau (a] debian.org>
    451 Date:   Wed Dec 14 19:28:41 2011 +0900
    452 
    453     Use Bool rather than int type for booleans.
    454 
    455 commit 84d26bdf9c96b51dccedd89b70095bae1b13fdd5
    456 Author: Arnaud Fontaine <arnau (a] debian.org>
    457 Date:   Wed Dec 14 19:24:55 2011 +0900
    458 
    459     Fix GCC warning (-Wuninitialized).
    460 
    461 commit 7fe1a565a902798a8d69ea0c3f2c8c2e7055189c
    462 Author: Arnaud Fontaine <arnau (a] debian.org>
    463 Date:   Wed Dec 14 19:09:16 2011 +0900
    464 
    465     Close property the Display and fix error exit code value.
    466 
    467 commit 55597dda964d335e5f63892c1b37c36b90eeffb4
    468 Author: Arnaud Fontaine <arnau (a] debian.org>
    469 Date:   Wed Dec 14 19:05:31 2011 +0900
    470 
    471     Remove useless malloc().
    472 
    473 commit 3dbf96b34c732c74bc96abeb7d371579d20ce56f
    474 Author: Arnaud Fontaine <arnau (a] debian.org>
    475 Date:   Wed Dec 14 19:04:57 2011 +0900
    476 
    477     Free properly memory allocated by XQueryTree().
    478 
    479 commit 8605d0178461b98099c5dee33b19eb8204487487
    480 Author: Arnaud Fontaine <arnau (a] debian.org>
    481 Date:   Sun Oct 30 20:33:40 2011 +0900
    482 
    483     Fix coding style.
    484 
    485 commit e4d0f93a64dbb9b77ee6a32dcf85ce1b65449e9d
    486 Author: Arnaud Fontaine <arnau (a] debian.org>
    487 Date:   Sun Oct 30 20:17:51 2011 +0900
    488 
    489     Add missing static qualifiers.
    490 
    491 commit b2c269400d3138802831e583b5b42fd20846b0ce
    492 Author: Arnaud Fontaine <arnau (a] debian.org>
    493 Date:   Sun Oct 30 20:12:22 2011 +0900
    494 
    495     Fix GCC warning about old-style function definitions.
    496 
    497 commit f8a9c03bafc1a8c1981076cd31299d9a2096dfca
    498 Author: Arnaud Fontaine <arnau (a] debian.org>
    499 Date:   Sun Oct 30 20:02:03 2011 +0900
    500 
    501     Add INSTALL file.
    502 
    503 commit b042c46a6cb03284d3b8f4c9bc1f363b9c7a66e8
    504 Author: Arnaud Fontaine <arnau (a] debian.org>
    505 Date:   Sun Oct 30 17:26:49 2011 +0900
    506 
    507     Add .gitignore.
    508 
    509 commit 2fe8dadbd42a17acff20a95e889fe6769d49a4ca
    510 Author: Arnaud Fontaine <arnau (a] debian.org>
    511 Date:   Sun Oct 30 17:22:18 2011 +0900
    512 
    513     Get rid of unused code from dsimple.c.
    514 
    515 commit 6da6193021802ba1455a953e6e21707e88f18985
    516 Merge: 705d787 c63bf55
    517 Author: Arnaud Fontaine <arnau (a] debian.org>
    518 Date:   Sun Oct 30 16:47:08 2011 +0900
    519 
    520     Merge branch 'transset-df'
    521 
    522 commit c63bf55e69fc50e08b9bf500e9b05cf36ce48680
    523 Author: Arnaud Fontaine <arnau (a] debian.org>
    524 Date:   Sun Oct 30 16:46:01 2011 +0900
    525 
    526     2007-09-21 Daniel Forchheimer <n04df (a] student.lth.se>
    527             Release v6
    528             * transSet.c
    529             Select flag: --actual
    530             Set transparency to the actual focused X11 window
    531             Thanks to Roman Divacky for the patch
    532 
    533 commit 88d9e28837f71f391402654c33394635d27d4b30
    534 Author: Arnaud Fontaine <arnau (a] debian.org>
    535 Date:   Sun Oct 30 16:45:00 2011 +0900
    536 
    537     2006-01-10 Daniel Forchheimer <n04df (a] efd.lth.se>
    538             Release v5
    539             * transSet.c:
    540             Applied patch so that transset-df compiles with gcc 2.95
    541             Thanks to Andreas Kohn for the patch
    542 
    543 commit 470ea5431ffe0a54995c93506ab5e55ce534e039
    544 Author: Arnaud Fontaine <arnau (a] debian.org>
    545 Date:   Sun Oct 30 16:43:09 2011 +0900
    546 
    547     2005-03-13 Daniel Forchheimer <n04df (a] efd.lth.se>
    548             Release v4
    549             Bugfix: select by name or id didn't work in many
    550                     windowmanagers like xfce and wmaker.
    551             * transSet.c:
    552             Function get_top_window() fixes the bug
    553             Options verbose, no-regex
    554             * dsimple.c:
    555             Window_With_Name_Regex() now takes same arguments as Window_With_Name()
    556             * Makefile:
    557             Added simple install instructions
    558     
    559     2005-02-08 Daniel Forchheimer <n04df (a] efd.lth.se>
    560             Select name now takes a regular expression
    561             Fixed all warnings
    562             * dsimple.c:
    563             Window_With_Name_Regex()
    564             * transSet.c:
    565             use the new regex function
    566             print the name (if possible)
    567             * dsimple.h:
    568             Added the new functions to avoid warnings
    569 
    570 commit 30300bf213557b99bcfd3d92587f6a96e9494124
    571 Author: Arnaud Fontaine <arnau (a] debian.org>
    572 Date:   Sun Oct 30 16:41:56 2011 +0900
    573 
    574     2005-01-14  Daniel Forchheimer <n04df (a] efd.lth.se>
    575             Release v3
    576             * transSet.c:
    577             Select by name (-n, --name)
    578             Select by id    (-i, --id)
    579 
    580 commit ed0236ce0b9fcdbd7e7874327c65610b3f13d47e
    581 Author: Arnaud Fontaine <arnau (a] debian.org>
    582 Date:   Sun Oct 30 16:41:04 2011 +0900
    583 
    584     2005-01-14  Daniel Forchheimer <n04df (a] efd.lth.se>
    585             * transSet.c:
    586             Options increase/decrease
    587             Options maximum/minimum
    588 
    589 commit 55a5a8da9b0a2b997096319e8d990a70ee31ac94
    590 Author: Arnaud Fontaine <arnau (a] debian.org>
    591 Date:   Sun Oct 30 16:40:04 2011 +0900
    592 
    593     2005-01-13  Daniel Forchheimer  <n04df (a] efd.lth.se>
    594     
    595             * transSet.c: (main):
    596             Forked transset-df of transset
    597             Added flags
    598             Added select without clicking
    599             Wrote usage
    600     
    601             * dsimple.c:
    602             Added function to select without clicking
    603 
    604 commit 705d787a5b35a8409c482526b5c2955aa5371b1e
    605 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    606 Date:   Fri Oct 21 18:32:26 2011 -0700
    607 
    608     Remove unneccessary configure steps
    609     
    610     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    611 
    612 commit 6ceb665aeb5164bc5668786fc718dd0b0ba2a76c
    613 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    614 Date:   Fri Oct 21 18:30:58 2011 -0700
    615 
    616     Drop unnecessary dependencies
    617     
    618     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    619 
    620 commit 0f8d2e6b1526de1558312c1b994318867d92f245
    621 Author: Stuart Kreitman <stuart.kreitman (a] oracle.com>
    622 Date:   Mon Nov 23 16:41:59 2009 -0800
    623 
    624     Convert to autoconf/automake
    625 
    626 commit bb69f00c4876d80daf0c01706bbcc52dc30302d5
    627 Author: Keith Packard <keithp (a] keithp.com>
    628 Date:   Tue Jan 20 20:03:02 2004 +0000
    629 
    630     2004-01-20  Keith Packard  <keithp (a] keithp.com>
    631     
    632             * transSet.c: (main):
    633             Change property name to _NET_WM_WINDOW_OPACITY
    634             Report values as doubles.
    635             Delete property when opaque.
    636 
    637 commit 59e751294611cb043252e6b8180601ac71b17bcf
    638 Author: Keith Packard <keithp (a] keithp.com>
    639 Date:   Mon Nov 24 17:12:27 2003 +0000
    640 
    641     Initial revision
    642