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
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-20Correction for recent commit clearing font cacheCampbell Barton
2014-01-19Fix last part of T38244: memory leak when scaling any panelBastien Montagne
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-24Fix [#36330] Clicking Scrolled Object Properties Tab Brings Up Wrong OneBastien Montagne
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-27Report #34450Ton Roosendaal
2013-02-27enable grabbing for 2d view zooming, good for the graph editor.Campbell Barton
2013-02-18Bug fix #34292Ton Roosendaal
2013-01-12Usability:Ton Roosendaal
2013-01-06Solving nasty annoyance:Ton Roosendaal
2012-12-29Trackpad fixes & changes:Ton Roosendaal
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21Bug fix, own collection:Ton Roosendaal
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-13Make zoom direction consistent all over the editorsSergey Sharybin
2012-10-09Revert part of 51209 -- MOUSEZOOM inversion should be done in lots of otherSergey Sharybin
2012-10-09OSX zoom pinch was using inverted directionSergey Sharybin
2012-10-08Correction to zoom-t-mouse formula which was broken since view2d drag zoom re...Sergey Sharybin
2012-09-28Made View2D drag zoom behave in the same way as zoom in 3d viewportSergey Sharybin
2012-09-28fix [#31476] DopeSheet GreasePencil Mode Window won't scroll upCampbell Barton
2012-09-28correct own typo from r43404Campbell Barton
2012-09-27correct debug/test assignment being left in the UI_view2d_smooth_view() so it...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-08-26Fix zooming in/out preview in sequencerSergey Sharybin
2012-08-23sequencer zooms horizontal only from mouse wheel and plus buttons.Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-13add hook now has option to add to active bone (mango request).Campbell Barton
2012-08-12confusion minf/fmin, broke msvcCampbell Barton
2012-08-122d smoothview now scales back the time to move for smaller view zoom/panning.Campbell Barton
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-07-21style cleanupCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton