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-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-07-31add NULL checks in eyedropper_color_sample_fl since BKE_area_find_region_type...Campbell Barton
2013-07-25add api function BLI_path_append to add to a path (and ensure a seperator), r...Campbell Barton
2013-06-07add support for storing text styles in themes.Campbell Barton
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-03move toggle drag into a UI handler (was modal operator)Campbell Barton
2013-03-01fix for drag-toggle, bit-buttons weren't handled which made drag toggle fail ...Campbell Barton
2013-02-26simplify drag toggle operator, use BLI_rctf_isect_segment between mouse event...Campbell Barton
2013-02-25fix for toggle buttons not taking effect on mousedown.Campbell Barton
2013-02-22remove 'register' from drag-toggle operator (so it doesn't show in the redo p...Campbell Barton
2013-02-22change to drag-toggle don't exit when the mouse is outside the region - its a...Campbell Barton
2013-02-22Toggle-Drag UI FeatureCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-09-27Fix/enhancement of "locale to po file name" code. Now should handle nicely lo...Bastien Montagne
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-20HDR color picker now works in the clip space.Campbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-18code cleanup: use BLI rect functions for interface button and block code.Campbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-16support fro HDR color picking (values over 1.0) when color picking in the ima...Campbell Barton
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-06-15fix for own mistake - sampling was adjusting alpha when it shouldn't, also ma...Campbell Barton
2012-06-15click dragging with the eye dropper now averages out colors - useful when you...Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-09Fix #31371: copy data path should be disabled in places where it doesn't work,Brecht Van Lommel
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-04-19Fix #30998: copy to selected in properties editor not working for bones.Brecht Van Lommel
2012-04-10Fix properties editor, right click menu "Copy to Selected" not working forBrecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
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-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton