2008-11-26 |
dooglus | Show position ducks on top of vertex ducks, then tangen... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
dooglus | Fix 2350636: "shift-drag waypoints can create duplicate... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
dooglus | I forgot to check this in as part of r2271. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
dooglus | Add further comments. Add local definition of FLAGS... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | The previous commit was a little hasty. The focus... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Remove the "Focus Point" setting from the document... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
genete | Initial Russian Tanslation of Synfig Studio. Thanks... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
genete | Initial Russian Tanslation of Synfig. Thanks to Alexand... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Fix a bug that only shows up if you use the 'Focus... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Take the 'Focus Point' into account when transforming... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Fix two copy/paste errors. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Holding control in the zoom tool when releasing the... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Allow waypoints to have their values exported, converte... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Add some commented synfig::info() calls to aid debuggin... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Always use absolute paths in the Canvas::externals_... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Define Canvas::show_externals() when _DEBUG is defined. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Define CanvasParser::show_canvas_map() when _DEBUG... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Add comments saying not to disable the layer optimization. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Fix spelling mistake. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Fix some compiler warnings. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Fix ValueDesc::get_description() to work with const... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
dooglus | Fix ValueDesc::get_value_node() so it works with consta... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
dooglus | Include the example module in the list of modules to... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
dooglus | Fix 2321845: "Save after delete a keyframe crash in... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
dooglus | Add tests for handle::swap() and loose_handle::swap(). |
commit | commitdiff | tree | snapshot |
2008-11-23 |
dooglus | Fix handle<T>::swap() and loose_handle<T>::swap().... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Fix 2 typos. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Fix 2315706: "Rename Exported Valuenode from imported... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Add function Canvas::register_external_canvas() to... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Draw a dotted line box around the rectangle when selected. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Add FilledRect::hit_check() to allow Filled Rectangles... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Add Metaballs::hit_check() so metaballs can be selected... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Add boolean parameter 'Positive Only' to stop negative... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Replace the 'Threshold' parameter with 'Gradient Left... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Use a gradient instead of a color to color the balls. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Shortcut color blending in get_color() when blend metho... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | When a new metaball layer is created, initialise it... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Include the example module in the list of modules to... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Include the example module's Makefile in the list of... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Enable all three layers in the example module. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Use Layer::simple_clone() rather than Layer::clone... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Uncomment and fix Layer::simple_clone() to clone a... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Give the 'filled rectangle' layer a unique name - other... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Put the three example layers in the 'Example' group... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Fix Metaballs::get_color() so it takes the context... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Tidying. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Remove duplicate call to render the context. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | When making ducks for elements of a list of vectors... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Allow ValueBase objects to be cast to type Real to... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Explicitly call get_list() when converting a bline... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Compiler suggested "parentheses around comparison in... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Remove the declaration and definition of ValueNode_BLin... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Write a proper definition for ValueNode_BLine::create_n... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Use the new definition of ValueNode_DynamicList::create... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Write a proper definition for ValueNode_DynamicList... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
dooglus | Allow PasteCanvas layers with unset canvas parameters... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
dooglus | Fix 1730067: "Impervious Waypoints". Even inactive... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
dooglus | Fix 1829182: "Right click context menu not always appears". |
commit | commitdiff | tree | snapshot |
2008-11-19 |
dooglus | The compiler was warning "format not a string literal... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
dooglus | Use the functions from the last two revisions to rebuil... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
dooglus | Add a new signal_subcanvas_changed() that is signalled... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
dooglus | Add function LayerTreeStore::queue_rebuild(). Nothing... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
dooglus | 'queued' is an integer not a bool, so set it to 0 not... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
pabs3 | Remove warning about Paletted PNGs not being fully... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
pabs3 | Fix wtachi's entry in the AUTHORS file. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Fix 1826376, 1848018, 1901753. All caused by not makin... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Several bugs in the tracker are related to crashes... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | When a new document is made and saved, register it... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Not sure if this code is ever used, but if it is it... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Just comments. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Put a space between the parameter name and its descript... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | When we try to open a file that doesn't exist, display... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | When we try to open a file that doesn't exist, display... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Remove debugging printf(). |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Fix 1993098: "Composited Inline canvases fails if backg... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
dooglus | Fix 2119775: "Zoom tool doesn't work if drag outside... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
dooglus | Fix 2256600: "Delete all waypoints of a valuenode unexp... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
dooglus | Show a warning when using file>import to import a ... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
dooglus | When loading .sif files, show any warnings in the GUI... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
dooglus | Commented prototype for undefined function add_layer(). |
commit | commitdiff | tree | snapshot |
2008-11-14 |
dooglus | Fix 1814151: "Add a layer inside an exported canvas... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
dooglus | Fix 2116947: "Pasting/importing across different image... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
dooglus | When 'zoom to fit' is clicked, zoom a little less than... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
dooglus | The 'Radius Ratio' tool option wasn't being honoured... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
dooglus | Same as the previous commit, but for the Star tool. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
dooglus | When creating any bline with the circle tool, create... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
dooglus | Rearrange the tool options to they're in the same order... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
dooglus | If we draw a polygon under some transform layers, the... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
dooglus | Add an option to the setup dialog "Scale New Imported... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
pabs3 | Silence a couple of g++ 4.4 warnings in ETL make check |
commit | commitdiff | tree | snapshot |
2008-11-13 |
pabs3 | Fix the header include paths for ETL make check |
commit | commitdiff | tree | snapshot |
2008-11-12 |
genete | Stop a bunch of compile warnings about not used returne... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
dooglus | Make the checkboxes added in the previous commit work. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
dooglus | Add checkboxes to create outlines, regions, etc. for... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
dooglus | Add a 'feather' setting to the polygon tool's 'Tool... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
dooglus | Add an 'invert' checkbox to the polygon tool's 'Tool... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
dooglus | Left-justify the 'invert' tool option, like in the... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
dooglus | Further improvements to the Curve Warp layer. |
commit | commitdiff | tree | snapshot |
next |