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-07-02Screen: support splitting from floating menuCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-20Cleanup: naming (make it clear vars are squared)Campbell Barton
2018-06-20Screen: split ED_area_actionzone_find_xyCampbell Barton
2018-06-20Cleanup: rename is_in_area_actionzoneCampbell Barton
2018-06-13Fix undo group to use human readable name, since this shows in the UI.Brecht Van Lommel
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-243D View: remove poll 3D view for copy/pasteCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-01-23Fix screen split refresh issuesGermano
2018-01-22Cleanup: unused varCampbell Barton
2018-01-21WM: Fix snapping on split area without previewGermano
2018-01-20Cleanup: doxy groups for screen_ops.cCampbell Barton
2018-01-20Fix screen split preview refresh issuesCampbell Barton
2018-01-19WM: window draw callbacks and split preview snapmano-wii
2018-01-18WM: improved area resize snappingmano-wii
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-26Remove SCREEN_OT_header_flip, use SCREEN_OT_region_flip insteadJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-07-16Fix T52058: Jumping to keyframe causes Blender to freeze indefinitelyJoshua Leung
2017-06-24Fix T51792: crash calling bpy.ops.screen.animation_cancel while scrubbing.Brecht Van Lommel
2017-04-20Fix T51248: user preferences window size not adapted to DPI.Brecht Van Lommel
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-14WM: free operators when repeatingCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2016-12-29Add new operator, ED_OT_undo_redo, to allow py tools to trigger that action.Bastien Montagne
2016-11-16Disable possibility to flip bone names of linked armaturesSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-10-24Fix unlikely uninitialized pointer usage.Bastien Montagne
2016-09-21Fix crash in space context cycling when leaving window boundsJulian Eisel
2016-09-21Make space context cycling a proper screen-level OPJulian Eisel
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22Fix T48703: Name inconsistency w/ area maximize/fullscreenCampbell Barton
2016-06-03Make playback invoked form animation editors more usableSergey Sharybin
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-03-16Fix T47807: Toggle header shortcut doesn't workCampbell Barton
2016-02-29Fix a bunch of temp full-screen glitchesJulian Eisel
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-03Expose flush edits as an operator (for Py access)Campbell Barton
2015-11-28UI: More minor UI cleanups for keymap editorJulian Eisel
2015-10-06WM: Fix crash when a new window can't be createdCampbell Barton