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-11-27Fix T37383: wrong spacing on Add menu in 3D view header.Brecht Van Lommel
2013-11-26Fix own regression in rB254aa8f3a0fb: Titles and sub-titles in menus were dra...Bastien Montagne
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
2013-11-22fix for active bone not saving in editmode.Campbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-18Patch T37363: Highlight bone layers with active bones (as for Object Layers)Joshua Leung
2013-11-18Code cleanup - Reduce duplication of layer number calculations hereJoshua Leung
2013-11-09uiList: fix another bug, where active item labels in sublayouts would not get...Bastien Montagne
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-10-12Revert both own r60700 and r60702. API behavior for expanded enums is complet...Bastien Montagne
2013-10-12Followup to own r60700, fix was not correct... In fact, beahivor of expanded ...Bastien Montagne
2013-10-12Fix obvious error in expanded enum layout code, given uiname would never be u...Bastien Montagne
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-09-03display angle in axis/angle buttons as degrees as with euler rotations.Campbell Barton
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-23UI layout: Fix the fact that children layouts were implicitely inconditionnal...Bastien Montagne
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-07-12fix [#36109] UI softlock when first property of an operator is StringCampbell Barton
2013-07-10fix [#36073] Changing list items misses undo pushCampbell Barton
2013-06-26Fix [#35750] list items in properties editor (text colors not following list ...Bastien Montagne
2013-06-25Fix #35715: graph editor > channels > move.. menu item showed wrong keyboard ...Brecht Van Lommel
2013-06-19Fix for expanded enums with icon_only enabled, name of each item was still us...Bastien Montagne
2013-06-13Fix #35715: incorrect shortcut shown for some menus after recent code refacto...Brecht Van Lommel
2013-06-01style cleanupCampbell Barton
2013-05-30fix for incorrect use of strncat in uiItemMenuEnumOCampbell Barton
2013-05-23Fix stack corruptions in special casesSergey Sharybin
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-11style cleanupCampbell Barton
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-05-02don't show an 'X' next to never-null pointer search menus.Campbell Barton
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-21Fix for extra string width padding in ui_text_icon_width, causing labels in r...Lukas Toenne
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-16Any ID Selector Template: ID Type dropdown now shows icon only as originallyJoshua Leung
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-02-28Invalid Driver Targets are now indicated appropriately (using Red Backgrounds)Joshua Leung
2013-02-05fix [#34113] operator_menu_enum() - Tooltip not showing descriptionsCampbell Barton
2013-02-01style cleanupCampbell Barton
2013-01-31Fix #33874: active UV map chooser in uv editor should not have X button as youBrecht Van Lommel
2013-01-24New 'X' icon in search buttons sometimes overlapped text, needs extra space.Ton Roosendaal
2013-01-17fix for arrow keys being reversed in the snap menu (Ctrl+Shift+Tab)Campbell Barton
2013-01-09Usability fix: Ton Roosendaal
2012-12-28style cleanup: var naming for ui listCampbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-24fix possible bug with ui_item_fit() causing uninitialized variable use.Campbell Barton