Remove spaces and tabs at end of lines.
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.cpp
2008-12-22 dooglusRemove spaces and tabs at end of lines.
2008-11-28 dooglusFix 1501383: "del key deletes object instead of charact...
2008-11-28 dooglusUse the short form for toggle-onion-skin because we...
2008-11-28 dooglusTidy the layout of the code that sets the keyboard...
2008-11-18 dooglusWhen we try to open a file that doesn't exist, display...
2008-11-17 dooglusWhen loading .sif files, show any warnings in the GUI...
2008-11-13 dooglusAdd an option to the setup dialog "Scale New Imported...
2008-11-09 dooglusWhen studio fails to start up, show a more specific...
2008-10-26 dooglusChange error message "unable to open file" to "unable...
2008-10-26 dooglusWhen a .sif file fails to load, display the error messa...
2008-10-14 geneteUpdate/add copyrights for people who modified the code.
2008-10-11 dooglusEnable the width tool by default. It can be disabled...
2008-09-11 geneteFix the aspect ratio bug introduced by the previous...
2008-09-10 geneteAdd a ComboBox to the Document tab of the Settings...
2008-09-10 geneteAdd a text entry in the Document tab of the Setup Dialo...
2008-09-02 geneteApply [ 2087747 ] Save preferred X and Y canvas dimensi...
2008-04-20 dooglusIn the 'open > recent files' menu entry, only show...
2008-04-12 dooglusDon't show debugging messages about saving preference...
2008-04-10 dooglusAdd "select all layers" (S-C-a) and "unselect all ducks...
2008-04-10 dooglusAlt-D = draw, Alt-W = width. Previously there were...
2008-04-08 dooglusReorder the keyboard shortcut definitions for the tools...
2008-04-08 dooglusMove a couple of tool icons in the toolbox, and fix...
2008-04-08 dooglusAdd a star tool. For drawing stars.
2008-04-06 dooglusMake the file selector dialogs print less output to...
2008-04-04 dooglusAdd a new tool for adding text layers.
2008-04-04 dooglusAdd App::dialog_paragraph() to allow editing of paragra...
2008-03-08 dooglusAdd 0.61.09 to the list of formats we can save as.
2008-03-01 dooglusDon't complain about not being able to start the browse...
2008-02-28 pabsImprove the browser launch functionality:
2008-02-27 pabsPrepare for the new splash screen; remove old text...
2008-02-26 dooglusWhen recovering from auto-saved backup files, only...
2008-02-25 dooglusStudio was crashing on Windows if built with debug...
2008-02-25 dooglusFix 1837445: Convert path to profile directory from...
2008-02-24 pabsAdd a patch from Gerald Young (Yoyobuae) to fix buildin...
2008-02-23 dooglusUse resize() to resize windows. set_default_size(...
2008-02-23 dooglusHide the root canvas if we have saved the position...
2008-02-23 dooglusAdd Gerald Young's copyright.
2008-02-23 dooglusChecked in a patch from Gerald Young (Yoyobuae) to...
2008-02-23 dooglusConditionally compile out the 'single threaded' stuff...
2008-02-20 dooglusTidied up the default naming of the file and canvas...
2008-02-17 dooglusLink to a few wiki pages directly from the Help menu.
2008-02-17 dooglusAdd an option "Browser Command" to allow the user to...
2008-02-17 dooglusBasic support for opening URLs. Not tested on Windows...
2008-02-17 pabsFor the help menu item, show an information dialog...
2008-02-10 dooglusHave caret>file>open start off by listing the current...
2008-02-09 dooglusAdded copyright lines for files I've edited this year.
2008-02-09 dooglusDefault to *not* restricting real ducks to the top...
2008-02-09 dooglusAdded a gui checkbox rather than using a #define to...
2008-02-08 dooglusPrevent a warning: 'file_type_enum' may be used uniniti...
2008-02-08 dooglusAdd information about which valuenode types were added...
2008-02-08 dooglusClarify the 'file format version' menu in the save...
2008-02-08 dooglusAllow saving .sif files in a format that can be read...
2008-02-07 dooglusAttempting to open a file that is already open should...
2008-02-07 dooglusDon't automatically create a new document if we success...
2008-02-01 dooglusWith the re-enabling of 'Alpha Brighten', the toolbox...
2008-02-01 pabsFix 1678554 and implement 1741220: change the about...
2008-01-31 dooglusAdd menu entries and shortcuts to increase and decrease...
2008-01-31 dooglusCreate the pixel-size menus dynamically.
2008-01-31 dooglusChange the tile size from 128 to 120 and allow all...
2008-01-31 dooglusApplied patch from IL'dar AKHmetgaleev aka AkhIL to...
2008-01-29 dooglusOK, let's use alt-o (o is for onion) instead of control...
2008-01-29 dooglusChange the default 'toggle onion skin' keyboard shortcu...
2008-01-29 dooglusIf environment variable SYNFIG_DISABLE_AUTOMATIC_DOCUME...
2008-01-29 dooglusIf no documents are specified to be loaded on the comma...
2008-01-29 dooglusDefault 'end time' for new canvases to 5s instead of...
2008-01-25 dooglusAvoid warning from g++ 4.3.
2008-01-25 pabsFix some FTBFS issues when compiling with GCC 4.3
2008-01-24 dooglusRemember separate default directories for opening and...
2008-01-23 dooglusDon't show the 'delete' and 'really delete' debug messa...
2008-01-16 dooglusAdd 'new', 'open' and 'quit' to the caret>file menu.
2008-01-12 dooglusRemoved a bunch more DEBUGPOINT()s.
2008-01-08 pabsUse synfig.org instead of synfig.com
2007-12-28 dooglusBe more explicit about the exception that is raised...
2007-12-18 pabsStrip license key and software expiry stuff now that...
2007-12-17 dooglusFix most of the warnings from doxygen for synfig-studio...
2007-11-16 pabsMark some more strings for translation
2007-11-15 pabsDon't print pointers as integers, print them as pointer...
2007-11-13 pabsInitial attempt at i18n support using gettext
2007-11-02 dooglusNew environment variable: 'SYNFIG_DISABLE_NEW_CANVAS_ED...
2007-10-30 dooglusTypo: 'outselves' -> 'ourselves'.
2007-10-30 dooglusUse American spelling of 'initialise'.
2007-10-30 dooglusTypo: 'controler' -> 'controller'.
2007-10-30 dooglusFix 1820750. Delete popup menus once we're finished...
2007-10-13 dooglusFix the 'close' menu entry and close button when viewin...
2007-10-11 dooglusDefault single_threaded to false, because it doesn...
2007-10-11 dooglusOnly initialise threads if they aren't already initialised.
2007-10-10 dooglusUse a checkbox in the gui (Toolbox > File > Setup ...
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-09-25 dooglusImplement wiki.synfig.com/Wish_list : "Restore Default...
2007-09-22 dooglusPut View>Play on Control-P. Remove View>Pause from...
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-17 dooglusWhen saving a file, remember the directory it was saved...
2007-09-17 dooglusApp::dialog_saveas_file() and App::dialog_save_file...
2007-09-17 dooglusr679 introduced an error, assuming 'filename' would...
2007-09-16 dooglusFix 1383736: use absolute pathnames when setting up...
2007-09-12 dooglusSince the last change will require a recompilation...
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-04 dooglusEnable the draw, sketch and polygon tools by default...
2007-08-27 pabsSwitch from Ok, Cancel to Cancel, Open and Cancel,...
next