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-10-25UI: datablock selector widgets now show as a tooltip the datablock descriptionBrecht Van Lommel
2012-10-25Bugfix #28298Ton Roosendaal
2012-10-25Bugfix #32962Ton Roosendaal
2012-10-25fix [#32938] The Splash Screen doesn't show up correctly .....Campbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21Fix [#32934] Some UI texts translated/untranslated regardless of "Interface" ...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-15fix for own mistake using freed memory with menus.Campbell Barton
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-14style cleanupCampbell Barton
2012-10-13Make zoom direction consistent all over the editorsSergey Sharybin
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-11style cleanup:Campbell Barton
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-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-08Display enum descriptions in tooltips for operators using a "type" or "mode"Joshua Leung
2012-10-07style cleanup: if();Campbell Barton
2012-10-07patch [#32791] Spelling mistakes corrected.Campbell Barton
2012-10-05Fix #32707: texture preview not loadedSergey Sharybin
2012-10-05UI: buttons that open menus now align to the menu rather than looking disconn...Brecht Van Lommel
2012-10-04fix for using hsv uninitialized in ui_draw_but_HSVCIRCLE()Campbell Barton
2012-10-04code cleanup: make the behavior of set_current_material_texture() clearer and...Campbell Barton
2012-10-04avoid a sqrtf call in ui_hsvcircle_vals_from_pos() for values outside the cir...Campbell Barton
2012-10-01quiet some warnings.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-28Fix #32671: new orbit sensitivity and turntable/trackball choice was only ava...Brecht Van Lommel
2012-09-28Made View2D drag zoom behave in the same way as zoom in 3d viewportSergey Sharybin
2012-09-28Fix #32673: long strings were wrongly clipped when modifyingSergey Sharybin
2012-09-28fix [#31476] DopeSheet GreasePencil Mode Window won't scroll upCampbell Barton
2012-09-28correct own typo from r43404Campbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-28fix [#32678] Changing RGB Curve via 'X' or 'Y' coordinates does not updateCampbell Barton
2012-09-27Fix/enhancement of "locale to po file name" code. Now should handle nicely lo...Bastien Montagne
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-27correct debug/test assignment being left in the UI_view2d_smooth_view() so it...Campbell Barton
2012-09-26Correction to svn rev50845Sergey Sharybin
2012-09-24Themes fixes:Sergey Sharybin
2012-09-24Fix #32396: EyeDropper does nothing on "New" in Uv image editorSergey Sharybin
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-22fix [#32609] RGB Curves Mouse Pointer ProblemCampbell Barton
2012-09-22Enable predictable menu key-chaining as with r50501.Campbell Barton