synfig.git
14 years agoMerge branch 'master' into zelgadis_master
Konstantin Dmitriev [Thu, 16 Jul 2009 13:21:26 +0000 (20:21 +0700)]
Merge branch 'master' into zelgadis_master

14 years agoAdd new icons for toggle buttons. Thanks to Gerald Young
Carlos Lopez [Mon, 13 Jul 2009 19:02:20 +0000 (21:02 +0200)]
Add new icons for toggle buttons. Thanks to Gerald Young

14 years agoAdd a member to check if the value node is invertible
Carlos Lopez [Mon, 6 Jul 2009 23:49:30 +0000 (01:49 +0200)]
Add a member to check if the value node is invertible
and a member to calculate the inverse. Code in studio
is more independent on core modifications.

14 years agoSimplified version for reverse manipulation Scale convert types ducks
Carlos Lopez [Mon, 6 Jul 2009 14:02:03 +0000 (16:02 +0200)]
Simplified version for reverse manipulation Scale convert types ducks

14 years agoFix quality spin button feedback. It didn't update the actions before.
Carlos Lopez [Wed, 8 Jul 2009 15:57:02 +0000 (17:57 +0200)]
Fix quality spin button feedback. It didn't update the actions before.

14 years agoFix two mistakes in the tooltips
Carlos Lopez [Wed, 8 Jul 2009 15:41:23 +0000 (17:41 +0200)]
Fix two mistakes in the tooltips

14 years agoAdd onion skin icon, and two spin buttons to control past and future onion skins
Carlos Lopez [Wed, 8 Jul 2009 15:37:27 +0000 (17:37 +0200)]
Add onion skin icon, and two spin buttons to control past and future onion skins

14 years agoAdd code for multiple onion skins.
Carlos Lopez [Wed, 8 Jul 2009 13:09:50 +0000 (15:09 +0200)]
Add code for multiple onion skins.

14 years agoUpdate copyrights for people who modified the files
Carlos Lopez [Mon, 6 Jul 2009 11:05:25 +0000 (13:05 +0200)]
Update copyrights for people who modified the files

14 years agoAdd snap grid toggle button with proper icon.
Carlos Lopez [Mon, 29 Jun 2009 10:38:24 +0000 (12:38 +0200)]
Add snap grid toggle button with proper icon.
Add proper show grid icon.

14 years agoInitial version of show grid check button. Needs a proper icon.
Carlos Lopez [Sun, 28 Jun 2009 23:41:12 +0000 (01:41 +0200)]
Initial version of show grid check button. Needs a proper icon.

14 years agoAdd tooltip to the quality spin button.
Carlos Lopez [Sun, 28 Jun 2009 22:28:21 +0000 (00:28 +0200)]
Add tooltip to the quality spin button.

14 years agoSynchronise quality spin button and quality action radio buttons.
Carlos Lopez [Sun, 28 Jun 2009 22:11:51 +0000 (00:11 +0200)]
Synchronise quality spin button and quality action radio buttons.
Do not set insensitive the spin button when working depth is true.

14 years agoTrying to prevent a crash when changing render quality meanwhile updating work area.
Carlos Lopez [Sun, 28 Jun 2009 18:39:33 +0000 (20:39 +0200)]
Trying to prevent a crash when changing render quality meanwhile updating work area.

14 years agoAdd render quality spin button. WIP
Carlos Lopez [Sun, 28 Jun 2009 17:55:36 +0000 (19:55 +0200)]
Add render quality spin button. WIP

14 years agoChange the relief status of the toggle duck buttons
Carlos Lopez [Sun, 28 Jun 2009 16:39:30 +0000 (18:39 +0200)]
Change the relief status of the toggle duck buttons

14 years agoAdd a separator between toggle ducks and low res dials
Carlos Lopez [Sun, 28 Jun 2009 16:36:52 +0000 (18:36 +0200)]
Add a separator between toggle ducks and low res dials

14 years agoChange toggle duck icons from numbers to duck icon images.
Carlos Lopez [Sun, 28 Jun 2009 15:39:35 +0000 (17:39 +0200)]
Change toggle duck icons from numbers to duck icon images.

14 years agoUpdate Toggle Ducks Actions when Toggle Ducks Buttons changes.
Carlos Lopez [Sun, 28 Jun 2009 14:08:21 +0000 (16:08 +0200)]
Update Toggle Ducks Actions when Toggle Ducks Buttons changes.
Before this commit the synchronisation was only from actions to buttons and not the opposite.

14 years agoAdd Resolution Dial widget. Synchronise Low res check button with low res action...
Carlos Lopez [Sun, 28 Jun 2009 13:05:28 +0000 (15:05 +0200)]
Add Resolution Dial widget. Synchronise Low res check button with low res action and vice-versa.Also Increase/Decrease resolution buttons change low res check button status and low res action.

14 years agoMove the toggle ducks dial to the new display bar at the top of the window.
Carlos Lopez [Sat, 27 Jun 2009 10:05:56 +0000 (12:05 +0200)]
Move the toggle ducks dial to the new display bar at the top of the window.

14 years agoSynchronise toggle buttons with keyboard and menu actions.
Carlos Lopez [Sat, 27 Jun 2009 08:20:11 +0000 (10:20 +0200)]
Synchronise toggle buttons with keyboard and menu actions.

14 years agoUse toogleducksdial member pointer and do not expose the toggle buttons pointers...
Carlos Lopez [Sat, 27 Jun 2009 07:30:59 +0000 (09:30 +0200)]
Use toogleducksdial member pointer and do not expose the toggle buttons pointers outide. Create member methods instead

14 years agoUse Toggle buttons instead of Buttons for toggle ducks.
Carlos Lopez [Wed, 24 Jun 2009 21:01:35 +0000 (23:01 +0200)]
Use Toggle buttons instead of Buttons for toggle ducks.

14 years agoDeprecate intermediate Gtk::Table variable 'table'. Not needed.
Carlos Lopez [Wed, 24 Jun 2009 20:24:31 +0000 (22:24 +0200)]
Deprecate intermediate Gtk::Table variable 'table'. Not needed.

14 years agoInitial trial of toggle ducks dial. Needs re factoring to toggle buttons and place...
Carlos Lopez [Tue, 23 Jun 2009 22:26:45 +0000 (00:26 +0200)]
Initial trial of toggle ducks dial. Needs re factoring to toggle buttons and place them in the top of the window.

14 years agoUse Gtkmm stock items instead of Gtk ones for Keyframe Dial buttons.
Carlos Lopez [Tue, 23 Jun 2009 14:27:06 +0000 (16:27 +0200)]
Use Gtkmm stock items instead of Gtk ones for Keyframe Dial buttons.

14 years agoKeep correct size on the animate button after pressed.
Carlos Lopez [Mon, 22 Jun 2009 20:18:29 +0000 (22:18 +0200)]
Keep correct size on the animate button after pressed.

14 years agoComment a line that produced a bad render of the HScroll and seems to do nothing...
Carlos Lopez [Mon, 22 Jun 2009 19:54:01 +0000 (21:54 +0200)]
Comment a line that produced a bad render of the HScroll and seems to do nothing special.

14 years agoRemove unneeded member call.
Carlos Lopez [Mon, 22 Jun 2009 19:02:42 +0000 (21:02 +0200)]
Remove unneeded member call.

14 years agoAdd Play/Stop button to the Frame Dial.
Carlos Lopez [Mon, 22 Jun 2009 18:08:36 +0000 (20:08 +0200)]
Add Play/Stop button to the Frame Dial.

14 years agoReorder the code a bit and add some comments
Carlos Lopez [Mon, 22 Jun 2009 17:05:34 +0000 (19:05 +0200)]
Reorder the code a bit and add some comments

14 years agoMoved keyframedial to the first row as well as the animate button
Carlos Lopez [Sun, 21 Jun 2009 23:11:15 +0000 (01:11 +0200)]
Moved keyframedial to the first row as well as the animate button
to save space.
Added tooltip to the Current time

14 years agoShow the current_time_widget in the proper function and request minimum horizontal...
Carlos Lopez [Sun, 21 Jun 2009 22:42:37 +0000 (00:42 +0200)]
Show the current_time_widget in the proper function and request minimum horizontal size

14 years agoRemove uneeded code
Carlos Lopez [Sun, 21 Jun 2009 10:46:20 +0000 (12:46 +0200)]
Remove uneeded code

14 years agoMove Lock keyframe button to the KeyFrameDial
Carlos Lopez [Sun, 21 Jun 2009 10:45:00 +0000 (12:45 +0200)]
Move Lock keyframe button to the KeyFrameDial

14 years agoAdd Keyframe Dial initial layout
Carlos Lopez [Sun, 21 Jun 2009 09:57:18 +0000 (11:57 +0200)]
Add Keyframe Dial initial layout

14 years agoNew Canvas view layout. WIP
Carlos Lopez [Sun, 21 Jun 2009 06:47:49 +0000 (08:47 +0200)]
New Canvas view layout. WIP
-Move the Current time widget from the status to the timebar.
-Add a new row at the bottom of the time bar and move there the animate and lock keyframe buttons.

14 years agoFix bug: 2175043. Crash when destination file not writable or path doesn't exists.
Carlos Lopez [Sun, 12 Jul 2009 17:45:10 +0000 (19:45 +0200)]
Fix bug: 2175043. Crash when destination file not writable or path doesn't exists.

14 years agoRevert modifications for Fedora compatibility due to stability problems.
Carlos Lopez [Mon, 6 Jul 2009 09:42:01 +0000 (11:42 +0200)]
Revert modifications for Fedora compatibility due to stability problems.

14 years agoDelete unneeded test file from pixelgeek git test.
Carlos Lopez [Mon, 6 Jul 2009 09:29:05 +0000 (11:29 +0200)]
Delete unneeded test file from pixelgeek git test.

14 years agoFixing user name...
Chris Norman [Sat, 4 Jul 2009 02:56:18 +0000 (19:56 -0700)]
Fixing user name...

Signed-off-by: Chris Norman <pxe.geek_spam@gmail.com>
14 years agoTest commit - please feel free ro revert
unknown [Sat, 4 Jul 2009 02:50:46 +0000 (19:50 -0700)]
Test commit - please feel free ro revert

Signed-off-by: pxe.geek@gmail.com
14 years agoMerge branch 'genete_setup_dialog'
Carlos Lopez [Mon, 29 Jun 2009 15:51:11 +0000 (17:51 +0200)]
Merge branch 'genete_setup_dialog'

14 years agoAdded several generated files and directories that were ignored in Subversion
Gerco Ballintijn [Mon, 29 Jun 2009 09:10:11 +0000 (11:10 +0200)]
Added several generated files and directories that were ignored in Subversion
and that should also be ignored by git.

14 years agoReformat code a bit. No changes.
Carlos Lopez [Wed, 24 Jun 2009 18:32:11 +0000 (20:32 +0200)]
Reformat code a bit. No changes.

14 years agoDo not use localised decimal separators for float number strings.
Carlos Lopez [Wed, 24 Jun 2009 18:07:35 +0000 (20:07 +0200)]
Do not use localised decimal separators for float number strings.

14 years agoKeep correct size on the animate button after pressed.
Carlos Lopez [Mon, 22 Jun 2009 20:18:29 +0000 (22:18 +0200)]
Keep correct size on the animate button after pressed.

14 years agoComment a line that produced a bad render of the HScroll and seems to do nothing...
Carlos Lopez [Mon, 22 Jun 2009 19:54:01 +0000 (21:54 +0200)]
Comment a line that produced a bad render of the HScroll and seems to do nothing special.

14 years agoRemove unneeded member call.
Carlos Lopez [Mon, 22 Jun 2009 19:02:42 +0000 (21:02 +0200)]
Remove unneeded member call.

14 years agoAdd Play/Stop button to the Frame Dial.
Carlos Lopez [Mon, 22 Jun 2009 18:08:36 +0000 (20:08 +0200)]
Add Play/Stop button to the Frame Dial.

14 years agoReorder the code a bit and add some comments
Carlos Lopez [Mon, 22 Jun 2009 17:05:34 +0000 (19:05 +0200)]
Reorder the code a bit and add some comments

