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-07-26- bugfix for icon listview where the icons would only wrap onceCampbell Barton
2011-07-04Fix #27850: keyboards with a comma instead of a dot on the numpad now getBrecht Van Lommel
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02UI: fix two issues with expanded enum property buttons:Brecht Van Lommel
2011-05-31Button value reset:Brecht Van Lommel
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-19UI: fix menus getting closed too quick when moving mouse not exactly towardsBrecht Van Lommel
2011-05-18UI: fix access of freed memory in buttons handling code.Brecht Van Lommel
2011-05-10entering non utf8 text in filepaths in the file selector would get incorrectl...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-04-20Bugfix #27058Ton Roosendaal
2011-04-11fix [#26856] Can't change target object in modifier by Ctrl+VCampbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-10Bugfix #26437Ton Roosendaal
2011-03-09From the todo:Ton Roosendaal
2011-03-08ui_textedit_delete_selection() could access past the array bounds.Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-03minor correction for r35312, check the operator returns finished.Campbell Barton
2011-03-03Logic Editor: link a Sensor with an Actuator and automatically creates an And...Dalai Felinto
2011-03-01Bugfix #26251Ton Roosendaal
2011-03-01Bug fixes #26236 #26237 Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27Bugfix, own collection.Ton Roosendaal
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26Bugfix #26221Ton Roosendaal
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15Ctrl-0 can now be used to just reset a single component of an array toJoshua Leung
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-11Bugfix #26021Ton Roosendaal
2011-01-30Bugfix #25840Ton Roosendaal
2011-01-24no functional changes.Campbell Barton
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-11bugfix [#25577] Ctrl-Z after adding Color Ramp key resets ramp.Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03Todo itemTon Roosendaal
2011-01-03check modifier keys are not pressed when using keys as accelerators, it meant...Campbell Barton
2011-01-02- correct typos in comments.Campbell Barton
2010-12-27Removing the not-working test "Submit description" from RMB Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-19Todo item: (Luca report in IRC)Ton Roosendaal
2010-12-15Bugfix #25243Ton Roosendaal
2010-12-15Bugfix, own collectionTon Roosendaal
2010-12-14Menu UI feature common in other widget sets:Campbell Barton
2010-12-13check if a path can be created to a property before showing keyframe items in...Campbell Barton
2010-12-10bugfix [#25154] .MXF files should be included as a known video file type in t...Campbell Barton