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-11-15Cleanup: remove unused redraw flagCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-11-10Fix T42221: 'Shadow Width' influences tooltip sizeCampbell Barton
2014-11-09Cleanup: remove unused UI_SHIFT_FLIPPED (2.4x toolbox)Campbell Barton
2014-11-06Fix T42208 color pickers are coupled.Antony Riakiotakis
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-14Pie menus:Antony Riakiotakis
2014-10-13Filter out pie spawn button events.Antony Riakiotakis
2014-10-13Some corrections to the pie spawning code to account for nested pies.Antony Riakiotakis
2014-10-13Pie menus: Confirm thresholdAntony Riakiotakis
2014-10-09Fix T41639, hierarchical pie menu - popup interaction is buggy.Antony Riakiotakis
2014-09-10Fix two bugs with searchbox UI items.Bastien Montagne
2014-09-10UI: Disable operator search menu setting an unset state key key-inputCampbell Barton
2014-09-10Partial fix for T41749Campbell Barton
2014-09-10WM: Add utility wmOrtho2_*** funcsCampbell Barton
2014-08-24Fix T41548: Menu pulldown button behaves incorrectly on click if menu shadow ...Bastien Montagne
2014-08-13Maybe slightly controversial pie commit:Antony Riakiotakis
2014-08-13Correct missing new line in the debug printSergey Sharybin
2014-08-13Align pie menu title on center.Antony Riakiotakis
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-08-05Macros: replace UNPACK#OP -> UNPACK#_EX, allow suffixCampbell Barton
2014-08-03Fix for glitch with menus not reliably setting an active item (D674)Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-07UI: tooltips, blurry and incorrect rhs-padding in recent updateCampbell Barton
2014-07-01Correct enum size incase compiler makes enum signedCampbell Barton
2014-06-27UI: use cursor x-location for tooltip placement (T37478)Campbell Barton
2014-06-24Fix own error in recent tooltip commitCampbell Barton
2014-06-24Update the design of tooltipsCampbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-06-03Code cleanup: use typedefs for ui handler functionsCampbell Barton
2014-05-02Code cleanup: UI use ui_block_to_window_rctf where possibleCampbell Barton
2014-05-02UIL: Dragging popups wasn't updating safe-areasCampbell Barton
2014-05-01Fix T39884: Displaying filenames with '|' failing in menusCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-04-12Slight modification to previous color wheel tweak.Antony Riakiotakis
2014-04-12Fix for color pickers:Antony Riakiotakis
2014-04-11Fix T39627Antony Riakiotakis
2014-04-03I18N: add missing linesSv. Lockal
2014-04-02Code cleanup: avoid redundant lookups for subwindowsCampbell Barton
2014-03-18Fix T39228 Gamma/lift/gain are burned out in the circular color pickersAntony Riakiotakis
2014-03-17Fix own bug reported on irc by Venomgfx, missing value slider in colorAntony Riakiotakis
2014-03-13Fix own bug after HSL picker commit. HSV Cube based pickers missed HSVAntony Riakiotakis
2014-03-12Code cleanup: de-duplicate switch statement, style editsCampbell Barton
2014-03-12Anticipate future color picker types and don't crash (uiBut could beAntony Riakiotakis
2014-03-12HSL color wheel implementation.Antony Riakiotakis
2014-02-27Fix T38678: Long strings on Search widget not getting shortened/no tooltip.Bastien Montagne