14 years agoMoved keyframedial to the first row as well as the animate button
Carlos Lopez [Sun, 21 Jun 2009 23:11:15 +0000 (01:11 +0200)]
Moved keyframedial to the first row as well as the animate button
to save space.
Added tooltip to the Current time

14 years agoShow the current_time_widget in the proper function and request minimum horizontal...
Carlos Lopez [Sun, 21 Jun 2009 22:42:37 +0000 (00:42 +0200)]
Show the current_time_widget in the proper function and request minimum horizontal size

14 years agoRemove uneeded code
Carlos Lopez [Sun, 21 Jun 2009 10:46:20 +0000 (12:46 +0200)]
Remove uneeded code

14 years agoMove Lock keyframe button to the KeyFrameDial
Carlos Lopez [Sun, 21 Jun 2009 10:45:00 +0000 (12:45 +0200)]
Move Lock keyframe button to the KeyFrameDial

14 years agoAdd Keyframe Dial initial layout
Carlos Lopez [Sun, 21 Jun 2009 09:57:18 +0000 (11:57 +0200)]
Add Keyframe Dial initial layout

14 years agoNew Canvas view layout. WIP
Carlos Lopez [Sun, 21 Jun 2009 06:47:49 +0000 (08:47 +0200)]
New Canvas view layout. WIP
-Move the Current time widget from the status to the timebar.
-Add a new row at the bottom of the time bar and move there the animate and lock keyframe buttons.

14 years agoUse the GTKmm (instead of GTK) icon specifications for the Zoom and Frame
Gerco Ballintijn [Mon, 22 Jun 2009 12:02:52 +0000 (14:02 +0200)]
Use the GTKmm (instead of GTK) icon specifications for the Zoom and Frame
Navigation buttons.

14 years agoUse GTK icons for Zoom Dial buttons
Carlos Lopez [Sat, 20 Jun 2009 18:03:38 +0000 (20:03 +0200)]
Use GTK icons for Zoom Dial buttons

14 years agoUse GTK media icons for Frame Dial navigation buttons
Carlos Lopez [Sat, 20 Jun 2009 17:56:40 +0000 (19:56 +0200)]
Use GTK media icons for Frame Dial navigation buttons

14 years agoMerge branch 'master' into genete_setup_dialog
Carlos Lopez [Sat, 20 Jun 2009 12:22:02 +0000 (14:22 +0200)]
Merge branch 'master' into genete_setup_dialog

14 years ago#2602803: "Patch: Improve UI on crash recovery dialog."
gballintijn [Sat, 20 Jun 2009 11:59:12 +0000 (11:59 +0000)]
#2602803: "Patch: Improve UI on crash recovery dialog."
Simplified version of the patch that Bombe added to SourceForge.net on 2009-02-15. Based on suggestions by Pabs, I cleaned up and shortened the code a bit, making it more consistent with surrounding code.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2383 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoMerge branch 'master' into genete_setup_dialog
Carlos Lopez [Sat, 20 Jun 2009 12:15:37 +0000 (14:15 +0200)]
Merge branch 'master' into genete_setup_dialog

14 years agoMerge branch 'master' into genete_setup_dialog
Carlos Lopez [Sat, 20 Jun 2009 08:11:27 +0000 (10:11 +0200)]
Merge branch 'master' into genete_setup_dialog

14 years agoAPI generation script update.
Konstantin Dmitriev [Sat, 20 Jun 2009 04:13:04 +0000 (11:13 +0700)]
API generation script update.

- replaced ~ with $HOME
- fixed AC_CONFIG_SUBDIRS exception
- checks for doxygen and git available at the start
- ask sf.net username at runtime

14 years agoScript to generate API documentation and send it to sf.net.
Konstantin Dmitriev [Fri, 19 Jun 2009 15:35:10 +0000 (22:35 +0700)]
Script to generate API documentation and send it to sf.net.

Uses doxygen to generate API docs from source code and pushing them on http://synfig.sourceforge.net/api/ via rsync.

14 years agoMerge branch 'genete_master'
Carlos Lopez [Fri, 19 Jun 2009 15:16:24 +0000 (17:16 +0200)]
Merge branch 'genete_master'

14 years agoAdded the necessary buttons to the canvas window to enable the user to go
gballintijn [Fri, 19 Jun 2009 08:53:38 +0000 (08:53 +0000)]
Added the necessary buttons to the canvas window to enable the user to go
to the beginning, end, previous frame, and next frame. Before this was
only possible using key bindings. Note: The patch does not add the previous
or next *second* buttons.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2382 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoRemove an Autoconf warning about AC_COMPILE_IFELSE and AC_RUN_IFELSE being
gballintijn [Fri, 19 Jun 2009 07:31:56 +0000 (07:31 +0000)]
Remove an Autoconf warning about AC_COMPILE_IFELSE and AC_RUN_IFELSE being
called before AC_GNU_SOURCE was called. AC_COMPILE_IFELSE and AC_RUN_IFELSE
are indirectly called via AC_BIGENDIAN.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2379 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoUpdate my copyright
Carlos Lopez [Thu, 18 Jun 2009 21:36:50 +0000 (23:36 +0200)]
Update my copyright

14 years agoDisable spin buttons for x and y size of new Documents
Carlos Lopez [Thu, 18 Jun 2009 21:26:28 +0000 (23:26 +0200)]
Disable spin buttons for x and y size of new Documents
when a predefined size is selected.

14 years agoAssure to call Gtk::manage instead of any other version.
Carlos Lopez [Wed, 17 Jun 2009 22:58:43 +0000 (00:58 +0200)]
Assure to call Gtk::manage instead of any other version.

14 years agoDisable fps spin button when combo box selection is a predefined one.
Carlos Lopez [Wed, 17 Jun 2009 22:54:50 +0000 (00:54 +0200)]
Disable fps spin button when combo box selection is a predefined one.
Enable in other case.

14 years agoAdd preferred and predefined FPS options in the Setup Dialog
Carlos Lopez [Wed, 17 Jun 2009 22:32:38 +0000 (00:32 +0200)]
Add preferred and predefined FPS options in the Setup Dialog

14 years agoRemove assert(o) call because this function
Carlos Lopez [Mon, 15 Jun 2009 20:48:25 +0000 (22:48 +0200)]
Remove assert(o) call because this function
is called when importing a SVG file using the png module
and the build is in debug mode.

14 years agoRemove assert(o) call because this function
Carlos Lopez [Mon, 15 Jun 2009 20:48:25 +0000 (22:48 +0200)]
Remove assert(o) call because this function
is called when importing a SVG file using the png module
and the build is in debug mode.

14 years agoDelete svn tags. We don't need them in git
Carlos Lopez [Sat, 13 Jun 2009 15:56:37 +0000 (17:56 +0200)]
Delete svn tags. We don't need them in git

14 years agoDelete svn tags. We don't need them in git
Carlos Lopez [Sat, 13 Jun 2009 15:56:37 +0000 (17:56 +0200)]
Delete svn tags. We don't need them in git

14 years agoFix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
pabs3 [Fri, 12 Jun 2009 03:52:47 +0000 (03:52 +0000)]
Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older automake.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2378 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoAdd some changes to make ETL more suitable for Fedora:
pabs3 [Sun, 7 Jun 2009 10:41:14 +0000 (10:41 +0000)]
Add some changes to make ETL more suitable for Fedora:

Generate etl_profile.h in a less hacky way.

Move the tests needed for generating etl_profile.h into the main configuration file.

Move the etl_profile.h header to an arch-specific dir to prepare for multi-arch.

Use less generic defines in the etl_profile.h header and prefix private defines with a double underscore.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2377 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoRefactored the canvas zoom button "minibar":
gballintijn [Mon, 11 May 2009 16:31:34 +0000 (16:31 +0000)]
Refactored the canvas zoom button "minibar":
* Moved the constructor code to zoomdial.cpp.
* Made fields private that can be private.
* Removed the use of a CPP macro to reuse C++ code.
* Some minor layout changes.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2376 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years ago#2780661 (partially): Fix the last programmatic references to fore- and
gballintijn [Thu, 7 May 2009 20:51:55 +0000 (20:51 +0000)]
#2780661 (partially): Fix the last programmatic references to fore- and
background color, including the description field in the .sif files.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2375 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoRemove a dependency (introduced r2360) of the (GUI independent) code in
gballintijn [Thu, 7 May 2009 18:24:11 +0000 (18:24 +0000)]
Remove a dependency (introduced r2360) of the (GUI independent) code in
src/synfigapp on the (GUI dependent) code in src/gtkmm.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2374 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoPrefer prototypes from glibc headers, since defining them ourselves works around...
pabs3 [Wed, 6 May 2009 05:03:23 +0000 (05:03 +0000)]
Prefer prototypes from glibc headers, since defining them ourselves works around glibc security mechanisms.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2373 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoFix make distcheck breakage introduced by the Makefile.am reformatting.
pabs3 [Wed, 6 May 2009 04:48:12 +0000 (04:48 +0000)]
Fix make distcheck breakage introduced by the Makefile.am reformatting.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2372 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoDrop unused definition of ETL_BIGENDIAN
pabs3 [Tue, 5 May 2009 15:47:54 +0000 (15:47 +0000)]
Drop unused definition of ETL_BIGENDIAN

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2371 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoRemove some autoconf checks that have unused results
pabs3 [Tue, 5 May 2009 15:39:09 +0000 (15:39 +0000)]
Remove some autoconf checks that have unused results

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2370 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoFix some SVN $Id$ keywords that got missed somehow.
pabs3 [Tue, 5 May 2009 10:15:29 +0000 (10:15 +0000)]
Fix some SVN $Id$ keywords that got missed somehow.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2369 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoCheck for big endian systems instead of relying on the ETL defines.
pabs3 [Tue, 5 May 2009 09:07:26 +0000 (09:07 +0000)]
Check for big endian systems instead of relying on the ETL defines.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2368 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoUse less generic names for the guards for the ETL public headers
pabs3 [Mon, 4 May 2009 13:43:36 +0000 (13:43 +0000)]
Use less generic names for the guards for the ETL public headers

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2367 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoInclude stdio from the right section of _angle.h and use the C++ version
pabs3 [Mon, 4 May 2009 13:41:26 +0000 (13:41 +0000)]
Include stdio from the right section of _angle.h and use the C++ version

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2366 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoMake the names for the guards for ETL private headers consistent WRT the number of...
pabs3 [Mon, 4 May 2009 13:39:59 +0000 (13:39 +0000)]
Make the names for the guards for ETL private headers consistent WRT the number of underscores after ETL

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2365 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoApply patch #21: add boolean ValueNode conversions. Thanks to nikitakit.
pabs3 [Sun, 3 May 2009 04:07:37 +0000 (04:07 +0000)]
Apply patch #21: add boolean ValueNode conversions. Thanks to nikitakit.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2364 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoFix make distcheck, which has been broken since the introduction of CurveWarp in...
pabs3 [Sun, 3 May 2009 03:44:36 +0000 (03:44 +0000)]
Fix make distcheck, which has been broken since the introduction of CurveWarp in SVN r2164 by dooglus.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2363 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoApply patch #18: Valuenode Type Power. Thanks to nikitakit.
genete [Wed, 22 Apr 2009 15:43:31 +0000 (15:43 +0000)]
Apply patch #18: Valuenode Type Power. Thanks to nikitakit.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2362 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoApply patch #17: Implement a Fill/Outline system in place of Foreground/Background...
genete [Wed, 22 Apr 2009 14:28:06 +0000 (14:28 +0000)]
Apply patch #17: Implement a Fill/Outline system in place of Foreground/Background. Thanks
nikitakit

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2361 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoFix #1677510 (part 1): Added the capability of saving and restoring the input devices...
gballintijn [Sun, 12 Apr 2009 13:59:11 +0000 (13:59 +0000)]
Fix #1677510 (part 1): Added the capability of saving and restoring the input devices configuration (i.e., tablet configuration).

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2360 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoFixed double initialitation of the field state_ in InputDevice.
gballintijn [Sun, 12 Apr 2009 12:48:42 +0000 (12:48 +0000)]
Fixed double initialitation of the field state_ in InputDevice.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2359 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 years agoReformat and clean up the automake files
pabs3 [Sun, 12 Apr 2009 12:23:09 +0000 (12:23 +0000)]
Reformat and clean up the automake files

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2358 1f10aa63-cdf2-0310-b900-c93c546f37ac