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
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-30UI: custom free function improvementsJacques Lucke
2021-02-20Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2020-11-24UI: Block Safety Not Scaled CorrectlyYevgeny Makarov
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Bring back code accidentally removed by previous commitJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-28Fix T65351: visual glitches when scrolling in popoversYevgeny Makarov
2020-02-25WM: move cursor refresh tag to the windowCampbell Barton
2020-02-22Fix crash when open default templateAntonio Vazquez
2020-02-22Cleanup: internal changes to cursor resettingCampbell Barton
2020-01-29Fix T73487: Crash when opening filebrowser while error is displayedJulian Eisel
2020-01-22Cleanup: Rename ED_region_init() -> ED_region_floating_initialize()Julian Eisel
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-08-19Fix T68672: splash screen does not remain centered when window resizesLuis de Bethencourt Guimera
2019-06-02Cleanup: better comments and naming for redraw flagsBrecht Van Lommel
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-04-24Fix T63566: Pop-up closes before mouse-overCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-18Fix color ramp eyedropper menu itemCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-18Fix T60608: Popup dialogs Y-axis reset after dragCampbell Barton
2019-01-10Fix T60358: popup clipping within windowCampbell Barton
2018-09-11Cleanup: use UI_ prefix for block flagCampbell Barton
2018-09-11Merge branch 'master' into blender2.8Campbell Barton
2018-09-11UI: split theme draw style into separate fieldCampbell Barton
2018-07-06UI: Add extra padding to menus to draw sub-menu triangles inJulian Eisel
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-06-12Cleanup: remove unused context argsCampbell Barton
2018-05-19UI: Use popover for toolbar popup operatorCampbell Barton
2018-05-13UI: fix popovers not properly working with scroll arrows for long menus.Brecht Van Lommel
2018-05-06UI: fixes for 3D viewport popovers moving / flipping on edits.Brecht Van Lommel
2018-04-30Fix some popup menus that don't support it refreshing and crashing.Brecht Van Lommel
2018-04-29UI: better support for dynamically sized regions in topbar.Brecht Van Lommel
2018-04-29UI: don't flip contents of popovers, avoid closing when size changes.Brecht Van Lommel