Fix the pthread and kernel32 library checks to not check for main. The checks fail...
[synfig.git] / synfig-studio /
2008-04-07 dooglusWhen adding new circles, leave previously selected...
2008-04-07 dooglusAfter adding a circle, refresh the ducks to reflect...
2008-04-07 dooglusPrevent a warning about unhandled cases.
2008-04-06 dooglusSet the canvas of the bline used by the circle tool.
2008-04-06 dooglusShow commands as they are received over the FIFO.
2008-04-06 dooglusSimplify the code a little.
2008-04-06 dooglusShow the 'fifo_activity' message less.
2008-04-06 dooglusMake the file selector dialogs print less output to...
2008-04-06 dooglusRename the gradient tool from "Gradient" to "Gradient...
2008-04-05 dooglusGive the text tool a name for the tooltip and 'state...
2008-04-05 dooglusPrevent some compiler warnings.
2008-04-04 dooglusAdd a new tool for adding text layers.
2008-04-04 dooglusAdd App::dialog_paragraph() to allow editing of paragra...
2008-04-03 dooglusAccept 1932525: Patch "Improved GUI for the sound file...
2008-04-02 dooglusAdd a new circle tool option: "Point Angle Offset"...
2008-04-02 dooglusAvoid division by zero when approximating a circle...
2008-04-02 dooglusAllow the user to set the number of points used to...
2008-04-02 dooglusAdd options to the circle tool for creation of bline...
2008-04-01 dooglusUse the existing layers_to_create() method rather than...
2008-03-31 pabsRemove -Wno-deprecated since it is no longer needed...
2008-03-31 dooglusUpdate all BLineCalcWidth and BLineCalcTangent ducks...
2008-03-31 dooglusRearranged the code a little. Allow editing of Real...
2008-03-30 dooglusAllow manipulation of BLineCalcTangent angle offsets...
2008-03-30 dooglusFix a minor problem, and a little tidying.
2008-03-30 dooglusThe previous commit introduced a new crash. This fixes it.
2008-03-30 dooglusOnly update calculated tangents and widths if their...
2008-03-30 pabsFix r1942, forgot to get the image width and height
2008-03-30 pabsFix some crashes when the images for the splash screen...
2008-03-30 pabsSearch in the right directory for the splash image...
2008-03-30 pabsUse ETL directory separator instead of forward slashes.
2008-03-30 dooglusAllow direct editing of calculated widths - like the...
2008-03-30 dooglusWhen dragging a duck along a bline that it's linked...
2008-03-29 dooglusTidying.
2008-03-29 dooglusThe previous commit was missing this change to make...
2008-03-28 dooglusAllow a BLineCalcTangent's tangent duck to be dragged...
2008-03-28 dooglusAccept 1927294 (a further patch from Gerald Young)...
2008-03-28 dooglusFix "zoom to fit" so that it centers the fitted canvas...
2008-03-28 dooglusAllow the linking of angle layer parameters to blines...
2008-03-28 dooglusWhen looking for the closest point on a bline to a...
2008-03-28 dooglusAccept 1927294: Patch from Gerald Young to allow intuit...
2008-03-26 dooglusAdd code for the 'text' icon.
2008-03-26 dooglusAdd code for the 'plant' icon.
2008-03-26 dooglusAdd code for the 'star' icon.
2008-03-26 dooglusWhen editing more than one of ID, Description, Name...
2008-03-26 dooglusAllow RendDesc, Description, and Name to all be set...
2008-03-26 dooglusFix 1924592: Editing the name, description, or id of...
2008-03-26 pabsUse the polyline icon for the polygon tool and layers...
2008-03-26 pabsApply 1924714: add plant, text, star and polyline icons...
2008-03-25 dooglusFix 1914874: update the timeline scrollbars' major...
2008-03-20 pabsAdd new icon for the reset colors button and change...
2008-03-20 pabsUpdate configure.ac as suggested by autoupdate.
2008-03-13 dooglusDon't offer 'Manual' as an interpolation type. It...
2008-03-13 dooglus2 more similar typos.
2008-03-13 dooglusTypo.
2008-03-13 pabsWoops, add Gerald Young's copyright to the README.
2008-03-10 pabsApply 1910528: improve keyboard shortcuts for WP in...
2008-03-10 dooglusAdd Catalan translation by Miguel Gea Milvaques (xerakko).
2008-03-09 dooglusInclude "general.h" so the strings get translated properly.
2008-03-09 dooglusDon't render waypoints that lie outside the bounds...
2008-03-09 pabsApply 1910407: set the author to the encapsulate and...
2008-03-09 pabsApply 1910382: Updated Español translations. Thanks...
2008-03-09 pabsThe "all pages" wiki page is not translatable, don...
2008-03-09 pabsreturn should only be used to return from a function...
2008-03-08 dooglusChange the tooltip "Zoom Fit" -> "Zoom to Fit".
2008-03-08 dooglusShow a 'zoom to fit' icon in the zoomdial as well as...
2008-03-08 dooglusFix zoom_fit() so it really does zoom the canvas to...
2008-03-08 dooglusUncomment and fix segment duck code. Now the walk...
2008-03-08 dooglusUpdate my copyright.
2008-03-08 dooglusAdd 0.61.09 to the list of formats we can save as.
2008-03-07 dooglusUpdate my copyright.
2008-03-07 dooglusWhen linking a set of ducks to positions on a bline...
2008-03-07 dooglusAllow linking widths and tangents to positions on a...
2008-03-06 dooglusMade a start at implementing the ideas in synfig.org...
2008-03-06 dooglusReplace "./././logo.sif#" with "logo.sif#"
2008-03-06 dooglusReplace "././././logo.sif#" with "logo.sif#".
2008-03-06 dooglusReplace "./././logo.sif#" with "logo.sif#".
2008-03-06 dooglusChange the canvas version back to 0.1. It is a 0.1...
2008-03-06 dooglusTidy up some is_candidate() methods.
2008-03-05 dooglusThe "Link Offsets" option in the BLine tool now only...
2008-03-05 dooglusRemoved old comment - plants do have offsets now.
2008-03-03 dooglusRemove the ETL_FIXED_DERIVATIVE macro.
2008-03-03 pabsCheck for Gtk::AboutDialog::set_wrap_license, which...
2008-03-03 pabsRelease 0.61.08
2008-03-03 pabsStable Tag: Copying everything over
2008-03-03 pabsStable Tag: Removing old tag
2008-03-02 pabsWoops, forgot to bump versions for the dependencies...
2008-03-02 pabsWoops, add Aurore D to the copyright holders.
2008-03-02 pabsReleasing 0.61.08!
2008-03-02 pabsAdd the winner of the February Challenge as the new...
2008-03-02 pabsRename the current splash screen to make way for the...
2008-03-02 dooglusTypos.
2008-03-02 dooglusTypos.
2008-03-02 pabsUpdate Français translation by Aurore D (rore).
2008-03-02 pabsApply 1905598: Checked in new Spanish translations...
2008-03-01 dooglusDon't complain about not being able to start the browse...
2008-03-01 pabsRewrite the 0.61.08 news entries as summaries instead...
2008-02-29 dooglusApply 1901639: Checked in new Spanish translations...
2008-02-29 dooglusAdd the new time format to the "Setup" dialog.
2008-02-29 pabsMake the website in the about dialog a clickable link.
2008-02-28 pabsImprove the browser launch functionality:
next