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-06-27Fix #35802: searchbox menu not opening when opened from a popup near the bottomBrecht Van Lommel
2013-06-26Fix #35880: popup menus like F6 redo did not use the right theme color forBrecht Van Lommel
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-13internal change to searchbox: store the active search index rather then index...Campbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-09This commit replaces old "manual" Editors menu with nice RNA-based one (so on...Bastien Montagne
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-13Fix #35342: multisample antialiasing makes tooltips look blurry.Brecht Van Lommel
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-11Bug fix #35307Ton Roosendaal
2013-05-02fix [#35178] Autoselect-in-list for Vertex Group selection doesn't work.Campbell Barton
2013-04-23fix [#35055] Crash in Edit Source feature for multilevel menusCampbell Barton
2013-04-23fix for UI annoyance with popups (such as new image popup) opening their menu...Campbell Barton
2013-04-18Fix for #35015, Alpha input in color selectors was showing 0 precision. Proba...Lukas Toenne
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-07fix for annoyance where header menus would get scroller arrows added because ...Campbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-16code cleanup:Campbell Barton
2013-01-09Usability fix: Ton Roosendaal
2013-01-01Further trackpad work:Ton Roosendaal
2012-12-30style cleanup: casts, some casts had odd formatting, but very few. Style chec...Campbell Barton
2012-12-26Bug fix #33633 (and irc report)Ton Roosendaal
2012-12-20UI todo:Ton Roosendaal
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-16Bugfix #33458Ton Roosendaal
2012-12-15style cleanup: stop the style checker script from complaining about '!*ptr'Campbell Barton
2012-12-13minor editsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-11use const char for display deviceCampbell Barton
2012-12-02There was no way of knowing what ID type a property comes from by the tooltip...Campbell Barton
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-08Bugfix #29072 (Color pickers don't close properly when moving the mouse away)Ton Roosendaal
2012-10-31Fix #31482: menu with scrollers when window is too small, didn't auto scrollBrecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-31UI: fix for menu scrolling when window is too small. It was not working wellBrecht Van Lommel
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-25fix [#32938] The Splash Screen doesn't show up correctly .....Campbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-23rename api functions...Campbell Barton