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
2018-06-30Cleanup: Move area geometry management into an own fileSeverin
2018-06-29Cleanup: Add/use function to get area width/height from area verticesSeverin
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-28Change earlier fix to work with hiDPISeverin
2018-06-20Merge branch 'master' into blender2.8Campbell Barton
2018-06-20Merge branch 'master' into blender2.8Campbell Barton
2018-06-20Screen: split ED_area_actionzone_find_xyCampbell Barton
2018-06-20Cleanup: rename is_in_area_actionzoneCampbell Barton
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-23UI: Global "Status-bar" Area (WIP)Julian Eisel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-16Cleanup: move some screen utility functions, from topbar branch.Julian Eisel
2018-03-02Cleanup: rename 'screen_changed_update'Campbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: sync w/ blender2.8 branchCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2016-12-09Correction to previous commitJulian Eisel
2016-12-09Move screen drawing functions into new screen_draw.cJulian Eisel
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-04-11UI: split area_copy_data into ED_area_data_copy, ED_area_data_swapCampbell Barton
2014-04-11UI: correct own bad use of bool and document area_copy_data argsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-11Code cleanup: assign win size to const vars and some renamingCampbell Barton
2013-11-25UI: fix errors in screen edge drawing, moving and region hiding.Anthony Edlin
2012-12-13Bugfix [#33511] Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-05-08style cleanup: screenCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...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-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-06Two in one:Ton Roosendaal
2011-01-31Bugfix #25874Ton Roosendaal
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-07-25Remove WM_FAST_DRAW ifdef which I added while Ton was on holiday.Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-08move render operators into their own files, render_internal.c & render_opengl...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-17resizing any area/region would redraw all views in every window.Campbell Barton
2009-10-26Bugfix: opening file browser or starting render with mouse outsideBrecht Van Lommel
2009-07-242.5Ton Roosendaal
2009-03-19ContextBrecht Van Lommel