summaryrefslogtreecommitdiffstats
path: root/src/extension/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-54/+0
(bzr r15046)
2016-04-11Added a mechanism to load c++ extensions dynamically.Moritz Eberl1-0/+2
(bzr r14761.1.1)
2012-10-15Files in /src that no longer existTed Gould1-1/+0
(bzr r11804.1.2)
2011-03-25Extensions. Replacing the groupheader element with an appearance mode in the ↵Nicolas Dufour1-2/+0
description element. (bzr r10129)
2010-09-07Extensions. General UI improvements (gnome HIG). New group header extension ↵Nicolas Dufour1-49/+51
parameter. (bzr r9748)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-7/+1
rather than for every subdirectory. (bzr r7336)
2008-04-04r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould1-20/+20
New work branch r18391@shi: ted | 2008-03-08 21:36:03 -0800 Moving the parameters around to clean up the directories. r18392@shi: ted | 2008-03-08 21:57:14 -0800 Moving the 'get' function to cpp r18870@shi: ted | 2008-04-03 21:10:20 -0700 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter r18871@shi: ted | 2008-04-03 21:17:39 -0700 Using the _gui-hidden parameter to block the creation of the widget if set. r18890@shi: ted | 2008-04-03 21:53:55 -0700 Merge from r18024 which got lost in the shuffle. (bzr r5322)
2007-08-10r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould1-0/+12
ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)
2007-07-03r15704@tres: ted | 2007-07-02 16:03:34 -0700Ted Gould1-0/+2
Split out the execution environment object. (bzr r3163)
2006-11-24NEW: radiobuttons for extensions. See radiobutton_example.inx how to use ↵Johan B. C. Engelen1-0/+2
them (they are very similar to enums) (bzr r2031)
2006-09-18Added support for enumerated types in the UI of Extensions! (all eyes on ↵Johan B. C. Engelen1-0/+2
requester Spike to submit an example extension ! :P) (bzr r1713)
2006-09-14My apologies. I just found out I have to modify the makefiles when I add ↵Johan B. C. Engelen1-0/+2
stuff... doh! (bzr r1708)
2006-05-02r11137@tres: ted | 2006-03-23 21:35:18 -0800Ted Gould1-0/+2
Adding the basis for a path effect extension type (bzr r655)
2006-03-29r11144@tres: ted | 2006-03-27 22:00:25 -0800Ted Gould1-2/+0
Changing the theory of operation. No reason to have an independed help dialog file, everything will go through the extensions dialog. (bzr r362)
2006-03-29r10949@tres: ted | 2006-02-16 08:33:36 -0800Ted Gould1-0/+2
Basic help dialog coming up and working. (bzr r339)