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
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-09-02UI: Remove unecessary panel_free_block functionHans Goudey
2020-08-28Cleanup: use doxy sections in interface_panels.cCampbell Barton
2020-08-28Cleanup: spellingCampbell Barton
2020-08-27UI: Avoid redundant loops in region panel handlerHans Goudey
2020-08-27Fix T68317: Panel "A" key doesn't collapse subpanels properlyHans Goudey
2020-08-27UI: Cleanup / refactor region panel event handlingHans Goudey
2020-08-27Cleanup: Move panel category drawing to proper sectionHans Goudey
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21Cleanup: Remove unused variablesHans Goudey
2020-08-21UI: Fix panel collapse all behavior invertedHans Goudey
2020-08-21UI: Cleanup in interface_panel.cHans Goudey
2020-08-19UI: Remove panel X axis closing codeHans Goudey
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-12Cleanup: Use const for contextHans Goudey
2020-08-12UI: Category support for instanced panelsHans Goudey
2020-08-06Fix T78698: Move cursor stuck after removing modifierJulian Eisel
2020-07-03Cleanup: Remove obsolete code in interface_panel.cHans Goudey
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Cleanup: spellingCampbell Barton
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-25UI: Slightly simplify box style panel margin offsetHans Goudey
2020-06-25Cleanup: spellingCampbell Barton
2020-06-21UI: Fix view reset when toggling subpanel expansionHans Goudey
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-17UI: Ctrl-click on panel header expands & collapses subpanelsHans Goudey
2020-06-16Cleanup: Use LISTBASE_FOREACH in interface_panel.cHans Goudey
2020-06-15Fix T77541: Unregistering DATA_PT_modifiers doesn't remove modifier panelsHans Goudey
2020-06-10UI: Only set panel data expand flag for active panelsHans Goudey
2020-06-10Fix T77694: Start panel animation when expansion data changesHans Goudey
2020-06-05UI: Pan 2D Region When Dragging to BoundaryHans Goudey
2020-05-28Cleanup: spellingCampbell Barton
2020-05-26UI: List Panel SystemHans Goudey
2020-05-20UI: Remove Panel Grid Snapping While DraggingHans Goudey
2020-04-30UI: Fix animating panels after drag changing region sizeHans Goudey
2020-04-30Fix dragging panels changing region sizeJulian Eisel
2020-04-19Fix T74809: Use after free when merging specific areasJulian Eisel
2020-04-15UI: Draw subpanels on top while draggingHans Goudey
2020-04-07UI: Don't collapse all panels for subpanelsHans Goudey
2020-04-06GPU: Panel Drag Widget Drawing PerformanceJeroen Bakker
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-15Cleanup: use 'const' style argumentCampbell Barton