Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-22 | use new sys_open() to support unicode filenames on Win32HEADsvn2git-headexternals/moonlib | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=16943 | |||
2012-12-28 | only draw updates if something actually changed | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=16781 | |||
2012-12-06 | if image is set to blank, then use filler image and post error message | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=16650 | |||
2012-12-05 | handle errors opening image file and try to report them to the Pd window | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=16649 | |||
2012-12-05 | quote file name with {} to support spaces and special characters | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=16648 | |||
2012-12-03 | moved errata from META subpatch to svn tracker | Jonathan Wilkes | |
svn path=/trunk/externals/moonlib/; revision=16637 | |||
2012-10-21 | fixed bug where relative file names didn't work on GNU/linux (fixes ↵ | Hans-Christoph Steiner | |
#3541610) https://sourceforge.net/tracker/?func=detail&aid=3541610&group_id=55736&atid=478070 svn path=/trunk/externals/moonlib/; revision=16451 | |||
2012-10-20 | update code format to pd-style: astyle --style=ansi --align-pointer=name *.c | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=16427 | |||
2012-09-16 | updated to latest text of GPLv2+ direct from the source: ↵ | Hans-Christoph Steiner | |
http://www.gnu.org/licenses/gpl-2.0.txt svn path=/trunk/externals/moonlib/; revision=16241 | |||
2012-04-16 | quote font name in Tk -font triplets since font names can contain spaces | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=16125 | |||
2012-02-17 | bumped to v0.2.1 | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=15979 | |||
2011-11-18 | updated to use current iemgui API to get right of type-punning | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=15794 | |||
2011-10-09 | updated path to "continuous, soft, and relaxing" | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=15561 | |||
2011-10-08 | some quick t_float fixes | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=15544 | |||
2011-10-03 | updated template/Makefile to 1.0.11 | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=15474 | |||
2011-08-19 | updated Makefile to latest template version to get things building on ↵ | Hans-Christoph Steiner | |
Debian/kFreeBSD and Debian/HURD svn path=/trunk/externals/moonlib/; revision=15249 | |||
2011-08-01 | replace .x%x 32-bit only canvas id with .x%lx canvas id which supports ↵ | Hans-Christoph Steiner | |
32-bit and 64-bit svn path=/trunk/externals/moonlib/; revision=15186 | |||
2010-11-30 | added META subpatch | Jonathan Wilkes | |
svn path=/trunk/externals/moonlib/; revision=14536 | |||
2010-11-22 | re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14463 | |||
2010-11-09 | uploaded Debian package to pkg-multimedia so removing 'debian' folder: ↵ | Hans-Christoph Steiner | |
http://git.debian.org/?p=pkg-multimedia/pd-moonlib.git;a=summary svn path=/trunk/externals/moonlib/; revision=14337 | |||
2010-11-05 | move examples folder to /usr/share/pd-moonlib to stop lintian warnings | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14279 | |||
2010-11-05 | fixed typo | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14278 | |||
2010-11-05 | removed empty dir | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14277 | |||
2010-11-05 | got image-help working as distributed and made lib work with template Makefile | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14276 | |||
2010-11-05 | added s_stuff.h, g_all_guis.h, g_canvas.h and m_imp.h as debian patches so ↵ | Hans-Christoph Steiner | |
it builds in current Debian svn path=/trunk/externals/moonlib/; revision=14275 | |||
2010-11-05 | revert to 0.2 to include build/dist fixes | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14274 | |||
2010-11-05 | build/dist fixes | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14273 | |||
2010-11-02 | made pd-libdir a Debian dependency so that these libdirs can be loaded as ↵ | Hans-Christoph Steiner | |
libraries svn path=/trunk/externals/moonlib/; revision=14252 | |||
2010-10-16 | PD_INCLUDE has extra folder suffix | dmotd | |
svn path=/trunk/externals/moonlib/; revision=14234 | |||
2010-09-22 | fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that | Hans-Christoph Steiner | |
stopped the help patches for abstractions from being installed svn path=/trunk/externals/moonlib/; revision=14178 | |||
2010-09-17 | merged relevant changes from Pd-extended 0.42 | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14153 | |||
2010-09-15 | remove -mcpu/-mtune flags as it breaks x64 build. we should eventually ↵ | mescalinum | |
figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/externals/moonlib/; revision=14145 | |||
2010-09-13 | updated debian/copyright to more closely conform to DEP-5 | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14116 | |||
2010-09-13 | converted to one-dep-per-line style | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14115 | |||
2010-09-13 | added sign-tags = True | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14111 | |||
2010-09-13 | added debian/watch file pointing at sourceforge | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14110 | |||
2010-09-12 | Recommends: pd-libdir since these are all libdirs | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14098 | |||
2010-09-12 | updated to use Alessio Treglia's dh_auto_install tricks, which strip too | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14078 | |||
2010-09-12 | remove quilt dep since its not needed until patches are added to the package | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14073 | |||
2010-09-08 | use /pd since this lib needs other headers besides m_pd.h | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=14000 | |||
2010-09-07 | updated to Makefile version 1.0.3 | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13994 | |||
2010-09-05 | added override_dh_strip target from pd-wiimote to strip things properly | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13978 | |||
2010-09-05 | added -svn to version after release tarball has been placed on SourceForge ↵ | Hans-Christoph Steiner | |
downloads svn path=/trunk/externals/moonlib/; revision=13975 | |||
2010-08-24 | updated to Makefile version 1.0.2 | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13928 | |||
2010-08-19 | rm LICENSE.txt and create symlink to Debian common license files | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13843 | |||
2010-08-19 | added siretart's gbp.conf file to force prisine-tar with git-buildpackage | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13840 | |||
2010-08-16 | added debian/links for README and examples in usr/share/doc | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13812 | |||
2010-08-16 | fixed Description: formatting | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13811 | |||
2010-08-16 | cleaned up Description: formatting | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13803 | |||
2010-08-16 | changed package version to -1 since it will be a "Maintainer Upload" | Hans-Christoph Steiner | |
svn path=/trunk/externals/moonlib/; revision=13802 |