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
2018-08-24UI: always align item w/ labelCampbell Barton
2018-08-24RNA: avoid redundant property lookups in UI APICampbell Barton
2018-08-15Cleanup: set expand variable for all enum-flagsCampbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30Cleanup: remove unused context arg to menuCampbell Barton
2018-06-29Fix T54524: keyframe and driver colors not showing in shape key list.Brecht Van Lommel
2018-06-15Cleanup: some more G.main removal/validation...Bastien Montagne
2018-06-13Cleanup: swapped X/Y UI_UNITCampbell Barton
2018-06-09RNA: remove Layout.introspectCampbell Barton
2018-05-27UI: replace BLI_strncpy w/ memcpyCampbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-03-23Theming: Use list-item colors for all un-embossed buttons in list-itemsJulian Eisel
2017-12-28Fix T53630: Effect strips not displaying Input data.Bastien Montagne
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-11-02UI: add UI_SELECT_DRAW flagCampbell Barton
2017-11-02UI: use button_operator in operator_menu_holdCampbell Barton
2017-11-01UI: Option to draw button pressedCampbell Barton
2017-11-01UI: Add UILayout.operator_menu_holdCampbell Barton
2017-11-01Cleanup: styleCampbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-31UI: avoid double operator type lookupCampbell Barton
2017-10-21Move & rename uiLayoutOperatorButs to interface_templates.cJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-14Fix failure in our UI code that could allow search button without search call...Bastien Montagne
2017-08-12Fix width estimation for buttons with short labels in pie menusAleksandr Zinovev
2017-08-11Pie menu's sub-rows ignore 'EXPAND' flagAleksandr Zinovev
2017-08-08Fix fixed width box layoutsAleksandr Zinovev
2017-08-08Fix width estimation for empty layouts in pie menusAleksandr Zinovev
2017-07-28Fix potential 'divide-by-zero' in our UI fitting code.Bastien Montagne
2017-07-28Fix T52208: Using UI_BUT_REDALERT flag for UI_BTYPE_KEY_EVENT buttons crashes...Bastien Montagne
2017-07-27Minor code style correctionsJulian Eisel
2017-07-27Fix Label colors in popupsAleksandr Zinovev
2017-06-20Fix: Icon alignment for scaled pie buttons with no textraa
2017-04-11Fix: width of UILayout.prop_enum() buttonsraa
2017-04-01Cleanup: styleCampbell Barton
2017-03-28Fix columns with fixed widthraa
2017-03-26Fix padding and align calculation for box layoutsraa
2017-03-26Fix: Ignore min flag for rows that require all available widthraa
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-17Various icon adjustmentsraa
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-06Fix width calculation for split layoutsraa
2017-03-01All drop-down buttons should use the same widthraa
2017-02-25Fix rows with fixed last item (D2524)raa
2017-02-23Columns should be expandable by defaultraa
2017-02-21Fix Drawing nested box layouts (D2508)raa
2017-02-02Fix T50497: prop_search not correctly drew in UI (D2473)raa
2017-01-24Fix T50386: Crash when spawning pie menusJulian Eisel
2017-01-10UI Layout: fix some cases mixing fixed and expandable sizesBastien Montagne