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-11-10Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-19Cleanup: spellingCampbell Barton
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-04I18n: make several parts of the UI translatableDamien Picard
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-19Fix Text Editor highlight of assert and asyncHenrik Dick
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-04Cleanup: spelling in commentsCampbell Barton
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-05-04Fix error pasting text containing tabsCampbell Barton
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-21Fix T95932: Auto-close text breaks outliner drag-n-dropCampbell Barton
2022-04-21Text Editor: add Python 3.10 soft keywords to `builtinfunc` listJon Denning
2022-04-07Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-28Cleanup: Use bool literals in return statements of text editor poll functions.Bastien Montagne
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Cleanup: use size_t for BLF text API functionsCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-03-07Cleanup: use doxy-sections for pipeline, text_drag & effectsCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Cleanup: halve calls to BLI_str_utf8_size_safe in the text editorCampbell Barton
2022-02-04Cleanup: use mono-space font drawing for single character displayCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-30Text Editor: Line number highlight follow selectionMatheus Santos
2021-11-14Fix text editor auto-close with quotesCampbell Barton
2021-11-14Cleanup: minor tweaks to auto-closeCampbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-13Text Editor: Auto close relevant charactersMatheus Santos
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-21Cleanup: Use array utility for cursor eventsAaron Carlisle