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-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-11Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-04-11Changed assertion of '..' in file browser entriesSybren A. Stüvel
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30UI: Perf: Add BLF batching for File browser and UI blocks.Clément Foucault
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-04-12fix drawing file column dividers (T51189)Mike Erwin
2017-04-11Make image drawing code working with core profileSergey Sharybin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: refactor UI_draw_roundbox functionsMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-03-07OpenGL immediate mode: finish file_draw.cLuca Rood
2017-02-28clean up GL / GPU #includesMike Erwin
2017-02-24Opengl glaDrawPixels removal: More descriptive setup.Clément Foucault
2017-02-24Opengl glaDrawPixels removal: editors/spacesClément Foucault
2017-02-22Cleanup: StyleJulian Eisel
2017-02-10Cleanup: Use const for array argumentJulian Eisel
2017-02-10Remove most (maybe all?) remaining yellow textJulian Eisel
2016-11-15blender 2.8: Opengl: UI_draw_roundboxMike Erwin
2016-10-28OpenGL: draw filebrowser dropshadow with new imm modeThomas Beck
2016-10-09OpenGL: Draw dividers in space_file with the new immediate modeThomas Beck
2016-02-03Include why file operations fail in reportsCampbell Barton
2015-09-20Cleanup: warning, styleCampbell Barton
2015-09-16Correction to previous commit.Bastien Montagne
2015-09-16Fix (unreported): Filebrowser key navigation entry did not change caption cor...Thomas Beck
2015-08-23Cleanup: spelling/styleCampbell Barton
2015-08-22FileBrowser: Tweak display of size/time of entries.Bastien Montagne
2015-08-20Cleanup: whitespaceCampbell Barton
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-10UI drag&drop: make code able to free dragpoin if needed.Bastien Montagne
2015-07-14Fix T45424: Blender able to create folders with invalid characters at the end...Bastien Montagne
2015-07-11Use const for direntry stringsCampbell Barton
2015-07-11File Browser: Fix possible bug and some minor tweaksJulian Eisel
2015-07-10Fix T45405: Crash on opening a file (in filebrowser code)Julian Eisel
2015-07-10Fix crash when appending from File BrowserJulian Eisel
2015-07-09File Browser: (Re-)Allow selecting '..' parent entry for file navigationJulian Eisel