Skip to content

Commits

Permalink
ohki
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 23, 2017

  1. Fix README

    knokmki612 committed Oct 23, 2017
    Copy the full SHA
    a54b284 View commit details
    Browse the repository at this point in the history
  2. Add README.md

    knokmki612 committed Oct 23, 2017
    Copy the full SHA
    7489369 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete options.

    "MenuBottomUp" and "MenuUpward".
    knokmki612 committed Oct 23, 2017
    Copy the full SHA
    d8dd4fc View commit details
    Browse the repository at this point in the history
  4. Fix wrong order of event handling

    Problem is When set option of "MenuRuns (b2t|r2l)",
    processing about F_MOVE and F_DEICONIFY at the same time.
    
    Solution is move the code which sorting menu,
    from AddToMenu() to MakeMenu().
    knokmki612 committed Oct 23, 2017
    Copy the full SHA
    152551f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2769ea8 View commit details
    Browse the repository at this point in the history
  6. Add behavior of when title position is changed

    When set option of "TitleAtTop" while running twm,
    keep y-coordinate of the window after restart.
    
    This behavior was originally existed in vanilla twm.
    knokmki612 committed Oct 23, 2017
    Copy the full SHA
    e58ae76 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5356be3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    16320fd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. autogen: add default patch prefix

    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
    forgottenswitch authored and whot committed Jan 26, 2017
    Copy the full SHA
    9703527 View commit details
    Browse the repository at this point in the history
  2. autogen.sh: use quoted string variables

    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    evelikov authored and whot committed Jan 26, 2017
    Copy the full SHA
    d58f456 View commit details
    Browse the repository at this point in the history
  3. autogen.sh: use exec instead of waiting for configure to finish

    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
    whot committed Jan 26, 2017
    Copy the full SHA
    ca0c7a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Adapt callers to ExpandFilename change.

    It now always allocates memory, so remove some unnecessary checks.
    While here, improve handling of an error case.
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    0-wiz-0 committed Sep 28, 2015
    Copy the full SHA
    c5abcb6 View commit details
    Browse the repository at this point in the history
  2. Add some const.

    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    zoulasc authored and 0-wiz-0 committed Sep 28, 2015
    Copy the full SHA
    cb5dc44 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. Do not try to extend the font-pattern with a wild-card.

    This will almost always select the wrong fontset and use wrong metrics.
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Michael van Elst authored and 0-wiz-0 committed Jul 19, 2015
    Copy the full SHA
    c644db2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. twm 1.0.9

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Apr 17, 2015
    Copy the full SHA
    b52e404 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. Remove custom version of system(3c) for Solaris

    Was originally added in 1993 with the comment:
     make f.exec do the right thing to get working xterms under Solaris2.
    
    Doesn't seem to be needed any more on modern Solaris.
    As a bonus, gets rid of error found by Oracle Parfait 1.5.1 that
    if the execl() call fails, the function falls through and returns
    an uninitialized value for status and then both parent & child
    go back to running the same code.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Dec 31, 2014
    Copy the full SHA
    8f68d82 View commit details
    Browse the repository at this point in the history
  2. Only use results from GetWindowProperty if it returned success

    Since Xlib prior to 1.6 didn't always clear values on failure, don't
    assume they're safe to use unless we succeeded.
    
    Reported by Oracle Parfait 1.5.1:
    Error: Uninitialised memory (CWE 456)
       Possible access to uninitialised memory '&nPixels'
            at line 963 of src/parse.c in function 'put_pixel_on_root'.
              &nPixels allocated at line 953.
       Possible access to uninitialised memory '&retProp'
            at line 962 of src/parse.c in function 'put_pixel_on_root'.
              &retProp allocated at line 954.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Dec 31, 2014
    Copy the full SHA
    032fc6a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. Update manpage with the proper location of system.twmrc file

    Signed-off-by: Laurent Carlier <lordheavym@gmail.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    lordheavy authored and alanc committed Aug 8, 2014
    Copy the full SHA
    76f6ad6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. autogen.sh: Honor NOCONFIGURE=1

    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Jun 3, 2014
    Copy the full SHA
    0cb43e8 View commit details
    Browse the repository at this point in the history
  2. configure: Drop AM_MAINTAINER_MODE

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Jun 3, 2014
    Copy the full SHA
    c33c83f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2013

  1. config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

    Fix Automake warning: AC_OUTPUT should be used without arguments.
    www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    memsize committed Oct 26, 2013
    Copy the full SHA
    9c09c3e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2013

  1. twm 1.0.8

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Sep 7, 2013
    Copy the full SHA
    46c4255 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2013

  1. Replace malloc(strlen()+1); strcpy(); pairs with strdup()

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 18, 2013
    Copy the full SHA
    97b55a9 View commit details
    Browse the repository at this point in the history
  2. AddWindow: Use NULL instead of 0 for null pointer check

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 18, 2013
    Copy the full SHA
    8b2a314 View commit details
    Browse the repository at this point in the history
  3. Stop casting return values from malloc & calloc

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 18, 2013
    Copy the full SHA
    c2e232e View commit details
    Browse the repository at this point in the history
  4. Stop casting pointers to (char *) when freeing them

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 18, 2013
    Copy the full SHA
    58f3c3b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2013

  1. Delete trailing whitespace in non *.[ch] source files

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 1, 2013
    Copy the full SHA
    2a63733 View commit details
    Browse the repository at this point in the history
  2. Make more functions static that aren't called from other files

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 1, 2013
    Copy the full SHA
    ce4e111 View commit details
    Browse the repository at this point in the history
  3. Assume C89 signal handlers, returning void

    Removes old #ifdef SIGNALRETURNSINT check that was never defined in
    autoconf builds, only old Imake builds.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 1, 2013
    Copy the full SHA
    8a3d3a5 View commit details
    Browse the repository at this point in the history
  4. Make some more previously global variables into file-scoped statics

    Not used from other source files, so no need to export them
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 1, 2013
    Copy the full SHA
    afcad0d View commit details
    Browse the repository at this point in the history
  5. Remove unused global variable gotFirstSave

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 1, 2013
    Copy the full SHA
    4c2ff3f View commit details
    Browse the repository at this point in the history
  6. unifdef macII - drop support for A/UX 2.0

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Aug 1, 2013
    Copy the full SHA
    ca03899 View commit details
    Browse the repository at this point in the history
  7. Make various helper & callback functions private to session.c

    Nothing else ever called them, so no reason to export them.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by:  <wharms@bfs.de>
    alanc committed Aug 1, 2013
    Copy the full SHA
    55681f9 View commit details
    Browse the repository at this point in the history
  8. Convert remaining K&R function declarations to C89 style

    Many existing function declarations were C89, and headers all use C89
    prototypes, but a few function declarations had been left in the old
    style.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by:  <wharms@bfs.de>
    alanc committed Aug 1, 2013
    Copy the full SHA
    cf88a8c View commit details
    Browse the repository at this point in the history
  9. Use (void) to declare functions that take no arguments, instead of ()

    It's time for C89.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by:  <wharms@bfs.de>
    alanc committed Aug 1, 2013
    Copy the full SHA
    ea349d3 View commit details
    Browse the repository at this point in the history
Older