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-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-28UI list template: committing patch [#26629].Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Context menu 'Edit Source' operator no longer needs to be enabled as a build ...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-09-28fix 2 bugs with reset-default failing on operators redo panel.Campbell Barton
2011-09-27fix for building on windows, clear some warnings tooCampbell Barton
2011-09-26replace strnlen with BLI_strnlen, make some args const - no functional changes.Campbell Barton
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-06rna/ui: avoid duplicate property gHash lookups by passing the property when i...Campbell Barton
2011-08-05fix for icon scaling with the DPI settingCampbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-05fix [#27285] Renderslot missingCampbell Barton
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
2011-03-24fix for using uiItemIntO for an enum, added uiItemEnumO_value function.Campbell Barton
2011-03-09From the todo:Ton Roosendaal
2011-02-27== UI icons ==Andrea Weikert
2011-02-21doxygen: editor entryNathan Letwory
2011-02-15UI Tweaks: Text field in Rename Markers popup now gets focus when theJoshua Leung
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-02- correct typos in comments.Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-14Menu UI feature common in other widget sets:Campbell Barton
2010-12-10bugfix [#25154] .MXF files should be included as a known video file type in t...Campbell Barton
2010-12-07bugfix [#25074] visible, selectable and render toggles in outliner not availableCampbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-19patch [#24800] Make scene type buttons from material preview optionalCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-06== filebrowser ==Andrea Weikert
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-09-25Fix #23847: keyframe insert on button not working in popup menus, e.g.Brecht Van Lommel
2010-09-17minor changes needed for the next commit.Campbell Barton
2010-09-15Apply patch [#23779] Small cleanup with gl_roundbox*Nathan Letwory
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton
2010-08-25remove rna function template_triColorSet(), was only used in one place and ca...Campbell Barton
2010-08-24remove recently added rna function uilayout.prop_search_self() and instead al...Campbell Barton
2010-08-23new UI rna functionCampbell Barton