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-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-23Theming: Use list-item colors for all un-embossed buttons in list-itemsJulian Eisel
2018-01-25WM: NULL check for recent tooltip changeCampbell Barton
2018-01-25UI: change tool-tips to be stored in the screenCampbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2018-01-16UI: support canceling color ramp dragCampbell Barton
2017-12-20UI: move tooltip API to public headerCampbell Barton
2017-12-19UI: split out button checks from tooltip creationCampbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-02UI: use button_operator in operator_menu_holdCampbell Barton
2017-11-01UI: Add UILayout.operator_menu_holdCampbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-10-05Fix T52998: disabled menu entries responding to key shortcuts.Brecht Van Lommel
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-07Cleanup: remove goto'sCampbell Barton
2017-08-22Fix T52466: Silence search for button_context menu type.Thomas Beck
2017-08-11Cleanup: whitespaceCampbell Barton
2017-07-18Fix bad loss of precision when manually editing values in numbuttons.Bastien Montagne
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-09Fix (unreported): Crash if a right click is performed on an image datablock (...Thomas Beck
2017-04-29Implementation of custom python entries in all right click menusThomas Beck
2017-03-31Cleanup: warningsCampbell Barton
2017-03-30Redraw parent popup when the child popup is closedraa
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-06Multi-View: Map cursor coordinates to visual coordinatesJulian Eisel
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2016-12-15Proper fix for strict compiler warningSergey Sharybin
2016-12-15Revert "Cleanup: Remove unused variable"Sergey Sharybin
2016-12-15Cleanup: Remove unused variableSergey Sharybin
2016-12-13UI: Externally open file and path from context menuJulian Eisel
2016-11-28UI: Add 'x' icon to text buttons to clear contentJulian Eisel
2016-11-18Fix T50063: Editing driver's expression eliminates "Zero" numberJulian Eisel
2016-11-01Add 'copy array' for rna buttonsBastien Montagne
2016-10-31UI: Don't show empty panel right-click menuJulian Eisel
2016-10-20Python API: add full_path parameter for bpy.ops.ui.copy_data_path_button.christian brinkmann
2016-09-21UI: Make eyedropper shortcut configurableJulian Eisel
2016-09-21UI: Make button driver and keying set shortcuts configurableJulian Eisel
2016-09-21UI: Configurable shortcuts for keyframe operatorsJulian Eisel
2016-09-21UI: Fix crash using drag-toggle over window bounds with button callbackJulian Eisel
2016-09-19Various cleanups related to button lockingJulian Eisel
2016-09-19Cleanup: Completely replace/remove uiBut.lockJulian Eisel
2016-09-01Fix T49199: Combination of dialog + wm.open_mainfile causes crashJulian Eisel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-07-27Fix memory leak when closing Blender with operator popup openJulian Eisel
2016-07-16Cleanup: line lengthCampbell Barton