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-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
2013-11-29Remove some extraneous glEnableClientState/glDisableClientState. ThisAntony Riakiotakis
2013-11-24Code Cleanup: whitespace / formattingCampbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-20Fix T37545: SV+H color cube display changes H slider position when modifying ...Lukas Tönne
2013-10-26fix for UI glitch with HSVCUBE color picker, color was noticeably not very sm...Campbell Barton
2013-10-15fix [#37078] Search props don't react on click at the right end (where 'X' is...Campbell Barton
2013-09-11interface, replace '|' with define UI_SEP_CHARCampbell Barton
2013-09-11fix [#36699] ASCII-character "|" blocks parentingCampbell Barton
2013-08-26Fix uiList labels themed colors.Bastien Montagne
2013-08-26Bugfix #36324Ton Roosendaal
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19code cleanup: remove redundant multiplying when jittering widget drawing.Campbell Barton
2013-07-19code cleanup: use bool for widget struct, also edit odd strncpy use.Campbell Barton
2013-06-27Further fix for #35880: theme color of enabled option buttons in popups was s...Brecht Van Lommel
2013-06-26Fix [#35750] list items in properties editor (text colors not following list ...Bastien Montagne
2013-06-18Made blender compilable with strict flags.Sergey Sharybin
2013-06-18Added back left/right arrows for embossed number fields. (they where active b...Gaia Clary
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-11Fix #35281: search menu buttons (with an X on the right side to clear) had textBrecht Van Lommel
2013-05-08Fix #35252: Crash with the node placed partially behind the screenSergey Sharybin
2013-05-08use smaller size for uiWidgetTrias.vecCampbell Barton
2013-04-30use const vars for UI arrays.Campbell Barton
2013-04-29Bug fix:Ton Roosendaal
2013-04-27"Bug" & usability fix, own collection.Ton Roosendaal
2013-04-18Bug fix #34868Ton Roosendaal