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-01-07Make options for background gradient more organized.Antony Riakiotakis
2013-01-06Initialize gradient for default themeAntony Riakiotakis
2013-01-06Three fixes:Ton Roosendaal
2013-01-06Eyecandy feature: background gradient for 3D viewport. Enable in user prefere...Antony Riakiotakis
2013-01-06Solving nasty annoyance:Ton Roosendaal
2013-01-04Fixes - post 2.65aTon Roosendaal
2013-01-04code cleanup: warningsCampbell Barton
2013-01-03fix bad left aligned text when zoomed out.Campbell Barton
2013-01-03correct invalid filter value being use for icon scaling.Campbell Barton
2013-01-01Further trackpad work:Ton Roosendaal
2012-12-30style cleanup: casts, some casts had odd formatting, but very few. Style chec...Campbell Barton
2012-12-30add syntax highlighting color for symbolsCampbell Barton
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-29Trackpad fixes & changes:Ton Roosendaal
2012-12-29Finally fixing the issue where the bezier curve drawn while creating a link b...Mitchell Stokes
2012-12-29style cleanupCampbell Barton
2012-12-28Yesterday's memory free error fix in IMB_onehalf was wrong, it should Ton Roosendaal
2012-12-28style cleanup: var naming for ui listCampbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-26Bug fix #33633 (and irc report)Ton Roosendaal
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-24Separate image input and sequencer's color spaces in the UISergey Sharybin
2012-12-24fix possible bug with ui_item_fit() causing uninitialized variable use.Campbell Barton
2012-12-23fix for use of uninitialized variable with ui_handler_region_menu.Campbell Barton
2012-12-23Bug fix (own collection) Ton Roosendaal
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21Bug fix, own collection:Ton Roosendaal
2012-12-21minor cleanup to ui_get_but_vectorf / ui_set_but_vectorf, change the vector w...Campbell Barton
2012-12-20UI fixes, from the todo:Ton Roosendaal
2012-12-20Bugfix, irc collection:Ton Roosendaal
2012-12-20Restored old hack to open/close panels on A-key.Ton Roosendaal
2012-12-20UI todo:Ton Roosendaal
2012-12-20style cleanupCampbell Barton
2012-12-19UI DPI: use a sharper filter when scaling icons, when the scale matches a mipmapBrecht Van Lommel
2012-12-19UI DPI scaling fix:Ton Roosendaal
2012-12-19Icon scaling fix: for zoom levels near 1, icon positions are moved to exact p...Ton Roosendaal
2012-12-19DPI: icons were still drawing with color fringing when scaled up/down, openglBrecht Van Lommel
2012-12-19bmesh optimization: use BM_face_create() rather then BM_face_create_ngon() in...Campbell Barton
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-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18Blender icons now are in the 21st century too!Ton Roosendaal
2012-12-18Fixes for ctrl+click on panel header:Brecht Van Lommel
2012-12-18some speedup by avoiding translation on entire enum arrays, and just translat...Campbell Barton
2012-12-17UI fixes:Ton Roosendaal