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
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
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16Bugfix #33458Ton Roosendaal
2012-12-15Bugfix, IRC submitted:Ton Roosendaal
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-15avoid using strlen() for comparisons in for loops. for expanding whitespace i...Campbell Barton
2012-12-15style cleanup: stop the style checker script from complaining about '!*ptr'Campbell Barton
2012-12-15Restoring default theme made the panel regions opaque again.Antony Riakiotakis
2012-12-15initialize static island colour display on reverting to default themeAntony Riakiotakis
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-13Feature fix:Ton Roosendaal
2012-12-13Only LMB clicks in Panel should return "handled" - it accidentally returned i...Ton Roosendaal
2012-12-13Bug fix:Ton Roosendaal
2012-12-13minor editsCampbell Barton
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-12Crash, IRC report.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Fix for menu context. The menu draw function context did not inherit the cust...Lukas Toenne
2012-12-12Bug fix [#33492] Right click on 'confirm reload' crashesTon Roosendaal