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
2014-02-17UI: wheel switches tabs over the tab area, or ctrl+wheel anywhereCampbell Barton
2014-02-15Fix T38640: password values showed in tooltipsCampbell Barton
2014-02-15Code cleanup: remove more string encoded menu functionsCampbell Barton
2014-02-14Code clearnup: warningsCampbell Barton
2014-02-13error in recent commitCampbell Barton
2014-02-13UI: remove unused freestrCampbell Barton
2014-02-13UI: split ui_popup_menu_memory into get/set functions and store as uintCampbell Barton
2014-02-13Code cleanup: remove unused button aspectCampbell Barton
2014-02-13Fix own error in recent commit with red-alert flag becoming staleCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-02-12defaults: disable twoside for startup.blendCampbell Barton
2014-02-12Grr, another UI messages fix, forgot this one!Bastien Montagne
2014-02-12NDOF: minor color picker improvementsCampbell Barton
2014-02-12NDOF: fix for negative colors and flickering hue when picking with HSVCUBECampbell Barton
2014-02-12fix/workaround for v3d object mode selector flipping directionCampbell Barton
2014-02-11UI: change to give sliders more text space, messes with alignmentCampbell Barton
2014-02-11Own recent removal of string encoded menus missed render layers/passesCampbell Barton
2014-02-10UI: allow clicking to close menus and popups (but not submenus).Campbell Barton
2014-02-10UI: fix own error, dont add slider pad when neither sides alignCampbell Barton
2014-02-10UI: panel tabs, use simple color interpolation that ignores alphaCampbell Barton
2014-02-10UI: report if WM_OT_call_menu uses an unknown menuCampbell Barton
2014-02-10UI: fix for issue in last commit, popups show above the buttons againCampbell Barton
2014-02-10UI: refactor menus to remove menus encoded in stringsCampbell Barton
2014-02-10UI: use RNA for colorband interpolation menuCampbell Barton
2014-02-09Code cleanup: fix compiler warning with clang.Brecht Van Lommel
2014-02-09UI: replace uiPupMenuOkee & uiPupMenuSaveOver with WM_operator_confirmCampbell Barton
2014-02-09UI: improve reports popupCampbell Barton
2014-02-09Code cleanup: remove unused menu functionsCampbell Barton
2014-02-09UI: use proportional option while dragging buttonsCampbell Barton
2014-02-08UI: support for alpha tab backgroundCampbell Barton
2014-02-08UI: multi-drag number button editingCampbell Barton
2014-02-08UI: split ui_button_execute_do into begin/endCampbell Barton
2014-02-08UI: butstore API to generalize button storage for modal handlersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-07UI: avoid O(n2) for old button lookups since both lists are almost always ali...Campbell Barton
2014-02-07Code cleanup: move old->new button search into ui_but_find_oldCampbell Barton
2014-02-07Fix for button comparisons ignoring rna-indexCampbell Barton
2014-02-06Fix T38516: crash when using color picker from redo panel.Brecht Van Lommel
2014-02-05Fix T38478: pin panel, then ctrl+click to collapse others incorrectly unpinne...Brecht Van Lommel
2014-02-05Change confusing check discovered while working on HCL color wheel:Antony Riakiotakis
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-01-30UI API: don't use a text label when icon_only is setCampbell Barton
2014-01-29Fix T37661: color ramps and curve mapping editing not disabled for linked data.Brecht Van Lommel
2014-01-29UI: minor optimization for button lookup, break early when button foundCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-28Fix T38383: glitch drawing inactive sliderCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27UI: Fix for icon-only menus too small click-able areaCampbell Barton