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-02-26revert some changes from own commit r54850 which broke undo for toggle button...Campbell Barton
2013-02-25fix for toggle buttons not taking effect on mousedown.Campbell Barton
2013-02-25style cleanupCampbell Barton
2013-02-22Fix #34357: image editor scope and clip editor track preview did not resizeBrecht Van Lommel
2013-02-22code cleanup: switch argument order for button_activate_exit() but/data args ...Campbell Barton
2013-02-22Toggle-Drag UI FeatureCampbell Barton
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-19fix [#34295] Color picker brightness to infinityCampbell Barton
2013-02-14fix for double clicking in the text editor not working usefully (double click...Campbell Barton
2013-02-08Release todo: added userpref for Mac users having "Natural Scroll" set.Ton Roosendaal
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-01fix for [#33803], error was caused by sloppy coding in r53487, converting tra...Campbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-31Fix #34034: keyframe display of color/curve buttons was broken after revisionBrecht Van Lommel
2013-01-30enable continuous grab for sliders, initially this was disabled because we di...Campbell Barton
2013-01-26real fix for Logic Bricks UI smart controller (#33746)Dalai Felinto
2013-01-26bugfix for 33746 Unable to add Controller to objects correctlyDalai Felinto
2013-01-23fix for own regression since 2.4x, non-linear number button range was too ins...Campbell Barton
2013-01-17fix for text selection glitch, moving the mouse to the left would sometimes n...Campbell Barton
2013-01-17use define for text offset & seletion.Campbell Barton
2013-01-17Bug fix #33887Ton Roosendaal
2013-01-17fix for arrow keys being reversed in the snap menu (Ctrl+Shift+Tab)Campbell Barton
2013-01-09Usability fix: Ton Roosendaal
2013-01-08style cleanupCampbell Barton
2013-01-06Three fixes:Ton Roosendaal
2013-01-04Fixes - post 2.65aTon Roosendaal
2013-01-01Further trackpad work:Ton Roosendaal
2012-12-28style cleanup: var naming for ui listCampbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-23fix for use of uninitialized variable with ui_handler_region_menu.Campbell Barton
2012-12-20Bugfix, irc collection:Ton Roosendaal
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-15avoid using strlen() for comparisons in for loops. for expanding whitespace i...Campbell Barton
2012-12-12Crash, IRC report.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Bug fix [#33492] Right click on 'confirm reload' crashesTon Roosendaal
2012-12-02UI: revert the previous fix for middle click on button, conflicts with panning.Brecht Van Lommel
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-12-01UI: allow middlemouse in addition to leftmouse for clicking on various buttons,Brecht Van Lommel
2012-11-09Usability:Ton Roosendaal
2012-11-08Bugfix #29072 (Color pickers don't close properly when moving the mouse away)Ton Roosendaal
2012-11-06add comments for uiBut a1 and a2 values.Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-31Fix #31482: menu with scrollers when window is too small, didn't auto scrollBrecht Van Lommel
2012-10-31UI: fix for menu scrolling when window is too small. It was not working wellBrecht Van Lommel
2012-10-28Bugfix #24016Ton Roosendaal
2012-10-27Bugfix:Ton Roosendaal
2012-10-27style cleanupCampbell Barton
2012-10-27change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8Campbell Barton