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
2014-11-19Arrow widget interaction:Antony Riakiotakis
2014-11-17More info for widget undo push stringAntony Riakiotakis
2014-11-17Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-11-17Cleanup identation and fix a bad alignment issue in last commitAntony Riakiotakis
2014-11-17Numerical input for changing brush size, strenght or angle.Antony Riakiotakis
2014-11-17Add flag so offset is applied in world, not screen space.Antony Riakiotakis
2014-11-17Use better algorithm for arrow widget back transform.Antony Riakiotakis
2014-11-16WIP cage transform.Antony Riakiotakis
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
2014-11-16Add PROP_PERCENTAGE to subtypes handled by WM_OT_radial_control operator.Bastien Montagne
2014-11-12Change widget interaction slightly so transform works immediately.Antony Riakiotakis
2014-11-12Remove magic numbersAntony Riakiotakis
2014-11-12Widgets: inverted/constrained to property range working for propertiesAntony Riakiotakis
2014-11-12correct offset for scaled widgets during interactionAntony Riakiotakis
2014-11-11UI Refactor T41640Campbell Barton
2014-11-10WidgetMaps:Antony Riakiotakis
2014-11-10Bound properties/operators to widgets at draw time. This fits our designAntony Riakiotakis
2014-11-10Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-11-09Fix T42540: save_pre and save_post handlers not called when saving startup.bl...Brecht Van Lommel
2014-11-07Allow separate widget data per editor.Antony Riakiotakis
2014-11-07Support undo. Scale stays same for non-3D widgetsAntony Riakiotakis
2014-11-06Slight corrections to the string formatting of autosave, thanks toAntony Riakiotakis
2014-11-06Gooseberry request, append the file name to autosaves as well as the pidAntony Riakiotakis
2014-11-05Add mapping to properties for widgets.Antony Riakiotakis
2014-11-05Resurrection of 2.49 feature:Antony Riakiotakis
2014-11-05Make projection code for arrow widget better. Also add some code toAntony Riakiotakis
2014-11-05Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-11-02Cleanup: mostly use bools for booleans.Bastien Montagne
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-28WM: clear operator memory on file loadCampbell Barton
2014-10-28WM: unneeded alloc the operator-type iteratorCampbell Barton
2014-10-19Fix T42303 Icons lost after loading windowAntony Riakiotakis
2014-10-17Hook widget event to the lamp operator.Antony Riakiotakis
2014-10-17Hook calling widget to operator event system. Alpha alpha code still.Antony Riakiotakis
2014-10-17Store the active widget in the context. This allows us to first call theAntony Riakiotakis
2014-10-17Arrow handler that does something useful (tm). However still not hookedAntony Riakiotakis
2014-10-17Dummy handler for arrows, take care of some allocation issues forAntony Riakiotakis
2014-10-17Add callbacks for operator initialization. Now a widget will directlyAntony Riakiotakis
2014-10-17Classic fix linking of the widget library.Antony Riakiotakis
2014-10-15More API reorganizationAntony Riakiotakis
2014-10-15WIP commit, basically introducing a few things here:Antony Riakiotakis
2014-10-15Only detect active widget on mousemoves. Now handler operates onAntony Riakiotakis
2014-10-15Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-10-14Widgets:Antony Riakiotakis
2014-10-13Filter out pie spawn button events.Antony Riakiotakis
2014-10-13Dial widget, used in rotation manipulator code.Antony Riakiotakis
2014-10-13Implement non-3D drawing per widget.Antony Riakiotakis