Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-07svn merge ^/trunk/blender -r50999:51100soc-2012-bratwurstCampbell Barton
2012-10-05UI: buttons that open menus now align to the menu rather than looking disconn...Brecht Van Lommel
2012-09-26merge with trunk -r50910Antony Riakiotakis
2012-09-22Enable predictable menu key-chaining as with r50501.Campbell Barton
2012-09-212.49 feature: Game Controller State name shows up when mouse over them (the n...Dalai Felinto
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-14code cleanup: correct misleading use of LABEL button type.Campbell Barton
2012-09-12code cleanup: changing the INT define to an enum conflicts with INT typedef o...Campbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-10code cleanup: use typedef'd enum for block bounds types.Campbell Barton
2012-09-10code cleanup:Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49963:50010Campbell Barton
2012-08-18code cleanup: use BLI rect functions for interface button and block code.Campbell Barton
2012-08-09Functions to allow overriding of the color of a button. Use these functions t...Jorge Rodriguez
2012-07-18merge with trunk 49039Antony Riakiotakis
2012-07-18shift help with continuous grab on a curve point now does scaled motion.Campbell Barton
2012-07-17Added a "clear" function for bit-field boolean RNA properties, used by a "cle...Jorge Rodriguez
2012-07-11merge with trunk 48817Antony Riakiotakis
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-07-06Support for columns to lay out items in the center or bottom. Currently it's ...Jorge Rodriguez
2012-06-19Add an X button to the screen and scene dropdowns that allow the user to dele...Jorge Rodriguez
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-05-23Finish changes in up/down arrows for menusSergey Sharybin
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-04-03Popup menu layout inherits context store from button.Lukas Toenne
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2011-11-24Fix #29306: Alt+N, Enter In Image View Does closes the dialog without executing.Sergey Sharybin
2011-11-22Fix for long-standing TODO item: Clicking on overlapping nodes would activate...Lukas Toenne
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20UI: fix issue with part of panels going offscreen after recent commit.Brecht Van Lommel
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-10presets now work from non-redo popups,Campbell Barton
2011-11-09Moving i18n code to BLF_translation.hBastien Montagne
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-08UI/Nodes: templates to edit nodes from the properties editor using a tree view,Brecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-28UI list template: committing patch [#26629].Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Context menu 'Edit Source' operator no longer needs to be enabled as a build ...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne