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
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-20misc warnings/fixesCampbell Barton
2011-02-19Todo item:Ton Roosendaal
2011-02-18Fix for #26111, #26112 & #26121, "only first button click worked in windows"Janne Karhu
2011-02-18Bugfix #26127Ton Roosendaal
2011-02-18- clear some warningsCampbell Barton
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-15UI Tweaks: Text field in Rename Markers popup now gets focus when theJoshua Leung
2011-02-15Ctrl-0 can now be used to just reset a single component of an array toJoshua Leung
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Bug fix #26021Ton Roosendaal
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-02-11Bugfix #26021Ton Roosendaal
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-04Moved Auto-Keying "Insert for KeyingSet only" option from UserPrefs toJoshua Leung
2011-02-01Icons in outliner were jittering a bit on sizing of the area.Ton Roosendaal
2011-01-30remove nan-makefilesCampbell Barton
2011-01-30Bugfix #25840Ton Roosendaal
2011-01-26After test, offset is better to be 0.001f (test in windows nvidia)Ton Roosendaal
2011-01-26Bugfix #25756Ton Roosendaal
2011-01-24fix [#25776] Crash when operator's bl_idname has more than one dotCampbell Barton
2011-01-24no functional changes.Campbell Barton
2011-01-23Small fix for text input buttons:Ton Roosendaal
2011-01-23- fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: ...Campbell Barton
2011-01-20Bugfix #25656Ton Roosendaal
2011-01-20Bugfix #25619Ton Roosendaal
2011-01-19Bugfix #25720Ton Roosendaal
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-18Small fix for my last fix: ignore the `preview' flag; if either sizeNicholas Bishop
2011-01-18More fixes for bug [#25649], Image editor paint icon missing untilNicholas Bishop
2011-01-16Fixed bug [#25649] Image editor paint icon missing until enter weightNicholas Bishop
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-14Todo item #19816: Wave modifier does not affect Curve PathsSergey Sharybin
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-12Patch [#25409] Changes to panels header "open/close" and "drag" zonesJoshua Leung
2011-01-11bugfix [#25577] Ctrl-Z after adding Color Ramp key resets ramp.Campbell Barton
2011-01-09several cosmetic changes to the node-editorM.G. Kishalmi
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-08Todo items:Ton Roosendaal
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07fix [#25520] crash when closing the properties panel in uv/image editorCampbell Barton
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton