dooglus [Fri, 23 Mar 2007 18:03:35 +0000 (18:03 +0000)]
Fixed indentation.
git-svn-id: http://svn.voria.com/code@375
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 23 Mar 2007 17:01:41 +0000 (17:01 +0000)]
Removed unused members p1, p2, diff.
git-svn-id: http://svn.voria.com/code@374
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 23 Mar 2007 16:02:09 +0000 (16:02 +0000)]
Added missing $Id$ keyword to the header.
git-svn-id: http://svn.voria.com/code@373
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 23 Mar 2007 15:46:54 +0000 (15:46 +0000)]
Deleting all the verticies from a Curve Gradient used to cause a crash. This stops the crash. Perhaps a better fix would be to prevent the user ever deleting the last vertex in any bline, but maybe zero-length blines serve some purpose.
git-svn-id: http://svn.voria.com/code@372
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 23 Mar 2007 14:08:13 +0000 (14:08 +0000)]
Fix "main.cpp:332: warning: comparison between signed and unsigned integer expressions".
git-svn-id: http://svn.voria.com/code@371
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 23 Mar 2007 02:39:21 +0000 (02:39 +0000)]
Fix 1368904: disable the timebar instead of hiding it when switching to tools that require the timebar to be unavailable
git-svn-id: http://svn.voria.com/code@370
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 23 Mar 2007 00:28:54 +0000 (00:28 +0000)]
There wasn't an icon for the 'Curves' dialog, so I made one. It's brown and ugly, but better than nothing.
git-svn-id: http://svn.voria.com/code@369
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 22 Mar 2007 18:54:54 +0000 (18:54 +0000)]
Fix 1684240 (as it applies to conical gradients): Conical Gradient layers suffer from the same problem as linear gradients.
git-svn-id: http://svn.voria.com/code@368
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 22 Mar 2007 18:46:09 +0000 (18:46 +0000)]
Fix 1684240 (as it applies to spiral gradients): Spiral Gradient layers suffer from the same problem as linear gradients.
git-svn-id: http://svn.voria.com/code@367
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 22 Mar 2007 18:28:52 +0000 (18:28 +0000)]
Fix 1684240 (as it applies to radial gradients): Radial Gradient layers suffer from the same problem as linear gradients.
git-svn-id: http://svn.voria.com/code@366
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 22 Mar 2007 18:15:09 +0000 (18:15 +0000)]
Fix 1684240 (as it applies to curve gradients): Curve Gradient layers suffer from the same problem as linear gradients.
git-svn-id: http://svn.voria.com/code@365
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 22 Mar 2007 13:27:51 +0000 (13:27 +0000)]
Split the 'auto connect' option into 2 separate options:
* auto extend: extend existing lines when the new line joins on to one of their ends
* auto link: make a new line, but link its start and/or end ducks to existing nearby ducks
git-svn-id: http://svn.voria.com/code@364
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 21 Mar 2007 11:18:45 +0000 (11:18 +0000)]
Fix 1684240: Several places were multiplying the A component of the color by itself where they shouldn't. Use premult_alpha() rather than operator* to prevent this.
git-svn-id: http://svn.voria.com/code@363
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 21 Mar 2007 08:42:05 +0000 (08:42 +0000)]
Switch the order of the #includes to fix a build problem on WIN32. winnt.h defines DELETE, which gtkmm headers fix, but only if winnt.h is included before the gtkmm headers are. winnt.h is being included by ETL/clock, so move that include up.
git-svn-id: http://svn.voria.com/code@362
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 21 Mar 2007 01:54:19 +0000 (01:54 +0000)]
Partially fix 1684240: gets rid of most of the artifacts
git-svn-id: http://svn.voria.com/code@361
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 20 Mar 2007 00:15:49 +0000 (00:15 +0000)]
Allow the hex text area to be used to edit the colour of existing layers.
git-svn-id: http://svn.voria.com/code@360
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 19 Mar 2007 22:23:31 +0000 (22:23 +0000)]
Removed spurious space from menu entry.
git-svn-id: http://svn.voria.com/code@359
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 19 Mar 2007 16:11:31 +0000 (16:11 +0000)]
Use 'Name' and 'Value' as the column headers in the Params dialog instead of 'Param' and 'ValueBase'.
git-svn-id: http://svn.voria.com/code@358
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 19 Mar 2007 16:09:53 +0000 (16:09 +0000)]
Members param_tree_view() and get_param_tree_view() were doing exactly the same thing. Commented out param_tree_view() and use get_param_tree_view() everywhere.
git-svn-id: http://svn.voria.com/code@357
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 18 Mar 2007 13:47:07 +0000 (13:47 +0000)]
Fixed a crash. Revision 354's addition of the 'mutable String hex_;' in class Color somehow caused studio to crash when opening any file. This revision makes the new member static instead.
git-svn-id: http://svn.voria.com/code@356
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 18 Mar 2007 13:13:42 +0000 (13:13 +0000)]
Add comment from darco about what the "Palette Browser" dock dialog was intended to be for and TODO item about it.
git-svn-id: http://svn.voria.com/code@355
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 18 Mar 2007 02:38:18 +0000 (02:38 +0000)]
Implements PXEGeek's wiki.synfig.com/Wish_list entry: "Optionally display RGB in Hex in Color dialog"
git-svn-id: http://svn.voria.com/code@354
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 17 Mar 2007 08:59:06 +0000 (08:59 +0000)]
Empty directory. Use "svn switch svn.voria.com/empty ." in any directory whose contents you don't want "svn update" to track.
git-svn-id: http://svn.voria.com/code@353
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 17 Mar 2007 08:43:32 +0000 (08:43 +0000)]
Turns out this isn't needed. I can just:
switch http://svn.voria.com/code/synfig-studio/trunk synfig-studio
to get it to skip the tags and branches.
git-svn-id: http://svn.voria.com/code@352
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 23:33:41 +0000 (23:33 +0000)]
Empty directory. Use "svn switch svn.voria.com/empty ." in any directory whose contents you don't want "svn update" to track.
git-svn-id: http://svn.voria.com/code@351
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 18:35:04 +0000 (18:35 +0000)]
Spelling correction.
git-svn-id: http://svn.voria.com/code@350
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 18:32:05 +0000 (18:32 +0000)]
Spelling correction.
git-svn-id: http://svn.voria.com/code@349
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 15:46:18 +0000 (15:46 +0000)]
Fix 1682016: default to 700x510 instead; big enough to be useful, not too big to fit on a 800x600 screen. Perhaps eventually we should save the size between sessions.
git-svn-id: http://svn.voria.com/code@348
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 14:44:45 +0000 (14:44 +0000)]
Fix 1438545: hide and reshow the sketch after 'undo' or 'clear' to ensure it's updated on screen. There may be a better way to do this; I've left that as a \todo in the code.
git-svn-id: http://svn.voria.com/code@347
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 16 Mar 2007 12:31:41 +0000 (12:31 +0000)]
Disable the "Palette Browser" dock dialog since it does nothing and has no code. Leaving the files there in case darco remembers it's destiny.
git-svn-id: http://svn.voria.com/code@346
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 09:52:55 +0000 (09:52 +0000)]
Backing out inadvertant change r338.
git-svn-id: http://svn.voria.com/code@345
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 09:39:22 +0000 (09:39 +0000)]
Only substitute @synfigincludedir@ in once.
git-svn-id: http://svn.voria.com/code@344
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 08:54:17 +0000 (08:54 +0000)]
Enabled $Id$ expansion. Removed 2 *.tmp.* generated files. Fixed the Makefile to generate the *.tmp.* files rather than using svn-controlled files.
git-svn-id: http://svn.voria.com/code@343
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 08:32:21 +0000 (08:32 +0000)]
Enabled $Id$ expansion.
git-svn-id: http://svn.voria.com/code@342
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 08:24:58 +0000 (08:24 +0000)]
Enabled $Id$ expansion.
git-svn-id: http://svn.voria.com/code@341
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 08:21:25 +0000 (08:21 +0000)]
Enabled $Id$ expansion.
git-svn-id: http://svn.voria.com/code@340
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 16 Mar 2007 05:21:17 +0000 (05:21 +0000)]
Enable more $Id$ expansion.
git-svn-id: http://svn.voria.com/code@339
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 16 Mar 2007 05:19:59 +0000 (05:19 +0000)]
Enable more $Id$ expansion.
git-svn-id: http://svn.voria.com/code@338
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 16 Mar 2007 05:18:56 +0000 (05:18 +0000)]
Enable more $Id$ expansion.
git-svn-id: http://svn.voria.com/code@337
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 00:39:42 +0000 (00:39 +0000)]
Enable $Id$ expansion.
git-svn-id: http://svn.voria.com/code@336
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 00:39:09 +0000 (00:39 +0000)]
Enable $Id$ expansion.
Also, in src/synfig/layer.h I made a change to prevent a warning from doxygen.
git-svn-id: http://svn.voria.com/code@335
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 00:37:48 +0000 (00:37 +0000)]
Enable $Id$ expansion.
git-svn-id: http://svn.voria.com/code@334
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 16 Mar 2007 00:29:57 +0000 (00:29 +0000)]
Minor change to stop a doxygen warning. Doxygen doesn't like the \writeme before a commented prototype. Complains with these strange warnings:
.../synfig/src/synfig/canvas.h:383: Error: Unexpected character `4'
.../synfig/src/synfig/canvas.h:383: Error: Unexpected character `7'
There is no `4' or `7' on line 383, or indeed anywhere in the entire file other than the $Id$ keyword.
git-svn-id: http://svn.voria.com/code@333
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 23:58:43 +0000 (23:58 +0000)]
I left part of the old header in this file by mistake. It's gone now.
git-svn-id: http://svn.voria.com/code@332
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 16:14:02 +0000 (16:14 +0000)]
Fixed the parameter names to keep doxygen quiet (451 -> 446 lines of output).
git-svn-id: http://svn.voria.com/code@331
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 16:09:05 +0000 (16:09 +0000)]
Fixed the comment to stop doxygen complaining. Also, use the 2nd parameter to set the alpha. This function isn't currently called at all from anywhere as far as I can tell.
git-svn-id: http://svn.voria.com/code@330
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 16:07:41 +0000 (16:07 +0000)]
Fixed the name of the last parameter in the set_time() prototype to match that of the parent class' prototype to stop doxygen complaining.
git-svn-id: http://svn.voria.com/code@329
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 15:38:13 +0000 (15:38 +0000)]
Filled in the parameter names in the prototype of get_frame() to keep doxygen quiet(er). Doxygen output lines down from 484 to 460 with this change.
git-svn-id: http://svn.voria.com/code@328
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 15:18:53 +0000 (15:18 +0000)]
As in previous commit, 2 more parameters were incorrectly named:
* rend_desc -> renddesc
* callback -> cb
doxygen output down from 664 lines to 484 lines now.
git-svn-id: http://svn.voria.com/code@327
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 15:12:54 +0000 (15:12 +0000)]
One of the parameters was named incorrectly in the prototype of get_color() and the corresponding documentation. Fixed it to reduce the noise from doxygen (down from 790 lines of output to 664 lines now).
git-svn-id: http://svn.voria.com/code@326
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 14:41:22 +0000 (14:41 +0000)]
Fixing warnings from doxygen:
* Added doxygen header where missing.
* Fixed bad \file commands where they were wrong.
* Etc.
git-svn-id: http://svn.voria.com/code@325
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 14:39:26 +0000 (14:39 +0000)]
Fixing warnings from doxygen:
* Added doxygen header where missing.
* Fixed bad \file commands where they were wrong.
* Etc.
git-svn-id: http://svn.voria.com/code@324
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 13:23:30 +0000 (13:23 +0000)]
Fixed a few typos.
git-svn-id: http://svn.voria.com/code@323
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 13:21:59 +0000 (13:21 +0000)]
Commented the 'else' and 'endif' of some long conditional blocks.
git-svn-id: http://svn.voria.com/code@322
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 12:16:49 +0000 (12:16 +0000)]
Added missing '\endlegal'.
git-svn-id: http://svn.voria.com/code@321
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 12:16:41 +0000 (12:16 +0000)]
Added missing '\endlegal'.
git-svn-id: http://svn.voria.com/code@320
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 12:15:19 +0000 (12:15 +0000)]
Fixed doxygen header, preventing warning:
Warning: namespace synfig already has a detailed description...
git-svn-id: http://svn.voria.com/code@319
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 12:14:39 +0000 (12:14 +0000)]
Fixed doxygen header, preventing:
Warning: namespace synfig already has a detailed description ...
git-svn-id: http://svn.voria.com/code@318
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 11:07:06 +0000 (11:07 +0000)]
Fixed a few typos which caused doxygen to complain.
git-svn-id: http://svn.voria.com/code@317
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 15 Mar 2007 10:26:23 +0000 (10:26 +0000)]
\fixme isn't accepted outside a function definition:
Warning: Found unknown command `\fixme'
git-svn-id: http://svn.voria.com/code@316
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 14 Mar 2007 21:19:15 +0000 (21:19 +0000)]
Add a line at the start to tell GNU Emacs that this is a C++ source file.
git-svn-id: http://svn.voria.com/code@315
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 14 Mar 2007 19:58:01 +0000 (19:58 +0000)]
Fix 1420091: Crash when deleting vertex items. I don't think this is the right fix, but it seems to stop the crash at least.
git-svn-id: http://svn.voria.com/code@314
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Tue, 13 Mar 2007 15:27:18 +0000 (15:27 +0000)]
Fix some URLs
git-svn-id: http://svn.voria.com/code@313
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Tue, 13 Mar 2007 15:26:40 +0000 (15:26 +0000)]
Fix some URLs
git-svn-id: http://svn.voria.com/code@312
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Tue, 13 Mar 2007 15:26:21 +0000 (15:26 +0000)]
Fix some URLs
git-svn-id: http://svn.voria.com/code@311
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 13 Mar 2007 14:20:14 +0000 (14:20 +0000)]
Fix 1679790: draw tool: extending transformed blines. Most of the required code was already there - things just needed rearranging a little.
git-svn-id: http://svn.voria.com/code@310
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 13 Mar 2007 13:39:17 +0000 (13:39 +0000)]
Fixed formatting to match surrounding code.
git-svn-id: http://svn.voria.com/code@309
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 13 Mar 2007 13:23:34 +0000 (13:23 +0000)]
Fix 1679452: extending blines with a non-zero offset works OK now as well
git-svn-id: http://svn.voria.com/code@308
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 13 Mar 2007 12:13:02 +0000 (12:13 +0000)]
Partially fix 1679452:
* drawing to or from a duck *within* a bline will adjust the offset of the newly created bline's layer to match the offset of the bline it's linked to
* connecting two ducks, both within different blines will check whether the two blines have the same offset. if so, the new bline will be created with the same offset. if not, it will only be joined to the duck it started at
* extending blines with non-zero offset still needs work
git-svn-id: http://svn.voria.com/code@307
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Tue, 13 Mar 2007 10:10:41 +0000 (10:10 +0000)]
Correct the case of Synfig Studio throughout the code
git-svn-id: http://svn.voria.com/code@306
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 22:47:51 +0000 (22:47 +0000)]
Removed trailing whitespace.
git-svn-id: http://svn.voria.com/code@305
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 22:47:33 +0000 (22:47 +0000)]
Removed trailing whitespace.
git-svn-id: http://svn.voria.com/code@304
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 22:47:18 +0000 (22:47 +0000)]
Removed trailing whitespace.
git-svn-id: http://svn.voria.com/code@303
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 22:31:26 +0000 (22:31 +0000)]
Fixed a typo: 'candidate', not 'canidate'.
git-svn-id: http://svn.voria.com/code@302
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 22:01:54 +0000 (22:01 +0000)]
Fix 1677632: newly drawn lines are joined on to existing lines and ducks wherever possible:
* closing a bline by drawing a new line from one end of it to the other end extends and loops the bline, as you would expect
* connecting the end of one line to a duck in the middle of another (or even in the middle of the line itself) extends the existing line, and links the new end of the line to the duck
* drawing a new line which starts and ends on the same duck now creates a new looped bline which is linked to the duck
git-svn-id: http://svn.voria.com/code@301
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 13:08:06 +0000 (13:08 +0000)]
Commented declaration of unused variables.
git-svn-id: http://svn.voria.com/code@300
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 12:58:51 +0000 (12:58 +0000)]
Commented unused variables.
git-svn-id: http://svn.voria.com/code@299
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 12 Mar 2007 12:51:01 +0000 (12:51 +0000)]
Commented out the declarations of unused variables. The code which uses them is also commented out.
git-svn-id: http://svn.voria.com/code@298
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 17:19:39 +0000 (17:19 +0000)]
Fix 1677596: set range for the brush width widget to 0, <big number>
git-svn-id: http://svn.voria.com/code@297
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 10:25:17 +0000 (10:25 +0000)]
Make synfigstudio less verbose when connecting to previous instances
git-svn-id: http://svn.voria.com/code@296
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 08:02:33 +0000 (08:02 +0000)]
Remove unused variable from the hermite test function
git-svn-id: http://svn.voria.com/code@295
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 07:56:28 +0000 (07:56 +0000)]
Don't need to build anything other than a tar.gz
git-svn-id: http://svn.voria.com/code@294
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 07:56:15 +0000 (07:56 +0000)]
Don't need to build anything other than a tar.gz
git-svn-id: http://svn.voria.com/code@293
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 07:55:59 +0000 (07:55 +0000)]
Don't need to build anything other than a tar.gz
git-svn-id: http://svn.voria.com/code@292
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 07:42:15 +0000 (07:42 +0000)]
Fix 1581867: ensure we distribute the licence by adding COPYING to EXTRA_DIST
git-svn-id: http://svn.voria.com/code@291
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 07:17:28 +0000 (07:17 +0000)]
Fix 1678141: link the synfig command line app with -lHalf to prevent FTBFS using --enable-half
git-svn-id: http://svn.voria.com/code@290
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 07:15:57 +0000 (07:15 +0000)]
Partially fix 1678141: add an int to ColorAccumulator converter, same as the Color one
git-svn-id: http://svn.voria.com/code@289
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 06:26:05 +0000 (06:26 +0000)]
Partially fix 1678141: value.h wasn't including OpenEXR/half.h although it uses symbols from it
git-svn-id: http://svn.voria.com/code@288
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 05:55:33 +0000 (05:55 +0000)]
Partially fix mod_libavcodec: it can now render files without crashing. However there be gremlins in that thar code, for example if initialisation fails, synfig will return an error message as it should and then crash on program shutdown! Also, encoding audio with the video is not supported at all, since the code that does that is disabled with comment and #ifdefs.
git-svn-id: http://svn.voria.com/code@287
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 04:40:40 +0000 (04:40 +0000)]
Fix some error handling in mod_libavcodec. Still crashes though.
git-svn-id: http://svn.voria.com/code@286
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 07:55:52 +0000 (07:55 +0000)]
Use more consistent plugin names
git-svn-id: http://svn.voria.com/code@285
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 07:54:30 +0000 (07:54 +0000)]
Don't ignore target init() failures, causes mod_libavcodec to crash synfig
git-svn-id: http://svn.voria.com/code@284
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 07:45:41 +0000 (07:45 +0000)]
Fix 1346746: init targets before using them during rendering in synfigstudio
git-svn-id: http://svn.voria.com/code@283
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 10 Mar 2007 03:10:35 +0000 (03:10 +0000)]
Use 'mkdir -p' to create parent directories as needed. Prevents this error:
$ make multiple-html
mkdir result/en/out-htmls
mkdir: cannot create directory `result/en/out-htmls': No such file or directory
git-svn-id: http://svn.voria.com/code@282
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 00:44:47 +0000 (00:44 +0000)]
Half fix 1368904: add function to enable/disable the timebar. Just need to change appropriate callers now based on user feedback.
git-svn-id: http://svn.voria.com/code@281
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 9 Mar 2007 22:07:35 +0000 (22:07 +0000)]
Small cosmetic change.
git-svn-id: http://svn.voria.com/code@280
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 9 Mar 2007 22:03:57 +0000 (22:03 +0000)]
Partially fix 1677632: draw tool can extend looped blines. Don't allow the draw tool to extend blines if they are already looped.
git-svn-id: http://svn.voria.com/code@279
1f10aa63-cdf2-0310-b900-
c93c546f37ac
xerakko [Fri, 9 Mar 2007 12:05:19 +0000 (12:05 +0000)]
Initial documentation tree.
git-svn-id: http://svn.voria.com/code@278
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 9 Mar 2007 09:22:15 +0000 (09:22 +0000)]
Fix 1368881: hide the input devices dialog when the close button is pushed
git-svn-id: http://svn.voria.com/code@277
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 9 Mar 2007 06:57:18 +0000 (06:57 +0000)]
Convert the rest of the error and warning dialogs to Gtk::MessageDialog since it is more standard and pretty.
git-svn-id: http://svn.voria.com/code@276
1f10aa63-cdf2-0310-b900-
c93c546f37ac