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-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-27Missing NULL check getting selected obdataCampbell Barton
2015-05-13UI: Copy to selected nodes now filtered by typeCampbell Barton
2015-05-13UI: nodes support for multi-value-editingCampbell Barton
2015-05-13Edit last commit, redundant 'data' in RNA pathCampbell Barton
2015-05-13UI: ObData support for copy-to-selectedCampbell Barton
2015-05-11UI: initial support for UI editing selected itemsCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-02-24Fix T43634: Selecting 'Drop Color' from spacebar menu causes instant closeSergey Sharybin
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-14UI: Eyedropper for view-depthCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-08-25Fix Color DnD setting alpha to an undefined valueCampbell Barton
2014-08-05Fix T41062: "copy to selected" doens't work for all attributes.Bastien Montagne
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-11UI: de-duplicate UI_OT_copy_to_selected_button poll/execCampbell Barton
2014-03-10Fix for potential bug in copy-to-selected ui button operator: ReturnLukas Tönne
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-10-08id-data eyedropprt, currently only accessible via the Ekey,Campbell Barton
2013-10-08move eyedropper into its own file, uses mostly different includes to interfac...Campbell Barton
2013-10-08rename UI_OT_eyedropper to UI_OT_eyedropper_color to make way for other kinds...Campbell Barton
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-07-31add NULL checks in eyedropper_color_sample_fl since BKE_area_find_region_type...Campbell Barton
2013-07-25add api function BLI_path_append to add to a path (and ensure a seperator), r...Campbell Barton
2013-06-07add support for storing text styles in themes.Campbell Barton
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-03move toggle drag into a UI handler (was modal operator)Campbell Barton
2013-03-01fix for drag-toggle, bit-buttons weren't handled which made drag toggle fail ...Campbell Barton
2013-02-26simplify drag toggle operator, use BLI_rctf_isect_segment between mouse event...Campbell Barton
2013-02-25fix for toggle buttons not taking effect on mousedown.Campbell Barton
2013-02-22remove 'register' from drag-toggle operator (so it doesn't show in the redo p...Campbell Barton
2013-02-22change to drag-toggle don't exit when the mouse is outside the region - its a...Campbell Barton
2013-02-22Toggle-Drag UI FeatureCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne