Ignore:
Timestamp:
Dec 23, 2003, 2:27:40 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • src/io.c: + Added caca_wait_event(), a blocking caca_get_event().
  • src/ examples/: + More documentation.
  • doc/doxygen.cfg.in: + doc/doxygen.cfg is now generated by configure, so that we can use

@top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.

+ Create manpages.

Location:
libcaca/trunk/examples
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/examples/aafire.c

    r262 r268  
    11/*
    2  *   cacafire      fire demo using libcaca
    3  *   Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
    4  *                 Jan Hubicka (hubicka@freesoft.cz)
    5  *                 Thomas A. K. Kjaer (takjaer@daimi.aau.dk)
    6  *                 Tim Newsome (nuisance@cmu.edu)
    7  *                 Kamil Toman (toman@artax.karlin.mff.cuni.cz)
    8  *                 All Rights Reserved
    9  *
    10  *   $Id$
    11  *
    12  *   This program is free software; you can redistribute it and/or
    13  *   modify it under the terms of the GNU Lesser General Public
    14  *   License as published by the Free Software Foundation; either
    15  *   version 2 of the License, or (at your option) any later version.
    16  *
    17  *   This program is distributed in the hope that it will be useful,
    18  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
    19  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    20  *   Lesser General Public License for more details.
    21  *
    22  *   You should have received a copy of the GNU Lesser General Public
    23  *   License along with this program; if not, write to the Free Software
    24  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    25  *   02111-1307  USA
     2 *  cacafire      fire demo for libcaca
     3 *  Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
     4 *                Jan Hubicka (hubicka@freesoft.cz)
     5 *                Thomas A. K. Kjaer (takjaer@daimi.aau.dk)
     6 *                Tim Newsome (nuisance@cmu.edu)
     7 *                Kamil Toman (toman@artax.karlin.mff.cuni.cz)
     8 *                All Rights Reserved
     9 *
     10 *  $Id$
     11 *
     12 *  This program is free software; you can redistribute it and/or
     13 *  modify it under the terms of the GNU Lesser General Public
     14 *  License as published by the Free Software Foundation; either
     15 *  version 2 of the License, or (at your option) any later version.
     16 *
     17 *  This program is distributed in the hope that it will be useful,
     18 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
     19 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     20 *  Lesser General Public License for more details.
     21 *
     22 *  You should have received a copy of the GNU Lesser General Public
     23 *  License along with this program; if not, write to the Free Software
     24 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     25 *  02111-1307  USA
    2626 */
    2727
  • libcaca/trunk/examples/demo.c

    r249 r268  
    11/*
    2  *   demo          demo using libcaca
    3  *   Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
    4  *                 All Rights Reserved
     2 *  demo          demo for libcaca
     3 *  Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
     4 *                All Rights Reserved
    55 *
    6  *   $Id$
     6 *  $Id$
    77 *
    8  *   This program is free software; you can redistribute it and/or
    9  *   modify it under the terms of the GNU Lesser General Public
    10  *   License as published by the Free Software Foundation; either
    11  *   version 2 of the License, or (at your option) any later version.
     8 *  This program is free software; you can redistribute it and/or
     9 *  modify it under the terms of the GNU Lesser General Public
     10 *  License as published by the Free Software Foundation; either
     11 *  version 2 of the License, or (at your option) any later version.
    1212 *
    13  *   This program is distributed in the hope that it will be useful,
    14  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    16  *   Lesser General Public License for more details.
     13 *  This program is distributed in the hope that it will be useful,
     14 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     16 *  Lesser General Public License for more details.
    1717 *
    18  *   You should have received a copy of the GNU Lesser General Public
    19  *   License along with this program; if not, write to the Free Software
    20  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    21  *   02111-1307  USA
     18 *  You should have received a copy of the GNU Lesser General Public
     19 *  License along with this program; if not, write to the Free Software
     20 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     21 *  02111-1307  USA
    2222 */
    2323
  • libcaca/trunk/examples/spritedit.c

    r226 r268  
    11/*
    2  *   spritedit     sprite editor using libcaca
    3  *   Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
    4  *                 All Rights Reserved
     2 *  spritedit     sprite editor for libcaca
     3 *  Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
     4 *                All Rights Reserved
    55 *
    6  *   $Id$
     6 *  $Id$
    77 *
    8  *   This program is free software; you can redistribute it and/or
    9  *   modify it under the terms of the GNU Lesser General Public
    10  *   License as published by the Free Software Foundation; either
    11  *   version 2 of the License, or (at your option) any later version.
     8 *  This program is free software; you can redistribute it and/or
     9 *  modify it under the terms of the GNU Lesser General Public
     10 *  License as published by the Free Software Foundation; either
     11 *  version 2 of the License, or (at your option) any later version.
    1212 *
    13  *   This program is distributed in the hope that it will be useful,
    14  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    16  *   Lesser General Public License for more details.
     13 *  This program is distributed in the hope that it will be useful,
     14 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     16 *  Lesser General Public License for more details.
    1717 *
    18  *   You should have received a copy of the GNU Lesser General Public
    19  *   License along with this program; if not, write to the Free Software
    20  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    21  *   02111-1307  USA
     18 *  You should have received a copy of the GNU Lesser General Public
     19 *  License along with this program; if not, write to the Free Software
     20 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     21 *  02111-1307  USA
    2222 */
    2323
  • libcaca/trunk/examples/view.c

    r255 r268  
    11/*
    2  *   view          image viewer for libcaca
    3  *   Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
    4  *                 All Rights Reserved
     2 *  view          image viewer for libcaca
     3 *  Copyright (c) 2003 Sam Hocevar <sam@zoy.org>
     4 *                All Rights Reserved
    55 *
    6  *   $Id$
     6 *  $Id$
    77 *
    8  *   This program is free software; you can redistribute it and/or
    9  *   modify it under the terms of the GNU Lesser General Public
    10  *   License as published by the Free Software Foundation; either
    11  *   version 2 of the License, or (at your option) any later version.
     8 *  This program is free software; you can redistribute it and/or
     9 *  modify it under the terms of the GNU Lesser General Public
     10 *  License as published by the Free Software Foundation; either
     11 *  version 2 of the License, or (at your option) any later version.
    1212 *
    13  *   This program is distributed in the hope that it will be useful,
    14  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    16  *   Lesser General Public License for more details.
     13 *  This program is distributed in the hope that it will be useful,
     14 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     16 *  Lesser General Public License for more details.
    1717 *
    18  *   You should have received a copy of the GNU Lesser General Public
    19  *   License along with this program; if not, write to the Free Software
    20  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    21  *   02111-1307  USA
     18 *  You should have received a copy of the GNU Lesser General Public
     19 *  License along with this program; if not, write to the Free Software
     20 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     21 *  02111-1307  USA
    2222 */
    2323
Note: See TracChangeset for help on using the changeset viewer.