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
2012-04-21style cleanupCampbell Barton
2012-04-10code cleanup: replace (val >> 16) with macro RNA_SUBTYPE_UNIT_VALUE(val)Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Fix #30708: pressing escape in the color picker popup did not reset to the pr...Brecht Van Lommel
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-21Fix #30616: Inconsistency Del and Backspace of resetting valuesSergey Sharybin
2012-03-18spelling cleanupCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-10picky changes to mouse cursor text selection behavior, previously as soon as ...Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07edit to cursor adjustment, use int rather then short to store the cursor posi...Campbell Barton
2012-03-07Unify string stepping delimiter code for text buttons, text editor and consol...Campbell Barton
2012-03-07tweak text delimiters for button ctrl + left/right, ctrl+backspace/delCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29UI: change shortcut to clear value in button with mouse over it (for the secondBrecht Van Lommel
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-07Fix #30076: RenderLayer area blocks mouse scrollingSergey Sharybin
2012-02-02Fix #27213: editing color ramp "Pos:" number value did not update the rampBrecht Van Lommel
2012-01-26Fix #29958: Search Menu keeps hiding first character(s) after long inputSergey Sharybin
2012-01-26Fix #29895 Fast Alt-Mousewheel toggling of Mapping Modes scrubs timelineSergey Sharybin
2012-01-22fix for memory leak displaying shortcuts to buttons which use allocated strin...Campbell Barton
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2012-01-21modify number button copy/paste to work as if you enter the button, select te...Campbell Barton
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-02nicer string delimiter handling for Ctrl+Left/Right arrows, py console could ...Campbell Barton
2011-12-21Fix #29670: color picker draw issues with RGB values out of soft range.Brecht Van Lommel
2011-12-12fix for 2 crashes running operators in background mode.Campbell Barton
2011-12-09Fix for #29475 broke properly updating toggle buttons in popup menus. Tweak theBrecht Van Lommel
2011-12-05Cycles:Brecht Van Lommel
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell 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-15bytestring support for py/rna - this is so py can access data whichCampbell Barton
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-10presets now work from non-redo popups,Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-04Fix #29155: Inconsistency with 0 and Del hotkeysSergey Sharybin
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04Enabled ndof devices for controlling colour wheel and cube UI controls Matt Ebb
2011-10-25- fix numpad comma replacement which was broken since unicode input was added.Campbell Barton
2011-10-24fix for error utf8 printing input.Campbell Barton