summaryrefslogtreecommitdiffstats
path: root/src/extension/script (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski4-348/+0
(bzr r12428)
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis1-1/+3
check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
2012-04-04Warning cleanup.Jon A. Cruz1-6/+6
(bzr r11144)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-6/+5
(bzr r10696)
2011-06-13cmake:Campbell Barton1-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)
2011-06-12work in progress cmake commit:Campbell Barton1-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)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2-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)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-8/+1
rather than for every subdirectory. (bzr r7336)
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-1/+0
(bzr r6046)
2008-05-06Cmake: Fix some undefined function callsJoshua L. Blocher1-0/+1
(bzr r5611)
2008-05-03Cmake: Add missing CmakeLists.txtJoshua L. Blocher1-0/+3
(bzr r5586)
2008-03-31Move script dialog from gtkmm to jvmBob Jamison1-8/+8
(bzr r5272)
2008-03-11Got initial JS execution workingBob Jamison1-3/+3
(bzr r5057)
2008-03-10Put /bind references back inBob Jamison1-8/+0
(bzr r5025)
2008-03-10Put it back :-)Bob Jamison1-1/+0
(bzr r5023)
2008-03-10Update headerBob Jamison1-5/+30
(bzr r5021)
2008-03-10Temporary kludge to permit linkingJon A. Cruz1-2/+11
(bzr r5020)
2008-03-10clean up tabs and DOS-ishnessBob Jamison2-30/+44
(bzr r5018)
2008-03-10Switch to newer binding stuffBob Jamison34-10206/+75
(bzr r5016)
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen1-1/+1
reverted for some files to keep them C-compatible. (bzr r4024)
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder1-3/+3
%.$(OBJEXT) instead of %.o. (bzr r3726)
2007-07-24fix makefile for case change of CXX dirJohan B. C. Engelen1-11/+11
(bzr r3287)
2007-04-15change caseBob Jamison11-0/+6671
(bzr r2899)
2007-04-15change caseBob Jamison11-6671/+0
(bzr r2898)
2007-04-15Use relative include path for PycxxBob Jamison1-2/+2
(bzr r2897)
2007-04-15clean up hierarchy a bitBob Jamison1-28/+38
(bzr r2893)
2007-04-15Rearrange bindings to use PyCXXBob Jamison3-46/+337
(bzr r2891)
2007-04-14Change python binding mechanismBob Jamison20-1730/+6853
(bzr r2885)
2007-04-14fix typecastsBob Jamison1-2/+2
(bzr r2884)
2006-12-11fix compilebulia byak1-1/+1
(bzr r2086)
2006-06-28do some include changes more correctlyRalf Stephan1-2/+3
(bzr r1311)
2006-06-25glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan1-1/+1
(bzr r1280)
2006-05-29handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan1-0/+6
return value; fixes #1495283 (bzr r1062)
2006-05-06const typesBob Jamison8-83/+89
(bzr r754)
2006-01-16Remove duplicate Javascript tree. This dupe was probably an artifact of the ↵Bob Jamison171-94126/+0
migration. (bzr r3)