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-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-09UI scripting:Ton Roosendaal
2012-11-09Usability:Ton Roosendaal
2012-11-09rename template_color_wheel() to template_color_picker()Campbell Barton
2012-11-09Bugfix #33124Ton Roosendaal
2012-11-09Axis Colours are now ThemeableJoshua Leung
2012-11-09fix [#33121] crashing when srolling down in text editor !Campbell Barton
2012-11-08Bugfix #29072 (Color pickers don't close properly when moving the mouse away)Ton Roosendaal
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-07prevent floating point exceptions from being raised in soft_range_round_up/so...Campbell Barton
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-06add comments for uiBut a1 and a2 values.Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-31Fix #31482: menu with scrollers when window is too small, didn't auto scrollBrecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-31UI: fix for menu scrolling when window is too small. It was not working wellBrecht Van Lommel
2012-10-30Usability: Logic editorTon Roosendaal
2012-10-29fix [#33010] image editor - scope handles resizeCampbell Barton
2012-10-28Bugfix #24016Ton Roosendaal
2012-10-27Bugfix, IRC reportedTon Roosendaal
2012-10-27Bugfix:Ton Roosendaal
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-27change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-26style cleanupCampbell Barton
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