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-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-04UI: Fix issue where tab text was too small and closely spacedCampbell 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-03UI: Tooltip fix for the Particle Template ID.Andrew Buttery
2014-01-01Add a new "shortening process" for UI string drawing, which keeps both right ...Bastien Montagne
2013-12-31Fix T37993: mass of Rigid Body ignores scene unit scaleSergej Reich
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-23UI: Resolve T37917, disable tooltip scaling (zoomout only)Campbell Barton
2013-12-23Fix for tooltip right side having zero offsetCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-19Fix T37795: Resetting a button to the default value could crashCampbell Barton
2013-12-19Fix T37830: UILists text now right align.Bastien Montagne
2013-12-18Fix T37847: some buttons displayed too wide in multi-column menus.Brecht Van Lommel
2013-12-18UI: avoid using AT define for malloc id'sCampbell Barton
2013-12-18Revert fix for T37705: it's messing up the panel order in another place.Brecht Van Lommel
2013-12-18Fix T37705: texture panel order wrong when switching from cycles to blender r...Brecht Van Lommel
2013-12-18Fix for button selection offsetCampbell Barton
2013-12-18Code Clenaup: use const for button checking functionsCampbell Barton
2013-12-18UI: more fixes for text clippingCampbell Barton
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton
2013-12-18Fix issue with right aligned number buttons overlapping the labelCampbell Barton
2013-12-17UI: Theme Colors for Info spaceSv. Lockal
2013-12-17UI: don't attempt to draw with the menu-key when only drawing right alignedCampbell Barton
2013-12-16UserDefaults: disable orbit around object center and region-overlapCampbell Barton
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-12-16UI: use BLF_width_to_strlen for efficient text clippingCampbell Barton
2013-12-13Interface / Modifiers: Don't show cage placeholder in modifier header, if the...Thomas Dinges
2013-12-13UI: color ramp buttons were redesigned and get a button to pick the n-th colo...Geoffroy Krantz
2013-12-12UI: remove text margin when a slider is aligned to another buttonCampbell Barton
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-12-12Fix for error exposed by right-align number buttonsCampbell Barton
2013-12-11UI: change how number button strings are concatenated (to easy add new suffix)Campbell Barton
2013-12-11User Interface: Align number buttons labels to the left, number rightCampbell Barton
2013-12-11User Interface: add colon separator for number buttonsCampbell Barton
2013-12-11Interface: avoid setting \0 to drawstr in widget_draw_textCampbell Barton
2013-12-10Nodes UI: add the position field to the color ramp node.Geoffroy Krantz
2013-12-10uiList: Small tweak to drag-resize (switch to auto-size mode).Bastien Montagne
2013-12-10Fix T37739: uiList drag-resize was not working as expected outside of panels.Bastien Montagne
2013-12-10Style CleanupCampbell Barton
2013-12-09Enhancement: added node colors for every node classJeroen Bakker
2013-12-09Tooltips: abbreviate long python operator tooltipsWalid Shouman
2013-12-08Add themable colors for edges in UV editor. Reuse WIRE_EDIT for outlinesAntony Riakiotakis
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-06Fix T37710: Missing bounds check for active UI list item could crash.Campbell Barton
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-03Code cleanup: replace rectf_scale with BLI_rctf_scaleCampbell Barton
2013-12-03User Interface: error in own recent commit, replacing loop with memsetCampbell Barton
2013-12-02Fix for crash pasting text into uilist filterCampbell Barton
2013-12-02User Interface: fix for crash pressing Ctrl+DeleteCampbell Barton