Carlos Lopez [Wed, 13 Jan 2010 21:55:00 +0000 (22:55 +0100)]
Enable Stop button and ESC key to change to Normal Tool for the Circle, Draw,
Eyedrop, Fill, Gradient, Rectangle, Sketch, Star, Text, Width and Zoom tools
Carlos Lopez [Wed, 13 Jan 2010 18:37:07 +0000 (19:37 +0100)]
Same as before but for Rectangle and Star Tools.
Carlos Lopez [Wed, 13 Jan 2010 18:30:20 +0000 (19:30 +0100)]
Suit new standard Gdk cursors for the Mirror, Rotate, Scale, Smooth move and Text tools
Carlos Lopez [Wed, 13 Jan 2010 17:36:15 +0000 (18:36 +0100)]
Enable stop button and escape key to return to normal tool for smooth move, rotate, scale and mirror tools
Carlos Lopez [Wed, 13 Jan 2010 16:29:05 +0000 (17:29 +0100)]
Restore Scale and Rotate tools presence.
Carlos Lopez [Mon, 11 Jan 2010 15:42:11 +0000 (16:42 +0100)]
Remove weird code that seems to be a typo
Nikita Kitaev [Mon, 11 Jan 2010 04:51:01 +0000 (20:51 -0800)]
Replace egress on selection change with entering state_normal
Toolbox no longer auto-presents itself when the normal tool is
clicked or Synfig Studio is lauched to avoid problems if it is
tabbed with the Layers panel.
Nikita Kitaev [Sun, 10 Jan 2010 06:21:25 +0000 (22:21 -0800)]
Get rid of null state
Carlos Lopez [Sun, 3 Jan 2010 00:00:21 +0000 (01:00 +0100)]
Restore rotate icon as used by Rotate Layer.
Carlos Lopez [Fri, 1 Jan 2010 11:05:27 +0000 (12:05 +0100)]
Remove references in /synfig-studio/po/POTFILES of recently deleted files.
Carlos Lopez [Sun, 13 Dec 2009 09:50:04 +0000 (10:50 +0100)]
Fix File chooser button label to fit into the button size.
Application font sizes needs a whole redefinition.
Carlos Lopez [Sun, 13 Dec 2009 08:38:45 +0000 (09:38 +0100)]
Merge branch 'pixelgeek_Windows_single_threaded'
Nikita Kitaev [Sat, 12 Dec 2009 05:01:53 +0000 (21:01 -0800)]
Move live feedback code into duckmatic.
Nikita Kitaev [Thu, 10 Dec 2009 05:30:42 +0000 (21:30 -0800)]
Better functionality for ducks linked to BLine
Still not ideal, but should be as good as it was originally.
Carlos Lopez [Tue, 8 Dec 2009 10:17:53 +0000 (11:17 +0100)]
Add Nikita Kitaev's copyright to files he modified.
Carlos Lopez [Tue, 8 Dec 2009 10:00:04 +0000 (11:00 +0100)]
Restore Chris Moore copyright line and remove unused white space at the end one line.
Carlos Lopez [Tue, 8 Dec 2009 09:24:27 +0000 (10:24 +0100)]
Restore linefeed that doesn't exists on the original files.
Nikita Kitaev [Mon, 7 Dec 2009 00:39:24 +0000 (16:39 -0800)]
Fix uneditable angle ducks
Nikita Kitaev [Sat, 5 Dec 2009 20:26:16 +0000 (12:26 -0800)]
Undo blinepoint changes, they don't belong in this branch
Nikita Kitaev [Sat, 5 Dec 2009 20:00:42 +0000 (12:00 -0800)]
Update Mirror Tool
* Change options to use radio buttons
* Add keybinding (shift key) to toggle axis
Nikita Kitaev [Sat, 5 Dec 2009 19:44:36 +0000 (11:44 -0800)]
Fix layer selectability
Event code now belongs in null state, not normal.
Nikita Kitaev [Sat, 5 Dec 2009 05:56:44 +0000 (21:56 -0800)]
Snapping in normal tool
* Override shift-key axis lock in rotate and scale modes
* Constrained rotation snaps to 15 degree intervals
Nikita Kitaev [Sat, 5 Dec 2009 04:28:58 +0000 (20:28 -0800)]
Move Transform Tool into Normal Tool
Since the default tool cannot have tool options, a null tool is
initialized when a new document is first opened
Nikita Kitaev [Wed, 2 Dec 2009 01:42:01 +0000 (17:42 -0800)]
Fix non-vertex ducks not being moved
Nikita Kitaev [Tue, 1 Dec 2009 03:00:55 +0000 (19:00 -0800)]
Restrain dragging for link-to-bline ducks in tools
Nikita Kitaev [Tue, 1 Dec 2009 02:30:54 +0000 (18:30 -0800)]
New Tool: Transform
* Replaces Rotate and Scale tools
* Also allows moving (translating) ducks
* Includes keyboard shortcuts
* Tools reordered in toolbox
Problems:
* Shift key is being used elsewhere
* Needs an icon
* Normal tool cannot be easily removed
Nikita Kitaev [Sat, 28 Nov 2009 19:35:02 +0000 (11:35 -0800)]
Merge branch 'nikitakit_smoothbline' into nikitakit_ducks
Conflicts:
synfig-core/po/fr.po
synfig-core/po/ru.po
synfig-studio/po/es.po
synfig-studio/po/fr.po
synfig-studio/po/ru.po
synfig-studio/src/gtkmm/duckmatic.cpp
Nikita Kitaev [Sat, 28 Nov 2009 19:20:30 +0000 (11:20 -0800)]
Merge branch 'master' into nikitakit_ducks
Nikita Kitaev [Sat, 28 Nov 2009 00:11:49 +0000 (16:11 -0800)]
Modify Ducks functionality
Move code relating to dragging of "Link to BLine" ducks out of
DuckDrag_Translate and into Duck.
Chris Norman [Thu, 26 Nov 2009 05:48:52 +0000 (21:48 -0800)]
Enabling dooglus' single threaded renderer workaround as default for windows to improve stability. Also needs addition of
CPPFLAGS="-DSINGLE_THREADED $CPPFLAGS" to synbuild.conf
Nikita Kitaev [Wed, 25 Nov 2009 20:30:36 +0000 (12:30 -0800)]
Change Link to BLine Reverse Manipulation
It now sets the "amount" parameter for looped links to be as close
as possible to the old one, rather than lie in the range 0...1.
Nikita Kitaev [Mon, 12 Oct 2009 01:35:15 +0000 (18:35 -0700)]
Change linking parameters in BLine points
Instead of the old split_tangent parameter, bline points now use
link_radius and link_theta. Old functions are retained for
compatibility.
Note: since get_split_tangent_flag() returns a pointer,
the split_tangent_ parameter must remain for now.
Carlos Lopez [Tue, 3 Nov 2009 21:14:29 +0000 (22:14 +0100)]
Apply patch 2890548: Resolve issues with libtool 1.5.26 and 2.2.4. Thanks to
Ray Frederikson ( uranus-235 )
Carlos Lopez [Sun, 25 Oct 2009 17:49:07 +0000 (18:49 +0100)]
Enable duck reverse manipulation for Range value node convert types.
Carlos Lopez [Sun, 25 Oct 2009 16:45:20 +0000 (17:45 +0100)]
Fix bug in value node range. If link is smaller than minimum it was returned link.
Carlos Lopez [Tue, 20 Oct 2009 20:21:49 +0000 (22:21 +0200)]
Merge branch 'master' into genete_master
Carlos Lopez [Tue, 20 Oct 2009 20:21:01 +0000 (22:21 +0200)]
When a layer is unchecked and it is not in any group don't show a warning message.
Carlos Lopez [Mon, 12 Oct 2009 09:31:58 +0000 (11:31 +0200)]
Fix dates in NEWS files
Carlos Lopez [Mon, 12 Oct 2009 09:31:01 +0000 (11:31 +0200)]
fix date in synfig NEWS file.
Carlos Lopez [Mon, 12 Oct 2009 09:29:14 +0000 (11:29 +0200)]
Tiny correction for NEWS files.
Carlos Lopez [Mon, 12 Oct 2009 09:16:31 +0000 (11:16 +0200)]
Correction of ETL and Synfig Studio NEWS headers.
Carlos Lopez [Sat, 10 Oct 2009 16:37:50 +0000 (18:37 +0200)]
Update README files with latest changes.
Carlos Lopez [Sat, 10 Oct 2009 16:25:23 +0000 (18:25 +0200)]
Update NEWS files properly.
Carlos Lopez [Sat, 10 Oct 2009 16:15:03 +0000 (18:15 +0200)]
Write the correct version in the configure.ac files.
Carlos Lopez [Fri, 9 Oct 2009 20:28:07 +0000 (22:28 +0200)]
Update Spanish translation.
Carlos Lopez [Fri, 9 Oct 2009 19:54:24 +0000 (21:54 +0200)]
Update Russian translation. Thanks to Alexandre Prokoudine
Carlos Lopez [Thu, 8 Oct 2009 20:31:50 +0000 (22:31 +0200)]
Add new splash screen for 0.62.00 version.
Carlos Lopez [Mon, 5 Oct 2009 20:03:05 +0000 (22:03 +0200)]
Sort alphabetically the artists in the About Dialog.
Carlos Lopez [Mon, 5 Oct 2009 19:57:50 +0000 (21:57 +0200)]
Add Ray Frederikson (uranus-235) to the authors by his contribution in the reverse mmanipulation in the scale convert type.
Carlos Lopez [Mon, 5 Oct 2009 19:30:41 +0000 (21:30 +0200)]
Better redaction for NEWS files. Thanks to muhkayoh
Carlos Lopez [Mon, 5 Oct 2009 14:44:48 +0000 (16:44 +0200)]
Fix some typos in the NEWS file.
Carlos Lopez [Mon, 5 Oct 2009 14:27:43 +0000 (16:27 +0200)]
Update French translation.Thanks to Aurore D. (rore)
Nikita Kitaev [Sun, 4 Oct 2009 04:18:14 +0000 (21:18 -0700)]
Fix accidentally remaining hardcoded index
Nikita Kitaev [Sun, 4 Oct 2009 03:51:31 +0000 (20:51 -0700)]
Remove hard-coded link positions in reference to ValueDesc
Instead, the link positions are determined from the valuenode names.
Nikita Kitaev [Sat, 3 Oct 2009 22:59:31 +0000 (15:59 -0700)]
Remove link references by index when link name can be used
Carlos Lopez [Sat, 3 Oct 2009 18:11:00 +0000 (20:11 +0200)]
Fix a typo in the dummy splash screen.
Carlos Lopez [Sat, 3 Oct 2009 18:09:54 +0000 (20:09 +0200)]
Bump versions in configure.ac file.
0.04.13 Release Candidate #1
0.62.00 Release Candidate #1
Carlos Lopez [Sat, 3 Oct 2009 17:48:40 +0000 (19:48 +0200)]
Add the 0.61.09 splash screen file to the Makefile.
Carlos Lopez [Sat, 3 Oct 2009 17:37:17 +0000 (19:37 +0200)]
Add a dummy 0.62.0 RC1 splash screen.
Carlos Lopez [Sat, 3 Oct 2009 17:36:47 +0000 (19:36 +0200)]
Rename the old splash screen to its version name.
Carlos Lopez [Sat, 3 Oct 2009 17:21:55 +0000 (19:21 +0200)]
Update the NEWS with a summary of the features added and bugs fixed.
Carlos Lopez [Fri, 2 Oct 2009 19:04:23 +0000 (21:04 +0200)]
Update Contributors and artists in the about dialog.
Carlos Lopez [Fri, 2 Oct 2009 17:39:41 +0000 (19:39 +0200)]
Forgot to add to Carlos A.Sosa Navarro (SVG import module)
Carlos Lopez [Fri, 2 Oct 2009 17:35:06 +0000 (19:35 +0200)]
Update authors for synfig studio
Carlos Lopez [Fri, 2 Oct 2009 17:25:39 +0000 (19:25 +0200)]
Update authors for synfig-core
Carlos Lopez [Fri, 2 Oct 2009 17:05:41 +0000 (19:05 +0200)]
Update Spanish translation for synfig-core
Carlos Lopez [Fri, 2 Oct 2009 16:50:07 +0000 (18:50 +0200)]
Add curve warp files to be translated.
Carlos Lopez [Fri, 2 Oct 2009 16:41:14 +0000 (18:41 +0200)]
Correct the release version for those valuenodes.
Carlos Lopez [Fri, 2 Oct 2009 16:40:35 +0000 (18:40 +0200)]
Bump release version to 0_62_00
Carlos Lopez [Fri, 2 Oct 2009 16:36:32 +0000 (18:36 +0200)]
Avoid a warning for a non used variable.
Carlos Lopez [Fri, 2 Oct 2009 16:36:11 +0000 (18:36 +0200)]
Avoid some warning asking for explicit brackets.
Carlos Lopez [Fri, 2 Oct 2009 16:35:32 +0000 (18:35 +0200)]
Alter the creation order of the members to avoid some compiler warnings.
Carlos Lopez [Thu, 1 Oct 2009 22:16:23 +0000 (00:16 +0200)]
Disable crop imported images by default.
It is a very annoying behavior for most of users and there is not easy option to diable it.
It can be implemented in the next version after close 0.62.0 release.
Carlos Lopez [Thu, 1 Oct 2009 21:39:36 +0000 (23:39 +0200)]
Fix the undo operation for keyframe set delta.
Missed it at the keyframe widget branch and was producing strange behavior when pressing the undo button.
Carlos Lopez [Tue, 29 Sep 2009 14:19:27 +0000 (16:19 +0200)]
Better translation for 'Metaballs'
Carlos Lopez [Tue, 29 Sep 2009 14:09:46 +0000 (16:09 +0200)]
Update Spanish trasnslation
Carlos Lopez [Tue, 29 Sep 2009 13:58:29 +0000 (15:58 +0200)]
Enable 'example' module files for translation because they are part of the code now.
Carlos Lopez [Tue, 22 Sep 2009 20:31:29 +0000 (22:31 +0200)]
Updated French translation. Thanks to Aurore D. (rore)
Carlos Lopez [Wed, 16 Sep 2009 21:06:44 +0000 (23:06 +0200)]
Russian translation update. Thanks to Alexandre Prokoudine
Carlos Lopez [Wed, 16 Sep 2009 20:58:44 +0000 (22:58 +0200)]
Merge branch 'genete_fix_accel_keys'
Carlos Lopez [Mon, 14 Sep 2009 21:22:48 +0000 (23:22 +0200)]
Fix Raise Layer and Lower Layer ACCEL keys.
Carlos Lopez [Mon, 14 Sep 2009 18:29:59 +0000 (20:29 +0200)]
Fix ACCEL keys.
For some reason the Raise and Lower Layer seems not to work with the fix.
Chris Norman [Thu, 10 Sep 2009 02:45:14 +0000 (19:45 -0700)]
Hide "Import SVG" layer in menus, rather than listing it as "NotVisible"
Carlos Lopez [Fri, 4 Sep 2009 18:11:45 +0000 (20:11 +0200)]
Update Spanish translation
Carlos Lopez [Fri, 4 Sep 2009 18:11:17 +0000 (20:11 +0200)]
Include new files to allow them be translated.
Carlos Lopez [Fri, 4 Sep 2009 17:54:59 +0000 (19:54 +0200)]
Unmark two strings not needed to translate.
Chris Norman [Thu, 3 Sep 2009 20:45:35 +0000 (13:45 -0700)]
GTK 2.16 throws warning messages for GTK:ActionGroup:Create() if no menu action group is specified. This fix provides suitable names for each occurrence.
Carlos Lopez [Thu, 3 Sep 2009 15:11:50 +0000 (17:11 +0200)]
Spanish translation for synfig-core and synfig-studio
Carlos Lopez [Thu, 3 Sep 2009 14:00:23 +0000 (16:00 +0200)]
Correct spell of show grid icon sif file canvas's name.
Carlos Lopez [Mon, 31 Aug 2009 16:16:17 +0000 (18:16 +0200)]
Merge branch 'genete_angle_icon'
Carlos Lopez [Mon, 31 Aug 2009 16:13:43 +0000 (18:13 +0200)]
Update angle icon. Thanks to David Rylander (rylleman)
Carlos Lopez [Mon, 31 Aug 2009 16:06:35 +0000 (18:06 +0200)]
Merge branch 'pixelgeek_windows_script_update'
Carlos Lopez [Mon, 31 Aug 2009 16:05:15 +0000 (18:05 +0200)]
Merge branch 'zelgadis_master'
Chris Norman [Sun, 30 Aug 2009 22:57:25 +0000 (15:57 -0700)]
Removing obsolete references to Voria
Chris Norman [Sat, 29 Aug 2009 04:07:52 +0000 (21:07 -0700)]
Updating Windows build script to include mod_svg
Carlos Lopez [Fri, 28 Aug 2009 15:29:59 +0000 (17:29 +0200)]
Create buttons to show render and preview dialogues and link to the proper members.
Carlos Lopez [Fri, 28 Aug 2009 15:28:59 +0000 (17:28 +0200)]
Add icons for Render Dialog and Preview Dialog.
Thanks to Henrique Lopes Barone
Carlos Lopez [Sat, 22 Aug 2009 08:35:01 +0000 (10:35 +0200)]
Modify children icon. Thanks to David Rylander (rylleman).
Carlos Lopez [Sat, 22 Aug 2009 08:28:19 +0000 (10:28 +0200)]
Merge branch 'genete_angle_icon'
Carlos Lopez [Sat, 22 Aug 2009 08:20:39 +0000 (10:20 +0200)]
Modify the Angle icon sif file. Thanks to David Rylander (rylleman)