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-07-17Hide unnecessary error print when showing tooltip over a property with no RNABrecht Van Lommel
2013-07-13fix for misc errorsCampbell Barton
2013-07-10fix [#36073] Changing list items misses undo pushCampbell Barton
2013-07-09fix [#36008] Can't set values higher than 1.0 in HSV colour picker (But can i...Campbell Barton
2013-07-07Bugfix [35841] WM_OT_context_[toggle/cycle/etc.] operators dont show shortcutJoshua Leung
2013-06-19ui precision drawing - avoid calling pow(10, -prec) since the range is small ...Campbell Barton
2013-06-19Take precision into account for calculating display of small numbersGaia Clary
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-16add BLI_strcpy_rlen, replace strcat, which was used in misleading way.Campbell Barton
2013-06-13fix [#35346] Python: still UI issue with popup and dropdown listCampbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-02tweak to recent commit, don't show keymap in menu tooltips.Campbell Barton
2013-06-01display menu items key shortcuts in the button tooltips.Campbell Barton
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-05-08code cleanup: ui_but_is_rna_undo --> ui_is_but_rna_undo (ui_is_but_*** is use...Campbell Barton
2013-04-23fix [#35055] Crash in Edit Source feature for multilevel menusCampbell Barton
2013-04-19More fix (cleanup) to r56063: remove call to RNA_create_pointer, it has alrea...Bastien Montagne
2013-04-19fix for crash in r56063, was just missing an ID property copy (which menu does)Campbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-13Fix: uiBlockSetNFunc was using uiButHandleFunc as param signature, instead of...Bastien Montagne
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-08fix for fix: re-activating buttons to fix [#33466], meant the icon didn't get...Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
2013-03-23code cleanup: remove unused button type HSVSLICampbell Barton
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-14ui_def_but() allocating an extra byte in 'but->str' for no reason.Campbell Barton
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-06fix for bug where array buttons would use -1 index, causing an out-of-bounds ...Campbell Barton
2013-03-04fix [#34490] Copy and paste floating point number fields losses precisionCampbell Barton
2013-03-01code cleanup: minor refactor of button pressed state checking, needed for dra...Campbell Barton
2013-02-24Fix for uiButGetStrInfo: We need a string value here, return BPY_I18NCONTEXT_...Bastien Montagne
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2013-02-22Toggle-Drag UI FeatureCampbell Barton
2013-02-12fix [#34198] Scene unit size and dyntopo detail sizeCampbell Barton
2013-02-12code cleanup: some style edits, also allow mul_v2_m2v2() to have the same val...Campbell Barton
2013-02-07fix for annoyance where header menus would get scroller arrows added because ...Campbell Barton
2013-02-04fix [#34104] vertex color: color select bugCampbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-09Usability fix: Ton Roosendaal
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-21minor cleanup to ui_get_but_vectorf / ui_set_but_vectorf, change the vector w...Campbell Barton
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-12-18some speedup by avoiding translation on entire enum arrays, and just translat...Campbell Barton