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-04-11Code cleanup: use boolCampbell Barton
2014-04-11UI: de-duplicate UI_OT_copy_to_selected_button poll/execCampbell Barton
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-10Remove extra glEnd() call.Antony Riakiotakis
2014-04-07Color pickers:Antony Riakiotakis
2014-04-04Clicking outside menus wasn't closing when opened from non menu popupsCampbell Barton
2014-04-03I18N: add missing linesSv. Lockal
2014-04-03Fix for T39537 wasn't complete, buttons in popups remained unset.Campbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-04-02UI: Tweak last commit for UIList and image scopes' grip size.Bastien Montagne
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-02UI: support for dragging popups title areaCampbell Barton
2014-04-02Code cleanup: avoid redundant lookups for subwindowsCampbell Barton
2014-04-01Fix T39537: Multi button editing is unreliableCampbell Barton
2014-03-29UI: Color-Ramp handlesCampbell Barton
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-24Code cleanup: styleCampbell Barton
2014-03-19Fix for Layout.operator_enum ignoring alignmentCampbell Barton
2014-03-18Fix T39203: Boid particle naming UI semi-freezeBastien Montagne
2014-03-18UI: bypass text clipping on buttons with no textCampbell Barton
2014-03-18Follow up to previous commit:Antony Riakiotakis
2014-03-18Fix T39228 Gamma/lift/gain are burned out in the circular color pickersAntony Riakiotakis
2014-03-17UI: Add theme color for viewport overlayCampbell Barton
2014-03-17Fix own bug reported on irc by Venomgfx, missing value slider in colorAntony Riakiotakis
2014-03-16Code cleanup: naming conventionsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-14Fix Circle picker not liking linear color properties much. Again, visualAntony Riakiotakis
2014-03-14Better fix for T37545.Antony Riakiotakis
2014-03-13Fix own bug after HSL picker commit. HSV Cube based pickers missed HSVAntony Riakiotakis
2014-03-13Code cleanup: quiet warning, 'else' would always crash (& never occurred)Campbell Barton
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-12Code cleanup (tm): Some code deduplication for HSLAntony Riakiotakis
2014-03-12HSL color wheel implementation.Antony Riakiotakis
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-03-12Code cleanup: UI - de-duplicate menu/row/listrow enum logicCampbell Barton
2014-03-12Fix T39060: "Choose by numbers" do not work with Enum-menus, but work with op...Bastien Montagne
2014-03-11Fix T39087: Weight Paint, custom color ranges don't update in viewportCampbell Barton
2014-03-10Fix for potential bug in copy-to-selected ui button operator: ReturnLukas Tönne
2014-03-07Fix T39000: Align Objects Axis button is not redraw.Bastien Montagne
2014-03-02Fix for collapse ignoring pinned panelsCampbell Barton
2014-03-01Fix for own error with updating view2d for NDOFCampbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-28Fix for crash copying from non RNA color buttonsCampbell Barton
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-27Fix T38602: Aligned layout breaks if panel too wideCampbell Barton
2014-02-27UI: avoid for divide by zero for icon buttons (no need to clip text)Campbell Barton