2007-10-11 |
dooglus | When single threaded, update the gui after rendering... |
tree | commitdiff |
2007-10-11 |
dooglus | Don't delete the preview renderer if it's still running. |
tree | commitdiff |
2007-10-11 |
dooglus | Default single_threaded to false, because it doesn... |
tree | commitdiff |
2007-10-11 |
dooglus | Only initialise threads if they aren't already initialised. |
tree | commitdiff |
2007-10-11 |
dooglus | Put the mutex code back as it was originally. We can... |
tree | commitdiff |
2007-10-10 |
dooglus | Use a checkbox in the gui (Toolbox > File > Setup ... |
tree | commitdiff |
2007-10-10 |
dooglus | Typo. |
tree | commitdiff |
2007-10-10 |
dooglus | Don't use SINGLE_THREADED by default. |
tree | commitdiff |
2007-10-10 |
dooglus | Only check whether the renderer is updating when single... |
tree | commitdiff |
2007-10-10 |
dooglus | Show a message on stdout saying that we're single-threaded. |
tree | commitdiff |
2007-10-10 |
dooglus | Run everything in the same thread. |
tree | commitdiff |
2007-10-10 |
dooglus | Clear the dirty flag before starting the render, not... |
tree | commitdiff |
2007-10-06 |
dooglus | Add my copyright to files I've modified. |
tree | commitdiff |
2007-10-04 |
dooglus | Fix r841. Previously it was setting the menu to qualit... |
tree | commitdiff |
2007-10-04 |
dooglus | Show the correct initially selected quality level in... |
tree | commitdiff |
2007-10-04 |
dooglus | Show filename and line number on a few error messages... |
tree | commitdiff |
2007-10-04 |
dooglus | Give filename and line number in some warning messages. |
tree | commitdiff |
2007-10-04 |
dooglus | Fix the bug that caused almost everything in the caret... |
tree | commitdiff |
2007-10-04 |
dooglus | Tidying. |
tree | commitdiff |
2007-10-04 |
dooglus | Removed some debugging code that I didn't mean to commit. |
tree | commitdiff |
2007-10-03 |
dooglus | Prevent the "Gtk-CRITICAL **: gtk_label_set_label:... |
tree | commitdiff |
2007-10-03 |
dooglus | Default timesliders to 24fps, not 0fps, to prevent... |
tree | commitdiff |
2007-10-03 |
dooglus | Prevent a warning from Gtk about ownership of floating... |
tree | commitdiff |
2007-10-03 |
dooglus | If 'view->play' is interrupted with the 'stop' button... |
tree | commitdiff |
2007-10-03 |
dooglus | Removed a couple of debugpoints. |
tree | commitdiff |
2007-10-03 |
dooglus | Make stdout quieter. |
tree | commitdiff |
2007-10-03 |
dooglus | Stop the "Gtk-WARNING **: node type doesn't match 2... |
tree | commitdiff |
2007-10-03 |
dooglus | Removed debugpoint. |
tree | commitdiff |
2007-10-03 |
dooglus | Make stdout quieter. |
tree | commitdiff |
2007-10-03 |
dooglus | Make stdout quieter. |
tree | commitdiff |
2007-10-03 |
dooglus | Make stdout quieter. |
tree | commitdiff |
2007-10-03 |
dooglus | Tidying. |
tree | commitdiff |
2007-10-03 |
dooglus | Fixed a typo. |
tree | commitdiff |
2007-10-01 |
dooglus | Only fix the red border if we're not using the Gtk... |
tree | commitdiff |
2007-10-01 |
dooglus | Keep the red 'animate edit mode' border and the current... |
tree | commitdiff |
2007-09-29 |
dooglus | I messed up the last commit. Oops! |
tree | commitdiff |
2007-09-29 |
dooglus | #include color.h to get the gamma_in() #define. |
tree | commitdiff |
2007-09-27 |
dooglus | Same as the last commit, except for the 'splash screen... |
tree | commitdiff |
2007-09-27 |
dooglus | export SYNFIG_DISABLE_POPUP_WINDOWS=1 to stop the ... |
tree | commitdiff |
2007-09-26 |
dooglus | Fix the crash that the previous commit half-fixed. |
tree | commitdiff |
2007-09-26 |
dooglus | I thought this should prevent a crash, but it doesn... |
tree | commitdiff |
2007-09-26 |
dooglus | Fixed another set of uninitialised variables. |
tree | commitdiff |
2007-09-26 |
dooglus | Fix a variable-read-before-set error. |
tree | commitdiff |
2007-09-26 |
dooglus | Finish fix for 1801220. I forgot about the call to... |
tree | commitdiff |
2007-09-25 |
dooglus | Fix 1801220: Some Ubuntu Themes don't show the red... |
tree | commitdiff |
2007-09-25 |
dooglus | Implement wiki.synfig.com/Wish_list : "Restore Default... |
tree | commitdiff |
2007-09-25 |
dooglus | Fix 1776156: "region and outline position ducks aren... |
tree | commitdiff |
2007-09-25 |
dooglus | Only use gamma correction on R,G,B & Y, and only when... |
tree | commitdiff |
2007-09-25 |
dooglus | Simplify the code by using colorconv_synfig2gdk() rathe... |
tree | commitdiff |
2007-09-25 |
dooglus | The color gradients displayed on the sliders in the... |
tree | commitdiff |
2007-09-25 |
dooglus | Move the gamma_in and gamma_out macros into "color.h". |
tree | commitdiff |
2007-09-25 |
dooglus | Removed unused macros. |
tree | commitdiff |
2007-09-22 |
dooglus | Fix 1800324: closing a window while an animation is... |
tree | commitdiff |
2007-09-22 |
dooglus | Put View>Play on Control-P. Remove View>Pause from... |
tree | commitdiff |
2007-09-21 |
dooglus | Addendum to 1799722: Now that 'save' no longer fails... |
tree | commitdiff |
2007-09-21 |
dooglus | Fix 1799722: Display an error message when a 'save... |
tree | commitdiff |
2007-09-21 |
dooglus | 'quit -> "want to save?" -> yes -> cancel' should go... |
tree | commitdiff |
2007-09-21 |
dooglus | Fixed 1799250: Add a function to update the render... |
tree | commitdiff |
2007-09-21 |
dooglus | Working on 1799250: After changing the filename, update... |
tree | commitdiff |
2007-09-21 |
dooglus | Working on 1799250: changed prototypes |
tree | commitdiff |
2007-09-21 |
dooglus | Working on 1799250: added prototypes. |
tree | commitdiff |
2007-09-21 |
dooglus | Fixed a typo. |
tree | commitdiff |
2007-09-20 |
dooglus | Fix 1796971: if the user tries to quit synfig or close... |
tree | commitdiff |
2007-09-20 |
dooglus | Working on 1796971: Make dialog_save_as() return a... |
tree | commitdiff |
2007-09-19 |
dooglus | If the user choses to save his work using the default... |
tree | commitdiff |
2007-09-18 |
dooglus | Implement feature request 1741236: Use 'Synfig Animatio... |
tree | commitdiff |
2007-09-18 |
dooglus | Put the 'paste_canvas' and 'PasteCanvas' mentions on... |
tree | commitdiff |
2007-09-18 |
dooglus | Renaming the PasteCanvas layer in r705 missed the other... |
tree | commitdiff |
2007-09-17 |
dooglus | When saving a file, remember the directory it was saved... |
tree | commitdiff |
2007-09-17 |
dooglus | Removed more unused code. There were 4 'save_as' funct... |
tree | commitdiff |
2007-09-17 |
dooglus | App::dialog_saveas_file() and App::dialog_save_file... |
tree | commitdiff |
2007-09-17 |
dooglus | Saving a document (I'm going to call them documents... |
tree | commitdiff |
2007-09-17 |
dooglus | r679 introduced an error, assuming 'filename' would... |
tree | commitdiff |
2007-09-17 |
dooglus | Save as .sifz by default (if there is no '.' in the... |
tree | commitdiff |
2007-09-17 |
dooglus | Fixed the View>Play menu entry properly. It now waits... |
tree | commitdiff |
2007-09-17 |
dooglus | The View>Play menu entry now does something. It doesn... |
tree | commitdiff |
2007-09-17 |
dooglus | Don't accept an empty input when setting a paste canvas... |
tree | commitdiff |
2007-09-17 |
dooglus | Fix 1796110: don't try finding the specified canvas... |
tree | commitdiff |
2007-09-16 |
dooglus | I'm working on bug 1779592. The problem is related... |
tree | commitdiff |
2007-09-16 |
dooglus | Fix 1383736: use absolute pathnames when setting up... |
tree | commitdiff |
2007-09-14 |
dooglus | Made a few more of the member variables in class WorkAr... |
tree | commitdiff |
2007-09-14 |
dooglus | Some member variables were public, but never used publi... |
tree | commitdiff |
2007-09-14 |
dooglus | Fix 1794006: when removing a CPoint, signal that the... |
tree | commitdiff |
2007-09-12 |
dooglus | Since the last change will require a recompilation... |
tree | commitdiff |
2007-09-10 |
dooglus | The icons are in $SYNFIG_ROOT/share/pixmaps/synfigstudi... |
tree | commitdiff |
2007-09-10 |
dooglus | Made a comment about some compiler warnings that I... |
tree | commitdiff |
2007-09-09 |
dooglus | Successfully fixed speling mistakes. |
tree | commitdiff |
2007-09-08 |
dooglus | Prevent compiler warnings about unused parameters. |
tree | commitdiff |
2007-09-07 |
dooglus | Another case of initialising a variable from itself... |
tree | commitdiff |
2007-09-07 |
dooglus | Prevent a compiler warning about uninitialised variable... |
tree | commitdiff |
2007-09-07 |
dooglus | Fix a couple of compiler warnings ("passing 'float... |
tree | commitdiff |
2007-09-06 |
dooglus | Oops! That last commit was completely wrong. Revertin... |
tree | commitdiff |
2007-09-06 |
dooglus | Don't include header files that aren't needed. |
tree | commitdiff |
2007-09-05 |
dooglus | Exporting a constant (non-animated) value, then renamin... |
tree | commitdiff |
2007-09-05 |
dooglus | Minor code layout tidying. |
tree | commitdiff |
2007-09-04 |
dooglus | Fix a bug introduced by r590. The name of the paste_ca... |
tree | commitdiff |
2007-09-04 |
dooglus | Enable the draw, sketch and polygon tools by default... |
tree | commitdiff |
2007-09-04 |
dooglus | Make the 'open recent' menu escape '_' characters. |
tree | commitdiff |
2007-09-04 |
pabs | Apply 1787437: fix typo in the canvas menu. Patch from... |
tree | commitdiff |
2007-09-03 |
dooglus | Add an 'auto-export' checkbox and an auto-incrementing... |
tree | commitdiff |
next |