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
2019-01-23UI: make editor corner splitting / joining more reliable.Harley Acheson
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2019-01-05UI: Preferences Redesign Part 2Severin
2018-12-24Fix floating panel (HUD) applying DPI incorrectlyJulian Eisel
2018-12-23Avoid creating & registering zero sized AZonesJulian Eisel
2018-12-21UI: use smaller widget for expanding hidden regionCampbell Barton
2018-12-14Preferences: add option for header positionCampbell Barton
2018-12-14Fix T59137: Prefs moves header to bottomCampbell Barton
2018-12-14Fix T57724: Opening file browser flips user-prefs headerCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-04Cleanup: Action zone coordinatesDalai Felinto
2018-12-01Cleanup: redundant NULL checksCampbell Barton
2018-11-29UI: add back clip editor tool tabs until there is a toolbar.Brecht Van Lommel
2018-11-28Correct error clearing runtime tool in recent commitCampbell Barton
2018-11-28WM: avoid re-initializing tools while resizing areasCampbell Barton
2018-11-28Fix tool not being initialized switching windowsCampbell Barton
2018-11-27Cleanup: tweak ED_region_is_overlap checksCampbell Barton
2018-11-27make node editor tool region background transparentPhilipp Oeser
2018-11-22Fix T55535: N panel in sequencer breaks display of preview.Brecht Van Lommel
2018-11-14Fix gizmo handler initialization w/ quad-viewCampbell Barton
2018-11-12Fix T57527: GP draw takes events from gizmosCampbell Barton
2018-10-30UI: Move Properties editor context path into headerJulian Eisel
2018-10-29UI: Vertical Properties Editor TabsJulian Eisel
2018-10-26PyAPI: raise error when toolbar panels use tabsCampbell Barton
2018-10-22UI: move scrollbars inside region tabsCampbell Barton
2018-10-19Fix UI message-bus automatic subscriptionCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-09-27UI: draw mono icons with button type text color, instead of area text color.Brecht Van Lommel
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-11UI: fix redo panel becoming permanently hiddenCampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-17Fix GPU_viewport size asserts in some cases.Brecht Van Lommel
2018-08-16UI: move region toggle closer to the screen edgeCampbell Barton
2018-08-15UI: tweak drawing of header status text for transparent headers.Brecht Van Lommel
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-06-30UI: Support status-bar hidingSeverin
2018-06-30Fix a number of small errors in area coordinate handlingSeverin
2018-06-29Cleanup: Remove unused argument in recursive functionSeverin
2018-06-28UI: keep some operator text in headers.Brecht Van Lommel
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp