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
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
2016-12-28UI: Make icon-only buttons for enum items with empty label.Bastien Montagne
2016-12-16Fix drawing enum property with icon only flagJulian Eisel
2016-12-08Fix expanding enum property in sub-layout of pie menusJulian Eisel
2016-11-28UI: Add 'x' icon to text buttons to clear contentJulian Eisel
2016-10-13Fix T49635: column_flow Layout - last column is too small.Bastien Montagne
2016-10-13Cleanup: UI layout: remove unsed and confusing parameter.Bastien Montagne
2016-09-19Various cleanups related to button lockingJulian Eisel
2016-09-19Cleanup: Completely replace/remove uiBut.lockJulian Eisel
2016-03-05Cleanup: unnecessary comma useCampbell Barton
2016-03-02UI: Add search-create callbackCampbell Barton
2016-02-16Fix items in mode pie changing position by supporting more than 8 items in op...Julian Eisel
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-15Temp workaround: Object mode pie glitches since 'Edit Strokes' mode was intro...Julian Eisel
2015-11-07Cleanup: ui align headerCampbell Barton
2015-11-06New uialign code, based on 2D positions of widgets.Bastien Montagne
2015-09-01Fix T45825: Macro redo disable options incorrectlyCampbell Barton
2015-08-18Fix T45824: Pie's no longer show enum iconsCampbell Barton
2015-08-18UI: avoid property lookup w/ expanded enumsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-03Cleanup: 'return' parameters to the end of functions, and use 'r_' prefix for...Bastien Montagne
2015-07-03UI: add ability to access/generate 'shortcuts strings' of modal keymaps.Bastien Montagne
2015-06-09Fix T44930: File-select in redo panel, disables UICampbell Barton
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-26Fix own sillynessAntony Riakiotakis
2015-05-26Don't crash with pie menus with more than 8 items.Antony Riakiotakis
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-03-24UI: remove UI_BTYPE_SEARCH_MENU_UNLINKCampbell Barton