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-10-21Merge branch 'master' into UI-graphical-redesignUI-graphical-redesignJulian Eisel
2015-10-17Cleanup: warningsCampbell Barton
2015-10-16Fix popup menu glitch, scrolling at high dpiCampbell Barton
2015-09-18Fix UI crash entering very long stringsCampbell Barton
2015-09-17Fix T46134: units degrees increment are too smallCampbell Barton
2015-09-15Fix T46113: Color picker erratic outside 0-1 rangeCampbell Barton
2015-09-05Fix T45944: Ctrl+Wheel to cycle values failes in toolshelfJulian Eisel
2015-08-19Fix T45847: Pie looses focus when mouse cursor passes through a pie buttonJulian Eisel
2015-08-18UI: avoid subtracting shadow from winrctCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-12Fix T45739: Number slider precision handling inconsistent between unit systems.Bastien Montagne
2015-08-10UI drag&drop: make code able to free dragpoin if needed.Bastien Montagne
2015-08-01Merge branch 'master' into UI-graphical-redesignJulian Eisel
2015-07-06Cleanup: style, spellingCampbell 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-09Add widget rollover feedback by implementing a Sub-Button pipelineJulian Eisel
2015-06-05A first Menu/Popup redesignJulian Eisel
2015-06-04Use left aligned text for icon buttonsJulian Eisel
2015-06-03Fix for RMB Menu title including shortcutCampbell Barton
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-05-12Cleanup: styleCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-21Correct crash in last commit (spacebar search)Campbell Barton
2015-04-21Add eyedropper for selecting object & obdataJulian Eisel
2015-03-24UI: remove UI_BTYPE_SEARCH_MENU_UNLINKCampbell Barton
2015-03-19Cleanup: spelling grey -> grayCampbell Barton
2015-02-11UI: add optional tip callback to uiBut, and use it for per-item tooltips in U...Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-06UI: refactor button string get/set into functions.Campbell Barton
2015-01-06Correction to previous commitjulianeisel
2015-01-05Fix/cleanup very ugly and unsafe usage of but->str in ui_but_update().Bastien Montagne
2015-01-05Fix T43111: Node Editor (Slider) Draw Glitchjulianeisel
2014-12-10UI: add Shift-Drag to multiselect expanded enum items too.Bastien Montagne
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-12-02Fix rare crash dragging number-buttonsCampbell Barton
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
2014-11-15UI: cleanup next/prev order in menu codeCampbell Barton
2014-11-11UI: Cleanup (line length)Campbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-11-06Fix T42208 color pickers are coupled.Antony Riakiotakis
2014-10-30UI: let multi-num-drag change different ID valuesCampbell Barton
2014-10-13Pie menus: Confirm thresholdAntony Riakiotakis
2014-09-10WM: Add utility wmOrtho2_*** funcsCampbell Barton
2014-08-27CleanupCampbell Barton
2014-08-26Move bUnit_getScaleUnit -> BKE_scene_unit_scaleCampbell Barton
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne