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
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
2014-11-16UI: fix for recent menu flipping commitCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-15Fix broken auto-leyframing for 'Vector' button.Bastien Montagne
2014-11-15UI: cleanup next/prev order in menu codeCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-08-14Pie menus:Antony Riakiotakis
2014-08-13Maybe slightly controversial pie commit:Antony Riakiotakis
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-07-23Fix T41156: UILayout.prop_enum() does not observe "text" parameter overrideBastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-06-13Code cleanup: UI, unnecessary float/int conversionCampbell Barton
2014-05-06Fix for own recent change to menu shortcut behaviorCampbell Barton
2014-04-30Warning cleanup: signed/unsigned compareCampbell Barton
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-19Fix for Layout.operator_enum ignoring alignmentCampbell Barton
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-02-27Fix: 'F-Curve Editor' popup text was truncated.Campbell Barton
2014-02-12fix/workaround for v3d object mode selector flipping directionCampbell Barton
2014-02-11Own recent removal of string encoded menus missed render layers/passesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-30UI API: don't use a text label when icon_only is setCampbell Barton
2014-01-27UI: Fix for icon-only menus too small click-able areaCampbell Barton
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
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