2007-04-02 |
dooglus | Don't "assert(color.is_valid())" before setting the...
|
commit | commitdiff | tree |
2007-04-02 |
dooglus | Initialise vectors in constructor to avoid warnings...
|
commit | commitdiff | tree |
2007-04-02 |
dooglus | Don't access edge_table->aabb if it hasn't been initialised...
|
commit | commitdiff | tree |
2007-04-02 |
dooglus | Added a 'todo' to the doxygen comments so it doesn...
|
commit | commitdiff | tree |
2007-04-02 |
dooglus | Typo.
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | I forgot to remove these prototypes when removing definition...
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Remove old unused code that used to handle the eyedropper...
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Small formatting changes. And show "..." after buttons...
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Simple implementation of 'Save All'.
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | When prompting for 'Save As...', show the name of the...
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Put the 'redo' button next to the 'undo' button, and...
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Prettied up the layout of the ACCEL and ACCEL2 macros.
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Fix 1686425: prompt before overwriting an existing...
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Fixes 1692348. todo: revisit the 'if(z>0 && z<horizon...
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Avoid a compiler warning about initialisation order.
|
commit | commitdiff | tree |
2007-04-01 |
dooglus | Allow a single hex digit in the hex color box. The...
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | Typo.
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | Real width(width) doesn't work. The new variable is...
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | Rectangles are 'solid color' when using straight blending...
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | Don't waste time rendering layers which are completely...
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | Added some comments to the code I recently fixed to...
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | Fix 1689329: if the inverted rectangle we're rendering...
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | subptr() should subtract from the pointer, not add...
|
commit | commitdiff | tree |
2007-03-31 |
dooglus | If the rows are wider than our PIXEL_RENDERING_LIMIT...
|
commit | commitdiff | tree |
2007-03-30 |
dooglus | The value of `i' goes from 0 to rows-1, so to test...
|
commit | commitdiff | tree |
2007-03-29 |
dooglus | Typo.
|
commit | commitdiff | tree |
2007-03-27 |
dooglus | Fixed a spelling mistake.
|
commit | commitdiff | tree |
2007-03-27 |
dooglus | Partially fix 1689282: stops the crash when clicking...
|
commit | commitdiff | tree |
2007-03-26 |
dooglus | Added a few comments and increase some code readability.
|
commit | commitdiff | tree |
2007-03-25 |
dooglus | Added my copyright line.
|
commit | commitdiff | tree |
2007-03-24 |
dooglus | I somehow missed updating these 3 lines in r364.
|
commit | commitdiff | tree |
2007-03-24 |
dooglus | Fixed a typo.
|
commit | commitdiff | tree |
2007-03-24 |
dooglus | The '-g gamma' argument is currently ignored, but that...
|
commit | commitdiff | tree |
2007-03-24 |
dooglus | Added my copyright to the README files, as requested.
|
commit | commitdiff | tree |
2007-03-24 |
dooglus | Setting the 'In Interpolation' of a waypoint to 'Constant...
|
commit | commitdiff | tree |
2007-03-24 |
dooglus | I've no idea what "the audio display" is all about...
|
commit | commitdiff | tree |
2007-03-24 |
dooglus | Fix a bug where inactive layers (transform, scale,...
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | Zoom layers change the size of their content's bounding...
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | Stretch layers change the size of their content's bounding...
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | Fixed indentation.
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | Removed unused members p1, p2, diff.
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | Added missing $Id$ keyword to the header.
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | Deleting all the verticies from a Curve Gradient used...
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | Fix "main.cpp:332: warning: comparison between signed...
|
commit | commitdiff | tree |
2007-03-23 |
dooglus | There wasn't an icon for the 'Curves' dialog, so I...
|
commit | commitdiff | tree |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to conical gradients): ...
|
commit | commitdiff | tree |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to spiral gradients): Spiral...
|
commit | commitdiff | tree |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to radial gradients): Radial...
|
commit | commitdiff | tree |
2007-03-22 |
dooglus | Fix 1684240 (as it applies to curve gradients): Curve...
|
commit | commitdiff | tree |
2007-03-22 |
dooglus | Split the 'auto connect' option into 2 separate options:
|
commit | commitdiff | tree |
2007-03-21 |
dooglus | Fix 1684240: Several places were multiplying the A...
|
commit | commitdiff | tree |
2007-03-21 |
dooglus | Switch the order of the #includes to fix a build problem...
|
commit | commitdiff | tree |
2007-03-21 |
dooglus | Partially fix 1684240: gets rid of most of the artifacts
|
commit | commitdiff | tree |
2007-03-20 |
dooglus | Allow the hex text area to be used to edit the colour...
|
commit | commitdiff | tree |
2007-03-19 |
dooglus | Removed spurious space from menu entry.
|
commit | commitdiff | tree |
2007-03-19 |
dooglus | Use 'Name' and 'Value' as the column headers in the...
|
commit | commitdiff | tree |
2007-03-19 |
dooglus | Members param_tree_view() and get_param_tree_view(...
|
commit | commitdiff | tree |
2007-03-18 |
dooglus | Fixed a crash. Revision 354's addition of the 'mutable...
|
commit | commitdiff | tree |
2007-03-18 |
dooglus | Implements PXEGeek's http://wiki.synfig.com/Wish_list...
|
commit | commitdiff | tree |
2007-03-17 |
dooglus | Empty directory. Use "svn switch http://svn.voria...
|
commit | commitdiff | tree |
2007-03-17 |
dooglus | Turns out this isn't needed. I can just:
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Empty directory. Use "svn switch http://svn.voria...
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Spelling correction.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Spelling correction.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Fix 1682016: default to 700x510 instead; big enough...
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Fix 1438545: hide and reshow the sketch after 'undo...
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Backing out inadvertant change r338.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Only substitute @synfigincludedir@ in once.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Enabled $Id$ expansion. Removed 2 *.tmp.* generated...
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Enabled $Id$ expansion.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Enabled $Id$ expansion.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Enabled $Id$ expansion.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Enable $Id$ expansion.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Enable $Id$ expansion.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Enable $Id$ expansion.
|
commit | commitdiff | tree |
2007-03-16 |
dooglus | Minor change to stop a doxygen warning. Doxygen doesn...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | I left part of the old header in this file by mistake...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixed the parameter names to keep doxygen quiet (451...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixed the comment to stop doxygen complaining. Also...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixed the name of the last parameter in the set_time...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Filled in the parameter names in the prototype of get_frame...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | As in previous commit, 2 more parameters were incorrectly...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | One of the parameters was named incorrectly in the...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixing warnings from doxygen:
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixing warnings from doxygen:
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixed a few typos.
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Commented the 'else' and 'endif' of some long conditional...
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Added missing '\endlegal'.
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Added missing '\endlegal'.
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixed doxygen header, preventing warning:
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixed doxygen header, preventing:
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | Fixed a few typos which caused doxygen to complain.
|
commit | commitdiff | tree |
2007-03-15 |
dooglus | \fixme isn't accepted outside a function definition:
|
commit | commitdiff | tree |
2007-03-14 |
dooglus | Add a line at the start to tell GNU Emacs that this...
|
commit | commitdiff | tree |
2007-03-14 |
dooglus | Fix 1420091: Crash when deleting vertex items. I don...
|
commit | commitdiff | tree |
2007-03-13 |
dooglus | Fix 1679790: draw tool: extending transformed blines...
|
commit | commitdiff | tree |
2007-03-13 |
dooglus | Fixed formatting to match surrounding code.
|
commit | commitdiff | tree |
2007-03-13 |
dooglus | Fix 1679452: extending blines with a non-zero offset...
|
commit | commitdiff | tree |
2007-03-13 |
dooglus | Partially fix 1679452:
|
commit | commitdiff | tree |
2007-03-12 |
dooglus | Removed trailing whitespace.
|
commit | commitdiff | tree |
next |