dooglus [Fri, 1 Feb 2008 16:03:50 +0000 (16:03 +0000)]
With the re-enabling of 'Alpha Brighten', the toolbox has become a little wider. Some foreign translations of the blend method could also push it wider. And since we have 15 tool icons by default, I've made the toolbox 5 icons wide instead of 4, and rearranged them slightly. The top row is now all for "moving ducks", the middle row for "drawing stuff", and the bottom row is more drawing on the left and looking at stuff (eyedrop, zoom) on the right.
git-svn-id: http://svn.voria.com/code@1547
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 1 Feb 2008 15:21:45 +0000 (15:21 +0000)]
Fix 1868911: exported canvases weren't being deleted, due to a handle never being released.
git-svn-id: http://svn.voria.com/code@1546
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 1 Feb 2008 13:22:28 +0000 (13:22 +0000)]
Fix 1678554 and implement 1741220: change the about dialog to a splash screen and implement a new about dialog based on Gtk::AboutDialog. Still need to connect it up to configure.ac though.
git-svn-id: http://svn.voria.com/code@1545
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 1 Feb 2008 12:48:02 +0000 (12:48 +0000)]
Rename the about dialog header, implementation and image to splash screen equivalents. New about dialog implementation will follow.
git-svn-id: http://svn.voria.com/code@1544
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 1 Feb 2008 09:37:47 +0000 (09:37 +0000)]
The template file for studio should use the studio namespace instead of the synfig one.
git-svn-id: http://svn.voria.com/code@1543
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 1 Feb 2008 01:58:45 +0000 (01:58 +0000)]
I still think it would be great to get rid of reference counting - read the new comment in layer_pastecanvas.h and you'll almost certainly agree!
git-svn-id: http://svn.voria.com/code@1542
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 23:43:38 +0000 (23:43 +0000)]
Fix a crash that was happening if we had 2 exported canvases in a .sif file where the 2nd contained a pastecanvas that used the 1st as its canvas. The canvases are destructed in the order in which they appear in the .sif file, so by the time the 2nd is destroyed, the pastecanvas it contains no longer has a valid canvas parameter. The fix is to clear the canvas parameter of any pastecanvases using a canvas when the canvas itself is destroyed.
git-svn-id: http://svn.voria.com/code@1541
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 17:09:36 +0000 (17:09 +0000)]
Tidied up and checked in a patch from genete to allow importing of lipsynced voice animations from Papagayo.
git-svn-id: http://svn.voria.com/code@1540
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 17:09:27 +0000 (17:09 +0000)]
Partially revert the previous commit. Messing with the canvas size causes the display to be cleared between refreshes.
git-svn-id: http://svn.voria.com/code@1539
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 15:04:23 +0000 (15:04 +0000)]
Add AkhIL to the contributors.
git-svn-id: http://svn.voria.com/code@1538
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 15:03:00 +0000 (15:03 +0000)]
Ensure that the size we draw is a whole number of pixels in each dimension, and prevent zooming out too far from creating canvases so small they contain no pixels at all.
git-svn-id: http://svn.voria.com/code@1537
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:13:28 +0000 (14:13 +0000)]
Add menu entries and shortcuts to increase and decrease the pixel size : control-'(' and control-')'.
git-svn-id: http://svn.voria.com/code@1536
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:13:17 +0000 (14:13 +0000)]
Create the pixel-size menus dynamically.
git-svn-id: http://svn.voria.com/code@1535
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:12:58 +0000 (14:12 +0000)]
Change the tile size from 128 to 120 and allow all the factors of 120 to be used as the pixel size for low-resolution editing.
git-svn-id: http://svn.voria.com/code@1534
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:12:46 +0000 (14:12 +0000)]
Improve the logic for when to use the tile renderer. At lower resolutions we can hold off using it longer.
git-svn-id: http://svn.voria.com/code@1533
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:12:35 +0000 (14:12 +0000)]
Tidying.
git-svn-id: http://svn.voria.com/code@1532
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:12:25 +0000 (14:12 +0000)]
And another two that are commented at the moment. But it's best to fix those as well in case they're uncommented sometime.
git-svn-id: http://svn.voria.com/code@1531
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:11:58 +0000 (14:11 +0000)]
There are 3 more places in the code where the low-res pixel size needs to be used.
git-svn-id: http://svn.voria.com/code@1530
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 31 Jan 2008 14:11:15 +0000 (14:11 +0000)]
Applied patch from IL'dar AKHmetgaleev aka AkhIL to allow different qualities of low-resolution rendering.
git-svn-id: http://svn.voria.com/code@1529
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 30 Jan 2008 23:53:34 +0000 (23:53 +0000)]
Fix 1883030: Version 0.1 of the timeloop layer acted as if it wasn't there whenever its start_time wasn't strictly less than its end_time, whereas the current version works with both positive and negative values for 'duration'. This was causing problems with old .sif files which use animated valuenodes for start_time and/or end_time, since we couldn't easily convert them to produce the same results with the new layer type. This commit adds a new parameter to the timeloop layer to cause the layer to disable itself for non-positive durations, allowing compatibility with old .sif files.
git-svn-id: http://svn.voria.com/code@1528
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 30 Jan 2008 22:43:33 +0000 (22:43 +0000)]
Disabling and reenabling a layer under a timeloop layer was causing the layer to be rendered at the current time, ignoring the effect of the timeloop layer (until the time slider was adjusted).
git-svn-id: http://svn.voria.com/code@1527
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 30 Jan 2008 13:54:47 +0000 (13:54 +0000)]
AkhIL mentioned on IRC that bitmaps weren't working with 'straight onto' blending. It turned out that the clone-and-encapsulate we do to get straight blending to work was failing because clone() needs to know the path to the file that the canvas is stored in to calculate the relative path to the image file, and the optimized copy of the canvas tree didn't have that information. Now it does.
git-svn-id: http://svn.voria.com/code@1526
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 23:01:04 +0000 (23:01 +0000)]
OK, let's use alt-o (o is for onion) instead of control-k to toggle onion skin.
git-svn-id: http://svn.voria.com/code@1525
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 22:54:38 +0000 (22:54 +0000)]
Change the default 'toggle onion skin' keyboard shortcut from control-o (which is the stock binding for 'open') to control-k.
git-svn-id: http://svn.voria.com/code@1524
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 10:57:15 +0000 (10:57 +0000)]
If environment variable SYNFIG_DISABLE_AUTOMATIC_DOCUMENT_CREATION is set, don't create a blank document on startup, even if no documents were specified on the command line. I'll add proper configuration items within the gui for this and other recent changes soon.
git-svn-id: http://svn.voria.com/code@1523
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 10:57:06 +0000 (10:57 +0000)]
Allow the layer panel to be sorted by layer name. Resize the layer name column to fit the layer names. Rename the "Layer" column to "Name".
git-svn-id: http://svn.voria.com/code@1522
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 10:56:52 +0000 (10:56 +0000)]
Use set_sort_column() instead of the deprecated set_sort_column_id().
git-svn-id: http://svn.voria.com/code@1521
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 08:41:05 +0000 (08:41 +0000)]
If no documents are specified to be loaded on the command line at start-up, create a new empty document to the novice user can get started straight away. synfig.org/Wish_list#Improved_User_Experience_for_First_Contact
git-svn-id: http://svn.voria.com/code@1520
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 08:31:07 +0000 (08:31 +0000)]
Default 'end time' for new canvases to 5s instead of 0. That's one less thing a new user then needs to edit to start making his first animation. Also, don't show the intimidating canvas properties dialog when a layer is created, just use the defaults. Set environment variable "SYNFIG_ENABLE_NEW_CANVAS_EDIT_PROPERTIES" to revert this change locally. See synfig.org/Wish_list#Improved_User_Experience_for_First_Contact .
git-svn-id: http://svn.voria.com/code@1519
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 29 Jan 2008 06:23:21 +0000 (06:23 +0000)]
r1505 accidentally changed the behavior of the (JMP) links in the keyframe panel to require a double click. This changes it back.
git-svn-id: http://svn.voria.com/code@1518
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 28 Jan 2008 15:23:31 +0000 (15:23 +0000)]
g++ 4.2 didn't like my last change.
git-svn-id: http://svn.voria.com/code@1517
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 28 Jan 2008 14:23:41 +0000 (14:23 +0000)]
Revision 1494 introduced a bug in the bline tool. Dragging a tangent while drawing would only show one tangent duck, not two. This was caused by the hash<T> class no hashing the characters pointed to by a char*, but hashing the pointer itself now. See the first mention of 'char*' in open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1456.html .
git-svn-id: http://svn.voria.com/code@1516
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 28 Jan 2008 12:30:46 +0000 (12:30 +0000)]
Don't try to change the value of 'const' variables. Finish statements with semicolons. Etc.
git-svn-id: http://svn.voria.com/code@1515
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 15:29:47 +0000 (15:29 +0000)]
More unused parameters - in ETL this time.
git-svn-id: http://svn.voria.com/code@1514
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 13:03:55 +0000 (13:03 +0000)]
Honor the "amount" parameter of the 'duplicate' layer.
git-svn-id: http://svn.voria.com/code@1513
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 12:20:13 +0000 (12:20 +0000)]
Oops - missed one in the last commit.
git-svn-id: http://svn.voria.com/code@1512
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 12:16:51 +0000 (12:16 +0000)]
Prevent more 'unused parameter' warnings - compiling without debug enabled disables the assert() checks which leads to more parameters being unused.
git-svn-id: http://svn.voria.com/code@1511
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 12:12:27 +0000 (12:12 +0000)]
Prevent all remaining 'unused parameter' warnings when compiling with debug enabled.
git-svn-id: http://svn.voria.com/code@1510
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 11:54:10 +0000 (11:54 +0000)]
The same as r1506 but for studio as well. r1506 only addressed the problem for core.
git-svn-id: http://svn.voria.com/code@1509
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 11:45:26 +0000 (11:45 +0000)]
Fix a warning about returning a reference to a temporary by introducing a memory leak instead! I don't think the code should ever be used though, and have added a warning to indicate if it is.
git-svn-id: http://svn.voria.com/code@1508
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 11:31:20 +0000 (11:31 +0000)]
Don't use the '-Wno-unused-parameter' flag by default.
git-svn-id: http://svn.voria.com/code@1507
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 11:05:29 +0000 (11:05 +0000)]
Check that unordered_map<int,int>::const_iterator is declared before deciding to use <tr1/unordered_map>. Similarly for unordered_set.
git-svn-id: http://svn.voria.com/code@1506
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 10:13:42 +0000 (10:13 +0000)]
Make the keyframe panel's description column sortable.
git-svn-id: http://svn.voria.com/code@1505
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 27 Jan 2008 10:13:32 +0000 (10:13 +0000)]
Add a KeyframeTreeStore::description_sorter() to go with the time_sorter().
git-svn-id: http://svn.voria.com/code@1504
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 12:37:43 +0000 (12:37 +0000)]
Prevent a warning saying "not enough variable arguments to fit a sentinel". But why was this KeyframeTreeStore_Class class being used at all? Looks like some unfinished work here. I've commented it out - does that affect anything?
git-svn-id: http://svn.voria.com/code@1503
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 11:51:32 +0000 (11:51 +0000)]
Fix the error about being unable to parse the grid_size metadata. It was previously only complaining if the grid_size wasn't specified, or was specified to be empty.
git-svn-id: http://svn.voria.com/code@1502
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 11:46:47 +0000 (11:46 +0000)]
Don't warn "Action CandidateList is empty!" - it happens a lot, and isn't a problem.
git-svn-id: http://svn.voria.com/code@1501
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 11:46:04 +0000 (11:46 +0000)]
Disable the "Adjust: connecting to child signals" message.
git-svn-id: http://svn.voria.com/code@1500
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 11:44:39 +0000 (11:44 +0000)]
Disable the "Entered Normal State" message.
git-svn-id: http://svn.voria.com/code@1499
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 11:43:44 +0000 (11:43 +0000)]
Disable profiler in childrentreestore.cpp.
git-svn-id: http://svn.voria.com/code@1498
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 11:06:38 +0000 (11:06 +0000)]
Remove the -fpermissive flag - we no longer need it.
git-svn-id: http://svn.voria.com/code@1497
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 10:49:39 +0000 (10:49 +0000)]
Prevent warning from g++ 4.3: [ETL/_smach.h:171] declaration of 'typedef class etl::smach<CON, K, M>::event_def<T> etl::smach<CON, K, M>::state<T>::event_def' [ETL/_smach.h:102] changes meaning of 'event_def' from 'class etl::smach<CON, K, M>::event_def<T>'.
git-svn-id: http://svn.voria.com/code@1496
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 03:37:41 +0000 (03:37 +0000)]
Prevent lots of warnings like [_surface.h:68] declaration of 'typedef ...alpha_pen<...> etl::surface<...>::alpha_pen' [_pen.h:320] changes meaning of 'alpha_pen' from '...alpha_pen<...>'.
git-svn-id: http://svn.voria.com/code@1495
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 26 Jan 2008 02:03:45 +0000 (02:03 +0000)]
Avoid the "deprecated or antiquated header" warning from g++ 4.3 by using <tr1/unordered_map> and <tr1/unordered_set> instead of <ext/hash_map> and <ext/hash_set> if they are available.
git-svn-id: http://svn.voria.com/code@1494
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 18:18:19 +0000 (18:18 +0000)]
Avoid warnings from g++ 4.3. Add 'todo' notes to check the grouping.
git-svn-id: http://svn.voria.com/code@1493
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 18:11:51 +0000 (18:11 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1492
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 18:11:04 +0000 (18:11 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1491
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 17:57:53 +0000 (17:57 +0000)]
Fix a bug found by g++ 4.3, and add a few comments.
git-svn-id: http://svn.voria.com/code@1490
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 17:28:53 +0000 (17:28 +0000)]
Avoid warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1489
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 17:28:09 +0000 (17:28 +0000)]
Avoid warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1488
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 16:22:47 +0000 (16:22 +0000)]
Avoid warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1487
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 16:21:19 +0000 (16:21 +0000)]
Avoid warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1486
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 16:00:32 +0000 (16:00 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1485
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 15:50:35 +0000 (15:50 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1484
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 15:48:02 +0000 (15:48 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1483
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 15:45:55 +0000 (15:45 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1482
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 15:41:45 +0000 (15:41 +0000)]
Fix a bug found by g++ 4.3, and comment out the method, because it's never used anyway
git-svn-id: http://svn.voria.com/code@1481
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:33:46 +0000 (14:33 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1480
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:26:17 +0000 (14:26 +0000)]
Avoid warnings from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1479
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:22:57 +0000 (14:22 +0000)]
Fix bugs found by g++ 4.3.
git-svn-id: http://svn.voria.com/code@1478
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:21:57 +0000 (14:21 +0000)]
Avoid warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1477
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:20:12 +0000 (14:20 +0000)]
Avoid warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1476
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:15:47 +0000 (14:15 +0000)]
Avoid warning.
git-svn-id: http://svn.voria.com/code@1475
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:15:01 +0000 (14:15 +0000)]
Avoid warning.
git-svn-id: http://svn.voria.com/code@1474
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:14:24 +0000 (14:14 +0000)]
Avoid warning.
git-svn-id: http://svn.voria.com/code@1473
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:11:36 +0000 (14:11 +0000)]
Prevent warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1472
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:03:59 +0000 (14:03 +0000)]
Stop a warning from g++ 4.3, but add a 'todo' note that the code needs checking. It doesn't look right to me.
git-svn-id: http://svn.voria.com/code@1471
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 14:00:05 +0000 (14:00 +0000)]
g++ 4.3 told me "time.h:65: warning: type qualifiers ignored on function return type" so I removed the "const" from the return type of Time::epsilon_().
git-svn-id: http://svn.voria.com/code@1470
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 13:11:59 +0000 (13:11 +0000)]
Avoid a warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1469
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 13:01:02 +0000 (13:01 +0000)]
Fix a bug found by g++ 4.3.
git-svn-id: http://svn.voria.com/code@1468
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 12:54:09 +0000 (12:54 +0000)]
Fix a bug found by g++ 4.3, and then commented out the fixed method because it's never used anywhere anyway.
git-svn-id: http://svn.voria.com/code@1467
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 12:49:39 +0000 (12:49 +0000)]
Fix warnings and a bug found by g++ 4.3.
git-svn-id: http://svn.voria.com/code@1466
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 12:44:45 +0000 (12:44 +0000)]
Avoid a warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1465
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 12:44:28 +0000 (12:44 +0000)]
Avoid a warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1464
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 12:29:39 +0000 (12:29 +0000)]
Avoid a warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1463
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 12:23:29 +0000 (12:23 +0000)]
Avoid a warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1462
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 25 Jan 2008 12:22:39 +0000 (12:22 +0000)]
Avoid a warning from g++ 4.3.
git-svn-id: http://svn.voria.com/code@1461
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 25 Jan 2008 10:20:02 +0000 (10:20 +0000)]
Fix some FTBFS issues when compiling with GCC 4.3
git-svn-id: http://svn.voria.com/code@1460
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 22:27:19 +0000 (22:27 +0000)]
Add checkboxes to the toggleable entries in the view menu.
git-svn-id: http://svn.voria.com/code@1459
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 17:20:29 +0000 (17:20 +0000)]
I missed a few layers that can be used with the 'transparent + straight blend' trick in the last commit. That should be all now.
git-svn-id: http://svn.voria.com/code@1458
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 17:20:08 +0000 (17:20 +0000)]
Quite a lot of the example canvases use the trick of blending a transparent shape using blend method "straight", and relying on an old bug to mask just the pixels in the shape. Now that "straight" blending no longer only applies to the pixels in the shape, but to the whole layer, this trick no longer works. The example .sif files have been modified to no longer rely on the trick, but it's possible that other .sif files do use it, and so this change looks out for the trick and changes it to use a fully opaque shape with "alpha over" blending, which has the same effect.
git-svn-id: http://svn.voria.com/code@1457
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 11:00:15 +0000 (11:00 +0000)]
Remember separate default directories for opening and writing each of animations, images, sketches, rendered output, and "miscellaneous".
git-svn-id: http://svn.voria.com/code@1456
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 24 Jan 2008 05:31:30 +0000 (05:31 +0000)]
Make ETL-config a wrapper around pkg-config. Patch by Ralf Corsepius <rc040203@freenet.de>
git-svn-id: http://svn.voria.com/code@1455
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 01:23:45 +0000 (01:23 +0000)]
Use alpha-over instead of a transparent "straight" blend method.
git-svn-id: http://svn.voria.com/code@1454
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 01:23:38 +0000 (01:23 +0000)]
Fix for the updated straight blend method.
git-svn-id: http://svn.voria.com/code@1453
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 01:23:30 +0000 (01:23 +0000)]
More of the same.
git-svn-id: http://svn.voria.com/code@1452
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 01:07:55 +0000 (01:07 +0000)]
And again.
git-svn-id: http://svn.voria.com/code@1451
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 01:05:37 +0000 (01:05 +0000)]
Same again - use alpha-over instead of a transparent+straight.
git-svn-id: http://svn.voria.com/code@1450
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 00:50:31 +0000 (00:50 +0000)]
Update to no longer rely on the 'straight' blend method failing to render some transparent pixels.
git-svn-id: http://svn.voria.com/code@1449
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 24 Jan 2008 00:44:28 +0000 (00:44 +0000)]
Put the holes back in. This file used to rely on a bug in the 'straight' blend method. Since 'straight' has now been fixed, use alpha-over instead to achieve the same result.
git-svn-id: http://svn.voria.com/code@1448
1f10aa63-cdf2-0310-b900-
c93c546f37ac