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
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
2013-04-05Fix another part of #34877: cycles progress status text not showing correct withBrecht Van Lommel
2013-04-03fix [#34850] "x" to clear ID prop fields is too close to the right borderCampbell Barton
2013-03-24UI small fixes:Ton Roosendaal
2013-03-23code cleanup: remove unused button type HSVSLICampbell Barton
2013-03-21Fix for extra string width padding in ui_text_icon_width, causing labels in r...Lukas Toenne
2013-03-18quiet warning about writing to deprecated member with gcc.Campbell Barton
2013-03-18UI fix: drawing disabled buttons now draw OK in all cases.Ton Roosendaal
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07avoid calling glGetFloatv() twice when UI_RB_ALPHA is enabled with uiRoundBox()Campbell Barton
2013-03-01Bug fix #34334Ton Roosendaal
2013-02-19Themes: disabled items on menus were using a color mix of text and text_selec...Pablo Vazquez
2013-02-10Fix a few DPI / retina draw issues:Brecht Van Lommel
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-17use define for text offset & seletion.Campbell Barton
2013-01-17add NULL check for XInput device, since its possible only one is valid.Campbell Barton
2013-01-17draw active+disabled menu-items, helps for keyboard navigation. Campbell Barton
2013-01-09Usability fix: Ton Roosendaal
2013-01-03fix bad left aligned text when zoomed out.Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-29Finally fixing the issue where the bezier curve drawn while creating a link b...Mitchell Stokes
2012-12-23Bug fix (own collection) Ton Roosendaal
2012-12-20UI todo:Ton Roosendaal
2012-12-19Icon scaling fix: for zoom levels near 1, icon positions are moved to exact p...Ton Roosendaal
2012-12-19DPI: fix wrong scaling of editor type choosing buttons, and for menu arrowsBrecht Van Lommel
2012-12-18Icons now draw good again!Ton Roosendaal
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-12-15Bugfix, IRC submitted:Ton Roosendaal
2012-12-13minor editsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal