summaryrefslogtreecommitdiffstats
path: root/src/extension/script (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning cleanup.Jon A. Cruz2012-04-041-6/+6
| | | (bzr r11144)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-6/+5
| | | (bzr r10696)
* cmake:Campbell Barton2011-06-131-3/+0
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* work in progress cmake commit:Campbell Barton2011-06-121-2/+2
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-172-2/+2
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-8/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-1/+0
| | | (bzr r6046)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-0/+1
| | | (bzr r5611)
* Cmake: Add missing CmakeLists.txtJoshua L. Blocher2008-05-031-0/+3
| | | (bzr r5586)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-311-8/+8
| | | (bzr r5272)
* Got initial JS execution workingBob Jamison2008-03-111-3/+3
| | | (bzr r5057)
* Put /bind references back inBob Jamison2008-03-101-8/+0
| | | (bzr r5025)
* Put it back :-)Bob Jamison2008-03-101-1/+0
| | | (bzr r5023)
* Update headerBob Jamison2008-03-101-5/+30
| | | (bzr r5021)
* Temporary kludge to permit linkingJon A. Cruz2008-03-101-2/+11
| | | (bzr r5020)
* clean up tabs and DOS-ishnessBob Jamison2008-03-102-30/+44
| | | (bzr r5018)
* Switch to newer binding stuffBob Jamison2008-03-1034-10206/+75
| | | (bzr r5016)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* fix makefile for case change of CXX dirJohan B. C. Engelen2007-07-241-11/+11
| | | (bzr r3287)
* change caseBob Jamison2007-04-1511-0/+6671
| | | (bzr r2899)
* change caseBob Jamison2007-04-1511-6671/+0
| | | (bzr r2898)
* Use relative include path for PycxxBob Jamison2007-04-151-2/+2
| | | (bzr r2897)
* clean up hierarchy a bitBob Jamison2007-04-151-28/+38
| | | (bzr r2893)
* Rearrange bindings to use PyCXXBob Jamison2007-04-153-46/+337
| | | (bzr r2891)
* Change python binding mechanismBob Jamison2007-04-1420-1730/+6853
| | | (bzr r2885)
* fix typecastsBob Jamison2007-04-141-2/+2
| | | (bzr r2884)
* fix compilebulia byak2006-12-111-1/+1
| | | (bzr r2086)
* do some include changes more correctlyRalf Stephan2006-06-281-2/+3
| | | (bzr r1311)
* glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan2006-06-251-1/+1
| | | (bzr r1280)
* handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan2006-05-291-0/+6
| | | | | return value; fixes #1495283 (bzr r1062)
* const typesBob Jamison2006-05-068-83/+89
| | | (bzr r754)
* Remove duplicate Javascript tree. This dupe was probably an artifact of the ↵Bob Jamison2006-01-16171-94126/+0
| | | | | migration. (bzr r3)
* moving trunk for module inkscapeMenTaLguY2006-01-16199-0/+99135
(bzr r1)