Working on 1796971: Make dialog_save_as() return a bool saying whether it saved anyth...
[synfig.git] / synfig-studio / trunk / src / gtkmm /
2007-09-20 dooglusWorking on 1796971: Make dialog_save_as() return a...
2007-09-19 dooglusIf the user choses to save his work using the default...
2007-09-18 dooglusImplement feature request 1741236: Use 'Synfig Animatio...
2007-09-18 dooglusPut the 'paste_canvas' and 'PasteCanvas' mentions on...
2007-09-18 dooglusRenaming the PasteCanvas layer in r705 missed the other...
2007-09-17 dooglusWhen saving a file, remember the directory it was saved...
2007-09-17 dooglusRemoved more unused code. There were 4 'save_as' funct...
2007-09-17 dooglusApp::dialog_saveas_file() and App::dialog_save_file...
2007-09-17 dooglusSaving a document (I'm going to call them documents...
2007-09-17 dooglusr679 introduced an error, assuming 'filename' would...
2007-09-17 dooglusSave as .sifz by default (if there is no '.' in the...
2007-09-17 dooglusFixed the View>Play menu entry properly. It now waits...
2007-09-17 dooglusThe View>Play menu entry now does something. It doesn...
2007-09-17 dooglusDon't accept an empty input when setting a paste canvas...
2007-09-17 dooglusFix 1796110: don't try finding the specified canvas...
2007-09-16 dooglusI'm working on bug 1779592. The problem is related...
2007-09-16 dooglusFix 1383736: use absolute pathnames when setting up...
2007-09-14 dooglusMade a few more of the member variables in class WorkAr...
2007-09-14 dooglusSome member variables were public, but never used publi...
2007-09-14 dooglusFix 1794006: when removing a CPoint, signal that the...
2007-09-12 dooglusSince the last change will require a recompilation...
2007-09-10 dooglusThe icons are in $SYNFIG_ROOT/share/pixmaps/synfigstudi...
2007-09-10 dooglusMade a comment about some compiler warnings that I...
2007-09-09 dooglusSuccessfully fixed speling mistakes.
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-07 dooglusAnother case of initialising a variable from itself...
2007-09-07 dooglusPrevent a compiler warning about uninitialised variable...
2007-09-07 dooglusFix a couple of compiler warnings ("passing 'float...
2007-09-06 dooglusOops! That last commit was completely wrong. Revertin...
2007-09-06 dooglusDon't include header files that aren't needed.
2007-09-05 dooglusExporting a constant (non-animated) value, then renamin...
2007-09-05 dooglusMinor code layout tidying.
2007-09-04 dooglusFix a bug introduced by r590. The name of the paste_ca...
2007-09-04 dooglusEnable the draw, sketch and polygon tools by default...
2007-09-04 dooglusMake the 'open recent' menu escape '_' characters.
2007-09-04 pabsApply 1787437: fix typo in the canvas menu. Patch from...
2007-09-03 dooglusAdd an 'auto-export' checkbox and an auto-incrementing...
2007-09-03 dooglusRename ValueBase::same_as() to ValueBase::same_type_as...
2007-08-31 dooglusFix 1780016. Right-clicking in the Children dialog...
2007-08-31 dooglusAllow the spacing of the rows in the Timetrack dialog...
2007-08-30 dooglusForgot to include these 2 in the last commit. Implemen...
2007-08-30 dooglusWhen dragging a box around some ducks, holding SHIFT...
2007-08-30 dooglusOnly use CTRL to toggle ducks on and off by clicking...
2007-08-29 dooglusFeature request 1781331: Use shift key to manipulate...
2007-08-28 dooglusUse pabs' trick from r558 to fix the tool names in...
2007-08-27 pabsFix the tooltips on the toolbox buttons for all the...
2007-08-27 pabsSwitch from Ok, Cancel to Cancel, Open and Cancel,...
2007-08-22 dooglusMove 'increase amount' and 'decrease amount' from the...
2007-08-22 dooglusFix 1779616: prevent image span, resolution, etc. from...
2007-08-15 pabsAdd support for scrolling left and right in the canvas...
2007-08-14 pabsFix 1356449: don't crash when creating a PasteCanvas...
2007-07-04 dooglusAdded keyboard shortcuts for all 16 of the tools (alt...
2007-06-13 dooglusFix 1736536. Integer division isn't good enough when...
2007-06-11 pabsReally really fix 1568925, gawd I suck. This time I...
2007-06-11 pabsFix 1568925 the real way recommended by the autoconf...
2007-06-11 pabsDistribute compview.cpp, don't build it
2007-06-11 pabsAdd compview.cpp, which seems to have been ignored...
2007-05-27 pabsPartially fix 1678554: fix the font colour and size...
2007-05-27 pabsPartially fix 1677510: don't set the input mode on...
2007-05-27 pabsChange the default user dir to ~/.synfig for Linux...
2007-05-27 pabsMake the save button on the input devices dialog make...
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-13 dooglusUse a couple of macros instead of magic constants
2007-04-12 dooglusFix 1699325: only add on time for exactly one extra...
2007-04-12 dooglusTypos.
2007-04-12 dooglusTypo.
2007-04-11 dooglusDisable the 'set_transient_for()' call unless environme...
2007-04-10 dooglusFix 1697728: Code for 'End' was commented out, and...
2007-04-06 dooglusSet the dialog windows to be 'transient for' the toolbo...
2007-04-02 dooglusDon't "assert(color.is_valid())" before setting the...
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-03-31 dooglusTypo.
2007-03-31 dooglusReal width(width) doesn't work. The new variable is...
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 dooglusAdded my copyright line.
2007-03-24 dooglusI somehow missed updating these 3 lines in r364.
2007-03-24 dooglusSetting the 'In Interpolation' of a waypoint to 'Consta...
2007-03-24 dooglusI've no idea what "the audio display" is all about...
2007-03-23 pabsFix 1368904: disable the timebar instead of hiding...
2007-03-23 dooglusThere wasn't an icon for the 'Curves' dialog, so I...
2007-03-22 dooglusSplit the 'auto connect' option into 2 separate options:
2007-03-21 dooglusSwitch the order of the #includes to fix a build proble...
2007-03-20 dooglusAllow the hex text area to be used to edit the colour...
2007-03-19 dooglusRemoved spurious space from menu entry.
2007-03-19 dooglusUse 'Name' and 'Value' as the column headers in the...
2007-03-19 dooglusMembers param_tree_view() and get_param_tree_view(...
2007-03-18 pabsAdd comment from darco about what the "Palette Browser...
2007-03-18 dooglusImplements PXEGeek's wiki.synfig.com/Wish_list entry...
2007-03-16 dooglusSpelling correction.
next