Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-10 | remove Slider bg from defaults (and thus from what .ddrc is required to contain) | N.N. | |
svn path=/trunk/; revision=11733 | |||
2009-06-10 | attempt to fix problem with closing dialogue windows | N.N. | |
svn path=/trunk/; revision=11732 | |||
2009-06-10 | fix use of colour in [hradio],[vradio] | N.N. | |
svn path=/trunk/; revision=11731 | |||
2009-06-09 | made [hradio],[vradio] look more like in pd | N.N. | |
svn path=/trunk/; revision=11730 | |||
2009-06-09 | I removed hdspm_mixer from the auto-build based on IOhannes' comment on | Hans-Christoph Steiner | |
pd-dev, and reordered the targets since I was there... svn path=/trunk/; revision=11729 | |||
2009-06-09 | added "using namespace desire"; sorry | N.N. | |
svn path=/trunk/; revision=11726 | |||
2009-06-09 | fixed up libpdir variable so it works properly with DESTDIR and the new ↵ | Hans-Christoph Steiner | |
DESTDIR support in pd/src/makefile.in svn path=/trunk/; revision=11725 | |||
2009-06-09 | replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where | Hans-Christoph Steiner | |
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/; revision=11724 | |||
2009-06-09 | rename Macro_Rect to MacroRect | N.N. | |
svn path=/trunk/; revision=11723 | |||
2009-06-08 | fixed Gem compilation issues related to FTGL/freetype from Fink | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11722 | |||
2009-06-08 | it seems that Gem's --with-ftgl-includes option has changed, so try it like this | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11721 | |||
2009-06-08 | added configure dependencies so it gens generated | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11718 | |||
2009-06-08 | made script print IP address | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11717 | |||
2009-06-08 | changed gem targets to use the Gem autogen.sh script | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11716 | |||
2009-06-08 | submitted this patch #2803092 created from commit #11714 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11715 | |||
2009-06-08 | misleading obsolete comment | N.N. | |
svn path=/trunk/; revision=11713 | |||
2009-06-08 | since the Universal/Fat flags and OPT_CFLAGS can clash, specify them both ↵ | Hans-Christoph Steiner | |
here so they can managed globally svn path=/trunk/; revision=11710 | |||
2009-06-08 | switched 'apple' lib over to new standalone Makefile | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11709 | |||
2009-06-07 | make [cnv] look like in Pd. | N.N. | |
svn path=/trunk/; revision=11707 | |||
2009-06-07 | use more reliable way of finding main window (may help open dialogues ↵ | N.N. | |
correctly on other platforms such as mingw) svn path=/trunk/; revision=11706 | |||
2009-06-07 | merged in OPT_CFLAGS changes from the pd-extended 0.41.4 branch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11703 | |||
2009-06-07 | re-enabled setting the version in the package for the nightly builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11702 | |||
2009-06-07 | merged in Free Desktop files and fixes from the 0.41.4 release branch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11701 | |||
2009-06-07 | checked in georg's patch that 'patch that checks for previous version and ↵ | Hans-Christoph Steiner | |
offers unistall choice' #2800683 svn path=/trunk/; revision=11699 | |||
2009-06-07 | sorry. | N.N. | |
svn path=/trunk/; revision=11697 | |||
2009-06-07 | reformat and stuff | N.N. | |
svn path=/trunk/; revision=11693 | |||
2009-06-06 | removed this script since its totally replaced by the python version | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11692 | |||
2009-06-05 | remove executable bit from pd files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11691 | |||
2009-06-05 | fixed up doc_format to remove .svn and removed old strip_hack; fixed Pd.app ↵ | Hans-Christoph Steiner | |
perms; added configure flags to Gem to try to get artlookit working svn path=/trunk/; revision=11690 | |||
2009-06-05 | removed old 10.3 cruft and cleaned up OPT_CFLAGS stuff | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11689 | |||
2009-06-05 | added changes from motex/Makefile and convert externals/Makefile to use the ↵ | Hans-Christoph Steiner | |
new ext13 one svn path=/trunk/; revision=11688 | |||
2009-06-05 | fixes to make this new Makefile work with the Pd-extended makefile | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11687 | |||
2009-06-05 | checking in meta file to SVN to make the motex folder an instant libdir | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11677 | |||
2009-06-05 | checked in meta file, tweaked Makefile, and fixed Pd-extended externals/Makefile | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11675 | |||
2009-06-04 | updated linker flags to actually be used. -export_dynamic means -e ↵ | Hans-Christoph Steiner | |
xport_dynamic, the correct flag is --export-dynamic. Also, the ld man page recommends including -fPIC in the linker flags when using -shared svn path=/trunk/; revision=11669 | |||
2009-06-03 | fix ddrc editor's use of notebook | N.N. | |
svn path=/trunk/; revision=11668 | |||
2009-06-03 | use ttk::notebook | N.N. | |
svn path=/trunk/; revision=11667 | |||
2009-06-03 | move readline stuff out | N.N. | |
svn path=/trunk/; revision=11665 | |||
2009-06-03 | move graphviz stuff out | N.N. | |
svn path=/trunk/; revision=11664 | |||
2009-06-03 | better logging related to chroots and attempt to separate log files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11663 | |||
2009-06-03 | segfault... | N.N. | |
svn path=/trunk/; revision=11662 | |||
2009-06-03 | add canvas_first and gobj_next to make gridflow happy | N.N. | |
svn path=/trunk/; revision=11661 | |||
2009-06-03 | using namespace desire; | N.N. | |
svn path=/trunk/; revision=11660 | |||
2009-06-03 | using namespace desire; | N.N. | |
svn path=/trunk/; revision=11659 | |||
2009-06-03 | namespace desire, for some things that may conflict | N.N. | |
svn path=/trunk/; revision=11658 | |||
2009-06-03 | OopsDialogue: avoid wrapping long backtrace lines in a way that can't be ↵ | N.N. | |
unwrapped by maximising the window... svn path=/trunk/; revision=11657 | |||
2009-06-03 | reformat; fix printf warnings | N.N. | |
svn path=/trunk/; revision=11654 | |||
2009-06-03 | fix template error report bug | N.N. | |
svn path=/trunk/; revision=11653 | |||
2009-06-03 | so that [bonk~] compiles | N.N. | |
svn path=/trunk/; revision=11652 | |||
2009-06-03 | fix printf-warnings | N.N. | |
svn path=/trunk/; revision=11651 |