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
2013-10-23style cleanupCampbell Barton
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-10fix save-as-copy option changing the filepath for new files.Campbell Barton
2013-10-09fix [#37011] "Save Copy" option misfunctionDalai Felinto
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-10-07fix for incorrect size passed to BLI_strncpy().Campbell Barton
2013-10-06Revert revision 59985, 59986, 60046 and 60067. These were fixes to improve saveBrecht Van Lommel
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-10-01Fix #36852: duplicate window crash on OS X, another case where it could crashBrecht Van Lommel
2013-09-30fix for building with some configurationsCampbell Barton
2013-09-27replace ints with bools for keymap functions.Campbell Barton
2013-09-27rna: implementing function to remove keymap from keyconfigDalai Felinto
2013-09-24Fix #36783: click outside splash screen to close it would not highlight theBrecht Van Lommel
2013-09-23Fix #36800: closing render window during render crashes, the operator would beBrecht Van Lommel
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-20Release cycle / 2.69:Thomas Dinges
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-09-10Change window checks to desktop size instead of screen size.Nathan Letwory
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-09-09Fix #36593: crash duplicating window on OS X in some situations. User dataBrecht Van Lommel
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-09-04style cleanupCampbell Barton
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-29don't show screen-space-line start/end points in operator redo panel.Campbell Barton
2013-08-29mesh bisect can now be defined with mouse inputCampbell Barton
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-29don't replace the extension with '.blend' in save code since the file selecto...Campbell Barton
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-28remove unused function. also typoCampbell Barton
2013-08-27fix [#36409] Continuous Grab problem with arrow keys.Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-27fix for error reading from freed memory when deleting a screen, would free th...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-05border render with cycles had 1 pixel offset on the top-right edge of the ima...Campbell Barton
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton