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
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2015-06-30Cleanup: use const for screen functionsCampbell Barton
2015-06-08Fix T44976: 3D View turns into an Image Editor after saving renderJulian Eisel
2015-05-04Support displaying metadata for images in sequencer preview windows (notAntony Riakiotakis
2015-05-04Fix T44376: Buttons context, invalid data accessCampbell Barton
2015-04-25Fix T42495: Fullscreen area icon glitchJulian Eisel
2015-04-21Metadata display support - patch by Julian and me.Antony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-01-28Stacked fullscreen area support (proper implemenation)julianeisel
2015-01-25Cleanup: Ugly typo (retore->restore)julianeisel
2015-01-12Fix T42754: File-Selector lost on fullscreen exitCampbell Barton
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-04-02implement cache line for image editorSergey Sharybin
2014-04-02UI: support for dragging popups title areaCampbell Barton
2014-02-26Fix for sequencer add operators showing up in spacebar search.Campbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-05Fix #35640, part 2. Check id.lib in poll functions for operators which do cri...Lukas Toenne
2013-05-15Fix action zones not drawing properly while sculpting, due to recent bugfix.Brecht Van Lommel
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-08fix for various crashes from incorrect poll functions.Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2012-12-18Nicer function for drawing text in 3d window:Ton Roosendaal
2012-12-16Fix region overlap drawing over render info text in image editor and 3d view.Brecht Van Lommel
2012-12-12Holiday coding log :)Ton Roosendaal
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-19Add a "Header" sub-menu to the right-click one of all buttons in a header are...Bastien Montagne
2012-09-07fix [#30063] Weight Paint + Pose Mode: [m] key does not toggle Face Selection...Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-03-07patch [#30481] rna_Screen_scene_set does the wrong thing [patch]Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-01Fix #29101: 2D Tilt on Bezier Curve Bug?Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-06fix for crash opening the file selector twice with multiple windows open (whe...Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-03-15fix for crash with textbox add poll function, missing NULL check.Campbell Barton
2011-03-09From the todo:Ton Roosendaal
2011-02-21doxygen: editor entryNathan Letwory
2011-02-02"Batch-Edit" Code cleanup: Renaming ED_operator_ipo_active toJoshua Leung
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-21Applying patch #24822: Select linked for curves as for meshes, CTRL + L versionSergey Sharybin
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton