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-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-24Code cleanup: styleCampbell Barton
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-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-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-02-27UI: avoid for divide by zero for icon buttons (no need to clip text)Campbell Barton
2014-02-27Fix T38678: Long strings on Search widget not getting shortened/no tooltip.Bastien Montagne
2014-02-25Fix T38809: regression, text cursor offset in number buttonsCampbell Barton
2014-02-23MSVC: resolve utf8 encoding issue with some codepagesCampbell Barton
2014-02-20UI: Fix for rna-enum submenus not showing a right arrowCampbell Barton
2014-02-13Code cleanup: remove unused button aspectCampbell Barton
2014-02-11UI: change to give sliders more text space, messes with alignmentCampbell Barton
2014-02-10UI: fix own error, dont add slider pad when neither sides alignCampbell Barton
2014-02-08UI: multi-drag number button editingCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-28Fix T38383: glitch drawing inactive sliderCampbell Barton
2014-01-20Code Cleanup: remove redundant NULL checks and add function attributesCampbell Barton
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-09Fix T38083: submenu arrow is overlayed by menu hotkeyCampbell Barton
2014-01-08Fix T38131: node link buttons (like for cycles in material properties) were notBrecht Van Lommel
2014-01-07Cleanup: silence warnings.Bastien Montagne
2014-01-07Middle-clip tweaks:Bastien Montagne
2014-01-04More tweaks to clip middle:Bastien Montagne
2014-01-04Fix core issue with clipping labels (labels have no margins, so border should...Bastien Montagne
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-03Fix T38043: Text clipping when it shouldn'tBastien Montagne
2014-01-03Code Cleanup: remove strlen() and unneeded include in recent commitCampbell Barton
2014-01-01Add a new "shortening process" for UI string drawing, which keeps both right ...Bastien Montagne
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-19Fix T37830: UILists text now right align.Bastien Montagne
2013-12-18UI: more fixes for text clippingCampbell Barton
2013-12-18Fix issue with right aligned number buttons overlapping the labelCampbell Barton
2013-12-17UI: don't attempt to draw with the menu-key when only drawing right alignedCampbell Barton
2013-12-16UI: use BLF_width_to_strlen for efficient text clippingCampbell Barton
2013-12-12UI: remove text margin when a slider is aligned to another buttonCampbell Barton
2013-12-12Fix for error exposed by right-align number buttonsCampbell Barton
2013-12-11User Interface: Align number buttons labels to the left, number rightCampbell Barton
2013-12-11Interface: avoid setting \0 to drawstr in widget_draw_textCampbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-02User Interface: fix for crash pressing Ctrl+DeleteCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton