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-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
2015-02-13Fix (revert) mistake in rB1ae2098a6e04359b, causing broken UI (see e.g. Scene...Bastien Montagne
2015-02-13cleanup: ui, use boolsCampbell Barton
2015-02-13UI: show check-boxes pie-menu bool/enumsCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-01-20UI: cleanup UI_fontstyle_string_width, UI_draw_stringCampbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-24UI: avoid property lookup for uiItemMenuEnumRCampbell Barton