synfig.git
2007-04-23 dooglusFix 1672033: when deciding which curve we are closest...
2007-04-20 dooglusI forgot to commit this as part of r472. Sorry!
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusOops. Correcting previous commit.
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusAdded a slower but more accurate find_closest() routine...
2007-04-18 pabsAdd links to the wiki and tracker to the synfigstudio...
2007-04-17 pabsAdd a non-working, partial implementation of MNG output
2007-04-15 dooglusFix 1698604: Moved the quick_rng class into its own...
2007-04-13 dooglusUse a couple of macros instead of magic constants
2007-04-12 dooglusRemoved leading whitespace from the biggest 5 example...
2007-04-12 dooglusFix 1699325: only add on time for exactly one extra...
2007-04-12 dooglusTypos.
2007-04-12 dooglusTypo.
2007-04-12 dooglusMore shuffling stuff around without changing anything...
2007-04-12 dooglusAt last - a real change! I think this is the bug I...
2007-04-12 dooglusA few more comments and other small changes.
2007-04-12 dooglusLots more changes which hopefully change nothing but...
2007-04-12 dooglusThere was a large lump of code inside an "if (false...
2007-04-12 dooglusVariable 'blend_time' isn't needed - it's just a copy...
2007-04-12 dooglusRemoved some old commented code; replaced with a commen...
2007-04-12 dooglusNo change to functionality, just some variable renaming...
2007-04-11 dooglusWhile looking into bug 1696331, I noticed that interpol...
2007-04-11 dooglusDisable the 'set_transient_for()' call unless environme...
2007-04-10 dooglusPartially fix 1696331. This isn't the correct fix...
2007-04-10 dooglusFix 1697753: compare times with times, not with frame...
2007-04-10 dooglusFix 1697728: Code for 'End' was commented out, and...
2007-04-10 dooglusFixed a typo.
2007-04-09 dooglusInitialise the priority when constructing a new Activep...
2007-04-09 dooglusInclude the 4 keyframe lock icons in the lists of image...
2007-04-09 dooglusAdd 'winding style' control, allowing the user to speci...
2007-04-09 dooglusFix 1695755: Ignore adjacent points if they are in...
2007-04-08 dooglusFix 1696279: Check for and skip whitespace before check...
2007-04-08 dooglusFix 1696282. To find the extension, look for the last...
2007-04-07 dooglusFixed typo.
2007-04-07 pabsFix typo in r428 (csdlib -> cstdlib)
2007-04-06 dooglusSet the dialog windows to be 'transient for' the toolbo...
2007-04-06 dooglusApply 1695494: fix version number in the Win32 registry...
2007-04-06 dooglusApply 1695493: remove unnecessary win32 registry key...
2007-04-06 dooglusApply 1695492: install start menu shortcuts for all...
2007-04-06 dooglusApply 1695491: uninstall all pixmaps on Win32. Patch...
2007-04-06 dooglusApply 1695484: generate 48x48 icons on Win32 since...
2007-04-06 dooglusAtrus' Windows patches: [ 1695482 ] win32-synfig-all...
2007-04-06 dooglusAtrus' Windows patches: [ 1695480 ] win32-synfig-clean...
2007-04-06 dooglusAtrus' Windows patches: [ 1695479 ] win32-synfig-remove...
2007-04-06 dooglusAtrus' Windows patches: [ 1695477 ] win32-synfig-conf...
2007-04-06 dooglusAtrus' Windows patches: [ 1695475 ] win32-synfig-regver-fix
2007-04-06 dooglusFixed a bug I introduced in r400. When rendering a...
2007-04-06 pabsAdd dooglus to the AUTHORS file
2007-04-06 pabsFix Debian 417897: causes synfig FTBFS in gcc 4.3 due...
2007-04-06 dooglusUse logical operators (&&, ||) rather than arithmetic...
2007-04-05 pabsFix Debian 417720: FTBFS in gcc 4.3 due to not includin...
2007-04-04 dooglusFix 1694325: when looping wasn't enabled, the region...
2007-04-04 dooglusMoved an apostrophe.
2007-04-04 dooglusFix 1694393: save 'pref.*' keys first, so the window...
2007-04-04 dooglus`blinepointtangentsplit.cpp' and `blinepointtangentmerg...
2007-04-03 pabsCommit part of r401 that dooglus missed.
2007-04-02 dooglusWhen merging tangents, use the average of the two tange...
2007-04-02 dooglusDon't "assert(color.is_valid())" before setting the...
2007-04-02 dooglusInitialise vectors in constructor to avoid warnings...
2007-04-02 dooglusDon't access edge_table->aabb if it hasn't been initial...
2007-04-02 dooglusAdded a 'todo' to the doxygen comments so it doesn...
2007-04-02 dooglusTypo.
2007-04-01 dooglusI forgot to remove these prototypes when removing defin...
2007-04-01 dooglusRemove old unused code that used to handle the eyedropp...
2007-04-01 dooglusSmall formatting changes. And show "..." after buttons...
2007-04-01 dooglusSimple implementation of 'Save All'.
2007-04-01 dooglusWhen prompting for 'Save As...', show the name of the...
2007-04-01 dooglusPut the 'redo' button next to the 'undo' button, and...
2007-04-01 dooglusPrettied up the layout of the ACCEL and ACCEL2 macros.
2007-04-01 dooglusFix 1686425: prompt before overwriting an existing...
2007-04-01 dooglusFixes 1692348. todo: revisit the 'if(z>0 && z<horizon...
2007-04-01 dooglusAvoid a compiler warning about initialisation order.
2007-04-01 dooglusAllow a single hex digit in the hex color box. The...
2007-03-31 dooglusTypo.
2007-03-31 dooglusReal width(width) doesn't work. The new variable is...
2007-03-31 dooglusRectangles are 'solid color' when using straight blendi...
2007-03-31 dooglusDon't waste time rendering layers which are completely...
2007-03-31 dooglusAdded some comments to the code I recently fixed to...
2007-03-31 dooglusFix 1689329: if the inverted rectangle we're rendering...
2007-03-31 dooglussubptr() should subtract from the pointer, not add...
2007-03-31 dooglusIf the rows are wider than our PIXEL_RENDERING_LIMIT...
2007-03-30 dooglusThe value of `i' goes from 0 to rows-1, so to test...
2007-03-29 dooglusTypo.
2007-03-29 pabsUpdate NEWS file for the next release
2007-03-29 pabsUpdate NEWS file for the next release
2007-03-29 pabsEventually, it might be nice to have 16-bit PNG output...
2007-03-29 pabsUpdate NEWS file for the next release
2007-03-27 dooglusFixed a spelling mistake.
2007-03-27 dooglusPartially fix 1689282: stops the crash when clicking...
2007-03-26 dooglusAdded a few comments and increase some code readability.
2007-03-25 pabsRemove copyright fixer script since it is no longer...
2007-03-25 dooglusAdded my copyright line.
2007-03-24 dooglusI somehow missed updating these 3 lines in r364.
2007-03-24 dooglusFixed a typo.
2007-03-24 dooglusThe '-g gamma' argument is currently ignored, but that...
next