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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-27Fix T92427: Adding new nodes does no edge-panningPhilipp Oeser
2021-10-26UI: Change node editor grid into a dot gridHans Goudey
2021-10-21Cleanup: Use array as a parameter for event x/y functionsAaron Carlisle
2021-09-29Fix T91237: Wrong Editors could sync animation 'Visible Range'Philipp Oeser
2021-08-24Nodes: Improvements to edge panning in the node editor.Lukas Tönne
2021-07-29VSE: Change grid line drawingRichard Antalik
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-16Edge-scrolling for node editorLukas Tönne
2021-01-15Cleanup: Add const in various places in node codeHans Goudey
2020-09-30Cleanup: Remove unused View2D variables and functionHans Goudey
2020-08-17Cleanup: spellingCampbell Barton
2020-08-13View2D: Centralize handling of changes to v2d->curSergey Sharybin
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-22Refactoring: View2DScrollers memory allocationJeroen Bakker
2020-05-04Cleanup: pass ARegion, View2D as constCampbell Barton
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-16Cleanup: use unsigned char for UI_view2d_text_cache_addCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2019-12-04Make curve decimation only take into account the selected curve pointsSebastian Parborg
2019-07-05UI: Smaller minimum size of scrollbarEitan
2019-06-04Cleanup: rename 2D scroll definesCampbell Barton
2019-06-03UI: Prevent scrollbars from getting too small to grabEitanSomething
2019-05-31Gizmo: add 2D navigation for image/clip/sequencer viewsCampbell Barton
2019-05-28Cleanup: use time scrub instead of scrubbingCampbell Barton
2019-05-08UI: Move scrollbars to the right in animation editorsJacques Lucke
2019-05-07UI: Animation editor scrubbing areaJacques Lucke
2019-05-03UI: Pass color id into view2d text drawingJacques Lucke
2019-05-03Refactor: Support arbitrary y offset for channel listJacques Lucke
2019-05-02Refactor grid and scale indicator text drawingJacques Lucke
2019-04-30Refactor: Separate scrollers from text drawing in APIJacques Lucke
2019-04-23UI: ignore events in empty region overlap areasCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16UI: Refactor View2D number drawingJacques Lucke
2019-03-25Cleanup: return argument namingCampbell Barton
2019-03-21Cleanup: move functions into doxy sectionsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-13Cleanup: use const argsCampbell Barton
2018-11-07Fix redraws from non-existing scrollbarsCampbell Barton
2018-10-22UI: move scrollbars inside region tabsCampbell Barton