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-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2011-12-18Fix for toggle buttons in node headers.Lukas Toenne
2011-11-30UI: another tweak to panel header drawing, to get the checkboxes positioned r...Brecht Van Lommel
2011-11-27UI: tweak to panel header padding, made region expander a bit smaller andBrecht Van Lommel
2011-11-20UI: fix issue with part of panels going offscreen after recent commit.Brecht Van Lommel
2011-11-20UI:Brecht Van Lommel
2011-11-09Moving i18n code to BLF_translation.hBastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-26- bugfix for icon listview where the icons would only wrap onceCampbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-06-05panel headers were not scaling with DPI properlyCampbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-04-20Bugfix #27058Ton Roosendaal
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-12Patch [#25409] Changes to panels header "open/close" and "drag" zonesJoshua Leung
2011-01-09several cosmetic changes to the node-editorM.G. Kishalmi
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-13== docs ==Luca Bonavita
2010-08-08remove unused includesCampbell Barton
2010-07-122.5: remove pin floating panels settings, there are no floating panelsBrecht Van Lommel
2010-06-19Fix #22621 Alt-A toggles panel expand collapseDiego Borghetti
2010-06-09Fix [#22188] Minor UI bug with panels in the properties window.Matt Ebb
2010-04-12Button panels need to get handlers and keymaps... but for now sneakedTon Roosendaal
2010-04-11Long outstanding panel feature: press ENTER with mouse on header willTon Roosendaal
2010-04-06Tweak/code shuffle to make disabled buttons draw nicer on nodes.Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton